Commit Graph

13 Commits

Author SHA1 Message Date
98a6fc3ce7 try to make pylint happy
All checks were successful
buildbot/tox Build done.
2022-06-08 00:08:09 +02:00
02bdea21cb FIX: dav_submission: empty timezone and spoofing fields in metadata.txt
All checks were successful
buildbot/tox Build done.
2020-04-28 11:26:13 +02:00
142f37faaf FIX: dav_submission: timezone parsing error with CEST
All checks were successful
buildbot/tox Build done.
The timezone within metadata.txt will now be written as Europe/Berlin instead of CET or CEST,
because pytz does not recognize CEST and thus will raise an UnknownTimezoneError.
2020-04-28 10:53:54 +02:00
Jens Kleineheismann (heinzel)
79a43a123f FIX: dav_submission: proper opening metadata.txt files
After porting to our new host, an encoding error was thrown while reading metadata.txt.
2020-04-27 22:12:38 +02:00
4ef91076e0 FIX: dav_submission: filter non ascii-chars in directory and file names. 2019-11-08 12:23:57 +01:00
96ad5b30d4 FIX: setup permission check based on group membership.
former permission check, based on django model permission won't work,
because we have no model, that would create the permission.
2019-11-08 11:17:25 +01:00
eba8409256 dav_submission: added group to submission list. Improved E-Mail. 2019-11-07 08:59:45 +01:00
6f999e419d dav_submission: added email notification, zip-download and permission
check.
2019-11-06 13:25:06 +01:00
bcacb033df dav_submission: added first stuff for downloading submissions. 2019-11-05 17:33:28 +01:00
f961110a7c FIX: some localtime issues. 2019-06-12 16:57:09 +02:00
d8919f3394 UPD: dav_submission: included some feedback from manu. 2019-05-15 13:04:41 +02:00
530d1e5683 FIX: dav_submission: fixed indent on metadata.txt 2019-03-07 11:51:59 +01:00
4a2411c705 ADD: added sub module dav_submission for supporting Manuel Hark with
his 150 Jahre DAV submission process.
2019-03-07 11:36:40 +01:00