1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
Commit graph

48 commits

Author SHA1 Message Date
4749626ca0 Use configparser 2022-08-08 18:01:33 +02:00
ef29ac8963 Apply flake8 2022-07-03 17:11:33 +02:00
ae665add07 Declare static methods 2022-07-03 00:48:05 +02:00
6bd7b4d910 Fix typo 2022-07-03 00:20:13 +02:00
0e8a3ca0cd Use details instead of list for export 2022-07-01 18:48:17 +02:00
19b890265a Don't use column_formatters for column_export_formatters 2022-07-01 18:47:47 +02:00
4d9a72431d Check returned bool from customUpdateModel 2022-06-30 19:43:20 +02:00
50c03b9df2 Remove CustomIdEndPointLinkRowAction 2022-06-30 04:06:07 +02:00
b1a01743e2 Handle endpoints 2022-06-28 16:57:55 +02:00
a3c63e3c0f Add customUpdateModel 2022-05-20 21:05:16 +02:00
6618e72843 Improve performance by removing userActiveSemester() 2022-05-20 21:03:24 +02:00
b2428d29f3 Change queryFilter to query_modifier 2022-05-20 21:03:24 +02:00
5541435a30 Organize funs 2022-05-20 20:56:04 +02:00
48c6f4a744 Replace count() 2022-05-20 20:54:47 +02:00
102640f14d Use handle_view_exception 2022-05-15 19:07:08 +02:00
11fb5f5428 Use relative imports 2022-05-08 21:26:25 +02:00
99703439a3 Deduplicate index_view 2022-05-07 01:44:39 +02:00
2de977e1c1 Deduplication of create_form 2022-05-07 01:06:08 +02:00
11746b8c67 Split utils.py 2022-04-18 18:04:17 +02:00
cc3f230a3a No need for a factory 2022-04-04 18:56:16 +02:00
34ee938636 Add step to weighting fields 2022-04-04 18:47:53 +02:00
49d1659f82 Fix security issues to prevent assistants from seeing unintended data 2022-03-13 00:37:31 +01:00
027851b398 Explicit expose 2022-03-04 03:49:02 +01:00
874510412b Add details template for assistant 2022-03-03 03:14:13 +01:00
98d52f34c9 Add custom details templates 2022-03-03 03:13:06 +01:00
e1d1ee2f84 Add CustomIdEndpointLinkRowAction 2022-03-03 03:04:15 +01:00
de4ef9d6f4 Move weightings from Experiment to SemesterExperiment 2022-02-27 17:43:31 +01:00
d0a6090553 Add number of missing final part marks to both spaces 2022-02-24 01:10:04 +01:00
8d34d3d564 Add number of missing final experiment marks to admin 2022-02-24 00:08:14 +01:00
82e7bc9d23 Add docs links 2022-02-23 19:37:09 +01:00
dfaba1cf3e Fix typos 2022-02-13 20:05:29 +01:00
52506fc47f Security fix 2021-11-30 01:36:19 +01:00
40ab16f632 Added SecureAdminBaseView 2021-09-11 20:48:14 +02:00
e4b29a37d6 isorted 2021-07-30 14:20:54 +02:00
0be6b64b8a Added assistantSpace 2021-07-30 02:03:44 +02:00
6fab47591f Added customCreateModel 2021-07-30 00:24:10 +02:00
48dad91671 Fixed and added checkPartStudents for Group 2021-07-14 01:58:35 +02:00
91547a7487 Addded exceptions 2021-07-13 17:22:15 +02:00
18257799c7 Moved get_query and get_count_query to parent classs 2021-07-12 13:06:44 +02:00
6e153d9c09 Redirect to login if no access 2021-07-01 14:02:23 +02:00
0a91f4a331 Made modal 2021-07-01 13:12:43 +02:00
418b1f66ac Added black and isort 2021-06-02 23:43:41 +02:00
64fe85272b Cleaned up with flake8 2021-05-17 22:36:24 +02:00
45c3d55470 Added admin templates 2021-05-17 21:34:49 +02:00
868c1e2d4d Added changing active semester from admin view 2021-05-17 16:55:04 +02:00
c86091fe39 Fixed active semester not found 2021-04-24 14:01:14 +02:00
f4de3df51d Moved users and register to UserModelView 2021-04-24 12:05:58 +02:00
f9dd498d92 Added Flask-Admin and Flask-DebugToolbar 2021-04-19 01:33:46 +02:00