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 Add ActivityPub representation for identity proofs (#10414) 2019-03-30 02:12:06 +01:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
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 Add ActivityPub representation for identity proofs (#10414) 2019-03-30 02:12:06 +01:00
services Add ActivityPub representation for identity proofs (#10414) 2019-03-30 02:12:06 +01:00
validators
views squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
workers