|
aa622685d0
|
Clang format everything.
|
2024-07-21 10:40:17 +02:00 |
|
|
82296c9f19
|
Renamed the render_menu property in UserWebPage to should_render_menu, as there is a render_menu method in WebNode.
|
2024-07-19 08:37:03 +02:00 |
|
|
429575fab6
|
File copyright header updates pt8.
|
2023-12-18 00:18:53 +01:00 |
|
|
b83c4f7ff8
|
Added a simple page rendering customization api for UserWebPages.
|
2022-12-22 21:31:14 +01:00 |
|
|
213f393293
|
Fix typos with codespell.
|
2022-12-22 19:51:25 +01:00 |
|
|
99dd7022a5
|
Added signals for user actions into the user web nodes.
|
2022-12-18 16:05:23 +01:00 |
|
|
a67a36289b
|
Removed old unneeded c++ files.
|
2022-12-18 16:04:47 +01:00 |
|
|
220b2db443
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
|
|
dc9cc716c7
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
|
|
9555ee56b9
|
Moved Variant related classes under a variant folder in core.
|
2022-08-17 13:17:12 +02:00 |
|
|
388b88678e
|
Moved container related classes in core under a new containers directory.
|
2022-08-17 12:53:49 +02:00 |
|
|
ae36b35436
|
Reimplemented UserLogoutWebPage.
|
2022-07-23 22:37:21 +02:00 |
|
|
97dd727ee1
|
Reimplemented UserSettingsWebPage.
|
2022-07-23 22:22:08 +02:00 |
|
|
a5a327ad35
|
Reimplemented UserRegisterWebPage.
|
2022-07-23 22:08:07 +02:00 |
|
|
c6191e1c26
|
Reimplemented UserLoginWebPage.
|
2022-07-23 20:33:10 +02:00 |
|
|
40df361d7c
|
Implemented UserWebPage.
|
2022-07-23 19:29:51 +02:00 |
|
|
0c1d58f921
|
Cleanups to the todos, and some notes.
|
2022-07-23 12:25:11 +02:00 |
|
|
16fda02f48
|
Added the new user web page classes to the build. They still need binds, so they won't do anything at the moment.
|
2022-07-22 14:52:55 +02:00 |
|
|
3028c08e9e
|
Cleaned up the user web nodes.
|
2022-07-22 14:41:51 +02:00 |
|
|
b6253d1a68
|
Duplicated UserController into different files, to break it up.
|
2022-07-22 13:40:22 +02:00 |
|
|
a94e95ce06
|
Cleaned up UserController.
|
2022-07-22 12:09:00 +02:00 |
|
|
0eba7b461f
|
Created UserManagerDB from UserController code. It's not yet in the build.
|
2022-07-22 10:16:49 +02:00 |
|
|
fa768d2474
|
Remove the middleware from the user controller file.
|
2022-07-22 09:47:24 +02:00 |
|
|
cc42e1b526
|
Also renamed it's file.
|
2022-07-21 23:58:21 +02:00 |
|
|
7f58857334
|
Cleaned up and added the UserSessionSetup Middleware to the build.
|
2022-07-21 23:56:29 +02:00 |
|
|
129a2a830d
|
Moved a few folder in the users module.
|
2022-07-21 23:32:44 +02:00 |
|