Age | Commit message (Expand) | Author |
2019-08-08 | add new `reject unknown` policy option to prevent spam & harassment from larg... | multiple creatures |
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 you... | multiple creatures |
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 onl... | multiple creatures |
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 |
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 set... | multiple creatures |
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad... | multiple creatures |
2019-05-21 | Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`... | multiple creatures |
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 |
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-28 | Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) | Eugen Rochko |
2019-03-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-15 | Fix detailed poll validation errors not being returned in the API (#10261) | Eugen Rochko |
2019-03-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-11 | Support pushing and receiving updates to poll tallies (#10209) | ThibG |
2019-03-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-04 | Correctly make polls and media mutually exclusive (#10141) | ThibG |
2019-03-03 | Add polls (#10111) | Eugen Rochko |
2019-02-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-02-02 | Create Redisable#redis (#9633) | ysksn |
2019-01-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-01-27 | Revert to storing application info, and display it to the author via API | Thibaut Girka |
2019-01-27 | Make storing and displaying application used to toot opt-in | Thibaut Girka |
2019-01-26 | Prevent posting toots with media attachments from someone else (#9921) | ThibG |