about summary refs log tree commit diff
path: root/app/models/follow_request.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2021-04-23Fix edge case where accepted follow cannot be processed because of follow lim...Claire
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-18Fix follow limit preventing re-following of a moved account (#14207)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
2019-03-24Fix MergeWorker being queued for remote users (#10355)Eugen Rochko
2018-10-04Limit the number of people that can be followed from one account (#8807)Eugen Rochko
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-02-18Cache relationships in API (#6482)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2018-01-08Revert #5772 (#6221)Eugen Rochko
2018-01-03Allow to dereference Follow object for ActivityPub (#5772)Akihiko Odaki
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-11-09Add and Remove tests for FollowRequest (#5622)ysksn
2017-10-02Make IdsToBigints (mostly!) non-blocking (#5088)aschmitz
2017-05-02annotate models (#2697)yhirano
2017-04-05add more tests to modelsSamy KACIMI
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
2017-02-11Resolve issue with rendering authorize/reject Salmon slapsEugen Rochko
2017-02-11Fix semantics of follow requests another slapsEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-01-26Follow request authorizations fasterEugen Rochko
2016-12-26Follow requests send e-mail notifications, but are excluded from notification...Eugen Rochko
2016-12-26Adding follow requests APIEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko