about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Collapse)Author
2019-05-21fix `thread:reall`multiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21use dots instead of colons for tag scopesmultiple creatures
2019-05-21add `keysmash` bangtagmultiple creatures
2019-05-21formatted bios + merge monsterpit markdown styles directly into glitch-soc scssmultiple creatures
2019-05-21add html to `format` bangtag + shortcut for bbdown`multiple creatures
2019-05-21fix bbdown newlines + format & emojify footersmultiple creatures
2019-05-21correct media reveal wordingmultiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new ↵multiple creatures
glitch-soc formatting system + bbcode feature parity + new `i:am` footer + set content type from `format` bangtag
2019-05-21re-add support for tags `sup`, `h6`, `hr`multiple 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-21remove the buggy do-not-@-me impl - we'll replace this with a bangtag latermultiple creatures
2019-05-21add option to embiggen the emojos & embiggen small bbcode text on hovermultiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those ↵multiple creatures
settings.
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵multiple creatures
add federatable `adult content` tag. Handle from remote accounts as well.
2019-05-21Make user settings for status filter accessible from `account` model.multiple creatures
2019-05-21Bangtags: do not assume `status.in_reply_to_id` exists just because ↵multiple creatures
`status.reply?` is `true`.
2019-05-21Remove automatic language detection.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Revise status filter logic.multiple creatures
2019-05-21Do not process mentions or bangtags in drafts. Add `draft?` method to ↵multiple creatures
`Status` model.
2019-05-21Add `parent:tag` bangtagmultiple creatures
2019-05-21Add header to draft roars.multiple creatures
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-21add `parent:emoji` and `thread:emoji` bangtagsmultiple creatures
2019-05-21Add option to filter packmate thread branches where you don't follow all the ↵multiple creatures
participants.
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-21Bangtags: ignore case of commandsmultiple creatures
2019-05-21Make sure parent account excists.multiple 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-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.
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 ↵multiple creatures
who is roaring.
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags ↵multiple creatures
processing into own helper lib.
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 ↵multiple creatures
compose drawer.