about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2019-11-04Add abilityto add oneself to lists (#12271)ThibG
2019-10-24microformat mentions can have an implicit property (#12189)nightpool
2019-10-07Fix hashtag timeline REST API accepting too many hashtags (#12091)Eugen Rochko
2019-10-03Add `reason` param to `POST /api/v1/accounts` REST API (#12064)Eugen Rochko
2019-10-01Fix BootstrapTimelineService crashing when bootstrapped accounts are invalid ...ThibG
2019-10-01Remove HEAD request from fetching link previews (#12028)Eugen Rochko
2019-09-30Fix follow requests N+1 (#12004)abcang
2019-09-29Add voters count support (#11917)ThibG
2019-09-29Fix account migration not affecting followers on origin server (#11980)Eugen Rochko
2019-09-28Fix preview card image not being re-fetched even if link is re-posted (#11981)Eugen Rochko
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-27Change silences to always require approval on follow (#11975)ThibG
2019-09-27Fix unreviewed hashtag not being found by exact case-insensitive match (#11976)Eugen Rochko
2019-09-26Fix search error when ElasticSearch is enabled but not available (#11954)Jeong Arm
2019-09-18Change spam check to apply to local accounts and add a threshold (#11806)Eugen Rochko
2019-09-17Fix Move handler queuing jobs that will fail if account is suspended (#11864)Eugen Rochko
2019-09-13Fix search API not resolving URL when type is given (#11822)Eugen Rochko
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-09-04Change account deletion page to have better explanations (#11753)Eugen Rochko
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-08-22Fix remote and staff-removed statuses leaving media behind for a day (#11638)Eugen Rochko
2019-08-18Add more accurate hashtag search (#11579)Eugen Rochko
2019-08-16Fix accounts search by full/partial display name and others (#11580)Eugen Rochko
2019-08-16Add more accurate account search (#11537)Eugen Rochko
2019-08-11Fix account search always returning exact match on paginated results (#11525)Eugen Rochko
2019-08-07Fix acct URIs with IDN domains not being resolved (#11520)Eugen Rochko
2019-08-07Add domain block notes (#11515)ThibG
2019-08-07Fix non-lowercase hashtags not being picked up by the streaming API (#11508)Eugen Rochko
2019-07-30Add whitelist mode (#11291)Eugen Rochko
2019-07-28Change hashtags to preserve first-used casing (#11416)Eugen Rochko
2019-07-27Add search syntax for operators and phrases (#11411)Eugen Rochko
2019-07-26Fix invites not being disabled upon account suspension (#11412)ThibG
2019-07-25Change account domain block to clear out notifications and follows (#11393)Eugen Rochko
2019-07-21Remove WebSub subscriptions (#11303)Eugen Rochko
2019-07-15Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)ThibG
2019-07-15Fix leaking private statuses the admin account follows (#11300)ThibG
2019-07-13Add a spam check (#11217)Eugen Rochko
2019-07-11Fix BlockService trying to reject incorrect follow request (#11288)ThibG
2019-07-11Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)Eugen Rochko
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2019-07-10Fix handling of webfinger redirects in ResolveAccountService (#11279)ThibG
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-08Fix BackupService crashing when an attachment is missing (#11241)ThibG
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-01Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-06-26Add support for Audio activities (#11189)ThibG
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-06-19Add audio uploads (#11123)Eugen Rochko