about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
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 ↵multiple creatures
`Status` model.
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 ↵multiple creatures
delimiters to one (`::`, `:::`, ... => `:`).
2019-05-21Add `draft` and `visibility` bangtags. Wrap `ProcessHashtagsService` to ↵multiple creatures
update status tags.
2019-05-21Privacy: add options to make interaction lists private and to not be ↵multiple creatures
included in public interaction lists.
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and ↵multiple creatures
personal tags, respectively.
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 ↵multiple creatures
just because a single mobile platform's proprieter wants to be a jerk
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21filter prop is sometimes `undefined` i guess???multiple creatures
2019-05-21Add option to filter packmate thread branches where you don't follow all the ↵multiple creatures
participants.
2019-05-21Make the UI properly handle filters using `exclude_media` and `media_only` ↵multiple creatures
flags.
2019-05-21Assign a `key` prop to get rid of warning.multiple creatures
2019-05-21Correct name broken by automated nomenclature replacement.multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Don't show Roars & Growls tag in web app if someone has disabled showing ↵multiple creatures
public replies.
2019-05-21Exclude repeats on the roars tab.multiple creatures
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21Remove cached status when sharekey changed.multiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ↵multiple creatures
to roars with attachments.
2019-05-21Make sure signatures start a new paragraph and that existing signatures are ↵multiple creatures
detected correctly.
2019-05-21Raise pack timeline windows.multiple creatures
2019-05-21Account manager: consider dormant to be 3 months instead of one.multiple creatures
2019-05-21Bangtags: ignore case of commandsmultiple creatures
2019-05-21Make sure parent account excists.multiple creatures
2019-05-21Group like media captions together and remove space between descriptors.multiple creatures
2019-05-21Add option to hide public replies from profilemultiple creatures
2019-05-21`i:am`: Right-align signaturesmultiple creatures
2019-05-212 newlines is plently but 3 is way too manymultiple creatures
2019-05-21these aint methods sillymultiple creatures
2019-05-21`i:am`: replace horizontal rule with ZWNJ.multiple creatures
2019-05-21Stylistic: use em dash for signature prefix.multiple creatures
2019-05-21Anxiety reduction: make block/mute reply filters more granular and add ↵multiple creatures
options to control what to filter.
2019-05-21`i:am`: Do not add a signature if the author inserted their own.multiple creatures
2019-05-21Allow sharekeys to be set via the API.multiple creatures
2019-05-21Make sure `rekey` parameter exists before complaining.multiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and ↵multiple creatures
`curated` to the API, remove app info from the UI, and move timestamps to the right.