- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Ernesto Rico Schmidt authored
-
- Sep 07, 2023
-
-
Konrad Mohrfeldt authored
The dashboard will need to implement a paginated list of shows that should be searchable.
-
Konrad Mohrfeldt authored
In aa7e7f41 filters were renamed to a camelCase scheme. This is actually wrong, because the filter names are already transformed to snake_case when the are applied to the FilterSet.
-
- Sep 06, 2023
-
-
Konrad Mohrfeldt authored
We need the search filter to implement a user complete field in the dashboard.
-
Konrad Mohrfeldt authored
-
- Aug 30, 2023
-
-
Konrad Mohrfeldt authored
The Timeslot no longer has a show attribute. It is exposed through timeslot.schedule.show instead.
-
- Aug 02, 2023
-
-
Ernesto Rico Schmidt authored
-
- Jul 27, 2023
-
-
Ernesto Rico Schmidt authored
- replace LicenseType with License model, update fixture, serializers, views, and urls Closes: #167
-
- Jul 26, 2023
-
-
Ernesto Rico Schmidt authored
Closes: #171
-
- Jun 15, 2023
-
-
Ernesto Rico Schmidt authored
-
- Jun 09, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Closes #152
-
Ernesto Rico Schmidt authored
Closes #152
-
- Jun 08, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
To be honest I'm not sure this is the right way to do it.
-
- May 05, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Apr 25, 2023
-
-
Ernesto Rico Schmidt authored
-
- Apr 24, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Apr 21, 2023
-
-
Ernesto Rico Schmidt authored
The seralizers for Host, Note and Show require the request in the context, but only the `APINoteViewSet` calls `get_serializer_context`. The other two `APIHostViewSet` and `ShowSerializer` ingnore it, and the request needs to be added manually.
-
- Apr 20, 2023
-
-
Ernesto Rico Schmidt authored
- The user or username is no longer "injected" in the view sets - The user and username are obtained in the serializers from requests
-
- Apr 08, 2023
-
-
Ernesto Rico Schmidt authored
Wrong mix of timezone aware and timezone naive datetime objects Close #116
-
- Apr 07, 2023
-
-
Konrad Mohrfeldt authored
-
- Apr 04, 2023
-
-
Ernesto Rico Schmidt authored
-
- Mar 29, 2023
-
-
Ernesto Rico Schmidt authored
-
- Mar 27, 2023
-
-
Ernesto Rico Schmidt authored
-
- Feb 24, 2023
-
- Feb 21, 2023
-
-
Ernesto Rico Schmidt authored
- add `includeVirtual` as GET parameter for `json_playout()` - refactor `json_playout` to be cleaner Closes: #120
-
- Feb 17, 2023
-
-
Ernesto Rico Schmidt authored
- remove remaining usage of naive datetime objects - refactor json_day_schedule and json_playout views - remove unused methods in TimeslotManager
-
- Nov 15, 2022
-
-
Ernesto Rico Schmidt authored
Only return the next repetition timeslot if there is one
-
- Nov 14, 2022
-
-
Ernesto Rico Schmidt authored
Only return the next repetition timeslot if there is one Fixes #131
-
- Oct 19, 2022
-
-
Ernesto Rico Schmidt authored
-
- Oct 15, 2022
-
-
Ernesto Rico Schmidt authored
-
- Oct 06, 2022
-
-
Ernesto Rico Schmidt authored
-
- Oct 04, 2022
-
-
Ernesto Rico Schmidt authored
-
- Sep 05, 2022
-
-
Ernesto Rico Schmidt authored
-