Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-04-29 | Add support for missing formatting tags | Thibaut Girka | |
2019-04-27 | Add blurhash (#10630) | Eugen Rochko | |
* Add blurhash * Use fallback color for spoiler when blurhash missing * Federate the blurhash and accept it as long as it's at most 5x5 * Display unknown media attachments as blurhash placeholders * Improve style of embed actions and spoiler button * Change blurhash resolution from 3x3 to 4x4 * Improve dependency definitions * Fix code style issues | |||
2019-04-22 | Add support for lists in statuses | Thibaut Girka | |
2019-04-22 | Accept richer text from remote statuses | Thibaut Girka | |
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS. | |||
2019-04-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/javascript/mastodon/features/compose/components/compose_form.js Upstream cleaned up a bit, including on lines in which we replaced the hardcoded 500 character limit with a maxChar constant. Applied the changes while keeping maxChar instead of 500. - app/javascript/packs/public.js Moved upstream's new animated avatar hover handling in app/javascript/core/public.js - app/javascript/styles/fonts/montserrat.scss Upstream fixed local font name, applied those changes. - app/javascript/styles/fonts/roboto.scss Upstream fixed local font name, applied those changes. - lib/mastodon/version.rb Upstream made repo URL configurable, did the same, but default to glitch-soc | |||
2019-04-21 | Default to the web domain (eg. mastodon.lubar.me) instead of the local ↵ | Ben Lubar | |
domain (eg. lubar.me) for keybase proofs (#10565) | |||
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-10 | Fix Keybase verification using wrong domain for remote accounts (#10547) | Eugen Rochko | |