about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)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 glitch-so...multiple creatures
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 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-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-21Revise status filter logic.multiple creatures
2019-05-21Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu...multiple creatures
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 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-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
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
2019-05-21Make sure signatures start a new paragraph and that existing signatures are d...multiple creatures
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 option...multiple creatures
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 `cu...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-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags proce...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