Commit Graph

44 Commits

Author SHA1 Message Date
Inga Kirschnick
8aeafc33bd Admin page Corpus List fix 2023-06-07 11:23:59 +02:00
Patrick Jentsch
4ca2c0c873 Fix typos and simplification 2023-04-11 13:30:38 +02:00
Patrick Jentsch
87798f4781 completly move settings logic to users package 2023-04-03 16:34:03 +02:00
Patrick Jentsch
f1d8b81923 move settings related json routes to users package 2023-04-03 15:25:55 +02:00
Patrick Jentsch
cff4b2c588 Fix problems with new forms 2023-03-31 09:14:21 +02:00
Patrick Jentsch
e4a8ad911f Update admin user settings 2023-03-29 14:32:35 +02:00
Patrick Jentsch
9b2353105e Add NopaqueForm as a base for all others 2023-03-29 09:25:08 +02:00
Patrick Jentsch
020de69e45 settings update 2023-03-27 10:22:43 +02:00
Patrick Jentsch
5b6eae7645 Cleanup 2023-03-23 17:42:51 +01:00
Patrick Jentsch
57813b4bc2 Fix link issues 2023-03-22 12:06:33 +01:00
Patrick Jentsch
622d32fa45 UI enhancements 2023-03-21 10:50:29 +01:00
Patrick Jentsch
2efc9533ec Add breadcrumbs to admin package 2023-03-14 14:24:52 +01:00
Inga Kirschnick
4c05c6cc18 merge settings into users route 2023-03-13 15:04:44 +01:00
Patrick Jentsch
7836774fef Update AdminUserList 2023-01-09 08:45:47 +01:00
Inga Kirschnick
647969ef0e profile to users 2022-12-23 18:08:33 +01:00
Inga Kirschnick
be517a04af Update profile page with avatar 2022-12-05 09:40:02 +01:00
Inga Kirschnick
a009bbe1f9 Profile page 2022-11-30 14:36:42 +01:00
Patrick Jentsch
aff85f2145 Remove last edited date from FileMixin 2022-11-24 12:24:29 +01:00
Patrick Jentsch
a822a2e3a0 Fix issues 2022-11-18 16:02:24 +01:00
Patrick Jentsch
bbea1553b8 Remove darkmode setting 2022-11-17 10:52:46 +01:00
Patrick Jentsch
dedccad70a Restructure project 2/2 2022-09-02 13:08:01 +02:00
Patrick Jentsch
86d14f748f More generic implementation of fake enum db types 2022-02-09 16:02:37 +01:00
Patrick Jentsch
df6ab3991c Use enums where appropriate. This commit includes new migrations that are NOT compatible with older nopaque instances 2022-02-08 12:26:20 +01:00
Patrick Jentsch
e356be77da Implement authentication with before_request in admin package 2021-12-13 12:20:32 +01:00
Patrick Jentsch
72ba61f369 Only reveal hashids to the ui 2021-11-30 16:22:16 +01:00
Patrick Jentsch
81ed16603d Remove current_app and current_user usage in forms. 2021-09-13 16:36:48 +02:00
Patrick Jentsch
4950a407af rename blueprint variables (blueprint_name -> bp) and view files (views.py -> routes.py) 2021-09-13 11:45:43 +02:00
Patrick Jentsch
d6ab379418 Change directory structure (move ./nopaque/* to ./) 2021-07-20 15:07:42 +02:00
Patrick Jentsch
cb2b64fa9d integrate nopaque repo 2020-06-05 14:42:04 +02:00
Patrick Jentsch
83c05d93b0 Make delete user function a background task 2020-04-23 08:24:11 +02:00
Patrick Jentsch
4294c2854b Make inner package imports relative 2020-03-27 12:06:11 +01:00
stephan
e611a15aac Revert admin edit_user view 2020-02-18 15:22:48 +01:00
Patrick Jentsch
fc560933bc Change edit user form name 2019-11-15 14:01:36 +01:00
Patrick Jentsch
7457a4be94 Move admin tables in admin package. 2019-11-15 12:57:01 +01:00
Patrick Jentsch
aacfe40bd6 Code enhancement 2019-11-15 12:51:53 +01:00
Patrick Jentsch
f22bff4ed0 Updated URL Logic for admin package 2019-11-15 11:45:04 +01:00
Patrick Jentsch
1b02d73d66 Update background functions 2019-11-14 13:40:05 +01:00
Patrick Jentsch
bab479db20 Change delete execution 2019-11-14 09:48:30 +01:00
Patrick Jentsch
0d441a9364 Change import logic. 2019-11-12 13:36:22 +01:00
Patrick Jentsch
4bcd97c003 Only use relative imports for functions in the same package. 2019-11-05 16:22:36 +01:00
Patrick Jentsch
5749c94bca Codestyle for admin package. 2019-09-23 16:25:26 +02:00
Stephan Porada
0d060f0cbf Move job and user delete functions to utils.py 2019-09-17 16:31:41 +02:00
Stephan Porada
fda70e216e Add admin page to edit user informations. 2019-09-10 13:49:01 +02:00
Stephan Porada
bccf661957 Add new admin blueprint with new user delete feature. Reorganize templates etc. 2019-08-15 15:56:53 +02:00