about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-05-21tell other ap software what content type they should expect source text to bemultiple creatures
2019-05-21spell correctlymultiple creatures
2019-05-21re-add support for tags `sup`, `h6`, `hr`multiple creatures
2019-05-21fix schemamultiple creatures
2019-05-21one lil zwnj to make sure compat sigs always get parsed correctlymultiple creatures
2019-05-21compact `i:am` signatures when there are no newlines or block startersmultiple creatures
2019-05-21make large emojos 24px instead of 32pxmultiple creatures
2019-05-21fix hover-to-play emoji clippingmultiple creatures
2019-05-21remove the buggy do-not-@-me impl - we'll replace this with a bangtag latermultiple creatures
2019-05-21when autoplay is off play animated emoji on hovermultiple creatures
2019-05-21add option to embiggen the emojos & embiggen small bbcode text on hovermultiple creatures
2019-05-21Strings: Replace the confusing "include(s)" with "address" (verb) and "mentio...multiple creatures
2019-05-21Accounts, UI: Expose kobold badges over the API. Render badges in the web app.multiple creatures
2019-05-21Custom filters: resolve bug where filter is erronously ignored when media fil...multiple creatures
2019-05-21`PostStatusService`: Add options to set a specific creation time and whether ...multiple creatures
2019-05-21Correct a 6-in-the-morning breaking typos.multiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21`ActivityPub::ProcessAccountService`: Correct `force_` method names.multiple creatures
2019-05-21ActivityPub `Actor`: use correct property name for `suggestedMinAge`.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-21`SettingsHelper`: return `HUMAN_LOCALES` keys directlymultiple creatures
2019-05-21Bangtags: do not assume `status.in_reply_to_id` exists just because `status.r...multiple creatures
2019-05-21Remove automatic language detection.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Allow passing an array of tags to `PostStatusservice`multiple creatures
2019-05-21Revise status filter logic.multiple creatures
2019-05-21Adjust Glitch UI defaultsmultiple creatures
2019-05-21Replies should not exceed the visibility being replied to.multiple creatures
2019-05-21Add line-break-sized padding after lists and blockquotes.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-21Buttons expecting users to perform an action should be verbs.multiple creatures
2019-05-21Add `parent:tag` bangtagmultiple creatures
2019-05-21Don't try to add tags that already exist in the status.multiple creatures
2019-05-21Add header to draft roars.multiple creatures
2019-05-21Limit tag scope nesting to six components. Rewrite multiple consecutive deli...multiple creatures
2019-05-21Add `draft` and `visibility` bangtags. Wrap `ProcessHashtagsService` to upda...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-21federate raw versions of roars using `source` propmultiple creatures
2019-05-21add `parent:emoji` and `thread:emoji` bangtagsmultiple creatures
2019-05-21stop wasting server resources converting well-supported open video formats ju...multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21filter prop is sometimes `undefined` i guess???multiple creatures