Commit Graph

30 Commits

Author SHA1 Message Date
f7b5952d2a Did most of the remaining std::string and vector to String and Vector conversions. 2021-11-01 19:53:35 +01:00
4546d583d1 Cleaned up Resource and User. 2021-08-22 22:38:08 +02:00
58e3855a4d Also removed the sessions vector from User. 2021-08-22 22:35:11 +02:00
a4e3f5d3cd Removed sessions from users. 2021-08-22 22:17:47 +02:00
e5e1dfee8a Moved out the http handler from users to the UserController. 2021-08-22 22:03:35 +02:00
ed434b7f68 Started moving things out from the User and removed the UserManager. 2021-08-22 21:46:24 +02:00
adfcdb8514 Removed the main data getters and setters from User. 2021-08-22 13:46:39 +02:00
1b190a9963 Merged the DBBasedUser into User. 2021-08-22 13:37:28 +02:00
381df9b487 Merged FileBasedUser into User. 2021-08-22 13:30:58 +02:00
1ff328a3e6 Removed the mutex from User. I'm going to change how users work. 2021-08-21 21:44:14 +02:00
2c8efb0180 More cleanups and moved save from FileBasedUser to User. 2021-08-21 20:15:29 +02:00
b309705f10 Removed the properties, as this implementation did not work with polymorphism. 2021-08-21 20:06:53 +02:00
242412dd46 Added getters to the User. 2021-08-21 18:28:29 +02:00
2eb35d644b Removed id from user. 2021-08-21 17:11:42 +02:00
a8cb81598b The User now inherits from Resource. 2021-08-21 16:38:06 +02:00
d75ecf0f23 Implemented user profiles. 2021-08-20 20:32:40 +02:00
1b4ecafa2c Added a mutex to the User. 2021-08-20 19:53:58 +02:00
127563e6ca Implement logout. 2021-08-20 19:29:39 +02:00
f8ba0b26c5 More improvements to form validation. 2021-08-20 19:18:26 +02:00
3bc7bd98c6 Even more work on from validation. 2021-08-20 18:00:50 +02:00
af9979d9a7 Postfix the fields in User with "ui" that are input from the user. 2021-08-20 13:08:15 +02:00
e7c1cd5741 Added a new database based user. Still wip. 2021-08-19 23:55:36 +02:00
45bb772859 Save the user object after login. 2021-08-05 20:03:01 +02:00
fb5a059e2e Implemented a simple registration form, and also login. 2021-08-05 19:35:15 +02:00
a4c28867f2 Work on handle_login_request_default. 2021-08-05 18:26:11 +02:00
2585468c33 Simple login form. (Handling the post request itself is not yet done.) 2021-08-05 17:32:09 +02:00
00f9be5f59 Added request handling methods to the user. 2021-08-05 01:19:54 +02:00
03276bdc26 Moved the session registration/deregistration code to users. 2021-08-04 21:29:19 +02:00
7f48c099e0 Added more properties to the user class, and a few virtual methods. 2021-08-03 21:10:24 +02:00
f21b4362c6 Added a user module and a (simple for now) User class. 2021-07-07 12:20:05 +02:00