51298ba726
chore: make fetch and upsert results Maybe
2024-03-08 19:05:58 +01:00
96e3eb613d
chore(admin): merge external-user handlers (ldap, oauth2)
2024-03-08 12:10:26 +01:00
c9fa627651
chore(admin): generalize admin ldap handler for all source types (TODO: rename)
2024-03-08 09:56:54 +01:00
b4a8ccf9cc
chore(admin): tweak ldap view
2024-02-21 07:10:19 +01:00
c9f1bc4047
Merge branch 'oauth2' into 142-userdata-oauth-mode
2024-02-18 18:29:24 +01:00
David Mosbach
d4cfce317d
feat(auth): formatted output of user queries
2024-02-03 20:48:32 +00:00
David Mosbach
453034100b
feat(auth): admin handler can query user data
2024-01-31 14:32:49 +00:00
3c4e6b62fb
chore: fix constructor names
2024-01-30 21:53:30 +01:00
c8350722a4
chore(ldap): migrate more campusUser usages
2024-01-30 14:01:54 +01:00
55ed01cb40
chore: improve settings, rename old ldap settings
2024-01-19 23:23:23 +01:00
David Mosbach
a67697d159
chore(admin): added oauth2 handling widget
2023-12-18 02:58:14 +00:00
David Mosbach
ce8aa849f8
chore(admin): oauth2 admin form identifiers
2023-12-18 00:56:50 +00:00
5c4f742745
chore(admin): add basic admin route stub and navigation for response inspection
2023-12-13 16:36:52 +00:00
b1ce55597e
chore(lms): remove debug code
2023-12-01 13:29:38 +01:00
92aca1b830
refactor(performance): disable modalAccess use for known admins
...
modalAccess displays a link to modal only
if the user has the rights to follow that link.
However, for large dbTables this checking takes
too long. So we use a conventional modal instead again.
Worst-case: some non-admins are shown links that they cannot follow
2023-11-28 15:32:33 +01:00
603f04f026
Merge branch 'master' into fradrive/company
2023-10-20 16:45:42 +00:00
5d8d8cf17e
fix(course): grant qualifications now issues and unblocks
2023-10-19 11:21:35 +00:00
c011d887ce
fix(hoogle): remove erroneous comment
2023-10-18 17:53:00 +02:00
92e83475a9
chore(firm): link firms throughout
2023-10-18 15:45:59 +00:00
391c87be9f
chore(avs): fix #113 by showing avs problems
2023-09-11 16:24:24 +00:00
7298b00628
chore(debug): admin test page generates a log entry
2023-08-30 09:52:22 +00:00
3085b8d91d
chore(lms): implement report dispatch job DONE
2023-08-25 12:35:21 +00:00
a06ec1b298
Merge branch 'master' into fradrive/lms-type-refactor
2023-07-17 14:51:14 +00:00
26ce2b83e2
chore(admin-jobs): implement JobActionData as dbtable action res
2023-07-17 14:47:50 +00:00
9422892f72
Merge branch 'master' into fradrive/lms-type-refactor
2023-07-17 14:33:59 +00:00
eb6d868a11
bumb version
2023-07-17 11:16:17 +00:00
5b9a554545
fix(job): fix #95 by implementing queued job deletion for admins
2023-07-14 15:48:18 +00:00
2fc7ac610b
chore(job): add more columns to queued job view
2023-07-14 12:32:26 +00:00
a407094253
chore(job): add filtering to job queue view
2023-07-13 16:09:12 +00:00
7ed891a120
chore(jobs): stub for queued job interface towards #95
2023-07-12 16:08:57 +00:00
05b807a49a
Merge branch 'master' into fradrive/lms-type-refactor
2023-07-03 10:53:05 +00:00
6683d5e4e8
chore(cells): add links to qualifications cells
2023-06-30 15:03:56 +00:00
ab48e40ac7
fix(build): major qualfication block quirks fixed
2023-06-30 13:15:39 +00:00
23bc9033e7
refactor(qualifications): views course, admin-avs and lms-user refactored (WIP)
2023-06-29 17:05:46 +00:00
bbaa42eefa
fix(avs): attempt to fix avs background jobs
2023-06-23 13:16:09 +00:00
9bd1076a9c
chore(lms): prepare renewal letter sending
2023-06-19 14:45:04 +00:00
Steffen Jost
280f907980
chore(haddock): fix problematic comments
2023-06-06 14:29:39 +00:00
b613f22363
chore(haddock): fix problematic comments
2023-06-02 21:02:03 +00:00
c63d3b76dd
chore(qualifications): fix #65 by adding a column with a bool indicator for validity
2023-05-23 09:15:48 +00:00
807cf4b3cf
chore(lpr): quick fix short apc ids expiry
2023-05-22 16:40:56 +00:00
54c9198669
chore(forms): revert apreq change and use areq directly for boolFields with defaults
2023-05-10 15:18:58 +00:00
1de1cdbfd4
chore(letter): option to avoid sending a notification upon blocking
2023-05-10 10:41:15 +00:00
7e09da3594
Merge branch 'fradrive/letter-expiry'
2023-05-08 17:59:43 +00:00
cdf7f5c3b9
chore(letter): expiry letter phone and expiry date fixes
2023-05-05 15:28:05 +00:00
Steffen Jost
db5d9cfc06
Merge branch 'fradrive/fixmaster' into 'master'
...
fix(build): minor move parenthesis to make linter happy
See merge request fradrive/fradrive!16
2023-05-02 21:22:51 +02:00
Steffen Jost
8771cd1439
Merge branch 'master' of gitlab.ifi.lmu.de:fradrive/fradrive
2023-05-02 18:51:55 +02:00
c31b63fc47
chore(avs): show non-notification-renewal on problem page
2023-05-02 16:51:04 +00:00
bb2c0858d1
docs(dbtable): clarify usage of dbtProj
2023-04-28 12:58:20 +00:00
fcc2c1b3ab
refactor(qualifications): towards using dbtProj for companies working (2)
2023-04-28 11:15:26 +00:00
Steffen Jost
02bf1d9a2c
fix(build): minor move parenthesis to make linter happy
2023-04-24 13:22:04 +02:00