Commit graph

181 commits

Author SHA1 Message Date
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
1b25915c33 Fixed incorrect RTSP packets and options query 2020-10-26 20:56:34 +01:00
a0d0eddea3 Initial RTSP commit (incomplete) 2020-10-25 23:53:11 +01:00
23090d2bd5 Added owner information 2020-10-15 16:15:38 +02:00
fa0bb8aa54 Added tests for SDP 2020-10-05 23:44:09 +02:00
defd9430cc Initial migrating to gradle, had to remove javafx files as the dependency was not working. 2020-10-02 00:22:04 +02:00
71344e931e Implemented multi Iterator class that combines multiple iterators as one. 2020-09-24 18:40:40 +02:00
1c5d3664c7 Implemented a Map that can store multiple values per key. 2020-09-24 00:12:39 +02:00
ad3cd8a8e8 HttpPrintStream is now using the HttpHeader object instead of having internal variables aalso added some additional test classes 2020-09-16 01:01:32 +02:00
337c0392bd Some cleanup with HTTP classes 2020-09-07 18:37:43 +02:00
196846e8e4 Improved log message 2020-06-25 23:09:27 +02:00
57bd478e16 Added Numeric check to StringUtil 2020-06-22 14:57:39 +02:00
8d350d31c5 Some cleanup in MQTT and added global listener. 2020-06-22 12:49:00 +02:00
Ziver Koc
6e3edc2619 Implemented publish logic for Mqtt 2019-01-20 16:08:09 +01:00
Ziver Koc
5ecfee9dfd Added subscribe and unsubscribe support and TCs 2018-11-12 16:24:05 +01:00
f175830fae Added partial subscribe and unsubscribe logic 2018-11-08 22:09:54 +01:00
a1caa8b0e1 Mocked MQTT thread 2018-11-08 20:59:10 +01:00
Ziver Koc
edd8ee0341 Updated the way packet type is set and added TC 2018-11-08 18:12:56 +01:00
0ba153b118 Some changes for mime handling
- added additional formats
- added get function
- added tests
2018-11-03 20:38:21 +01:00
9215c528f0 Improved FileWatch class comment and merged in the interface. 2018-11-03 20:38:06 +01:00
8b4217c1d3 Added test for PBKDF2 2018-10-10 21:53:30 +02:00
98f2219366 Fixed gradient decent 2018-10-01 17:06:53 +02:00
cf94310598 Added more elemental matrix math and a non functioning gradient decent function. 2018-09-05 16:37:19 +02:00
4ce53017a1 Added UserMessageManager class 2018-08-06 19:26:41 +02:00
501fbf1a5f Added ObjectUtil class 2018-07-25 13:14:12 +02:00
beb0ce754e Cleaned up WS interfaces 2018-07-05 16:58:02 +02:00
Ziver Koc
1f8d5cfe2a Added test for REST client 2018-06-08 16:22:17 +02:00
Ziver Koc
93a4c9eca2 Renamed Rest to REST 2018-06-08 16:02:35 +02:00
ccecc067b2 Fixed many warnings 2018-05-27 01:23:21 +02:00
c570847f3a Optimized imports 2018-05-26 23:04:40 +02:00
b1c53d88ae Changed tas to spaces 2018-05-26 23:01:04 +02:00
Ziver Koc
a938b70d57 fixed gradient ascent 2018-05-22 17:31:58 +02:00
Ziver Koc
45b1f51685 Fixed some ml test cases 2018-05-21 16:06:46 +02:00