about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Make user settings for status filter accessible from `account` model.multiple creatures
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures
2019-05-21Account model: drop `protocol` attribute when looking up AP inboxes; use `rem...multiple creatures
2019-05-21User model: give user settings getter methods better names; cache the setting...multiple creatures
2019-05-21Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`...multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu...multiple creatures
2019-05-21Correct breaking type-o: `scope` -> `starting_scope`multiple creatures
2019-05-21Privacy: add options to make interaction lists private and to not be included...multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21Anxiety reduction: add option to hide mascot.multiple creatures
2019-05-21stop wasting server resources converting well-supported open video formats ju...multiple creatures
2019-05-21Add option to filter packmate thread branches where you don't follow all the ...multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ...multiple creatures
2019-05-21Add option to hide public replies from profilemultiple creatures
2019-05-21Anxiety reduction: make block/mute reply filters more granular and add option...multiple creatures
2019-05-21Status model: `LOCAL_DOMAINS` constant has been moved into the `Account` model.multiple creatures
2019-05-21Make sure that local-only tokens still get detected when signature is enabled.multiple creatures
2019-05-21Add `i:am` bangtag to allow plural systems sharing an account to identify who...multiple creatures
2019-05-21DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature columns;...multiple creatures
2019-05-21Raise various string limits.multiple creatures
2019-05-21Raise maximum attachment size to 66 MiB and maximum standard GIF size to 333 ...multiple creatures
2019-05-21Add support for general-purpose file sharing.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags proce...multiple creatures
2019-05-21Raise invite request text limit. Carry a kobold on tail.multiple creatures
2019-05-21Limit scope of local/world TLs. Fixes the bug causing some requests to fetch...multiple creatures
2019-05-21This `relay` should be a string, not a `Symbol`.multiple creatures
2019-05-21Dedicated `network` DB column for marking whether a roar is a part of the loc...multiple creatures
2019-05-21Add option to remove filtered roar placeholder gap.multiple creatures
2019-05-21Add options to increase size and spacing of action buttons and width of compo...multiple creatures
2019-05-21Add `share_key` column to status table in preparation for letting folks gener...multiple creatures
2019-05-21Refactored community-curated world timeline code; **privacy**: remove support...multiple creatures
2019-05-21Raise max search result limit to 66 in API.multiple creatures
2019-05-21Only consider favorites for community-curated world timeline until we can mak...multiple creatures
2019-05-21`Status.search_for`: Don't need `Status.unscoped`; the `default_scope` sorts ...multiple creatures
2019-05-21Use PostgreSQL FTS for searches.multiple creatures
2019-05-21Add options to increase size and spacing of context menus and to gently the k...multiple creatures
2019-05-21Add support for standard GIFs (under 200 KB)multiple creatures
2019-05-21Handle more audio formats, only converting formats not supported by HTML5 audiomultiple creatures
2019-05-21various bangtag improvements squashed into one commitmultiple creatures
2019-05-21add option to toggle captions + code: move monsterpit additons on topmultiple creatures
2019-05-21bangtags: support namespacing, args, text tf + add replace commandsmultiple creatures
2019-05-21curated world: ignore non-self repliesmultiple creatures
2019-05-21curated world: also consider public favsmultiple creatures
2019-05-21add bangtags to reply-all thead, insert zws; handle fencing in bracesmultiple creatures
2019-05-21bangtag to mention admin/mods/staffmultiple creatures
2019-05-21bangtags for cloudroot (monsterpit.cloud/~/you) and blogroot (monsterpit.blog...multiple creatures