Commit Graph

7 Commits (ce74991bb218479f3e9268a909a20f6666511d70)

Author SHA1 Message Date
Eugen Rochko 81cc86bb1f
Fix media attachments without file being uploadable ()
Fix 
Akihiko Odaki (@fn_aki@pawoo.net) 356df7ae6b Update fabricator for MediaAttachment to attach a file according to type ()
This fixes a random spec failures since commit
d55f207274.
Akihiko Odaki (@fn_aki@pawoo.net) d55f207274 Cover Export more ()
Chad Pytel 38bec79811 Add specs for media attachment validations
There are currently not specs for the two media validations that are performed
by `PostStatusService`. This adds specs for the validations that ensure that you
cannot attach more than four files, and that a status cannot have both image and
video attachments.
Eugen Rochko 75f80bef10 Persist UI settings, add missing localizations for German
Eugen Rochko 22a8801dbc Adding domain blocks
Eugen Rochko ae1fac0062 Add API to upload media attachments