aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
AgeCommit message (Collapse)Author
2021-05-20Expose user email address to user/owner; not publicly.Mark Felder
2021-05-19Merge remote-tracking branch 'pleroma/develop' into alias-router-helpersAlex Gleason
2021-05-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
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-07Merge remote-tracking branch 'upstream/develop' into simplepolicy-announce-leakAlex Gleason
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-22Try to set query timeout intelligentlyMark Felder
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-09Use URI.merge to prevent concatenating two canonical URLs when a custom ↵Mark Felder
instance thumbnail was uploaded via AdminFE
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-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
2021-04-01object_validators: Mark validate_data as privateHaelwenn (lanodan) Monnier
2021-04-01Insert string-hashtags in PipelineHaelwenn (lanodan) Monnier
Cannot be done in Ecto schemas because only one type is allowed in arrays, and needs to be done before the MRFs.
2021-04-01pipeline_test: Fix usage of %Activity{}Haelwenn (lanodan) Monnier
2021-04-01TagValidator: NewHaelwenn (lanodan) Monnier
2021-04-01Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'"Haelwenn
This reverts merge request !3382
2021-04-01Merge branch 'refactor/object_validator_validate' into 'develop'rinpatch
object_validator: Refactor most of validate/2 to a generic block See merge request pleroma/pleroma!3383
2021-04-01object_validator: Refactor most of validate/2 to a generic blockHaelwenn (lanodan) Monnier
2021-03-31date-times are always stringsMiss Pasture
2021-03-30Prefer FollowBot naming convention vs FollowbotMark Felder
2021-03-30Remove Task.async as it is broken here and probably a premature optimization ↵Mark Felder
anyway
2021-03-30Do not try to follow local users. Their posts are already available locally ↵Mark Felder
on the instance.