Commit Graph

3083 Commits

Author SHA1 Message Date
Steffen Jost
cdc297716a chore(lms): add datatypes for export tables 2022-02-07 18:18:40 +01:00
Sarah Vaupel
303e7096d3 chore: add LMS Handler stub 2022-02-04 18:20:15 +01:00
Steffen Jost
02051100e4 refactor(utils): code cleaning 2022-01-13 11:53:20 +01:00
Steffen Jost
fe190c022e test(restarts): add application crash button to admin test page 2022-01-12 12:48:04 +01:00
Steffen Jost
8743719183 feat(status): show instance running time 2022-01-11 17:55:20 +01:00
Steffen Jost
71950d9e5c refactor(mail): code cleaning and improved messages 2022-01-10 17:29:27 +01:00
Steffen Jost
859f5b8494 fix(smtp): case-insensitive from-domain comparison for reply-to instead option 2022-01-10 12:12:28 +01:00
Steffen Jost
3453fc3459 fix(mail): add debug info why setting reply to instead of sender does not work 2022-01-07 17:45:14 +01:00
Steffen Jost
ddb1a15c18 fix(user): display name may omit hyphenated given name parts 2022-01-07 16:52:10 +01:00
Steffen Jost
5aa096f56a fix(email): rename settings parameter and switch to safe default 2022-01-06 14:24:12 +01:00
Steffen Jost
272eb73203 chore(email): option to keep sender fixed and use replyto instead 2022-01-06 13:18:34 +01:00
Steffen Jost
2fb4dce95f chore(ldap): remove deprecated code 2022-01-05 13:57:07 +01:00
Steffen Jost
a5d5d8dbd6 fix(build): remove obsolete import 2022-01-05 13:43:17 +01:00
Steffen Jost
61cfdc8758 fix(ldap): allow punctuation in displaynames 2022-01-05 13:08:08 +01:00
Steffen Jost
8cdc2b5267 fix(smtp): use full email with name in reply-to field 2021-12-23 13:26:18 +01:00
Steffen Jost
4c8f7e1267 fix(email): instead of sender set reply-to only 2021-12-22 17:15:13 +01:00
Steffen Jost
991ee9c704 fix(ldap): update phone numbers and company data from ldap 2021-12-21 18:14:50 +01:00
Steffen Jost
40e885955f chore(translation): change campus to bueko and uni2work to fradrive 2021-12-20 17:52:04 +01:00
Steffen Jost
9697d8c7fa fix(ldap): fix type in department descriptor 2021-12-17 17:49:45 +01:00
Steffen Jost
a09d8b6dd0 Fix/ldap 2021-12-15 19:12:14 +01:00
Steffen Jost
074a33dc51 fix(status): route status exempt from approot normalisation, might not fix the issue yet 2021-12-08 16:34:55 +01:00
Steffen Jost
1c5dc74edf chore(terms): fix add term help message and allow alternative TermId Format 2021-11-26 15:57:15 +01:00
Steffen Jost
4846547f48 chore(status): show build age in days 2021-11-26 15:55:52 +01:00
Steffen Jost
abd85afe57 chore(settings): allow notls or none as smtptls setting for convenience 2021-11-25 17:30:40 +01:00
Steffen Jost
8f2bb43e2a chore(testdata): generate a user with simple password authentication 2021-11-25 12:45:33 +01:00
Steffen Jost
1bb500ab02 fix(status): nix files inaccessible on build server 2021-11-22 16:29:21 +01:00
Steffen Jost
c59ecf5019 fix(status): module imports fixed 2021-11-22 12:36:12 +01:00
Steffen Jost
6a2719071f chore(status): add time and container version to status page 2021-11-22 12:05:13 +01:00
Steffen Jost
9e156f407d fix(build): no change, just retry merge pipeline 2021-10-28 11:34:52 +02:00
Steffen Jost
8130eb6b7f fix(health): include compile time instead of version number 2021-10-28 11:22:33 +02:00
Steffen Jost
ecdb22aa61 fix(termidentifier): rational not working use derived day instances instead 2021-10-28 11:22:03 +02:00
Steffen Jost
621444829e fix(health): correct file path 2021-10-28 09:46:40 +02:00
Steffen Jost
f807b42089 chore(dayterms): change termidentifiers to single days complete 2021-10-27 20:03:02 +02:00
Steffen Jost
0c0cb06cdc chore(termdays): add function to step businessdays 2021-10-25 18:00:06 +02:00
Steffen Jost
6728106cd5 refactor(term): terms are now the day the lecture starts 2021-10-22 13:37:06 +02:00
Steffen Jost
426af0f183 chore(status): add very simple status page with nix/docker/version numbers 2021-10-21 16:26:56 +02:00
Steffen Jost
d2938e3ae9 fix(holidays): add proper memoization to yet unused function 2021-10-05 12:35:12 +02:00
Steffen Jost
f411fde42d fix(holidays): minor improvement to memoization 2021-10-04 16:43:58 +02:00
Steffen Jost
f1f510c24c chore(terms): add holiday presets; fix term edit error messages 2021-09-30 11:35:32 +02:00
Steffen Jost
538aa5b3b9 fix(fill): correct term start day guessing 2021-09-30 09:41:23 +02:00
Steffen Jost
94b4ff2e7e chore(term): generalize termToRational by using Enum instances 2021-09-24 14:25:10 +02:00
Steffen Jost
aeafe3118b fix(types): move term identifier start/end information to type definition; simplifies fill 2021-09-22 13:39:22 +02:00
Steffen Jost
9540f5ce0f chore(term): terms changed to quarters; does not compile yet. tests and fill are todos 2021-09-22 09:57:35 +02:00
Steffen Jost
24e55ce209 Merge branch 'cicd_changes' into add_company_admins
Not sure if the logo changes cause trouble elsewhere, but I want to test them more now.
2021-09-13 11:16:00 +02:00
Steffen Jost
c4fc67d4e8 chore: remove workflows 2021-09-07 12:57:53 +02:00
Steffen Jost
72d481e5d6 style(asidenav): use logo with text 2021-08-30 17:08:23 +02:00
Steffen Jost
74a7bb6a64 Merge branch 'cicd_changes' into 'master'
# Conflicts:
#   src/Model/Types/Submission.hs
2021-08-30 07:40:34 +00:00
Gregor Kleen
bd660ab7ad refactor: fix haddock 2021-08-27 20:42:34 +02:00
Steffen Jost
c6264f75b4 fix(haddock): hoogle.sh fails on a comment, turned into normal comment 2021-08-27 17:00:22 +02:00
Steffen Jost
4c0357410f chore(ui): change favicon and logo 2021-08-27 16:59:35 +02:00