1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:39:32 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
74cae8847d Added POST class/user/remove 2022-03-31 08:50:22 +00:00
9fb499bbe5 Added GET class/user/remove 2022-03-31 08:49:35 +00:00
b489f055aa Fix multiple instantiation problem 2022-03-30 10:08:53 +00:00
a97c2e3dc5 Added routes for addClassUser 2022-03-29 10:25:46 +00:00
7b8eafa1db Split class routes into two files 2022-03-29 10:13:05 +00:00
4c2a078530 Refactored database connection system to use a shared pool per-request 2022-03-28 08:01:05 +00:00
bd662661ee Fixed validation middlewares so they they run against all HTTP request types 2022-03-21 10:37:55 +00:00
31507e13fd Added delete test button and fixed link root 2022-03-21 09:18:29 +00:00
afbb7485dc Added route and validation for individual user 2022-03-21 09:17:15 +00:00
bff42cdefa Add route for classUser pages 2022-03-21 09:15:14 +00:00
0298c81f51 Make test and class validation more general 2022-03-14 09:42:33 +00:00
aaec1c0904 Add test route now actually adds test 2022-03-08 13:41:12 +00:00
b40624ce8f Add test template route now actually adds test template 2022-03-08 14:22:04 +00:00
57def008c8 Add class route now actually adds class 2022-03-08 11:43:44 +00:00
72891d0845 Added new date validation type to addTest post validator 2022-03-08 00:01:15 +00:00
c92181cbf2 Added routes and validation for testing add pages 2022-03-07 15:11:19 +00:00
3047898fc2 Added route for GET test/add and testTemplate/add 2022-03-07 14:50:09 +00:00
f6909b06a9 Added route for GET class/add 2022-03-07 14:49:28 +00:00
c6419cad8b Added add test and add class buttons to tests and classes pages 2022-03-06 22:47:48 +00:00
cface26bc9 Add test route 2022-03-06 20:51:20 +00:00
e94f8ef94c Added class stat data, and amended pluralisation logic 2022-03-06 20:36:21 +00:00
ec87a77dd2 Added Class.hasAccess to validate user input and add security 2022-03-04 22:39:56 +00:00
c9e826d016 Lint cleanup with new rules 2022-03-03 09:21:43 +00:00
805d870755 Added validation for individual class page 2022-03-03 02:19:10 +00:00
959576585d Added class route, contains mostly real data but some test data too 2022-03-03 02:17:53 +00:00
6ed7f09ce8 Lint cleanup 2022-02-28 09:16:06 +00:00
3b5b9f7d88 Populate tests and classes pages 2022-02-25 19:52:46 +00:00
32c83cd308 Populate dashboard screen with real data 2022-02-25 16:30:21 +00:00
e709d74f74 Moved data from view to route in preparation of db integration 2022-02-24 15:47:24 +00:00
6e2f19fbda Removing obsolete code 2022-02-24 13:58:09 +00:00
0aa0d11523 Implement new Emailer class in password-reset route 2022-02-14 17:29:11 +00:00
6612d6c7be Replaced placeholder log for testing with new EmailBuilder 2022-02-14 15:03:47 +00:00
1f1a150f9c Added route for POST change password 2022-02-14 10:33:50 +00:00
51897544bf Added route for password reset link 2022-02-14 10:32:58 +00:00
b763ce893e Added placeholder for testing password reset 2022-02-14 10:32:19 +00:00
179bd4ce93 Added route for POST password-reset 2022-02-14 00:24:21 +00:00
655b54e305 Add login route 2022-02-13 22:19:07 +00:00
2f00e30ca6 Add logout functionality 2022-02-13 22:16:46 +00:00
401eaa56e1 Added route for registering an Account 2022-02-13 22:11:15 +00:00
7ce12f5ef4 Prepare for register and login functionality 2022-02-13 21:53:13 +00:00
c7b3cd131f Added forgotten strict mode declarations 2022-02-09 15:26:49 +00:00
549b8278d6 Splitting admin routes into pages to prepare for addition of functionality 2022-02-08 21:52:33 +00:00
ec6437e2bc Implement admin nav 'current' page display 2022-02-08 20:21:52 +00:00
b6e43df0e3 Added tests page 2022-02-06 20:31:29 +00:00
c0e1a770b3 Added classes page 2022-02-06 20:02:16 +00:00
e07e323bd8 Added dashboard page 2022-02-04 23:44:05 +00:00
5946aeffb0 Added logout template and route 2022-01-31 21:47:18 +00:00
68beca8e14 Added password reset template and route 2022-01-31 21:35:30 +00:00
5e31c06f75 Added register template and route 2022-01-31 21:30:55 +00:00
4ca12b94cb Added login template and route 2022-01-31 15:08:56 +00:00