-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cometvisu] Security fixes & cleanup for cometvisu backend (#2671)
add required authentication for some rest endpoints, add some sanity checks to improve security. Remove code that has been marked as deprecated. --------- Signed-off-by: Tobias Bräutigam <tbraeutigam@gmail.com>
- Loading branch information
1 parent
091d0ed
commit 630e852
Showing
24 changed files
with
104 additions
and
1,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 0 additions & 89 deletions
89
...cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/StateBeanMessageBodyWriter.java
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...i.cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/backend/model/ConfigBean.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...ui.cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/backend/model/LoginBean.java
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...ometvisu/src/main/java/org/openhab/ui/cometvisu/internal/backend/model/ResourcesBean.java
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...ui.cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/backend/model/StateBean.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
....cometvisu/src/main/java/org/openhab/ui/cometvisu/internal/backend/model/SuccessBean.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.