|
f99354ba53
|
Remove config utils
|
2022-05-29 21:17:24 +02:00 |
|
|
c67e15c367
|
Update server setup documentation
|
2022-05-29 21:13:25 +02:00 |
|
|
b1ed16179c
|
Add current_login_at to UserView
|
2022-05-29 19:42:36 +02:00 |
|
|
83cad93486
|
Fix logout link
|
2022-05-29 19:41:46 +02:00 |
|
|
d71eb55c09
|
Fix config order
|
2022-05-29 19:34:20 +02:00 |
|
|
67e477a92e
|
Modify SECURITY config
|
2022-05-29 19:19:59 +02:00 |
|
|
38e081df04
|
Set minimum password length
|
2022-05-29 19:03:54 +02:00 |
|
|
06dd33fb55
|
Make active_semester_id not nullable
|
2022-05-29 18:44:30 +02:00 |
|
|
24c9f44b25
|
Add Flask-Migrate
|
2022-05-29 18:13:28 +02:00 |
|
|
1398a9bb92
|
Remove RoleView
|
2022-05-29 17:32:58 +02:00 |
|
|
dd4908cc45
|
Fix analysis
|
2022-05-23 00:56:10 +02:00 |
|
|
7c29114587
|
Update .gitignore
|
2022-05-23 00:08:25 +02:00 |
|
|
c1b51abde8
|
Update pyproject.toml
|
2022-05-21 21:35:12 +02:00 |
|
|
ec70d966ac
|
Replace self.column
|
2022-05-21 21:19:26 +02:00 |
|
|
71835521bf
|
Fix missing import
|
2022-05-21 21:14:10 +02:00 |
|
|
5a3125d1d1
|
Fix calling execute
|
2022-05-21 21:12:15 +02:00 |
|
|
7759a144b2
|
Replace all .filter()
|
2022-05-21 21:04:06 +02:00 |
|
|
91826cc98d
|
Replace all .has()
|
2022-05-21 20:56:02 +02:00 |
|
|
d7886eb773
|
Join
|
2022-05-21 18:44:53 +02:00 |
|
|
18ae6bacb0
|
Fix typo
|
2022-05-21 18:44:40 +02:00 |
|
|
303d8b23be
|
Use query_modifier in adminSpace
|
2022-05-21 18:32:34 +02:00 |
|
|
1ba0659f71
|
Use query_modifier in assistantSpace
|
2022-05-21 18:30:23 +02:00 |
|
|
56c7212323
|
Add rsync to optional software
|
2022-05-21 15:53:30 +02:00 |
|
|
12928397ac
|
Fix function call
|
2022-05-20 21:05:16 +02:00 |
|
|
a3c63e3c0f
|
Add customUpdateModel
|
2022-05-20 21:05:16 +02:00 |
|
|
6c268c3bb5
|
Fix bug for user that are not logged in
|
2022-05-20 21:05:16 +02:00 |
|
|
2236edb8aa
|
Require active_semester
|
2022-05-20 21:03:24 +02:00 |
|
|
e71d711090
|
Fix typo bug
|
2022-05-20 21:03:24 +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 |
|
|
854abb093b
|
Use get_first in database_import.py
|
2022-05-20 21:03:24 +02:00 |
|
|
5b6f0d76f2
|
Use get_first() in models.py
|
2022-05-20 20:56:04 +02:00 |
|
|
5541435a30
|
Organize funs
|
2022-05-20 20:56:04 +02:00 |
|
|
48c6f4a744
|
Replace count()
|
2022-05-20 20:54:47 +02:00 |
|
|
eba6122aef
|
Add get_count
|
2022-05-20 20:54:47 +02:00 |
|
|
0c5709d2ab
|
Migrate database_import.py
|
2022-05-20 20:54:47 +02:00 |
|
|
659156b749
|
highestGroupNumber
|
2022-05-20 20:46:05 +02:00 |
|
|
5627b88051
|
Fix missing dep
|
2022-05-20 20:46:05 +02:00 |
|
|
b26cd94fa5
|
Use adjusted semester sorting function
|
2022-05-20 20:46:05 +02:00 |
|
|
a8117b7e72
|
Sorting semesters
|
2022-05-20 20:37:29 +02:00 |
|
|
af7fcaa59c
|
Migrate all()
|
2022-05-20 20:37:29 +02:00 |
|
|
4332e145b7
|
Use session.get
|
2022-05-20 20:37:29 +02:00 |
|
|
3022c377b4
|
Use back_populates instead of backref
|
2022-05-20 20:37:29 +02:00 |
|
|
d2a0700f7d
|
Use session.get
|
2022-05-20 20:37:29 +02:00 |
|
|
ec3664a30a
|
Improve error message
|
2022-05-18 01:25:51 +02:00 |
|
|
6ea51b1235
|
Fix database_import.py script
|
2022-05-18 01:08:07 +02:00 |
|
|
b2c63c90af
|
Fix call of undefined function
|
2022-05-18 01:07:27 +02:00 |
|
|
11fbb52806
|
Use NULL in import
|
2022-05-18 01:07:06 +02:00 |
|
|
80833cf068
|
Add sshd_config editing to server_setup.adoc
|
2022-05-18 01:06:25 +02:00 |
|
|
6d73abfba5
|
Update server_setup.adoc with systemd restart
|
2022-05-17 14:25:51 +02:00 |
|