Commit graph

801 commits

Author SHA1 Message Date
8af91a9169 Implementation of OAtuth pages 2020-11-21 18:41:09 +01:00
fee8180690 Added some additional fields 2020-11-17 01:00:47 +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
e0881247c4 Fixed javadoc warnings 2020-11-10 22:22:04 +01:00
2276a55722 small changes 2020-11-10 21:53:51 +01:00
4d513b407a Some cleanup 2020-11-10 21:46:29 +01:00
9934ff1df5 Added test for http parser and fixed some issues 2020-11-10 21:18:36 +01:00
c196a7cca0 Added better logging for recursive compressed file search 2020-11-10 20:13:38 +01:00
1c1ef5ab66 Some small fixes 2020-11-10 18:27:46 +01:00
f7b9a08e43 Cleanup of comments 2020-11-10 18:27:12 +01:00
2e88f02ed5 fixed gradle artifact naming 2020-11-10 15:45:11 +01:00
02b6e6ce44 Fixed issue with HTTP printstream new line after header 2020-11-10 15:31:25 +01:00
b7d0159096 bug fixes 2020-10-26 21:19:58 +01:00
1b25915c33 Fixed incorrect RTSP packets and options query 2020-10-26 20:56:34 +01:00
37692613bf Improved logging and added abstract URL and protocol logic 2020-10-26 20:55:57 +01:00
a0d0eddea3 Initial RTSP commit (incomplete) 2020-10-25 23:53:11 +01:00
3c697c12ad Refactoring of header keys 2020-10-25 23:52:17 +01:00
e116f999c5 Some fixes in FilePage 2020-10-17 23:21:32 +02:00
23090d2bd5 Added owner information 2020-10-15 16:15:38 +02:00
2dbc169a0f Fixed incorrect gitignore 2020-10-05 23:45:56 +02:00
c837d41947 Initial gradle file 2020-10-05 23:44:52 +02:00
fa0bb8aa54 Added tests for SDP 2020-10-05 23:44:09 +02:00
e8f055971e Added SDP printout also 2020-10-05 23:42:14 +02:00
7d683e44ab Initial implementation of SDP parser 2020-10-05 23:17:11 +02:00
23055d7dec Some robustness and cleanup of HTTP code 2020-10-05 01:32:57 +02:00
8cdd25b262 Cleanup of javadocs 2020-10-02 00:49:47 +02:00
c8f382a4eb Added target folder to ignore 2020-10-02 00:24:50 +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
8a72e2bc01 Remove iml file and rely on maven instead 2020-09-15 23:58:56 +02:00
4b4175bb3e Removed Eclipse project files 2020-09-15 23:54:06 +02:00
c36a7e3410 Refactoring of HTTP print stream 2020-09-08 16:43:32 +02:00
337c0392bd Some cleanup with HTTP classes 2020-09-07 18:37:43 +02:00
2249298c93 Switched to MimeTypeUtil 2020-09-07 17:26:56 +02:00
Ziver Koc
31db59f503 Preparing for REST Client 2020-07-27 17:31:12 +02:00
1b0a16a88b Small formatting update 2020-07-01 23:00:14 +02:00
Ziver Koc
eaa6b4307b
Merge pull request #2 from Ziver/dependabot/maven/mysql-mysql-connector-java-8.0.16
Bump mysql-connector-java from 5.1.36 to 8.0.16
2020-07-01 22:54:13 +02:00
dependabot[bot]
9d0c6bdebd
Bump mysql-connector-java from 5.1.36 to 8.0.16
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.36 to 8.0.16.
- [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/5.1.36...8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-01 20:53:27 +00:00
fa63abd61c Added the ability to enable or disable plugins on startup 2020-06-25 23:36:36 +02:00
0b2cae89e1 Added iml file to fix module dependencies 2020-06-25 23:16:55 +02:00
afc0c792d3 Removed dependency to Sun package 2020-06-25 23:16:11 +02:00
196846e8e4 Improved log message 2020-06-25 23:09:27 +02:00
ef42d8aa6c Added ability to disable plugins, and renamed object iterator to singleton iterator. 2020-06-25 19:05:12 +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
704b5ffc36 Added types to DataNode map function also added flattend pom to ignore file 2020-02-16 00:32:53 +01:00
Ziver Koc
622665d080 Fixed flattening to much 2020-02-14 15:45:09 +01:00