aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-01-12Fixup tagsfeatures/validators-note-2Haelwenn (lanodan) Monnier
2021-01-12common_fixes: Set sensitive when #nsfw is presentHaelwenn (lanodan) Monnier
2021-01-12utils: Fix maybe_splice_recipient when "object" isn’t a mapHaelwenn (lanodan) Monnier
2021-01-12transmogrifier: Fixing votes from Note to AnswerHaelwenn (lanodan) Monnier
2021-01-12Object.Fetcher: Fix getting transmogrifier reject reasonHaelwenn (lanodan) Monnier
2021-01-12ActivityPubControllerTest: Apply same addr changes to objectHaelwenn (lanodan) Monnier
2021-01-12Fix addressingHaelwenn (lanodan) Monnier
2021-01-12recipients fixes/hardening for CreateGenericValidatorHaelwenn (lanodan) Monnier
2021-01-12Pipeline Ingestion: NoteHaelwenn (lanodan) Monnier
2021-01-12ObjectValidator.CommonFixes: Introduce fix_objects_defaults and ↵Haelwenn (lanodan) Monnier
fix_activity_defaults
2021-01-12Transmogrifier: Simplify fix_explicit_addressing and fix_implicit_addressingHaelwenn (lanodan) Monnier
2021-01-10[#3213] transfer_hashtags mix task refactoring.Ivan Tashkinov
2021-01-07[#3213] Removed PK from hashtags_objects table. Improved hashtags_transfer ↵Ivan Tashkinov
mix task (logging of failed ids).
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-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-28[#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests.Ivan Tashkinov
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-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
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-14Minor refactoring of the logic for hiding followers/following counts.Mark Felder
Field is not nullable anymore, and this is more readable.
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
2020-12-12instance.gen: Warn that stripping exif requires exiftoolrinpatch
And default to no if it is not installed Closes #2343
2020-12-12instance.gen task: Only show files which will be actually overwrittenrinpatch
2020-12-09Tweaks to OAuth entities expiration: changed default to 30 days, removed ↵Ivan Tashkinov
hardcoded values usage, fixed OAuthView (expires_in).
2020-12-09Changed default OAuth token expiration time to 30 days.Ivan Tashkinov
2020-12-09Merge branch 'auth-improvements' into 'develop'lain
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112
2020-12-09Merge branch 'stream-follow-updates' into 'develop'lain
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183
2020-12-08Merge branch 'feat/warn-large-pool-size' into 'develop'lain
Add a startup error for modified Repo pool_size See merge request pleroma/pleroma!3190
2020-12-08ApplicationRequirements: Add test, more text for pool size.lain
2020-12-08Apply 1 suggestion(s) to 1 file(s)lain
2020-12-07Add a startup error for modified Repo pool_sizeMark Felder
2020-12-07instance.reachable?: Limit to binary inputHaelwenn (lanodan) Monnier