aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-05-14Merge remote-tracking branch 'upstream/attachment-meta' into blurhashAlex Gleason
2021-05-14Support blurhashAlex Gleason
2021-05-12Merge remote-tracking branch 'upstream/develop' into attachment-metaAlex Gleason
2021-05-12Federate attachments as Links instead of DocumentsAlex Gleason
2021-05-12Don't render media `meta` if nilAlex Gleason
2021-05-12Ingest remote attachment width/heightAlex Gleason
2021-05-12Add SetMeta filter to store uploaded image sizesAlex Gleason
2021-05-08a better query to delete from hashtagsfaried nawaz
old query: Delete on hashtags (cost=5089.81..5521.63 rows=6160 width=18) -> Hash Semi Join (cost=5089.81..5521.63 rows=6160 width=18) Hash Cond: (hashtags.id = ht.id) -> Seq Scan on hashtags (cost=0.00..317.28 rows=17528 width=14) -> Hash (cost=5012.81..5012.81 rows=6160 width=20) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=20) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14) new query: Delete on hashtags ht (cost=0.70..5012.81 rows=6160 width=12) -> Merge Anti Join (cost=0.70..5012.81 rows=6160 width=12) Merge Cond: (ht.id = hto.hashtag_id) -> Index Scan using hashtags_pkey on hashtags ht (cost=0.29..610.53 rows=17528 width=14) -> Index Scan using hashtags_objects_pkey on hashtags_objects hto (cost=0.42..3506.48 rows=68158 width=14)
2021-05-08mix prune_objects: remove unused hashtags after pruning remote objectsfaried nawaz
2021-05-07Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leakAlex Gleason
2021-05-04Merge branch 'dont-crash-email-settings' into 'develop'feld
Don't crash so hard when email settings are invalid Closes #2606 See merge request pleroma/pleroma!3400
2021-05-03Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settingsAlex Gleason
2021-05-03Don't crash when email settings are invalidAlex Gleason
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/2606 Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/4
2021-04-30Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leakAlex Gleason
2021-04-30SimplePolicy: filter string ObjectsAlex Gleason
2021-04-30SimplePolicy: filter nested objectsAlex Gleason
2021-04-30Merge remote-tracking branch 'upstream/develop' into earmarkAlex Gleason
2021-04-30Remove Pleroma.Formatter.minify/2Alex Gleason
2021-04-29Merge remote-tracking branch 'upstream/develop' into oauth-token-idAlex Gleason
2021-04-22Cleanup and ensure we obey custom Repo timeoutMark Felder
2021-04-22OTP releases executing commands via pleroma_ctl show the parent of the ↵Mark Felder
process is :erl_eval
2021-04-22Try to set query timeout intelligentlyMark Felder
2021-04-22Add utility function to return infinite timeout for SQL transactions if we ↵Mark Felder
detect it was called from a Mix Task
2021-04-22Set Repo.transaction/2 timeout to infinity. Fixes pleroma.user ↵Mark Felder
delete_activities mix task.
2021-04-20Apply lanodan's suggestion(s) to 1 file(s)Haelwenn
2021-04-20Apply lanodan's suggestion(s) to 1 file(s)Haelwenn
2021-04-20Apply lanodan's suggestion(s) to 1 file(s)Haelwenn
2021-04-20Apply lanodan's suggestion(s) to 1 file(s)Haelwenn
2021-04-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
feature/opt-out-of-google-floc
2021-04-19Fix error response which was breaking tests related to pinned postsMark Felder
2021-04-18Add opting out of Google FLoC to HTTPSecurityPlug headersSean King
2021-04-16Apply rinpatch's suggestion(s) to 1 file(s)rinpatch
2021-04-16Merge branch 'features/ingestion-ecto-tag' into 'develop'rinpatch
TagValidator: New See merge request pleroma/pleroma!3244
2021-04-16Merge branch 'feature/521-pinned-post-federation' into 'develop'rinpatch
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312
2021-04-16Merge branch 'fix/2593-reading-exported-config-file' into 'develop'rinpatch
Reading the file, instead of config keyword in ReleaseRuntimeProvider Closes #2593 See merge request pleroma/pleroma!3381
2021-04-14Revert guards on string_to_elixir_types/1, remove unnecessary assignment in testMark Felder
2021-04-13Improve string_to_elixir_types/1 with guardsMark Felder
2021-04-13Add ConcurrentLimiter to module_name?/1 and apply string_to_elixir_types/1 ↵Mark Felder
to search_opts keys during update_or_create/1
2021-04-09Use URI.merge to prevent concatenating two canonical URLs when a custom ↵Mark Felder
instance thumbnail was uploaded via AdminFE
2021-04-08release runtime provider fix for pathsAlexander Strizhakov
2021-04-05utils: Fix maybe_splice_recipient when "object" isn’t a mapHaelwenn (lanodan) Monnier
2021-04-05transmogrifier: Fixing votes from Note to AnswerHaelwenn (lanodan) Monnier
2021-04-05Object.Fetcher: Fix getting transmogrifier reject reasonHaelwenn (lanodan) Monnier
2021-04-05ActivityPubControllerTest: Apply same addr changes to objectHaelwenn (lanodan) Monnier
2021-04-05Fix addressingHaelwenn (lanodan) Monnier
2021-04-05recipients fixes/hardening for CreateGenericValidatorHaelwenn (lanodan) Monnier
2021-04-05Pipeline Ingestion: NoteHaelwenn (lanodan) Monnier
2021-04-05ObjectValidator.CommonFixes: Introduce fix_objects_defaults and ↵Haelwenn (lanodan) Monnier
fix_activity_defaults
2021-04-05Transmogrifier: Simplify fix_explicit_addressing and fix_implicit_addressingHaelwenn (lanodan) Monnier
2021-04-05Move tag fixup to object_validatorHaelwenn (lanodan) Monnier