Commit graph

789 commits

Author SHA1 Message Date
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
3514a58c40 Added support for long and float 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
dependabot[bot]
770e8bbe32 Bump commons-fileupload from 1.4 to 1.5
Bumps commons-fileupload from 1.4 to 1.5.

---
updated-dependencies:
- dependency-name: commons-fileupload:commons-fileupload
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 15:36:55 +02:00
4f81b17edc bug fix 2023-05-15 15:36:55 +02:00
30cfcc7816 bugfix 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
dependabot[bot]
990813aa59 Bump mysql-connector-java from 8.0.16 to 8.0.28
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.16...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
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
af10ac5058 Added ability to disable cache by regexp 2022-05-20 12:04:23 +02:00
9679100c0e Added m3u8 mime type 2022-05-20 12:03:59 +02:00
f067708614 Added fallback method to use only OS path instead of OS+platform 2022-05-20 12:03:27 +02:00
6217c838a7 Renamed MultiPlatformBinaryManager to OSALBinaryManager 2022-05-20 12:02:37 +02:00
16959f49e8 Added quotes to file parameters 2022-05-20 12:01:43 +02:00
818d73ac2e Fixed javadoc warnings 2021-12-05 19:36:51 +01:00
708b415460 Made it possible to chain HttpURL class set methods 2021-12-04 22:48:40 +01:00
7206636502 Added a file store and added support for lists in the JSONObjectInputStream 2021-09-10 22:17:45 +02:00
6d3b27ed2b Added additional methods 2021-09-09 23:28:57 +02:00
8508df42ac Added a OAuth2 Store to save state between application restarts 2021-09-09 17:51:16 +02:00
8ba1441572 Started refactoring UPnP server 2021-09-02 17:35:35 +02:00
ef10430d54 Changed success logs to info 2021-08-29 15:14:25 +02:00
12b0fb219e Made JSONObjectInputStream more robust 2021-08-29 01:02:47 +02:00
805ee6afc5 Added instantiation information to comment 2021-08-28 16:45:38 +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
e42d25fa99 Changed BinaryFieldSerializer instance to be between read sessions 2021-08-25 22:43:03 +02:00
decf114f49 Fixed test cases 2021-08-22 16:04:53 +02:00
9a2d191443 Updated pom file 2021-08-22 15:49:14 +02:00
2c019992fe Fixed programmatically using a Certificate object for HttpServer 2021-08-22 02:11:05 +02:00
3afb1e241e ACME client will now reuse existing certificate instead of requesting new one every time. 2021-08-22 01:41:48 +02:00
3552c21404 ACME client will now reuse existing accounts instead of creating new one every time and renamed user variables to account. 2021-08-21 22:56:50 +02:00
98f53adcfb Changed the way the acme client works 2021-08-20 23:09:24 +02:00
708577debf Added factory for ACME protocol 2021-08-19 02:12:30 +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
2a79a2ba38 fixing gpg ioctl error 2021-07-27 13:33:40 +02:00
1bc97d88ee Added utility method to return all declared super class fields 2021-07-19 23:50:48 +02:00
eac41eec12 JSON serializer now uses a already existing object before reinitializing it 2021-07-13 00:51:29 +02:00
67483895c3 Added support for Enum and HasSets to JSON serializer 2021-07-12 22:39:36 +02:00
f4f52e997b Changed so forced upgrade includes dropping tables 2021-07-12 00:35:57 +02:00
dbed0b91db Change templator to also access private fields 2021-07-06 21:57:48 +02:00
e515fd7f87 Updated dom4j version because of security warnings. 2021-06-21 12:22:03 +02:00
985457be8d Stepped junit because of security issues 2021-05-24 00:38:53 +02:00
2227843c2b Removed unused annotation from WS interface 2021-05-24 00:38:27 +02:00