Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | Improve readability somewhat. | multiple creatures | |
2019-11-18 | Let `PostStatusWorker` deal with delivering posts. | multiple creatures | |
2019-11-18 | Be more specific about checking for the truthiness of `nomentions`. | multiple creatures | |
2019-11-17 | Prefix zero-width space before lines with space characters to preserve their ↵ | multiple creatures | |
formatting on other servers. | |||
2019-10-12 | make sure mentions aren't processed early if delayed roars are enabled | multiple creatures | |
2019-10-12 | graylist (reject unknown) federation & known account auto-learning finally ↵ | multiple creatures | |
have toggle switches in site settings | |||
2019-10-10 | stopped using private-use codepoints as formatting placeholders (resolves #9) | multiple creatures | |
2019-09-24 | include `local` scope in visibility limit if an account is silenced | multiple creatures | |
2019-09-24 | the commit below this but like actually fix it this time | multiple creatures | |
2019-09-24 | unbreak tag conversion | multiple creatures | |
2019-09-24 | strip blankspace when converting in-body tags to out-of-body tags | multiple creatures | |
2019-09-19 | when converting in-body tags to out-of-body tags, only strip lines that are ↵ | multiple creatures | |
nothing but in-body tags | |||
2019-08-08 | add new `reject unknown` policy option to prevent spam & harassment from ↵ | multiple creatures | |
large/undermoderated servers | |||
2019-08-06 | `@options[:delayed]` -> `@options[:delayed].present?` | multiple creatures | |
2019-08-03 | respect 'don't @ me' requests | multiple creatures | |
2019-08-02 | unbreak the universe - `Redis.cache` -> `Redis.current` | multiple creatures | |
2019-08-02 | make sure the thread filter option won't affect your own threads or those ↵ | multiple creatures | |
you're participating in | |||
2019-08-01 | fix tag extraction failing on text in frozen state | multiple creatures | |
2019-07-29 | actually let's make the delay time configurable | multiple creatures | |
2019-07-29 | fix delayed roars mentions bug, increase delay to 1 minute, include local ↵ | multiple creatures | |
only prop | |||
2019-07-29 | optional delayed publishing of roars for proofreading | multiple creatures | |
2019-07-24 | logger should not generate link cards or mentions for entries | multiple creatures | |
2019-07-24 | revert the current unfinished chat implementation | multiple creatures | |
2019-07-23 | add self-destructing roars & `live`/`lifespan` bangtags | multiple creatures | |
2019-07-19 | revise tag conversion | multiple creatures | |
2019-07-18 | better handling of bangtag-only posts that produce no output | multiple creatures | |
2019-07-17 | fix parsing of tags for folding | multiple creatures | |
2019-07-17 | fix `i:am`/`we:are` signatures | multiple creatures | |
2019-07-15 | bangtags are not for eating >:o | multiple creatures | |
2019-07-15 | local visibility scope, chat scope+tags, unlisted tags | multiple creatures | |
2019-05-21 | if `created_at` is given to `PostStatusService` make sure it's utc | multiple creatures | |
2019-05-21 | split `i:am` signatures into their very own `footer` column | multiple creatures | |
2019-05-21 | `PostStatusService`: Add options to set a specific creation time and whether ↵ | multiple creatures | |
or not to distribute, useful for importing statuses. | |||
2019-05-21 | Correct a 6-in-the-morning breaking typos. | multiple creatures | |
2019-05-21 | Expose user settings to `Account` model and update code referencing those ↵ | multiple creatures | |
settings. | |||
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵ | multiple creatures | |
add federatable `adult content` tag. Handle from remote accounts as well. | |||
2019-05-21 | Statuses: set `local_only` flag from the `PostStatusService`. Default to ↵ | multiple creatures | |
`en` locale for statuses. | |||
2019-05-21 | Remove automatic language detection. | multiple creatures | |
2019-05-21 | Drop OStatus support. Fix some of the Rspec tests. | multiple creatures | |
2019-05-21 | Allow passing an array of tags to `PostStatusservice` | multiple creatures | |
2019-05-21 | Replies should not exceed the visibility being replied to. | multiple creatures | |
2019-05-21 | Allow sharekeys to be set via the API. | multiple creatures | |
2019-05-21 | Handle up to 6 attachments per roar. | multiple creatures | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Add API support for setting status content-type | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-14 | Record account suspend/silence time and keep track of domain blocks (#10660) | ThibG | |
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive | |||
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/workers/activitypub/distribute_poll_update_worker.rb - config/locales/pl.yml | |||
2019-03-28 | Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) | Eugen Rochko | |
Also, fix some n+1 queries Resolve #10365 | |||
2019-03-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/follower_domains_controller.rb Removed upstream. Did the same here. Maybe we should not have? - config/locales/en.yml Upstream removed the “Authorized followers” page and associated translations. This is too close in the file to our glitch-soc-specific “flavour” string. No actual conflict. - config/locales/ja.yml Same as above. - config/locales/pl.yml Same as above. - config/navigation.rb No real conflict. New route added too close to the glitch-soc-specific “flavours” one. - config/webpack/configuration.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - config/webpack/loaders/babel.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. The contents of this file have been moved to package.json. - config/webpack/shared.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - config/webpacker.yml Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - jest.config.js The contents of this file have been moved to package.json. - package.json Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - yarn.lock Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. |