Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | CHANGELOG.md: Split settings renaming to 2 separate entries | rinpatch | |
2020-09-08 | ForceBotUnlistedPolicy: simplify code | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: try to fix test 2 | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: try to fix test | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: fix test extension | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: format | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: add test | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: initial add, tiny clean up from my previous version | Alibek Omarov | |
2020-09-07 | changelog entry | Alexander Strizhakov | |
2020-09-07 | deprecation warnings | Alexander Strizhakov | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | migrations for renaming gun timeout options | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-07 | Merge branch 'feature/1790-oban-overuse' into 'develop' | rinpatch | |
removing StatsWorker from Oban cron jobs See merge request pleroma/pleroma!2963 | |||
2020-09-07 | CHANGELOG.md: move Unreleased section ahead of unreleased-patch | rinpatch | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-09-07 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
2020-09-07 | Merge branch 'chore/back-to-upstream-tesla' into 'develop' | rinpatch | |
switch back to upstream tesla See merge request pleroma/pleroma!2966 | |||
2020-09-07 | switch back to upstream tesla | rinpatch | |
The patch we required got merged upstream: https://github.com/teamon/tesla/commit/9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30 | |||
2020-09-07 | Add a changelog entry for hackney downgrade | rinpatch | |
2020-09-07 | Merge branch 'bugfix/favicon-too-long' into 'develop' | rinpatch | |
instance: Drop favicon URLs longer than 255 characters Closes #2116 See merge request pleroma/pleroma!2949 | |||
2020-09-07 | Merge branch 'fix/rich-media-fake-statuses' into 'develop' | lain | |
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956 | |||
2020-09-07 | Merge branch 'fix/no-rich-media-error' into 'develop' | Haelwenn | |
RichMedia: do not log webpages missing metadata as errors See merge request pleroma/pleroma!2960 | |||
2020-09-07 | Merge branch 'chore/add-cc-by-4' into 'develop' | Haelwenn | |
Add a copy of CC-BY-4.0 to the repo See merge request pleroma/pleroma!2962 | |||
2020-09-07 | instance: Log catch favicon errors as warnings | Haelwenn (lanodan) Monnier | |
2020-09-07 | added api spec | Maksim Pechnikov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
media-preview-proxy | |||
2020-09-06 | [#2497] Fixed MediaProxyWarmingPolicyTest. | Ivan Tashkinov | |
2020-09-06 | Add a copy of CC-BY-4.0 to the repo | rinpatch | |
We mentined it in COPYING, but didn't actually have a copy in the repo. | |||
2020-09-05 | RichMedia: do not log webpages missing metadata as errors | rinpatch | |
Also fixes the return value of Parser.parse on errors, previously was just `:ok` due to the logger call in the end | |||
2020-09-05 | Merge branch 'hotfix-the-hotfix' into 'develop' | rinpatch | |
ConnectionPool: fix the previous hotfix See merge request pleroma/pleroma!2959 | |||
2020-09-05 | ConnectionPool middleware: handle connection opening errors | rinpatch | |
2020-09-05 | ConnectionPool: fix the previous hotfix | rinpatch | |
I rushed the hotfix and forgot how `pop_in` actually works, I want to die. We need some integration tests for the HTTP client | |||
2020-09-05 | Merge branch 'hotfix/tesla-env-no-access' into 'develop' | rinpatch | |
ConnectionPool middleware: fix a crash due to unimplemented behaviour See merge request pleroma/pleroma!2958 | |||
2020-09-05 | ConnectionPool middleware: fix a crash due to unimplemented behaviour | rinpatch | |
Structs don't implement Access behaviour, so this crashed. Tests didn't catch it and I didn't test that part of the codepath. Very sorry | |||
2020-09-05 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
2020-09-05 | Merge branch 'fix/pool-middleware-reverseproxy-leak' into 'develop' | rinpatch | |
ConnectionPool middleware: Fix connection leak on ReverseProxy redirects See merge request pleroma/pleroma!2954 | |||
2020-09-05 | [#2497] Func defs grouping fix. | Ivan Tashkinov | |
2020-09-05 | [#2497] Adjusted media proxy preview invalidation. Allowed client-side ↵ | Ivan Tashkinov | |
caching for media preview. Adjusted prewarmer to fetch only proxiable URIs. Removed :preview pool in favor of existing :media one. Misc. refactoring. | |||
2020-09-05 | [#2497] Made media preview proxy fall back to media proxy instead of to ↵ | Ivan Tashkinov | |
source url. Adjusted tests. Refactoring. | |||
2020-09-05 | use override flag for hackney dependency | Alexander Strizhakov | |
2020-09-05 | Prevent AccountView and instance.get_or_update_favicon fails | Haelwenn (lanodan) Monnier | |
2020-09-05 | Merge branch 'use-https-in-dockerfile' into 'develop' | Haelwenn | |
Use TLS when adding Alpine community repository in Dockerfile See merge request pleroma/pleroma!2955 | |||
2020-09-04 | Use TLS when adding Alpine community repository in Dockerfile | James Alseth | |
2020-09-04 | ConnectionPool middleware: Fix connection leak on ReverseProxy redirects | rinpatch | |
Requires a patched Tesla due to upstream not saving opts between redirects, patch submitted at https://github.com/teamon/tesla/pull/414 | |||
2020-09-04 | Merge branch 'develop' into 'develop' | lain | |
Added cmake See merge request pleroma/pleroma!2953 | |||
2020-09-04 | Added cmake | Farhan Khan | |
2020-09-04 | fix for ReverseProxy | Alexander Strizhakov | |
2020-09-04 | temp hackney fix | Alexander Strizhakov | |