.. |
csrf_token.cpp
|
Remove accidental import.
|
2022-07-31 00:02:31 +02:00 |
csrf_token.h
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
http_server_enums.cpp
|
Updated copyright headers to 2023.
|
2022-12-31 19:34:43 +01:00 |
http_server_enums.h
|
Updated copyright headers to 2023.
|
2022-12-31 19:34:43 +01:00 |
http_session_manager.cpp
|
Added a null check to HTTPSessionManagerDB, and small cleanups.
|
2022-12-18 14:59:40 +01:00 |
http_session_manager.h
|
Set up inheritance and virtuals for HTTPSessionManagerDB and HTTPSessionManager.
|
2022-12-18 14:22:21 +01:00 |
http_session.cpp
|
HTTPSession's get_int now has a default parameter.
|
2022-07-21 23:55:33 +02:00 |
http_session.h
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
web_node.cpp
|
Fix requesting write locks in WebNodes.
|
2022-08-26 17:22:20 +02:00 |
web_node.h
|
Fix typos with codespell.
|
2022-12-22 19:51:25 +01:00 |
web_permission.cpp
|
Cleanups to WebServerRequest.
|
2022-07-21 23:25:04 +02:00 |
web_permission.h
|
Fix: WebPermission was meant to be a Resource.
|
2022-08-25 21:12:52 +02:00 |
web_root.cpp
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
web_root.h
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
web_server_cookie.cpp
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
web_server_cookie.h
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
web_server_middleware.cpp
|
Cleanup / bindings for Middleware, and CSRFToken.
|
2022-06-26 19:43:31 +02:00 |
web_server_middleware.h
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
web_server_request_scriptable.cpp
|
Added a new WebServerRequestScriptable class, so different web server request implementations can be created using scripts when needed.
|
2023-01-03 21:27:36 +01:00 |
web_server_request_scriptable.h
|
Added a new WebServerRequestScriptable class, so different web server request implementations can be created using scripts when needed.
|
2023-01-03 21:27:36 +01:00 |
web_server_request.cpp
|
Ensure a '/' in between the host, and the url in WebServerRequest::get_url_site().
|
2022-12-21 15:12:53 +01:00 |
web_server_request.h
|
Added get request parameter support for WebServerRequest.
|
2022-12-21 14:52:11 +01:00 |
web_server.cpp
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
web_server.h
|
Fix typos with codespell.
|
2022-12-22 19:51:25 +01:00 |