You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix the model for screenshot uploads.
- Add map images to the map serializer.
- Test map images return
- Start work on reusable file upload view
- fix logger type
- use user id in `CanEdit` to save a query
- Add the map image upload endpoint
- fix crashing with postgres 18
- tests for uploads
- disallow uploads for banned maps, temporary maps, and legacy maps
- Test file type checks
- Test file size checks
- modify uploaded files to convert to jpeg, slightly shrink, and remove exif
- add the cnc_user_id to uploaded files
- fix legacy uploads for system user validation
- fix docker issues with user IDs
- make moderabile object to standardize moderating objects
- Fix circular imports with file extensions by removing their imports in the ban object data
- Fix broken 0002 migration due to the object manager not using the correct schema state
- fix nginx mimetypes so that assets are served
- move image uploading to its own file
- Make kirovy exception handler more generic
- Add `/maps/img/id` edit endpoint
- Add `editable_fields` to serializers, which allows for fields to be set during creation, but never allowed to be updated.
- switch to image field for map images. Just adds some extra helpers to the model file field
- Add a base upload view for file subclasses. Will be useful later on
- Base view for deleting objects
0 commit comments