Commit Graph

14 Commits

Author SHA1 Message Date
52a1e890ba Implemented simple file upload handling interface for Request. 2022-04-30 16:59:18 +02:00
d4a636c15d Renamed the render virtual to render_index. 2022-02-14 23:27:26 +01:00
34e669c55b Added render and render_preview virtual methods to WebNode. This will make the reusability of nodes even better. 2022-02-14 23:07:10 +01:00
a3119b8b09 Added helper to get delta time to the node tree. 2022-02-10 17:01:57 +01:00
e705cbca34 Added an update interval setting to the web server. Also update will get called if it's > 0. 2022-02-10 16:59:31 +01:00
26d161fd26 Added the ability to request a write lock on the tree. 2022-02-10 16:47:18 +01:00
a7b8d0621c Unref the active permission on reset. 2022-02-10 16:18:23 +01:00
02ca1abec9 implemented a new web permission system which utilizes the webnode hierarchy. 2022-02-10 16:17:31 +01:00
1d311af863 only push the path if actually necessary during routing. 2022-02-06 10:55:19 +01:00
28d53b16f4 Request get_path now has 2 optional parameters for beginning and end slash placements. 2022-02-06 10:54:42 +01:00
a47b6fb206 Moved FileCache from core to web. 2022-02-05 16:55:07 +01:00
0189370023 Moved core/hash into a new crypto/hash folder. Also cleaned up core/SCsub. 2022-02-05 16:19:24 +01:00
81780683a4 Moved core/databases to just datatbases. Also fox database module detection login. 2022-02-05 15:57:40 +01:00
80d2a379fe Moved html and http from core to a new web folder. 2022-02-05 15:30:48 +01:00