Commit graph

719 commits

Author SHA1 Message Date
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
2f9bc7cfb3 Upgrading commons-io 2021-05-23 01:17:38 +02:00
c5afae5aad Fixed a warning 2021-05-08 01:31:06 +02:00
6c87c3595c Refactored Configurator a bit 2021-05-08 01:30:49 +02:00
9ab764c2e2 Fixed compile issues in COnfigurator 2021-05-07 01:00:20 +02:00
c926d979dd Added new value provider interface for Configurator 2021-05-07 00:48:56 +02:00
372c02f5fe Moved Email to new java.time api 2021-05-07 00:48:22 +02:00
e85f00c652 Added description to config params and migrated examples to Bootstrap 5.0 2021-04-29 01:20:16 +02:00
72d61ddbfc Some small changes 2021-04-19 01:02:53 +02:00
ed7f0eae9a Added setAll method to Templator 2021-04-13 23:34:02 +02:00
82889b1550 Fixed issue with REST target URL 2021-03-24 23:12:05 +01:00
ec1758ce20 Formatting cleanup 2021-03-23 21:49:52 +01:00
65b47d0755 Some small refactoring 2021-03-16 22:25:07 +01:00
aa173ce092 Added generics utility class for single class 2021-03-13 16:35:54 +01:00
61a703e68d Updated jdk version 2021-03-08 23:44:31 +01:00
4c9e6252e9 Fixed issue with SOAP namespace and REST paths 2021-03-02 21:09:30 +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
5622a3b489 Introduction of OpenAPI documentation for WebServices, including some refactorings 2021-02-28 18:58:01 +01:00
77e4bce99b Moved WSDL under WS and some fixes for REST service 2021-02-27 00:01:02 +01:00