Commit Graph

206 Commits

Author SHA1 Message Date
127138f4c4 fix(fill): exam prefill dates work now 2024-12-04 11:58:50 +01:00
89aa49b100 chore(job): disable jobworkers in development in order to reduce log output 2024-11-27 17:04:35 +01:00
b32724e533 Merge remote-tracking branch 'origin/145-build-system-rewrite' into fradrive/merge-jost-new-build 2024-11-14 08:55:49 +01:00
d646a03325 build(backend): use localhost with IPv6-enabled pg_hba.conf 2024-11-14 00:02:41 +01:00
228a6254bc Merge remote-tracking branch 'origin/144-build-system-rewrite' into fradrive/merge-jost-new-build 2024-11-11 11:43:18 +01:00
47cd2f3b1f build: remove unused debris 2024-11-03 02:12:51 +01:00
c92ddb9081 Merge remote-tracking branch 'origin/fradrive/jost'into 'fradrive/merge-jost-new-build' 2024-10-28 12:05:37 +01:00
1d1c31f7a9 build(backend): resort to host.docker.internal for service hosts 2024-10-19 23:38:16 +02:00
0f990db1ea build(frontend): rework bundler (esbuild) asset and static file embedding using manifest 2024-10-18 18:06:38 +02:00
e625dca6ea refactor(memcached): remove ARC cache and LRU logic some more
more leftover dead code was removed, especially cache prewarm options that no longer had an effect on a non-existing ARC cache
2024-10-04 12:19:27 +02:00
c7331db3ce build(backend): switch to localhost in settings.yaml 2024-10-02 23:51:08 +02:00
c5f473a303 build(backend): tweak default settings 2024-10-02 15:43:24 +02:00
a262921a7d refactor(memcached): remove ARC cache entirely
NOTE: this was a crude surgery, removing everything ARC related; some dead code artifacts may have remained.

Especially check PrewarmCacheConf

Reason for removall: adding `memcachedInvalidateClass` was difficult to implement with ARC active; ARC was known to be problematic; removal was easier (see #2 2024-09-23)
2024-09-23 18:52:26 +02:00
20552032de build(docker): allow backend container to connect to database container 2024-09-22 02:37:38 +02:00
734c82eff7 build(frontend): create well-known based on new i18n.json 2024-09-19 13:02:46 +02:00
f0ef27635a build(frontend): delete some unused favicon config 2024-09-17 00:53:15 +02:00
2e0455a154 chore(config): add config/develop-settings.yml only active if DEVELOPMENT
Ensure that certain settings are NOT seen in production, but automatically active in development without using environment variables.
2024-09-11 13:11:31 +02:00
73ea2f54df chore(letter): complete parameterized englisch translation 2024-06-20 14:25:37 +02:00
da74b95729 fix(avs): fix #164 by removing companyPersonalNumber and companyDepartment upon ldap sync expiry
SYNCHRONISE_LDAP_EXPIRE may be null (do nothing) or some seconds (15897600 = half a year). If no successful LDAP synch happened for the specified time, a successful AVS (sic!) update will delete the companyPersonalNumber and companyDepartment
2024-06-11 15:42:24 +02:00
7a5917131c chore(avs): WIP properly update userCompany upon AVS change 2024-03-21 16:55:23 +01:00
ef36e22f76 chore(avs): make avs timeouts setting configurable 2024-02-13 16:25:58 +01:00
61aba7e515 updateAvsUser (partial) requires migration 2024-01-11 19:23:35 +01:00
df6a7ee1e2 chore(lms): deactivate lms synch by default 2023-12-01 17:04:42 +01:00
fb41caceff Resolve "Crontab appQualificationCheckHour funktioniert nicht" 2023-11-24 15:56:34 +00:00
132a0438ef chore(avs): fix #34 by scheduling avs background updates 2023-05-22 15:14:32 +00:00
41810dbd75 chore(lms): delay lms user deletion by setting 2023-03-17 15:52:03 +00:00
f6bed7d0fa chore(email): automatic mail reroute for dev environment 2023-03-10 10:30:07 +00:00
Steffen Jost
33574b4554 chore(letter): use DejaVu Sans Mono as tt font in letters for readability 2023-02-22 12:38:58 +01:00
Steffen Jost
86d947f7e8 fix(mail): mail-reroute-to now changes envelope-recipients as expected 2023-01-18 17:33:12 +01:00
Steffen Jost
daa1fe1a37 fix(settings): disable lms jobs by default 2023-01-12 11:19:59 +01:00
Steffen Jost
38e47a2e99 chore(mail): fix various typos and formatting problems 2022-12-21 16:03:53 +01:00
Sarah Vaupel
5a2d2247ad Merge branch 'master' into fradrive/driving-course-participants 2022-12-13 22:23:19 +01:00
Sarah Vaupel
66b4cf8542 refactor!: remove applications and allocations 2022-12-13 19:39:37 +01:00
Steffen Jost
f025b42bfe chore(postal): fix #12 by changing default for userPrefersPostal to True 2022-12-07 10:31:33 +01:00
Steffen Jost
0d9c2963d5 chore(legal): redirect legal to external fraport urls 2022-11-11 17:11:39 +01:00
Sarah Vaupel
582b075466 chore: conform to REUSE specification 2022-10-12 09:35:16 +02:00
Steffen Jost
d174f39530 refactor(lms): lms decoding delimiter is fully optional now 2022-09-09 12:11:13 +02:00
Steffen Jost
6159403b27 feat(lms): configurable csv settings for lms direct import and export routes 2022-09-08 18:11:07 +02:00
Steffen Jost
5e7b511eb2 chore(lpr): make lpr settings configurable via env or yml 2022-08-15 14:07:16 +02:00
Steffen Jost
3d14aee7ee chore(printer): add stub for apc printing tests 2022-06-28 16:07:30 +02:00
Steffen Jost
27b4529c17 chore(avs): add avs query form 2022-06-24 18:36:50 +02:00
Steffen Jost
caa96ce184 chore(avs): add avs settings 2022-06-24 16:41:26 +02:00
Sarah Vaupel
f2cf9344e7 Merge branch master of gitlab2.rz.ifi.lmu.de:uni2work/uni2work 2022-06-09 21:09:18 +02:00
Steffen Jost
5a23df606c chore(lms): add dequeueing to crontab and change setting to hour 2022-04-26 16:09:59 +02:00
Steffen Jost
1ae2cd0846 chore(lms): activate qualfication job in crontab 2022-04-13 14:27:07 +02:00
Steffen Jost
39f16b90db chore(lms): lmsstatus to proper semigroup, notifications for qualifications added but need more work 2022-04-08 17:28:55 +02:00
Steffen Jost
4f2834a77a chore(settings): return S3 upload cache back to not configured 2022-03-11 13:29:13 +01:00
Steffen Jost
eeb22dec97 fix(uploadcache): set default to localhost 2022-03-10 19:46:26 +01:00
Steffen Jost
ed3bf4ecb3 chore(content): polish boileplate welcome text 2022-01-11 18:07:12 +01:00
Steffen Jost
5aa096f56a fix(email): rename settings parameter and switch to safe default 2022-01-06 14:24:12 +01:00