aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-22Activity search: Fix order of resultslain
Greatly speeds up the search for RUM.
2020-12-22Document fixing the pleroma.user delete_activities mix taskMark Felder
2020-12-22Need to start web_resp cache or mix task failsMark Felder
2020-12-22Document S3 and Elixir 1.11 compat fixMark Felder
2020-12-22Fix S3 uploads with Elixir 1.11Mark Felder
2020-12-22pleroma.instance: Fix Exiftool module nameHaelwenn (lanodan) Monnier
2020-12-22remove PurgeExpiredActivity from Oban db configAlexander Strizhakov
2020-12-22possibility to run rollback in test envAlexander Strizhakov
2020-12-22Merge branch 'update-elixir-make' into 'develop'feld
Update for retired elixir_make package version See merge request pleroma/pleroma!3211
2020-12-22update for retired elixir_make package versionAlexander Strizhakov
2020-12-22Merge branch 'update/instance-gen-template' into 'develop'rinpatch
Update instance.gen template See merge request pleroma/pleroma!3210
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-21Do not include pool_size in the template. It encourages unwanted fiddling :)Mark Felder
2020-12-21Merge branch 'develop' into 'develop'lain
WebFinger: add subscribe_address in return data of JSON responses See merge request pleroma/pleroma!3206
2020-12-21Lintinglain
2020-12-21Tests: Stub the pipeline in all tests.lain
Restores the old un-moxed behavior.
2020-12-21Pipeline test: Switch from Mock to Mox.lain
Speeds up the test and makes it possible to run async.
2020-12-21Tests: Add a helper method to reduce sleeping times in test.lain
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences.
2020-12-21Lintinglain
2020-12-21Test: More async/sync tweaks.lain
2020-12-21Tests: More test fixes.lain
2020-12-21XMLBuidlder test: Make async.lain
2020-12-21Test config: Raise pool size for postgres.lain
Given all the async tests, this can become a bottleneck.
2020-12-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
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-20Merge branch 'fix/remove-sharelock-warning-oban-configdb' into 'develop'lain
config/description.exs: Remove outdated information about Oban See merge request pleroma/pleroma!3208
2020-12-20Merge branch 'bugfix/mastofe-install-script' into 'develop'rinpatch
download-mastofe-build.sh: Proper exit when artifact is missing Closes #2329 See merge request pleroma/pleroma!3191
2020-12-19Add test for subscribe_address in JSON WebFinger responseKaizhe Huang
2020-12-19config/description.exs: Remove outdated information about Obanrinpatch
The version of Oban we depend on no longer uses ShareLocks, so this note no longer applies.
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-18Tests: Remove unneeded explicit cachex use.lain
Only use cachex when we're actually testing it.
2020-12-18Tests: Reset all cachex caches between synchronous testslain
Don't bother in the async case, it doesn't make sense there.
2020-12-17Merge branch 'long-life-oauth-tokens' into 'develop'rinpatch
[#2353] Virtually never-expiring OAuth tokens (new and already issued ones) Closes #2353 See merge request pleroma/pleroma!3205
2020-12-17[#2353] Virtually never-expiring OAuth tokens (new and already issued ones).Ivan Tashkinov
2020-12-17Merge branch 'registration-workflow' into 'develop'feld
Improve registration workflow, fixes #2175 Closes #2235 and #2175 See merge request pleroma/pleroma!3068
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-15download-mastofe-build.sh: Proper exit when artifact is missingHaelwenn (lanodan) Monnier
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
2020-12-15Merge branch 'fix/config-gen-detect-exiftool' into 'develop'lain
instance.gen: Warn that stripping exif requires exiftool Closes #2343 See merge request pleroma/pleroma!3197
2020-12-15Merge branch 'weblate-pleroma-pleroma' into 'develop'lain
Translations update from Weblate See merge request pleroma/pleroma!3201
2020-12-15Translated using Weblate (Chinese (Simplified))shironeko
Currently translated at 87.7% (93 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/zh_Hans/
2020-12-15Merge branch 'chore/refactor-hide-counts' into 'develop'lain
Minor refactoring of the logic for hiding followers/following counts. See merge request pleroma/pleroma!3202
2020-12-14Minor refactoring of the logic for hiding followers/following counts.Mark Felder
Field is not nullable anymore, and this is more readable.