mastodon/app
slice 85973f4f37 Improvements to image upload validation and creation (#10431)
* Check if image value is nil? before creating an image

Check if uploaded images aren't nil before creating SiteUpload models
for them.

* Validate presence of file in SiteUpload

* Fix file presence validation

* Fabricate SiteUpload#file

* Add link to Creative Commons license
2019-04-01 07:30:46 +02:00
..
chewy
controllers Ensure request.body isn't emptied out before signature verification (#10432) 2019-03-31 17:27:24 +02:00
helpers
javascript i18n: Update Japanese translations (#10427) 2019-04-01 05:50:05 +02:00
lib
mailers
models Improvements to image upload validation and creation (#10431) 2019-04-01 07:30:46 +02:00
policies
presenters Add blocked_by relationship to the REST API (#10373) 2019-03-26 01:24:09 +01:00
serializers
services
validators
views
workers