- Jul 12, 2023
-
-
Renovate Bot authored
-
Benjamin Hättasch authored
Update dependency mysqlclient to v2.2.0 See merge request !181
-
Renovate Bot authored
-
Benjamin Hättasch authored
Update dependency Django to v4.2.3 See merge request !178
-
Renovate Bot authored
-
Benjamin Hättasch authored
Update dependency django-bootstrap-datepicker-plus to v5.0.4 See merge request !183
-
- Jul 02, 2023
-
-
Renovate Bot authored
-
- May 18, 2023
-
-
Nadja Geisler authored
Improve scheduling See merge request !176
-
Benjamin Hättasch authored
-
- May 17, 2023
-
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Fix timezone replacement for default slots See merge request !175
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Enforce correct view calling See merge request !174
-
Benjamin Hättasch authored
Redirect to submission overview when POST-only views are called via GET instead of crashing
-
Nadja Geisler authored
Replace timezone replacement function See merge request !173
-
Benjamin Hättasch authored
Hopefully resolve UTC-Event-Timezone-Bug
-
- May 16, 2023
-
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.21 See merge request !167
-
Renovate Bot authored
-
- May 15, 2023
-
-
Nadja Geisler authored
Fix minor design issues and upgrade dependencies See merge request !170
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Remove pinning of MySQL version
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Explicitly set AK ordering (by PK) See merge request !165
-
-
Nadja Geisler authored
Configure Renovate See merge request !159
-
-
Nadja Geisler authored
Allow creating default availabilities in batch room import Closes #175 See merge request !164
-
Benjamin Hättasch authored
This implements #175
-
Nadja Geisler authored
Three bugfixes Closes #187 and #169 See merge request !163
-
-
-
Improve robustness of views against malformed/forged requests by checking whether the owner_id POST attribute is set before accessing it. This fixes #187
-
This fixes #169
-
Nadja Geisler authored
Split AKModel views into different files & introduce modular status page See merge request !162
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Move AKModel views into several subfiles to improve overview and resolve problems with circular imports Introduce new modular status page handling (widgets and views) Port main status page to new structure Move AK messages status page visualization to AKSubmission (therefore, they automatically do not show up when there is no possibility to create them) Introduce status widget for virtual rooms Fix timezone issue for rendering of AK messages on status page Adapt status page URL in several views and tests
-
Nadja Geisler authored
Introduce detail and edit URLs as properties in AK model Closes #166 See merge request !161
-
Nadja Geisler authored
-
This way, the frontend views will be used when AKSubmission is installed and active, or otherwise the link to the built-in AK edit form in backend This reduces the coupling between AKSubmission and other apps that previously needed that app Use that new property in all places where previously an URL to the submission view was used (for consistency and to allow changes in one place in AKSubmission, too) This implements #166
-
Nadja Geisler authored
Improve virtual rooms Closes #150 and #179 See merge request !160
-