aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub
AgeCommit message (Expand)Author
2021-02-18[#3213] Experimental / debug feature: `database: [improved_hashtag_timeline: ...Ivan Tashkinov
2021-02-15[#3213] Fixed `hashtags.name` lookup (must use `citext` type to do index scan...Ivan Tashkinov
2021-02-11Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-02-09Merge branch 'features/ap_id-c2s-authentication' into 'develop'rinpatch
2021-02-08Merge branch 'feat/mrf-noemptypolicy' into 'develop'Haelwenn
2021-02-08MRF NoEmptyPolicy: Deny posts from local users if there is no content or only...Mark Felder
2021-02-08activity_pub_controller: Add authentication to object & activity endpointsHaelwenn (lanodan) Monnier
2021-02-07[#3213] Partially addressed code review points.Ivan Tashkinov
2021-02-03Exclude reporter from receiving notifications from their own reports.Mark Felder
2021-02-03Merge branch 'feature/2438-users-posts-total-count' into 'develop'feld
2021-02-03Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-02-01only_remote -> remote renamingAlexander Strizhakov
2021-02-01expanding filtration for home timelineAlexander Strizhakov
2021-01-31[#3213] ActivityPub: fixed subquery-based hashtags filtering implementation (...Ivan Tashkinov
2021-01-31[#3213] ActivityPub: temporarily reverted to previous hashtags filtering impl...Ivan Tashkinov
2021-01-31[#3213] ActivityPub: implemented subqueries-based hashtags filtering, removed...Ivan Tashkinov
2021-01-29[#3213] Reinstated DISTINCT clause for hashtag "any" filtering with 2+ terms....Ivan Tashkinov
2021-01-27added totalAlexander Strizhakov
2021-01-27added totalAlexander Strizhakov
2021-01-25[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.Ivan Tashkinov
2021-01-25Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-25Merge branch 'develop' into refactor/deactivated_user_fieldMark Felder
2021-01-21[#3213] HashtagsTableMigrator: failures handling fix, retry function.Ivan Tashkinov
2021-01-21Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-21use proper namingAlexander Strizhakov
2021-01-16[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance op...Ivan Tashkinov
2021-01-15Change user.deactivated field to user.is_activeMark Felder
2021-01-13Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-13[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.Ivan Tashkinov
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2021-01-08Merge branch 'fix/missing_emoji_steal_dir' into 'develop'lain
2021-01-07Merge branch 'object-normalize-refactor' into 'develop'lain
2021-01-05URI.encode custom emojisMark Felder
2021-01-05Merge branch 'fix/pagination-regression' into 'develop'lain
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1526-accoun...lain
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into object-norm...lain
2021-01-04SideEffects.DeleteTest: asyncify.lain
2021-01-04Do not try to guess which pagination we need by the existence of an :offset p...Mark Felder
2021-01-04Object: Rework how Object.normalize workslain
2020-12-31Apply 1 suggestion(s) to 1 file(s)feld
2020-12-31Alternative implementation of hashtag-filtering queries in ActivityPub. Fixed...Ivan Tashkinov
2020-12-30Render AKAs in Actor endpointsAlex Gleason
2020-12-30Make pagination type conditionalMark Felder
2020-12-30Continue to use ActivityPub.fetch_user_activities/3, make it pass :offsetMark Felder
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
2020-12-28Merge branch 'features/hashtag-column' into 'develop'Haelwenn
2020-12-28Pleroma.Object/1: take %Object{} as argument insteadHaelwenn (lanodan) Monnier
2020-12-28[#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests.Ivan Tashkinov
2020-12-27non condition dir creationAlexander Strizhakov
2020-12-27insreasing test coverage for StealEmojiPolicyAlexander Strizhakov