Commit graph

40 commits

Author SHA1 Message Date
jeffcheasey88
b47ffac3b1 Exception : Add target constructor + add exception when named dependency not found 2024-09-17 11:04:55 +02:00
jeffcheasey88
25a384cc63 Catch Errors on routes 2024-09-01 21:24:12 +02:00
jeffcheasey88
b1575e5b52 Update Dependencies Injections | Add possibility to give differente object's instance for the same object's type 2024-06-28 21:01:15 +02:00
jeffcheasey88
2c9897a7c5 Add route auto-registering (scan package + dependency injection) 2024-06-06 01:43:12 +02:00
jeffcheasey88
600de755ca JWT -> import & export private key 2024-04-16 11:51:22 +02:00
jeffcheasey88
c2e9e9e5bf Fix json parser special chars 2024-04-14 14:36:47 +02:00
jeffcheasey88
5be25735ae Catch Exception in a logger 2024-03-28 20:33:27 +01:00
jeffcheasey88
0e65f6648b Update dependencies 2024-03-28 20:29:34 +01:00
jeffcheasey88
7bbfeea23a Route Interceptor....with method is better 2024-03-13 11:19:06 +01:00
jeffcheasey88
d6ca7c5092 Add Route Interceptor system 2024-03-13 11:07:47 +01:00
jeffcheasey88
2f8f158e2a Add possibility to get all Headers sended + Complete http response message 2024-02-19 11:14:45 +01:00
jeffcheasey88
7be045fdb4 Parse double + fix Boolean parse 2023-12-21 23:07:07 +01:00
jeffcheasey88
700aa28779 Remove duplicate variable context 2023-12-21 22:59:28 +01:00
jeffcheasey88
8ea733c637 Make JSON a little bit more generic 2023-12-03 10:17:21 +01:00
jeffcheasey88
f713e3941d Add listen methods to Locker to simplify event listening code 2023-12-03 10:12:31 +01:00
jeffcheasey88
ec7877fe22 Json add element listing & hiding method in jsonclass 2023-09-26 09:03:28 +02:00
jeffcheasey88
bda04a188b Add WebSocket Authentification 2023-09-23 17:40:51 +02:00
jeffcheasey88
4999115ca9 Fix reading Json in WebSocket 2023-09-23 11:56:59 +02:00
jeffcheasey88
f176f118a3 Fix multipart data with empty lines 2023-09-18 12:47:28 +02:00
jeffcheasey88
b58934cff8 Adapt to catch InvalidJwtException (?) 2023-09-18 12:03:26 +02:00
jeffcheasey88
06ac691747 Fix String with special char in Json 2023-09-16 12:16:52 +02:00
jeffcheasey88
c8796e320f char can be converted into into...basic 2023-09-15 23:07:02 +02:00
jeffcheasey88
879b12571b Replace Json lib 2023-09-13 23:47:52 +02:00
jeffcheasey88
eed1646a32 Fix headers -> was only takes local headers if having global headers 2023-09-10 17:47:20 +02:00
jeffcheasey88
b06ed20afd Fix error 500 2023-09-09 20:24:01 +02:00
jeffcheasey88
d9d602bb83 Add error 500 2023-09-08 21:33:18 +02:00
jeffcheasey88
896a2be120 Fix possible sync problems 2023-09-08 01:22:09 +02:00
jeffcheasey88
d77fe329b8 Optimise route finding (remove maps to use array and add optional re-ordering routes by number of call) 2023-09-07 21:33:21 +02:00
jeffcheasey88
ab33fd465e Add logger (for route calling) 2023-09-07 20:26:29 +02:00
jeffcheasey88
d8e5948fa2 implement stop method to stop the running socket server 2023-08-31 20:33:13 +02:00
jeffcheasey88
f735a7d6bf refractor package for maven repository & add Context & generic getting user & take response code & add default headers 2023-08-29 16:11:37 +02:00
jeffcheasey88
28e9da1536 l 2023-07-26 16:10:50 +02:00
jeffcheasey88
dc4ccce385 Router as design pattern builder (without build method) 2023-07-26 16:03:15 +02:00
jeffcheasey88
fb442f075b Make User customizable 2023-07-26 16:01:07 +02:00
jeffcheasey88
bd89572dc5 Refractor JWT, making it configurable 2023-07-26 12:34:29 +02:00
jeffcheasey88
04b0d10330 Set All HTTP Methods 2023-07-26 12:12:48 +02:00
jeffcheasey88
cad925cc90 Add Response Status Code & Message 2023-07-26 12:10:31 +02:00
jeffcheasey88
0ba09c2338 Remove keys from users 2023-07-26 11:57:33 +02:00
jeffcheasey88
dd51789376 Forget link on export 2023-07-05 14:39:42 +02:00
jeffcheasey88
a1d35c3131 First Commit, FrameWork V1 2023-07-05 14:34:25 +02:00