|
299f714ed9
|
Fix memory allocation using new int HTTPSessionManager. Also small cleanups.
|
2022-07-23 22:37:11 +02:00 |
|
|
40df361d7c
|
Implemented UserWebPage.
|
2022-07-23 19:29:51 +02:00 |
|
|
41d32e3b35
|
Reimplemented migrations support.
|
2022-07-23 14:46:05 +02:00 |
|
|
cf3c24381d
|
Improve the binds in WebServer.
|
2022-07-22 12:05:05 +02:00 |
|
|
30e3fd8faf
|
Fix typo.
|
2022-07-21 23:58:34 +02:00 |
|
|
a791c8f4b8
|
HTTPSession's get_int now has a default parameter.
|
2022-07-21 23:55:33 +02:00 |
|
|
31ee15432b
|
Notes.
|
2022-07-21 23:31:37 +02:00 |
|
|
5d260fd68d
|
Cleanups to WebServerRequest.
|
2022-07-21 23:25:04 +02:00 |
|
|
ed9aa722a3
|
Actually bind get_server(), and get_web_root() in WebServerRequest.
|
2022-07-21 22:37:55 +02:00 |
|
|
1f62ad89ff
|
Fix get_server() in WebNode.
|
2022-07-21 22:31:48 +02:00 |
|
|
e7e95a677a
|
API improvements for WebServerCookie, also now it should be able to properly generate cookie response header strings.
|
2022-07-21 15:36:04 +02:00 |
|
|
ca08fe3de2
|
Reworked the Web Server's Cookie API.
|
2022-07-21 14:05:55 +02:00 |
|
|
9d07a6b271
|
Implement handling http status codes for responses.
|
2022-07-21 12:26:39 +02:00 |
|
|
55eaf521b4
|
Rework the multipart parser code to also work with binary files.
|
2022-07-20 22:53:55 +02:00 |
|
|
25dda93577
|
Implement handling multipart forms for the WebServer. It will need some changes to work with binary files though.
|
2022-07-20 21:29:59 +02:00 |
|
|
d363ad43c2
|
Remove 2 comments, these variables should actually be safe as normal bools.
|
2022-07-07 21:46:51 +02:00 |
|
|
6172b0eee4
|
Set wirte_lock_requested back to false.
|
2022-07-07 21:46:13 +02:00 |
|
|
57775d88de
|
Renamed WebNode's write lock acquired notification, and changed it's number.
|
2022-07-07 21:44:41 +02:00 |
|
|
2feba341be
|
Reworked the WebServer to automatically find it's root webnode, and HTTPSessionManager. Also Added notifications for when the server starts and stops, and implemented the write lock for it.
|
2022-07-07 21:44:14 +02:00 |
|
|
eb251fef19
|
Removed web settings related code from WebNode.
|
2022-07-06 23:54:07 +02:00 |
|
|
afef61dabf
|
Re-enabled database support for WebNodes.
|
2022-07-06 23:03:44 +02:00 |
|
|
8787b9cd7f
|
Fix logic in WebServerRequest::get_path.
|
2022-07-02 21:10:48 +02:00 |
|
|
ead4b0594b
|
Refactored FileCache so it actually works with this setup.
|
2022-07-01 22:13:45 +02:00 |
|
|
0bbff6ae3b
|
Small improvements / fixes.
|
2022-07-01 18:50:56 +02:00 |
|
|
7455fc9dd5
|
moved HTTPParser and writer to the simple server's directory.
|
2022-06-30 23:18:45 +02:00 |
|
|
08bb253a5c
|
Some initial work on the parser.
|
2022-06-30 23:12:32 +02:00 |
|
|
ddf3dae42b
|
Also added a HttpWriter.
|
2022-06-30 21:43:16 +02:00 |
|
|
228cfca0eb
|
Added a new HTTPParser class.
|
2022-06-30 21:22:42 +02:00 |
|
|
2fb352fd3c
|
Added note.
|
2022-06-27 16:37:30 +02:00 |
|
|
50c20d4a72
|
... an another one ...
|
2022-06-27 16:12:49 +02:00 |
|
|
4251937198
|
More sign compare warning fixes.
|
2022-06-27 16:10:02 +02:00 |
|
|
9e99f010bc
|
Fix an another sign compare warning.
|
2022-06-27 16:06:26 +02:00 |
|
|
a6331e9ff9
|
Fix calling the proper methods.
|
2022-06-27 15:42:57 +02:00 |
|
|
3a6a046ad4
|
WebRoot lookup and pix property.
|
2022-06-27 15:42:40 +02:00 |
|
|
844dc44f24
|
More fixes, and added all of the cleanued up classes to the build.
|
2022-06-27 14:59:09 +02:00 |
|
|
5d3954bceb
|
Fix a few issues with binds.
|
2022-06-27 14:23:07 +02:00 |
|
|
f819383012
|
Smaller cleanups and improvements.
|
2022-06-27 14:16:23 +02:00 |
|
|
90c0a9937b
|
Renamed SessionManager to HTTPSessionManager.
|
2022-06-27 13:56:34 +02:00 |
|
|
c530aa2c41
|
Bindings, and an another round of cleanups for WebRoot.
|
2022-06-27 13:52:33 +02:00 |
|
|
3d9e615a51
|
WebServerMiddleware now inherit from Resource.
|
2022-06-27 13:51:55 +02:00 |
|
|
ba1ea3c62a
|
Cleaned up WebRoot aswell.
|
2022-06-27 01:15:01 +02:00 |
|
|
7aa6798ab7
|
Cleaned up WebNode.
|
2022-06-27 01:03:01 +02:00 |
|
|
633acfcd54
|
Cleaned up WebServer.
|
2022-06-26 21:34:29 +02:00 |
|
|
47ee34044a
|
More cleanups to the csrf token middleware.
|
2022-06-26 20:54:26 +02:00 |
|
|
c3458b80bc
|
Cleaned up the SessionManager.
|
2022-06-26 20:53:54 +02:00 |
|
|
da266fbea2
|
Cleaned up HTTPSession.
|
2022-06-26 20:53:39 +02:00 |
|
|
0b0d5e3657
|
Cleanup / bindings for Middleware, and CSRFToken.
|
2022-06-26 19:43:31 +02:00 |
|
|
9ce119a5ab
|
WebServerRequest cleanup + bindings.
|
2022-06-26 19:25:57 +02:00 |
|
|
19cd0fe4e2
|
Cleaned up WebPermission.
|
2022-06-26 17:23:40 +02:00 |
|
|
a92f8dd5c0
|
Added bindings for WebServerCookie and adde dit to the build.
|
2022-06-26 17:03:06 +02:00 |
|