Sarah Vaupel
5ea7816926
fix: hlint
2020-08-08 15:39:10 +02:00
Sarah Vaupel
dfa70ee7fe
feat(course-visibility): allow access for exam correctors
2020-08-08 12:54:37 +02:00
Sarah Vaupel
c1eb558871
refactor(course-visibility): major course-util refactor
...
- refactor Utils.Course and usages
- check for open allocation registration in courseIsVisible
- remove isAssociated from favourites (not needed anymore)
2020-08-05 21:08:02 +02:00
Sarah Vaupel
06c4e0c2c3
refactor(course-visibility): use E.maybe
2020-08-05 11:39:24 +02:00
Sarah Vaupel
95490af7af
Merge branch 'master' into course-visibility
2020-08-02 17:49:22 +02:00
Gregor Kleen
60be62b63b
fix(set-serializable): logging limit
2020-08-02 10:40:35 +02:00
Gregor Kleen
88a92390d5
feat(files): safer file deletion
2020-08-01 14:43:33 +02:00
Sarah Vaupel
27d57fba32
Merge branch 'master' into course-visibility
2020-07-31 18:06:02 +02:00
Gregor Kleen
a0392dd329
fix: better concurrency behaviour
2020-07-31 18:00:30 +02:00
Sarah Vaupel
0c3f2011dd
refactor(course-visibility): make course utils require less
2020-07-30 11:52:28 +02:00
Sarah Vaupel
9473d657a6
refactor(course-utils): better auth tag checks in course utils
2020-07-29 16:16:11 +02:00
Sarah Vaupel
7d3c5b11a5
chore(course-visibility): add active auth tags to all course utils
2020-07-29 16:01:15 +02:00
Sarah Vaupel
0ff07a5fad
feat(course-visibility): account for visibility on TShowR
2020-07-29 15:31:02 +02:00
Sarah Vaupel
ec43ab1ad1
refactor(course-visibility): use utils in course list
2020-07-29 14:49:22 +02:00
Sarah Vaupel
b1d0893993
fix(course-visibility): check for mayEdit on course list
2020-07-29 13:55:54 +02:00
Gregor Kleen
22882c1fa0
refactor: hlint
2020-07-28 20:21:02 +02:00
Gregor Kleen
9213b7554a
feat(failover): treat alternatives cyclically
2020-07-28 20:04:44 +02:00
Gregor Kleen
0c7e56f405
feat(metrics): observe login attempts
2020-07-21 16:57:38 +02:00
Gregor Kleen
19b8b0616f
fix: shutdown behaviour & tests
2020-07-21 15:52:45 +02:00
Gregor Kleen
a60ad1abae
fix(files): allow clobbering files during form submission
2020-07-20 15:38:30 +02:00
Gregor Kleen
fc49f46f50
refactor: hlint
2020-07-17 16:52:34 +02:00
Gregor Kleen
cadb18df7b
refactor: use minioIsDoesNotExist
2020-07-17 15:54:43 +02:00
Gregor Kleen
82b24df1f0
refactor: hlint
2020-07-17 15:54:43 +02:00
Gregor Kleen
1926917dd7
feat(files): further balance file jobs
2020-07-17 15:54:42 +02:00
Gregor Kleen
9a2cba5c0a
feat(files): move uploads from buffer to database
...
Rate limit pruning of unreferenced files
2020-07-17 15:54:42 +02:00
Gregor Kleen
d9e9179a52
feat(files): buffer uploads to minio
...
Missing: batch job to transfer uploads to database
2020-07-17 15:54:39 +02:00
Gregor Kleen
14be8f61b4
refactor(files): store content separately from metadata
2020-07-17 15:54:28 +02:00
Gregor Kleen
da1bf86d5e
fix(ldap-failover): improve concurrency & error handling
2020-07-17 15:42:44 +02:00
Gregor Kleen
9dee134b11
feat(file-uploads): maximum file sizes
2020-07-13 09:32:28 +02:00
Gregor Kleen
62dd7b9f04
fix(rating-files): support integral points values
...
Fixes #604
2020-06-24 14:01:52 +02:00
Gregor Kleen
036c74ef49
fix: hlint & build
2020-06-18 10:12:08 +02:00
Gregor Kleen
bbbfa946e1
feat(corrections): override rating_done & documentation
...
Fixes #525
Fixes #274
2020-06-17 14:38:11 +02:00
Gregor Kleen
2bf484609e
feat(rating): pretty-print to new yaml based format
...
Parsing not implemented yet; tests should fail
2020-06-16 18:23:02 +02:00
Gregor Kleen
06f47c59b4
feat(course-participants): csv export exercise sheets
2020-06-14 18:15:58 +02:00
Gregor Kleen
f74581c356
feat(correction): allow lecturers to set corrector
...
Fixes #414
2020-05-26 11:30:39 +02:00
Gregor Kleen
99f23f2558
feat(course-communication): one recipient group per tutorial
...
Fixes #428
2020-05-25 14:04:31 +02:00
Gregor Kleen
002775e192
feat(dry-run): implement dry-run
...
BREAKING CHANGE: runDBRead
2020-05-22 11:29:30 +02:00
Gregor Kleen
3820b45b3e
feat(forms): improve field labeling & error reporting
...
Fixes #588
2020-05-19 10:21:42 +02:00
Gregor Kleen
bcd3e467d6
fix(serversession-backend-memcached): don't throw on deleteSession
2020-05-18 08:53:16 +02:00
Gregor Kleen
16643b6244
fix(failover): don't always record as failed
...
Also improve ldap error handling
2020-05-13 11:20:30 +02:00
Gregor Kleen
859ae5eea1
fix(sql): quiet warnings in setSerializable
2020-05-12 11:46:02 +02:00
Gregor Kleen
e5acdad134
fix(sql): fix transaction behaviour of setSerializable
...
Fixes #535
2020-05-12 10:24:23 +02:00
Gregor Kleen
daaeb09de8
feat(admin-test): download test
2020-05-10 17:56:12 +02:00
Gregor Kleen
d5b65a1b06
feat(course-participants): introduce CourseParticipantState
...
BREAKING CHANGE: CourseParticipantState
Addresses #499
Fixes #371
2020-05-04 14:52:45 +02:00
Gregor Kleen
192b6279d3
refactor(file upload): move to genericFileField
2020-04-29 18:30:54 +02:00
Gregor Kleen
0e68b6cf53
feat(ldap): failover
2020-04-27 16:17:00 +02:00
Gregor Kleen
e1c6fd43b8
fix(allocation): don't restart cloneCount when allocating successors
2020-04-26 13:21:56 +02:00
Gregor Kleen
fdd6b1a194
feat(help): attach last error message
2020-04-24 13:30:20 +02:00
Gregor Kleen
b9b090992f
feat(caching): aggressively cache nav items
2020-04-22 11:14:25 +02:00
Gregor Kleen
fd2c2881ea
feat(submissions): non-anonymized correction
...
Fixes #524
Fixes #292
2020-04-17 15:19:26 +02:00