- May 15, 2023
-
-
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
-
- Jan 02, 2023
-
-
- Nov 26, 2022
-
-
Benjamin Hättasch authored
-
- Oct 23, 2022
-
-
This allows specifying the parameters without the need to know the GET keys Also resolve double-compiling issue and thus switch from custom version of django-tex to the latest official release Minor improvements to generic admin action view This implements #152
-
- Sep 27, 2022
-
-
Benjamin Hättasch authored
Introduce a new generic view that can be used for all admin actions that require a preview/confirmation or a form to specify parameters Change AK Orga Message deletion view to use this generic view instead of a manually adapted delete view
-
- Oct 29, 2021
-
-
Benjamin Hättasch authored
This endpoint checks for validity of the request and increments the AK interest counter if currently allowed
-
- May 15, 2021
-
-
Benjamin Hättasch authored
-
- May 12, 2021
-
-
Nadja Geisler authored
-
- May 10, 2021
-
-
This also introduces some additional properties for human readable details of the violations to the model
-
-
- May 09, 2021
-
-
Benjamin Hättasch authored
This also introduces some additional properties for human readable details of the violations to the model
-
Benjamin Hättasch authored
-
- Nov 04, 2020
-
-
Introduce writable API for events (protected) Implement change callback function in javascript Use full version of jquery in admin backend (to make ajax functionality available)
-
Introduce fullcalendar JSON encoding for events and background events/constraints/availabilities Add them to API endpoints Use these endpoints instead of static encoding
-
-
- May 14, 2020
-
-
Add django-registration-redux dependency Adapt settings and urls Add view logged-in users to either proceed to the backend or logout
-
- May 11, 2020
-
-
Nadja Geisler authored
-
add djangorestframework add serializers for select models create api urls extend EventSlugMixin to work for list and create methods create list and retrieve viewsets for select models include AKModel URLS into main app
-