Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Add `parent:tag` bangtag | multiple creatures | |
2019-05-21 | Add header to draft roars. | multiple creatures | |
2019-05-21 | Add `draft` and `visibility` bangtags. Wrap `ProcessHashtagsService` to ↵ | multiple creatures | |
update status tags. | |||
2019-05-21 | Privacy: add options to make interaction lists private and to not be ↵ | multiple creatures | |
included in public interaction lists. | |||
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and ↵ | multiple creatures | |
personal tags, respectively. | |||
2019-05-21 | Anxiety reduction: add option to hide mascot. | multiple creatures | |
2019-05-21 | add `parent:emoji` and `thread:emoji` bangtags | multiple creatures | |
2019-05-21 | Add option to filter packmate thread branches where you don't follow all the ↵ | multiple creatures | |
participants. | |||
2019-05-21 | Remove cached status when sharekey changed. | multiple creatures | |
2019-05-21 | Custom filters: add ability to create filters that exclude or are exclusive ↵ | multiple creatures | |
to roars with attachments. | |||
2019-05-21 | Make sure signatures start a new paragraph and that existing signatures are ↵ | multiple creatures | |
detected correctly. | |||
2019-05-21 | Raise pack timeline windows. | multiple creatures | |
2019-05-21 | Bangtags: ignore case of commands | multiple creatures | |
2019-05-21 | Make sure parent account excists. | multiple creatures | |
2019-05-21 | `i:am`: Right-align signatures | multiple creatures | |
2019-05-21 | 2 newlines is plently but 3 is way too many | multiple creatures | |
2019-05-21 | these aint methods silly | multiple creatures | |
2019-05-21 | `i:am`: replace horizontal rule with ZWNJ. | multiple creatures | |
2019-05-21 | Stylistic: use em dash for signature prefix. | multiple creatures | |
2019-05-21 | Anxiety 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-21 | Implement 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-21 | Make sure that local-only tokens still get detected when signature is enabled. | multiple creatures | |
2019-05-21 | Add `i:am` bangtag to allow plural systems sharing an account to identify ↵ | multiple creatures | |
who is roaring. | |||
2019-05-21 | Handle up to 6 attachments per roar. | multiple creatures | |
2019-05-21 | Make sure only distributable statuses are marked curated; move bangtags ↵ | multiple creatures | |
processing into own helper lib. | |||
2019-05-21 | Add option to remove filtered roar placeholder gap. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of action buttons and width of ↵ | multiple creatures | |
compose drawer. | |||
2019-05-21 | Add options to increase size and spacing of context menus and to gently the ↵ | multiple creatures | |
kobolds. Also allow showing multiple user roles. | |||
2019-05-21 | add option to toggle captions + code: move monsterpit additons on top | multiple creatures | |
2019-05-21 | hidden accounts + stats hiding | multiple creatures | |
2019-05-21 | add option to show raw world timeline | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | add option to default to local only | multiple creatures | |
2019-05-21 | improve filtering | multiple creatures | |
2019-05-21 | handle no-replies flag | multiple creatures | |
2019-05-21 | Add pseudomentions to various hosts | multiple creatures | |
2019-05-21 | Prune replies to muted/blocked accounts | multiple creatures | |
2019-05-21 | Store more statuses in home timeline | Daggertooth | |
2019-05-17 | Minor optimization | Thibaut Girka | |
2019-05-17 | Properly escape HTML in code blocks | Thibaut Girka | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Fix autolinking, and newlines in code blocks | Thibaut Girka | |
Autolinking is now performed *after* the Markdown pass, by replacing HTML tags with zero-width spaces and running the twitter-text extractor as usual, except it does not auto-link URLs to avoid links in links… | |||
2019-05-17 | Add support for HTML-formatted toots | Thibaut Girka | |
2019-05-17 | Add support for markdown-formatted toots | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-15 | Minor performance improvements and cleanup in formatter (#10765) | ThibG | |
2019-05-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb minor conflict because of glitch-soc's theming system - app/controllers/stream_entries_controller.rb minor conflict because of glitch-soc's theming system | |||
2019-05-09 | Prevent silenced local users from notifying remote users not following them ↵ | ThibG | |
(#10575) * Prevent silenced local users from notifying remote users not following them This is an attempt to extend the local restrictions of silenced users to the federation. * Add tests * Add tests for making sure private status don't get sent over OStatus | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb |