aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-01-04Do not try to guess which pagination we need by the existence of an :offset ↵Mark Felder
param. Require explicit request to get offset pagination.
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2021-01-01AdminAPI: return id for moderation log entriesAlex Gleason
2020-12-31Merge branch 'fix/reports-ordering' into 'develop'feld
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225
2020-12-31Aliases: refactor validate_also_known_as/1Alex Gleason
2020-12-31Apply 2 suggestion(s) to 1 file(s)Alex Gleason
2020-12-31Apply 1 suggestion(s) to 1 file(s)feld
2020-12-31Alternative implementation of hashtag-filtering queries in ActivityPub. ↵Ivan Tashkinov
Fixed GROUP BY clause for aggregation on hashtags.
2020-12-31[#3213] Added query options support for Repo.chunk_stream/4.Ivan Tashkinov
Used infinite timeout in transfer_hashtags select query.
2020-12-30Render AKAs in Actor endpointsAlex Gleason
2020-12-30Merge remote-tracking branch 'upstream/develop' into aliasesAlex 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-30Support pagination in AdminAPI for user statusesMark Felder
2020-12-30Do not reverse order of reports. We want newest ones sorted to the top.Mark Felder
2020-12-30[#3213] Made Object.object_data_hashtags/1 handle both AS2 and plain text ↵Ivan Tashkinov
hashtags.
2020-12-30[#3213] Fixed Object.object_data_hashtags/1 to process only AS2 elements of ↵Ivan Tashkinov
`data.tag` (basing on #2984).
2020-12-30[#3213] Improved `database.transfer_hashtags` mix task: proper rollback, ↵Ivan Tashkinov
speedup.
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
This reverts merge request !2824
2020-12-28Merge branch 'features/hashtag-column' into 'develop'Haelwenn
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824
2020-12-28pleroma.database fill_old_hashtags: Add month_limit argumentHaelwenn (lanodan) Monnier
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-27not neededAlexander Strizhakov
2020-12-27insreasing test coverage for StealEmojiPolicyAlexander Strizhakov
2020-12-27check dir existence in policyAlexander Strizhakov
2020-12-27Add MRFs to the list of things that may need a soft rebootMark Felder
2020-12-27Mark privateMark Felder
2020-12-27Create dir for EmojiStealPolicy automaticallyMark Felder
2020-12-26Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2020-12-26[#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ↵Ivan Tashkinov
hashtags to `hashtags` table.
2020-12-26Merge branch 'cachex-test' into 'develop'lain
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209
2020-12-22Added Hashtag entity and objects-hashtags association with auto-sync with ↵Ivan Tashkinov
`data.tag` on Object update.
2020-12-22possibility to run rollback in test envAlexander Strizhakov
2020-12-22Create Object.hashtags/1 wrapperHaelwenn (lanodan) Monnier
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
Includes a new mix task: pleroma.database fill_old_hashtags
2020-12-21Encapsulation of tags / hashtags fetching from objects.Ivan Tashkinov
2020-12-21Lintinglain
2020-12-21Pipeline test: Switch from Mock to Mox.lain
Speeds up the test and makes it possible to run async.
2020-12-21Cachex: Unify arity of callback functionlain
2020-12-21Caching: Add caching behavior, add null implementation.lain
2020-12-21Fix trailing whitespaces in lib/pleroma/web/web_finger.exKaizhe Huang
2020-12-18Tests: Use NullCache for async tests.lain
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test.
2020-12-18Cachex: Make caching provider switchable at runtime.lain
Defaults to Cachex.
2020-12-18Jason: Remove by now superfluous jason_types filelain
2020-12-18WebFinger: add subscribe_address in return data of JSON responsesFiveYellowMice
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-16Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop'lain
Fix mastoapi ws posts dropping Closes #2336 See merge request pleroma/pleroma!3198
2020-12-15Merge branch 'support/2255_posix_errors' into 'develop'lain
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138