This project is mirrored from https://gitlab.fachschaften.org/kif/akplanning.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 21, 2023
-
-
Benjamin Hättasch authored
Add requirements to automatically build the documentation using sphinx Add basic configuration for documentation Add django-docs app to deliver documentation as part of the app under /docs/ Add generating/updating of the docs to the setup and update scripts
-
- Jun 11, 2023
-
-
Benjamin Hättasch authored
Add comments Adjust style to python3 conventions Remove unused imports
-
Benjamin Hättasch authored
Add comments Remove unused imports Simplify statements Improve linting configuration
-
- Jun 10, 2023
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Since django projects follow a strict structure, enforcing these docstrings will mostly result in boilerplate comments without semantic value.
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
- Jun 09, 2023
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch 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 kif/akplanning!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 kif/akplanning!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
-