Commit Graph

14 Commits

Author SHA1 Message Date
Relintai 97cb527bb4 Remove unneeded include. 2022-02-04 05:16:57 +01:00
Relintai 5d75c5bda7 Removed resource properties, and most things from the base resource. 2022-02-04 05:16:40 +01:00
Relintai 6416ecc5e0 Reworked migrations. Now they automatically propagate through the node hierarchy. Also they have parameters. 2022-01-13 23:45:38 +01:00
Relintai 3809ca5a38 Rename UserController's main handler method to the new proper one. 2022-01-08 12:49:34 +01:00
Relintai ec2eabacc1 Implemented middleware handling. Also converted middleware handlers to the new stystem. 2022-01-08 12:25:52 +01:00
Relintai 37d5c0fec8 Merged UserControllers and UserModels. 2022-01-07 17:50:39 +01:00
Relintai c86ed59dd6 Replaced std::string and std::vectors in the user module aswell. 2021-11-01 19:14:55 +01:00
Relintai dd966c9248 FormValidator and HTMLBuilder now uses my string and vector aswell. 2021-11-01 18:00:34 +01:00
Relintai f883b4d678 Moved the register success and login success responses to 2 new virtual methods. 2021-10-31 10:27:28 +01:00
Relintai 4aa9a28ed5 Added RCPP_OBJECT declarations to 2 objects. 2021-10-31 10:17:45 +01:00
Relintai 594ab744c5 Split some of the methods in UserController so the render happens in a different method. 2021-10-31 02:10:47 +02:00
Relintai 9d8a752707 Reworked sessions. 2021-08-22 22:28:46 +02:00
Relintai e5e1dfee8a Moved out the http handler from users to the UserController. 2021-08-22 22:03:35 +02:00
Relintai 6c76f625af Added a new UserController class. 2021-08-22 20:20:30 +02:00