- Apr 11, 2023
-
-
Ernesto Rico Schmidt authored
- Replace ImageField with ForeignKey reference to Image - Update `program/show.json` fixture - Update serializer to refer to Image and allow null
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
The serializer would return an invalid format for the image.ppoi field causing errors on save through the API even if the API consumer didn’t modify the ppoi field value. Apart from that the current implementation caused an internal server error instead of rejecting invalid formats on save.
-
Konrad Mohrfeldt authored
Any frontend will need the dimensions of the supplied thumbnails to select the appropriate thumbnail in different rendering contexts. Apart from that the thumbnail name is not that helpful, as we need the full thumbnail URL to be able to display it.
-
- Apr 07, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This is mainly so we can start phasing out nested routes. With nested routes objects were filtered based on route parameters. Therefore we need something similar in the form of query parameters.
-
Konrad Mohrfeldt authored
-
- Apr 06, 2023
-
-
Ernesto Rico Schmidt authored
-
- Apr 05, 2023
-
-
Ernesto Rico Schmidt authored
-
- Apr 04, 2023
-
-
The image attributes on our models were using VersatileImageField before our migration to a separate image model. VersatileImageField uses a VARCHAR field internally that cannot be converted to a ForeignKey. Signed-off-by:
Ernesto Rico Schmidt <ernesto@helsinki.at>
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - use utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - use utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
- Apr 03, 2023
-
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - introduce utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
- Mar 30, 2023
-
-
Ernesto Rico Schmidt authored
-
- Mar 29, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Mar 27, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Mar 26, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Feb 28, 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
-
Ernesto Rico Schmidt authored
-
- 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
-
- Feb 15, 2023
-
-
Ernesto Rico Schmidt authored
-