Age | Commit message (Expand) | Author |
2019-05-21 | `ActivityPub::ProcessAccountService`: Correct `force_` method names. | multiple creatures |
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad... | multiple creatures |
2019-05-21 | Drop remaining OStatus and PuSH code, as well as related database items. | 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 | Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu... | multiple creatures |
2019-05-21 | Don't try to add tags that already exist in the status. | multiple creatures |
2019-05-21 | Limit tag scope nesting to six components. Rewrite multiple consecutive deli... | multiple creatures |
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and pers... | multiple creatures |
2019-05-21 | Adjust search limits and ordering. | multiple creatures |
2019-05-21 | Allow own roars to be included in lists. | 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-21 | Make sure only distributable statuses are marked curated; move bangtags proce... | multiple creatures |
2019-05-21 | Add minimum timeframe for a self-destructing roar in preparating for implemen... | multiple creatures |
2019-05-21 | Add scope restrictions on curated world timeline considerations. | multiple creatures |
2019-05-21 | Make sure that replies that are not sections of a root thread get filtered ou... | multiple creatures |
2019-05-21 | Refactored community-curated world timeline code; **privacy**: remove support... | multiple creatures |
2019-05-21 | Use PostgreSQL FTS for searches. | multiple creatures |
2019-05-21 | curated world: also consider public favs | multiple creatures |
2019-05-21 | community world tl + networked home tl | multiple creatures |
2019-05-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-05-18 | Prevent from publicly boosting one's own private toots (#10775) | ThibG |
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-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-05-01 | Add site-wide options to show reblogs and replies in local/public timelines | Thibaut Girka |
2019-04-25 | Reject follow requests of blocked users (#10633) | ThibG |
2019-04-22 | Do not leak local-only toots to remote mentioned users | Thibaut Girka |
2019-04-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-04-21 | Treat meta[property] as a space-separated list (#10604) | Daniel Aleksandersen |
2019-04-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-04-08 | Export and import show_reblogs together with following list (#10495) | ThibG |
2019-04-07 | Improve blocked view of profiles (#10491) | Eugen Rochko |
2019-04-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-04-03 | Export and import `hide_notifications` alongside user mutes (#10335) | ThibG |
2019-04-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-04-01 | Hide blocking accounts from blocked users (#10442) | ThibG |
2019-03-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-30 | Add ActivityPub representation for identity proofs (#10414) | Eugen Rochko |
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-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-23 | Fix vote-after-expiration not showing error, count vote as interaction (#10352) | Eugen Rochko |
2019-03-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |