- Apr 20, 2024
-
-
Nadja Geisler authored
Only show necessary timeframes on AK wall Closes #206 See merge request !214
-
Hides hours no upcoming AK is in. For technical reasons, only one visible area can be displayed for all days, hence hours for one day might be visible even though the are not needed (but just for another day). For improved visibility, cutoff will be with one hour offset. This implements #206
-
-
Nadja Geisler authored
Fix event wizard date picker (remove dependency) Closes #200 See merge request !213
-
Use plain html functionality instead of bootsrap datepicker. Remove datepicker dependency. This resolves #200 (datepicker not loading since load from CDN is blocked by CSP). Improve how form media is loaded in event wizard. Additionally, improve which fields are shown (and how) in event wizard.
-
Nadja Geisler authored
Several dependency upgrades See merge request !212
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Django minor upgrade, several other upgrades
-
- Nov 05, 2023
-
-
Nadja Geisler authored
Fix minor bugs See merge request !200
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Fix CI pipeline See merge request !199
-
Benjamin Hättasch authored
Restrict before script to stages using a python image
-
Nadja Geisler authored
Update dependency django-registration-redux to v2.13 See merge request !191
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency sphinxcontrib-apidoc to v0.4.0 See merge request !196
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency sphinxcontrib-django to v2.5 See merge request !197
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency sphinx-rtd-theme to v1.3.0 See merge request !195
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency sphinx to v7 See merge request !198
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.23 See merge request !194
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency Django to v4.2.7 See merge request !192
-
Renovate Bot authored
-
Nadja Geisler authored
Code quality improvements See merge request !179
-
- Oct 31, 2023
-
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells (unused variables)
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Remove empty admin.py (to disable doc generation for an empty module) Add additional test cases and improve basic test interface (support both 403 and 302 in case the user lacks rights to see a view through optional configuration) Improve usage of types for API endpoints (e.g., restrict writing endpoints to writing only)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Update translations to changed line numbers and line breaks Move duplicated code for event field pre-population and event timezone adaption to mixins
-
Benjamin Hättasch authored
Add docstrings Remove code-duplications for dispatching user selection on submission overview Remove code smells Remove unused admin.py Remove unused view in views
-
Benjamin Hättasch authored
I think, that makes sense since it is supposed to be used by the graphical scheduling view
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
For each job, the whole setup process has to be run. To reduce that impact, both static checks for code and migrations are run in one job
-
Benjamin Hättasch authored
Ignore AKPlanning directory for linting Improve pylint call
-
Benjamin Hättasch authored
-