about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2019-05-21`PostStatusService`: Add options to set a specific creation time and whether ...multiple creatures
2019-05-21Correct a 6-in-the-morning breaking typos.multiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21`ActivityPub::ProcessAccountService`: Correct `force_` method names.multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures
2019-05-21Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`...multiple creatures
2019-05-21Remove automatic language detection.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Allow passing an array of tags to `PostStatusservice`multiple creatures
2019-05-21Replies should not exceed the visibility being replied to.multiple creatures
2019-05-21Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu...multiple creatures
2019-05-21Don't try to add tags that already exist in the status.multiple creatures
2019-05-21Limit tag scope nesting to six components. Rewrite multiple consecutive deli...multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Allow sharekeys to be set via the API.multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags proce...multiple creatures
2019-05-21Add minimum timeframe for a self-destructing roar in preparating for implemen...multiple creatures
2019-05-21Add scope restrictions on curated world timeline considerations.multiple creatures
2019-05-21Make sure that replies that are not sections of a root thread get filtered ou...multiple creatures
2019-05-21Refactored community-curated world timeline code; **privacy**: remove support...multiple creatures
2019-05-21Use PostgreSQL FTS for searches.multiple creatures
2019-05-21curated world: also consider public favsmultiple creatures
2019-05-21community world tl + networked home tlmultiple creatures
2019-05-18Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-18Prevent from publicly boosting one's own private toots (#10775)ThibG
2019-05-17Add option for default toot content-typeThibaut Girka
2019-05-17Add API support for setting status content-typeThibaut Girka
2019-05-15Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-01Add site-wide options to show reblogs and replies in local/public timelinesThibaut Girka
2019-04-25Reject follow requests of blocked users (#10633)ThibG
2019-04-22Do not leak local-only toots to remote mentioned usersThibaut Girka
2019-04-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-21Treat meta[property] as a space-separated list (#10604)Daniel Aleksandersen
2019-04-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-08Export and import show_reblogs together with following list (#10495)ThibG
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-03Export and import `hide_notifications` alongside user mutes (#10335)ThibG
2019-04-01Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-03-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko