- Mar 03, 2025
-
-
Nadja Geisler authored
Make some model fields more robust Closes #226 See merge request !257
-
Use custom validators to prevent the inclusion of quotation marks in names and to enforce that slugs can be created from them automatically This implements #226
-
Benjamin Hättasch authored
remove redundant systems check from pipeline See merge request !258
-
-
Benjamin Hättasch authored
Version upgrades See merge request !250
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
Improve AKSubmission tests See merge request !245
-
This resolves warnings that were caused by using naive datetimes for two on-the-fly created events.
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.28 See merge request !229
-
Renovate Bot authored
-
Benjamin Hättasch authored
update dependencies See merge request !244
-
Nadja Geisler authored
-
- Feb 27, 2025
-
-
Nadja Geisler authored
Don't update history when interest value is changed Closes #211 See merge request !243
-
Remove interest from stored fields for historical AK records Disable history saving for save of interest editing admin view Adjust test fixtures This implements #211
-
Nadja Geisler authored
-
- Feb 26, 2025
-
-
Benjamin Hättasch authored
Find conflicts that this AK specifies and those AKs where this AK was specified Deduplicate and order list alphabetically This implements #223
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Previously, the names of unscheduled slots were shown white on white background when no color for the corresponding category was set. Now, a black background color is used instead. This fixes #217
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
As a result, multiple unscheduled slots of the same AK are now grouped even when they were added at different times This implements #233
-
Benjamin Hättasch authored
This implements #241
-
Benjamin Hättasch authored
Introduce custom admin variant for User model Improve selected columns in list view Add admin actions for bulk activation and deactivation This implements #227
-
Benjamin Hättasch authored
Unify links and link to backend edit forms, too This implements #234
-
Nadja Geisler authored
Introduce AKTypes Closes #244 See merge request !241
-
Nadja Geisler authored
-
- Feb 25, 2025
-
-
Benjamin Hättasch authored
Introduce model (including migration and admin interface) Integrate into new event wizard Display as property in details representation (e.g., used in scheduler) Allow to choose types in AK add/edit forms Show type info on AK detail page and in overview table Adjust tests (including new tests for requirement and type visibility in submission form) Update translations
-
- Feb 24, 2025
-
-
Nadja Geisler authored
JS-based improvements Closes #98 See merge request !238
-
In case JS is available, the block will now continuously be updated with the remaining time until start or end of the AK slot. Without JS, the value determined by django at the time of the page load will be shown. [Vue based code] This implements #98
-
-
Add js dependency Load in base template Adjust CSPs
-
Nadja Geisler authored
Add missing template for AKs by Owner view Closes #243 See merge request !240
-