bb047da360
Merge branch '145-build-system-rewrite'
2025-03-06 16:17:10 +01:00
6f90c04b1b
build(Makefile): only call make in containers when appropriate; use SET_IMAGE for postgres
2025-03-06 16:16:26 +01:00
1633c41b1d
Merged PR 17901: build(Makefile): add dependencies targets as explicit prerequisite for compil...
...
build(Makefile): add dependencies targets as explicit prerequisite for compiles and starts
2025-03-06 10:58:34 +00:00
20faec8973
build(Makefile): add dependencies targets as explicit prerequisite for compiles and starts
2025-03-06 11:31:40 +01:00
65cb75921d
Merged PR 17873: fix yesod-bin
...
build(Makefile): move yesod-bin and hpack installs to dependencies-backend for more robustness
2025-03-06 07:41:40 +00:00
8104ce96cc
build(Makefile): move yesod-bin and hpack installs to dependencies-backend for more robustness
2025-03-05 18:09:48 +01:00
396b365a31
build(Makefile): make backend compiles/starts dependent on .stack target
2025-03-05 18:07:37 +01:00
ff3d33bbf4
build(docker/backend): switch from Dockerfile-based yesod-bin+hpack install to Makefile-based install
2025-03-05 18:05:37 +01:00
82ea44c63f
build(docker/backend): use non-mounted directory as stack root; install yesod-bin and hpack in CI too
2025-03-05 17:07:52 +01:00
926dbae09a
Merged PR 17790: build(Makefile): really clean everything on clean-all
...
build(Makefile): really clean everything on clean-all
2025-03-04 15:41:01 +00:00
eb67136c0c
build(Makefile): really clean everything on clean-all
2025-03-04 16:35:58 +01:00
b37954d452
Merged PR 17760: build(docker/backend): try backend build without chmod to avoid filemode diffs
...
build(docker/backend): try backend build without chmod to avoid filemode diffs
2025-03-04 12:43:40 +00:00
5752b4b8da
build(docker/backend): try backend build without chmod to avoid filemode diffs
2025-03-04 13:24:30 +01:00
3929bccd6e
Manual copy from branch 145-build-system-rewrite due to botched-merge
2025-03-03 11:56:07 +01:00
aae5a5f997
fix spdx copyright year having 2 digits only
2025-03-03 11:44:03 +01:00
1fc948711a
Manual copy from branch merge-rewrite-jost due to botched-merge
2025-03-03 11:32:14 +01:00
088587549d
chore(profile): show examiners in profile data, towards #2347
2025-03-03 10:47:59 +01:00
bc63324ddf
chore(profile): towards exam table in profile data (WIP)
...
towards #2347
2025-03-03 10:46:53 +01:00
9a12e00f7f
refactor(i18n): make SomeMessages more flexible to distinguish it from UniWorXMessages, deprecated the latter
2025-02-28 19:02:28 +01:00
06cd87f360
fix(umlaut): renamee files with german umlaut for ease of use
2025-02-28 18:47:52 +01:00
095002637f
chore(qualification): prepare stub for edit handler
...
also fix some minor navigation issues
2025-02-28 17:29:23 +01:00
ffae8553d5
fix(day): fix #2347 by adding repeated examiner check to day consistency check for day exam occurrences
2025-02-28 17:26:33 +01:00
2ad61c73f1
fix(day): fix #2347 by adding repeated examiner check to day consistency check for day exam occurrences
2025-02-28 17:12:48 +01:00
7dcd0b7297
chore(profile): show examiners in profile data, towards #2347
2025-02-28 17:12:48 +01:00
5881973906
chore(exams): allow email for exam result entry as well
2025-02-28 17:12:48 +01:00
d7dcf0acf5
fix(widgets): fix erroneous whitespace in name widget
2025-02-28 17:12:48 +01:00
1f484f7781
chore(profile): towards exam table in profile data (WIP)
...
towards #2347
2025-02-28 17:12:48 +01:00
9fbab25ecc
chore(tutorial): assigning exam occurrences may check duplicate examiners
...
towards #2347
2025-02-28 17:12:48 +01:00
be18af08c6
chore(tutorial): user view warns against duplicate examiners
...
towards #2347
2025-02-28 17:12:48 +01:00
b12de8be15
refactor(admin): problem caching indicator made human readable
2025-02-28 17:12:48 +01:00
4156b3b553
chore(avs): add debug log info after not finding an error in company supervision switching after avs update
2025-02-28 17:09:03 +01:00
7b7c0d4053
fix(linter): disable unnecessary linter warning
2025-02-28 17:09:03 +01:00
6441bc5562
chore(firm): finalize supervision discrepancy view
2025-02-28 17:09:03 +01:00
2a1cff4cd0
fix(build)
2025-02-28 17:09:03 +01:00
aefafa32d1
chore(firm): filter working on supervision discrepancy view
2025-02-28 17:09:03 +01:00
8e0eb401b5
chore(admin): minor reorder admin problem page
2025-02-28 17:09:03 +01:00
8adcdf69fe
refactor(db): widen the type for DBRead for more flexibility also - change some AdminProblemR DB actions to DBRead instead - add insane supervision warning to AdminProblem page
2025-02-28 17:09:03 +01:00
d6b4afe975
chore(firm): add working view for supervision discrepancy by firm
...
show if a supervisionship-company is unrelated to either supervisor or supervisee
2025-02-28 17:09:03 +01:00
cce4b2b27d
chore(lms): fix #2605
...
- Implement a mechanism that deletes those users after a short while
- Never delete numerical LMS logins
- Allow admins to terminate an E-Learning manually
- Option to terminate E-Learning upon longtime renewal
- Detection of unnecessary E-Learning (i.e. long valid durations)
2025-02-28 17:08:59 +01:00
12e01238c4
fix(lms): do not delete orphans with all numerical idents
...
lms idents with all numerical idents are used for testing and thus should not be deleted, even if orphaned
2025-02-28 17:08:05 +01:00
130f592491
chore(lms): add longter,m validity filter, towards #2605
2025-02-28 17:08:05 +01:00
d1dcdcfe91
fix(avs): updateReceivers should not re-insert formerly known receivers
2025-02-28 17:08:05 +01:00
5e0df28444
chore(mail): view page for receivers working now and polished
2025-02-28 17:08:05 +01:00
0a4ad611c7
chore(mail): add i18n for mail receivers view
2025-02-28 17:08:05 +01:00
2109996387
Added de-de-formal.hamlet for receivers
2025-02-28 17:08:05 +01:00
4f5c7d56b0
chore(mail): add modal computing actual receivers at postal pref columns
2025-02-28 17:08:05 +01:00
05bc06df47
chore(firm): add company preference for email pin passwords
...
companies may be set such that their users have no email pin password by default
switching to such a company deletes the pin password
2025-02-28 17:07:51 +01:00
38606949b0
chore(lms): implement lms termination action
...
also:
- track last LmsSate for orphans
- make note searchable
towards #2605
2025-02-28 17:06:33 +01:00
f3f2f397fc
fix(audit): add user id who caused company superior change to audit log
2025-02-28 17:06:12 +01:00
d06bc10408
fix(tutorial): truly fix #2696 template choice respects school, course, term, etc.
...
Template course names may contain Vorlage or Template and the type in any order somewhere within the name
2025-02-28 17:05:54 +01:00