about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2020-02-21patch media model from glitch-socmultiple creatures
2020-02-21re-add missing max description length from env varmultiple creatures
2020-02-21Fix file names being obfuscated on update when file didn't change (#12857)Eugen Rochko
2020-02-21port tootsuite#12568 to monsterfork: Add `tootctl media remove-orphans`Eugen Rochko
2020-02-21port tootsuite#12534 to monsterfork: Update ESLint and RuboCop in Code ClimateYamagishi Kazutoshi
2020-02-21remove audio metadata (#12171)Hugo Gameiro
2020-02-21add loglevel fatal to video and audio styles (#12088)Hugo Gameiro
2020-02-21port tootsuite#12057 to monsterfork: Fix performance of GIF re-encodingEugen Rochko
2020-02-21port tootsuite#11775 to monsterfork: Add retry for failed media downloads and...Eugen Rochko
2020-02-21port tootsuite#11776 to monsterfork: Change tootctl to use inline paralleliza...Eugen Rochko
2020-02-21Add more media formats (#11687)umonaca
2020-02-21Remove timestamps from converted images to make them deterministic (#11408)Eugen Rochko
2020-02-21port tootsuite#11342 to monsterfork: Add aac, m4a, 3gp to allowed audio formatsEugen Rochko
2020-02-21port tootsuite#11151 to monsterfork: Fix audio-only OGG and WebM files not be...Eugen Rochko
2020-02-21Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2020-02-21Change audio format from ogg to mp3 for wider compatibility (#11141)Eugen Rochko
2020-02-21port tootsuite#11130 to monsterfork: Fix converted media being saved with ori...Eugen Rochko
2020-02-21port tootsuite#11123 to monsterfork: Add audio uploadsEugen Rochko
2020-02-21port tootsuite#11589 to monsterfork: Remove WebP supportStanislas
2020-02-21port tootsuite#12262 to monsterfork: Fix remote media descriptions being cut ...ThibG
2020-02-21port tootsuite#12562 to monsterfork: Fix media attachments without file being...Eugen Rochko
2020-02-21remove redundant blanking of avatar/headersmultiple creatures
2020-02-21Fix remote convertible media attachments not being saved (#13032)Eugen Rochko
2020-02-21port tootsuite#12748 to monsterfork: Fix base64-encoded file uploads not bein...Eugen Rochko
2020-02-21port tootsuite#12568 to monsterfork: Add `tootctl media remove-orphans`Eugen Rochko
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-21port tootsuite#11963 to monsterfork: Fix relays UI being available in whiteli...Eugen Rochko
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-02-21(lazily) port tootsuite#11298 to monsterfork: Add public blocks to /about/blocksThibG
2020-02-21port tootsuite#11139 to monsterfork: Remove expensive counters from federatio...Eugen Rochko
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-02-21port tootsuite#11375: Change unconfirmed user login behaviourEugen Rochko
2020-02-20port tootsuite/#12125 to monsterfork: Fix attachment not being re-downloaded ...Eugen Rochko
2020-02-20do not consider posts with `hidden` flag as distributablemultiple creatures
2020-02-19move bangtag processing responsibility to `PostStatusService`multiple creatures
2020-02-19only process bangtags on `create`, add `process_bangtags?` & `process_bangtag...multiple creatures
2020-02-19avoid processing bangtags multiple timesmultiple creatures
2020-02-18fix spellingmultiple creatures
2020-02-18make sure fang/defang gets logged when set by an `update`multiple creatures
2020-02-18move defang toggle to preferences instead of profilemultiple creatures
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper up...multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-16add `keep_hidden?` flag to make sure drafts are not accidentally published by...multiple creatures
2020-02-16change context of `hidden?` to mean a hidden post, not a non-distributable postmultiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-15(actually) add `hidden` attribute to status table & modelmultiple creatures
2020-02-14filter hidden & delayed posts from timelines until publishedmultiple creatures
2020-02-14add options to let admins customize how trusting or strict graylist federatio...multiple creatures
2020-02-14split auto-trust instance actor setting into auto-trust & always trustmultiple creatures
2020-02-14remove unnessesary setting checkmultiple creatures