Commit graph

72 commits

Author SHA1 Message Date
Johannes 0b1988f2a8 ux: hide officeHourTable if it has no entries at all 2023-07-11 16:09:20 +02:00
Johannes 809f86de67 html: respect w3 validator complaints 2023-07-10 13:29:03 +02:00
Johannes c21f42975b ui: style deletion form
Had forgotten this page before...
2023-07-09 15:41:51 +02:00
Johannes 2c8528d743 ui: center offichourTable to fit nicer into layout 2023-07-09 15:41:51 +02:00
Johannes 0046bc39db code-style: centralize CSS styling into stylesheet file 2023-07-09 15:41:43 +02:00
Johannes 4d7d98feed ui: style remaining pages
Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
2023-07-09 12:27:17 +02:00
Johannes 826f6597fd ui: beter header sizing 2023-07-07 22:15:06 +02:00
Johannes 1b99dd8a3c ui: style select inputs for timetable 2023-07-07 22:11:52 +02:00
Johannes bfce76ca79 ui: show headings on page 2023-07-07 21:42:52 +02:00
Johannes 764d88a86c ui: further minor layout improvements 2023-07-07 20:43:51 +02:00
Johannes 57dbd0041e ui: improve layout and design of header and footer
and fix a bit on addOfficeHour page
2023-06-09 23:42:45 +02:00
Johannes 12f394a122 addMask: improve layout and some user-facing texts/hints 2023-06-09 23:00:39 +02:00
Johannes f835616697 style addMask form 2023-06-09 22:18:00 +02:00
Johannes 7d02374511 ui: addOficeHour: format errors visible
closes #12
2023-06-09 20:58:04 +02:00
Johannes c9bfe0dd27 addOfficeHour: more prominent hint where to request new lectures
closes #13
2023-06-09 01:31:51 +02:00
Johannes b1a96244fd README: correct sql file position 2023-06-09 01:04:11 +02:00
Gonne 75f15581ab Algebraische Geometrie hinzugefügt und Raumnummern angepasst 2023-06-04 21:32:56 +02:00
Gonne 81ddf17cd1 Bibliotheken aktualisiert 2023-06-04 21:28:01 +02:00
Gonne 8be843966c Neue Veranstaltungen aufgenommen 2023-05-01 07:49:19 +02:00
Gonne 2ad9170704 Aktualsisiere Abhängigkeiten 2023-05-01 07:48:52 +02:00
Gonne 6765bc20d7 Add license 2023-03-24 12:28:19 +01:00
Gonne 558ea38a02 Sprechstunden müssen in der vorlesungsfreien Zeit nicht eingetragen werden. 2023-03-06 09:05:17 +01:00
Gonne 9a74992ec0 Sortiere Veranstaltungen 2023-02-12 19:50:10 +01:00
Gonne 3495fb5f50 Konvertiere RequestActions zu IOTA 2023-01-04 13:06:13 +01:00
Gonne 8603087ed5 Füge Security-Header hinzu
Das 'unsafe-inline' in der Content-Security-Policy wäre lieber nicht da,
aber dazu müsste man erst die Templates umbauen.
2023-01-04 12:35:24 +01:00
Gonne 329af2cf54 Aktualisiere Bootstap und MySQL-Paket 2023-01-04 11:29:41 +01:00
Johannes 5cf52a190c dummydatasql: streiche LA I für Physiker, wir haben schon LA für Physik und Lehramt 2022-11-22 15:28:54 +00:00
Gonne 85b1fc7445 Validiere Mailaddressen in der Konfiguration 2022-11-18 12:19:51 +01:00
Gonne 231c8d7fd6 Korrigiere Prüfung von Mailsuffixen 2022-11-15 11:42:58 +01:00
Gonne f1dd952344 Mache Start- und Endzeiten konfigurierbar 2022-11-15 11:42:23 +01:00
Gonne 3db1627680 Füge Tests für date und config hinzu 2022-11-06 15:48:37 +01:00
Gonne fe54d76ab2 Verbessere Dokumentation 2022-11-04 21:17:00 +01:00
Gonne ec24c6c4dc Make mailvalidation stricter 2022-11-04 19:59:56 +01:00
Gonne b6ad8d848a Füge 'Classical and Non-Classical Model Theory' hinzu 2022-11-02 12:00:28 +01:00
Gonne b594c7bf75 Verifiziere Mailadresse vor dem Löschen von Sprechstunden 2022-10-30 18:07:40 +01:00
Gonne 8654263798 Deaktiviere das Löschen von Sprechstunden wegen Spam 2022-10-27 20:59:10 +02:00
Gonne 12a5080659 Berücksichtige zweiwöchentliche Rythmen bei der Raumkapazität 2022-10-20 08:46:39 +02:00
Gonne ae3f261047 Konkretisiere Wochen auf Vorlesungswochen 2022-10-20 08:33:12 +02:00
Gonne 6a60d11f1e W3C-Validator: HTML verbessert 2022-10-18 11:52:37 +02:00
Gonne c8f85e40c4 Verbessere Fehlerbehandlung bei Tutoren und Sprechstunden 2022-09-28 12:00:45 +02:00
Gonne 58eb848f20 Logge nach stderr 2022-09-27 17:49:26 +02:00
Gonne bc49cfb809 Bessere Standardwerte in der Datenbank 2022-09-27 17:48:59 +02:00
Gonne b2a975dcbe Zeige Raumnamen an 2022-09-27 16:40:47 +02:00
Gonne 6241c8f391 Sortiere Sprechstunden und Räume alphabetisch 2022-09-26 14:25:51 +02:00
Gonne d28d3e21ee Füge Message-Id zur Mail hinzu 2022-09-26 14:17:25 +02:00
Gonne c9883b0d3f Merge pull request 'preparations for styling: refactor template rendering' (#1) from styling into main
Reviewed-on: #1
2022-09-26 10:46:04 +00:00
Gonne 9357ab1520 Verbessere Fehlerbehandlung 2022-09-26 12:44:18 +02:00
Johannes f04396809d rework template rendering, cache parsed templates
adapt error wrapping principle
2022-09-24 15:01:33 +02:00
Johannes 7a1448d6f9 requestRepo/newSecret: fix small bug 2022-09-24 14:17:36 +02:00
Johannes 961a10915b Merge remote-tracking branch 'origin/main' into styling 2022-09-22 13:15:17 +02:00