Commit Graph

4488 Commits

Author SHA1 Message Date
0a0990aeae Update links in the docs. Pt. 8. 2025-05-12 21:34:24 +02:00
73957f9cd8 Update links in the docs. Pt. 7. 2025-05-12 21:11:39 +02:00
2ca9cdd2df Update links in the docs. Pt. 6. 2025-05-12 21:08:57 +02:00
9db83a4abe Update links in the docs. Pt. 5. 2025-05-12 20:50:56 +02:00
4c0284f595 Update links in the docs. Pt. 4. 2025-05-12 20:32:32 +02:00
af364c10a1 Update links in the docs. Pt. 3. 2025-05-12 20:13:25 +02:00
6a2dda4fd6 Update links in the docs. Pt. 2. 2025-05-12 16:30:18 +02:00
bfe985aa4c Update links in the docs. Pt. 1. 2025-05-12 16:06:27 +02:00
7506758455 Document set_table_version() being able to remove entries. 2025-05-12 11:43:43 +02:00
9ec917a7d5 Doc for the new method. 2025-05-12 11:36:20 +02:00
cb66ed5746 Added Database::get_backend_name() virtual method. 2025-05-12 11:35:36 +02:00
b02ddfd5e2 Added recommandations to PreparedStatement and QueryBuilder's docs. 2025-05-12 11:35:15 +02:00
3bed872f84 Split concatenations into multiple lines in SQLite3TableBuilder, since now TableBuilders use a StringBuilder this saves a little bit on concatenating strings. 2025-05-12 11:21:12 +02:00
5f69ee9385 Re-extracted class docs. 2025-05-12 11:16:22 +02:00
ebbcaead70 Docs for the new TableBuilder methods. 2025-05-12 11:16:05 +02:00
0cb871a29a Fix method bind name. 2025-05-12 11:15:33 +02:00
4e1bcca4e4 Fix missing tag in UserPasswordResetWebPage's docs. 2025-05-12 11:10:28 +02:00
f12070cd3e Re-extracted class docs. 2025-05-12 11:09:38 +02:00
89ec38bdc6 UserManagerDB now can update it's tables to the newer format. 2025-05-12 11:08:45 +02:00
f268d4af53 Added alter table helper methods to TableBuilder. 2025-05-12 11:05:58 +02:00
51635d2a04 Removed unnecessary #if. 2025-05-12 11:05:31 +02:00
409d9866bf Removed unused include. 2025-05-12 08:45:43 +02:00
590eaf8738 Removed unnecessary overloads from QueryBuilder. 2025-05-12 08:42:58 +02:00
17d87761e6 Removed unused include. 2025-05-12 08:40:40 +02:00
e69fcf5656 Implemented table version support for SQLite3DatabaseConnection. 2025-05-12 08:39:06 +02:00
882d1903a4 Added missing user locks. 2025-05-12 07:43:50 +02:00
4ea522cf0c Include cleanups in UserWebPages. 2025-05-12 00:17:53 +02:00
85bfbec908 Remove unneeded comments in UserSettingsWebPage. 2025-05-12 00:16:20 +02:00
8bd3cfbf32 Set maximum password length of 256 in UserSettingsWebPage aswell. 2025-05-12 00:15:32 +02:00
be0ea55db8 Remove unneeded comments in UserLoginWebPage. 2025-05-12 00:13:25 +02:00
4c0f040ce7 Also set a maximum password length of 256 in UserLoginWebPage. 2025-05-12 00:12:43 +02:00
ce26870208 Remove now unneeded comment. 2025-05-12 00:11:55 +02:00
03802d0047 Set maximum password length in UserRegisterWebPage just for good measure (256). 2025-05-12 00:11:29 +02:00
65ca03eacc Docs for the UserWebPages. 2025-05-12 00:07:37 +02:00
ae6722cf6e Docs for UserModule. 2025-05-11 22:47:31 +02:00
544f65a522 Docs for the UserManager implementations. 2025-05-11 22:40:26 +02:00
9ded680a42 Remove unneeded #if. Also comment. 2025-05-11 20:07:31 +02:00
aa6ed3911f Docs for the new methods. 2025-05-11 20:00:02 +02:00
5266b791d5 Updated the UserManagers to use the new internal name and email. Also made sure to call the base _create_user in all UserManagers.
- Internal name and email is used for lookups, so capitalization
automatically won't matter.
2025-05-11 19:55:36 +02:00
034a1b4e1a Added internal user name and email support for Users. 2025-05-11 19:51:34 +02:00
56c05fe5d5 Use the owner UserManager when saving Users. 2025-05-11 18:56:21 +02:00
e5629e2a1b Store the owner UserManager in User as an ObjectID. 2025-05-11 18:49:11 +02:00
704cea8354 Docs for the new methods. 2025-05-11 18:42:47 +02:00
066e88e336 Store the owner UserManager in User. 2025-05-11 18:37:59 +02:00
5c752900dd Docs for UserManager. 2025-05-11 18:25:38 +02:00
31dd5d436c Print an error if more than one UserManagers are trying to become the global instance. 2025-05-11 14:57:18 +02:00
a2309aa272 Now UserManagers have a register_as_global property. A manager will only try to set itself as the global manager if it's set to true (default). 2025-05-11 14:51:57 +02:00
4016579f23 Docs for UserDB. 2025-05-11 14:29:22 +02:00
272aeb775d Don't use the changed signal to get a User to save itself. 2025-05-11 14:23:39 +02:00
b770c07a32 Always just defer call to the active UserManager or error in UserDB.
- Having an optional separate User list in UserDB when there is no
UserManager can lead to subtle bugs, so it got removed.
- It also had other limitations, like it was not possible to setup Users
properly, which could also lead to subtle bugs.
2025-05-11 14:10:32 +02:00