|
8d679355df
|
Re-extracted class docs pt3.
|
2023-06-13 17:34:41 +02:00 |
|
|
f058c87868
|
Backported from godot4: Rework Navigation Avoidance
Rework Navigation Avoidance.
- smix8
a6ac305f96
|
2023-06-10 20:58:49 +02:00 |
|
|
227e32b67c
|
Now modules make use of the new registration levels.
|
2023-01-15 17:04:00 +01:00 |
|
|
e9a19c1a66
|
Added module initialization levels (similar idea to what's in godot4, although I added more).
|
2023-01-15 11:46:13 +01:00 |
|
|
fc991ede18
|
Re-extracted class docs.
|
2023-01-14 13:38:58 +01:00 |
|
|
b46ab0f4a7
|
Updated copyright headers to 2023.
|
2022-12-31 19:34:43 +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 |
|
|
cc7d77f3e1
|
Re-extracted class docs.
|
2022-12-22 19:28:17 +01:00 |
|
|
144d519258
|
Id should be valid only over 1 in UserManagerDB.
|
2022-12-18 18:42:09 +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 |
|
|
56fb104e14
|
Update logic in UserManagerDB, as the default user id is -1 now.
|
2022-12-18 13:16:58 +01:00 |
|
|
70b8c7c047
|
Fix connecting a signal to a non existent method in UserManagerDB.
|
2022-12-18 11:56:16 +01:00 |
|
|
41f130d9fd
|
Re-extracted the class docs.
|
2022-11-20 23:27:04 +01:00 |
|
|
a1974c8338
|
Re-extracted the class docs.
|
2022-08-23 13:09:12 +02:00 |
|
|
714547cb17
|
Re-extracted class docs.
|
2022-08-21 00:40:49 +02:00 |
|
|
0bc4baaa02
|
Added an icon for UserModule.
|
2022-08-20 16:24:11 +02:00 |
|
|
114e8953ed
|
Added icons for the UserManagers.
|
2022-08-20 16:18:27 +02:00 |
|
|
b552438044
|
Added icons for Usser, and user web pages.
|
2022-08-20 16:01:19 +02:00 |
|
|
6ff120dc85
|
Moved the old module dependencies to the new system.
|
2022-08-18 12:53:49 +02:00 |
|
|
04feb63860
|
Moved Engine and projectSettings.
|
2022-08-17 15:35:28 +02: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 |
|
|
e71e3ed897
|
Now Vector4, Vector4i, Projection, PoolVector4Array, PoolVector4iArray, are built in variant types. Also reordered the Variant's Type enum, renamed _RID in it to RID, fixed a few smaller issues and removed some very old compat code.
|
2022-08-16 21:55:56 +02:00 |
|
|
249dd4d661
|
Updated property hints for variant arrays.
|
2022-07-30 21:58:40 +02:00 |
|
|
e0b2f048c2
|
Cleaned up and added UserManagerDB to the build.
|
2022-07-24 16:26:23 +02:00 |
|
|
2db29ae49f
|
Add Entity like to_dict and from_dict support to User, alongside to_json and from_json.
|
2022-07-24 01:42:55 +02:00 |
|
|
b479b6a1ab
|
Added a new UserModule class. It can be used to easily add data to Users.
|
2022-07-24 01:08:56 +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 |
|
|
d0c99d0ef6
|
Set the user's id after creation.
|
2022-07-23 20:32:42 +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 |
|
|
8236c509c8
|
Added user_id property to User, and also did some improvements to it's api.
|
2022-07-22 10:00:07 +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 |
|
|
5d260fd68d
|
Cleanups to WebServerRequest.
|
2022-07-21 23:25:04 +02:00 |
|
|
9232d5b5bb
|
Renamed the user middleware class.
|
2022-07-21 23:02:36 +02:00 |
|