aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
AgeCommit message (Collapse)Author
2020-08-27ChatController: Don't die if the recipient is gone.lain
2020-08-26Merge branch 'develop' into feld-2168-media-preview-proxyMark Felder
2020-08-26Ensure GIFs are redirected to the original or they become static.Mark Felder
2020-08-26TimelineController: Keys are atoms now.lain
Closes #2078 Closes #2070
2020-08-25Redirects for videos right nowMark Felder
2020-08-25Switch to imagemagick, only support videosMark Felder
2020-08-25Merge branch 'feature/1952-read-muted-notifications' into 'develop'feld
Automatically mark notifications about statuses from muted users and threads as read Closes #1952 See merge request pleroma/pleroma!2893
2020-08-25Merge branch 'develop' into feld-2168-media-preview-proxyMark Felder
2020-08-25Webfinger: Handle bogus ids better.lain
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-24Merge branch 'relay-fix-admin-fe' into 'develop'feld
Relay fix for admin-fe See merge request pleroma/pleroma!2902
2020-08-22Use the image thumbnail for rich metadata (OGP/Twittercards)Mark Felder
2020-08-22updated errors on add emojiMaksim Pechnikov
2020-08-22upload emoji zip fileMaksim Pechnikov
2020-08-21Try to warm the cache with the preview image if preview proxy enabledMark Felder
2020-08-21Merge branch 'features/validators-event' into 'develop'lain
Pipeline Ingestion: Event See merge request pleroma/pleroma!2909
2020-08-21adding actor type in user showAlexander Strizhakov
2020-08-21[#2497] Media preview proxy: added `quality` config setting, adjusted ↵Ivan Tashkinov
width/height defaults.
2020-08-20Pipeline Ingestion: EventHaelwenn (lanodan) Monnier
2020-08-20[#2497] Media preview proxy: added Content-Disposition header with filename ↵Ivan Tashkinov
to response.
2020-08-19[#2497] Media preview proxy config refactoring & documentation.Ivan Tashkinov
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-19added Pleroma.Web.PleromaAPI.EmojiFileControllerMaksim Pechnikov
2020-08-19Pipeline Ingestion: Audio (Part 2)Haelwenn (lanodan) Monnier
2020-08-18[#2497] Added video preview proxy. Switched from exexec to Port.Ivan Tashkinov
2020-08-18Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
2168-media-preview-proxy
2020-08-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/validators-audio
2020-08-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/validators_use_ectotypes
2020-08-18common_fixes: Remove Utils.make_date callHaelwenn (lanodan) Monnier
2020-08-18common_fixes: Get fixes common from Audio and QuestionHaelwenn (lanodan) Monnier
2020-08-18Pipeline Ingestion: AudioHaelwenn (lanodan) Monnier
2020-08-17object_validators: Use ecto_types where availableHaelwenn (lanodan) Monnier
2020-08-17Merge branch 'issue/1936' into 'develop'lain
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873
2020-08-17Make notifications about new statuses from muted threads readSergey Suprunenko
2020-08-16fix search media proxy urlsMaksim Pechnikov
2020-08-14[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance ↵Ivan Tashkinov
privacy setting (i.e. restrict on private instances only by default).
2020-08-13Merge branch 'fix/activity-expirations-again' into 'develop'feld
Fix activity expirations again See merge request pleroma/pleroma!2866
2020-08-13side_effects: Fix typo on notificationHaelwenn (lanodan) Monnier
2020-08-13Merge branch 'develop' into issue/1936Maksim Pechnikov
2020-08-12ActivityPub: Remove `reject`, move everything to the Pipeline.lain
2020-08-12Transmogrifier: Move Rejects to the Pipelinelain
2020-08-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rejectlain
2020-08-11Linting fixes.lain
2020-08-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
fix/activity-expirations-again
2020-08-11ActivityPub: Remove ActivityPub.acceptlain
Switch to the pipeline in CommonAPI and SideEffects
2020-08-11Transmogrifier: Handle accepts with the pipelinelain
2020-08-11Linter fixes.lain
2020-08-11Transmogrifier: Remove handling of orphaned acceptslain
This was a Mastodon 2.3 issue and has been fixed for a long time. According to fediverse.networks, less than one percent of servers still run a version this old or older.
2020-08-11AcceptValidation: Codify accept rules.lain
2020-08-11AcceptValidator: Add basic validator with tests.lain