|
|
66e7ed4aaf
|
Added test case for HttpClient and fixed a small newline issue with the payload
|
2024-12-28 22:10:57 +01:00 |
|
|
|
bb3f92fe72
|
Bugfix in variable int encoding for MQTT
|
2024-10-03 23:12:09 +02:00 |
|
|
|
529cacfe81
|
Implemented wildcards for MQTT and downgraded SQLite to the version that supports retrieving last inserted key
|
2024-10-01 23:25:37 +02:00 |
|
|
|
09cce76707
|
Bug fix for array isempty checks
|
2024-09-07 00:13:34 +02:00 |
|
|
|
19a12dee44
|
Some bug fixes and added setters for flags
|
2024-09-07 00:01:25 +02:00 |
|
|
|
e4d9a16ebd
|
Added some bit operation functions
|
2024-09-07 00:00:52 +02:00 |
|
|
|
3cd3a2fc7c
|
BiteUtil makes more sense now as index is counted from LSB and length towards MSB
|
2024-09-04 03:24:58 +02:00 |
|
|
|
a2694af70f
|
Fixed special character handling in DataPath
|
2023-08-21 02:25:26 +02:00 |
|
|
|
676ce6a33f
|
Implementation of color util
|
2023-05-15 15:36:56 +02:00 |
|
|
|
670f95689d
|
Fixed additional JSON escaps and added tests
|
2023-05-15 15:36:56 +02:00 |
|
|
|
942e26bb53
|
Implemented DataNodePath class so DataNodes can be searched by path
|
2023-05-15 15:36:56 +02:00 |
|
|
|
404cfa00ae
|
Added support for single quotes
|
2023-05-15 15:36:56 +02:00 |
|
|
|
214bf0f40d
|
Fixed bugs in MQTT and updated tests
|
2023-05-15 15:36:56 +02:00 |
|
|
|
2cd514df9b
|
Fixed DNS packet parsing
|
2023-05-15 15:36:56 +02:00 |
|
|
|
d80b6a69e5
|
Implemented payload handling for MQTT messages and introduced tests for these
|
2023-05-15 15:36:56 +02:00 |
|
|
|
fcbb2ef227
|
Implemented possibility to read parent object while writing custom binary field
|
2023-05-15 15:36:56 +02:00 |
|
|
|
55c0d739be
|
Added Telegram Bot class and refactored REST class
|
2023-05-15 15:36:55 +02:00 |
|
|
|
bd1bb168da
|
Added missing handling of arrays in isEmpty function.
|
2023-05-15 15:36:55 +02:00 |
|
|
|
bbd03b14be
|
Added Btrfs class and fixed configurator select html element issues
|
2023-05-15 15:36:55 +02:00 |
|
|
|
75fa916ca5
|
Changed isEmpty to accept multiple variables
|
2022-06-01 19:59:22 +02:00 |
|
|
|
4e01c413e9
|
Fixed FFmpeg testcases
|
2022-05-27 02:19:49 +02:00 |
|
|
|
7206636502
|
Added a file store and added support for lists in the JSONObjectInputStream
|
2021-09-10 22:17:45 +02:00 |
|
|
|
8ba1441572
|
Started refactoring UPnP server
|
2021-09-02 17:35:35 +02:00 |
|
|
|
600a4b648f
|
Fixed DNS FQDN parsing
|
2021-08-27 01:22:34 +02:00 |
|
|
|
f55473ced0
|
Fixed FQDN DNS parsing, still no pointer resolution
|
2021-08-26 22:46:03 +02:00 |
|
|
|
5771133792
|
Refactored some stream classes and added PositionalInputStream
|
2021-08-26 22:45:24 +02:00 |
|
|
|
946f5f5133
|
Fixed a DNS bug and added IPv6 entry
|
2021-08-26 21:21:24 +02:00 |
|
|
|
2c019992fe
|
Fixed programmatically using a Certificate object for HttpServer
|
2021-08-22 02:11:05 +02:00 |
|
|
|
4955731abc
|
Added easing functions
|
2021-08-19 01:49:22 +02:00 |
|
|
|
a27873bedd
|
Added ACME client and possibility to use the cert with the HttpServer
|
2021-08-05 16:41:39 +02:00 |
|
|
|
1bc97d88ee
|
Added utility method to return all declared super class fields
|
2021-07-19 23:50:48 +02:00 |
|
|
|
67483895c3
|
Added support for Enum and HasSets to JSON serializer
|
2021-07-12 22:39:36 +02:00 |
|
|
|
e515fd7f87
|
Updated dom4j version because of security warnings.
|
2021-06-21 12:22:03 +02:00 |
|
|
|
2227843c2b
|
Removed unused annotation from WS interface
|
2021-05-24 00:38:27 +02:00 |
|
|
|
372c02f5fe
|
Moved Email to new java.time api
|
2021-05-07 00:48:22 +02:00 |
|
|
|
ec1758ce20
|
Formatting cleanup
|
2021-03-23 21:49:52 +01:00 |
|
|
|
fd7f197a17
|
Merged WSNamespace into WSPath
|
2021-03-02 21:01:55 +01:00 |
|
|
|
bb8d6a93b4
|
Finished OpenAPIWriter
|
2021-03-02 20:34:51 +01:00 |
|
|
|
02e91a38e9
|
Added test cases for WSDL and OpenAPI, OpenAPI is currently failing
|
2021-02-28 22:50:15 +01:00 |
|
|
|
77e4bce99b
|
Moved WSDL under WS and some fixes for REST service
|
2021-02-27 00:01:02 +01:00 |
|
|
|
e9886a7afb
|
Implemented FFmpeg progress listener
|
2021-01-31 23:26:46 +01:00 |
|
|
|
7f7b8d3ab3
|
Implementation of FFmpeg commandline builder
|
2021-01-30 03:51:58 +01:00 |
|
|
|
2786e93df2
|
Implemented OAuth2 refresh_token process
|
2020-11-25 00:51:26 +01:00 |
|
|
|
7519763b62
|
fixed encoding issue
|
2020-11-24 23:27:33 +01:00 |
|
|
|
408bc6acf9
|
Updated MIT licens in source files
|
2020-11-22 22:42:02 +01:00 |
|
|
|
6f7510ce42
|
Added more test cases for OAuth and fixed osme issues
|
2020-11-22 01:28:36 +01:00 |
|
|
|
f65cb0e4c4
|
Added test case for authorization page
|
2020-11-22 00:10:20 +01:00 |
|
|
|
75311f5d74
|
Bugfix, webserver did not handle ? properly
|
2020-11-16 23:58:23 +01:00 |
|
|
|
69d11634bd
|
Some small cleanup
|
2020-11-11 22:18:17 +01:00 |
|
|
|
9934ff1df5
|
Added test for http parser and fixed some issues
|
2020-11-10 21:18:36 +01:00 |
|