aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-11AdminAPI: delete a chat messageAlex Gleason
2020-09-11MastodonAPI.StatusView.get_user/1 --> CommonAPI.get_user/1Alex Gleason
2020-09-11Fetcher: Correctly return MRF reject reasonHaelwenn (lanodan) Monnier
2020-09-11Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxyIvan Tashkinov
# Conflicts: # lib/pleroma/instances/instance.ex
2020-09-11Merge branch 'feat/log-possible-hol' into 'develop'rinpatch
ConnectionPool: Log possible HTTP1 blocks See merge request pleroma/pleroma!2989
2020-09-11ConnectionPool: Log possible HTTP1 blocksrinpatch
2020-09-11Apply 1 suggestion(s) to 1 file(s)Haelwenn
2020-09-11Merge branch 'bugfix/favicon-none-found' into 'develop'rinpatch
instance: Handle not getting a favicon See merge request pleroma/pleroma!2988
2020-09-11instance: Handle not getting a faviconHaelwenn (lanodan) Monnier
2020-09-11Merge branch 'fix/2134-old-cron-jobs' into 'develop'Haelwenn
Migration to remove old cron jobs Closes #2134 See merge request pleroma/pleroma!2987
2020-09-11migration to remove old cron jobsAlexander Strizhakov
2020-09-11AttachmentValidator: directly embed url schema and pass it fix_media_typeHaelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: ArticleHaelwenn (lanodan) Monnier
2020-09-11object_validators: likes & announcements as [ObjectID]Haelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: VideoHaelwenn (lanodan) Monnier
2020-09-11transmogrifier: Call strip_internal_fields on pipeline ingestionHaelwenn (lanodan) Monnier
2020-09-11federator: normalize only actor, catch actor errorHaelwenn (lanodan) Monnier
2020-09-10Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-10Merge branch 'oban-overuse' into 'develop'rinpatch
Expired activities as scheduled jobs in Oban See merge request pleroma/pleroma!2916
2020-09-10[#2497] Formatting fix.Ivan Tashkinov
2020-09-10CHANGELOG.md: clarify that the functionality is not removed, just the config ↵rinpatch
options
2020-09-10remove validate_expires_at from enqueue methodAlexander Strizhakov
2020-09-10Document ephemeral activity changes betterrinpatch
Also remove the example from the cheatsheet, there is no need for it when the types are simple
2020-09-10configurable lifetime for ephemeral activitiesAlexander Strizhakov
2020-09-10changelogAlexander Strizhakov
2020-09-10oban warningAlexander Strizhakov
2020-09-10migration fixAlexander Strizhakov
2020-09-10pin/unpin for activities with expires_at optionAlexander Strizhakov
2020-09-10little clean upAlexander Strizhakov
2020-09-10use another stream function in migrationAlexander Strizhakov
2020-09-10expiration for new pipelineAlexander Strizhakov
2020-09-10reject activity creationAlexander Strizhakov
if passed expires_at option and expiring activities are not configured
2020-09-10copyright headerAlexander Strizhakov
2020-09-10drop activity_expirations tableAlexander Strizhakov
2020-09-10move old expirations into ObanAlexander Strizhakov
2020-09-10deprecation warningAlexander Strizhakov
changed namespace for activity expiration configuration
2020-09-10don't expire pinned postsAlexander Strizhakov
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-09-10Merge branch 'feature/1790-oban-overuse-clear-oauth-token' into 'develop'rinpatch
Feature/1790 removing expired tokens through Oban scheduled jobs See merge request pleroma/pleroma!2957
2020-09-10Merge branch 'chores/remove-ostatus-fixtures' into 'develop'rinpatch
Remove OStatus in testsuite See merge request pleroma/pleroma!2968
2020-09-10Merge branch 'fix/streaming-termination-errors' into 'develop'rinpatch
Fix two pseudo-errors in websocket handler Closes #2131 See merge request pleroma/pleroma!2982
2020-09-10Merge branch '2130-mfa-users-oauth-login-fix' into 'develop'rinpatch
[#2130] Fixed OAuth OOB authentication for users with enabled MFA Closes #2130 See merge request pleroma/pleroma!2979
2020-09-10Streaming integration tests: remove unexpected error assumptionrinpatch
For some reason instead of fixing unexpected errors, we made tests assert they indeed trigger... Now that the errors are fixed these were failing
2020-09-10[#2497] Removed support for thumbnail_max_* params for media preview proxyIvan Tashkinov
(per https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2497#note_70771)
2020-09-10Websocket handler: fix never matching code on failed authrinpatch
`:cowboy_req.reply` does not return tuples since 2.0, see https://ninenines.eu/docs/en/cowboy/2.4/manual/cowboy_req.reply/
2020-09-10Websocket handler: do not raise if handler is terminated before switching ↵rinpatch
protocols Closes #2131
2020-09-10websocket handler: Do not log client ping frames as errorsrinpatch
2020-09-10Merge branch 'fix/tesla-client-opts' into 'develop'rinpatch
Pass options without adapter key in tesla reverse proxy client See merge request pleroma/pleroma!2985
2020-09-10pass options without adapter keyAlexander Strizhakov
2020-09-10oban warningAlexander Strizhakov