Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-22 | [#3059] Used forked prometheus-phx to remove log spam. | Ivan Tashkinov | |
2020-10-22 | [#3059] Fixed Phoenix 1.5 telemetry processing. | Ivan Tashkinov | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-12 | Switch Majic to a copy hosted in our GitLab | Mark Felder | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-07 | Temporarily soft-fork prometheus_ex | Mark Felder | |
2020-10-07 | Update Phoenix and pubsub to solve all the System.stacktrace/0 deprecation ↵ | Mark Felder | |
warnings | |||
2020-09-30 | Update Oban to 2.1.0 | Mark Felder | |
2020-09-10 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-09-09 | bump concurrent_limiter | rinpatch | |
Should fix gun deadlocks | |||
2020-09-07 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
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-05 | use override flag for hackney dependency | Alexander Strizhakov | |
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 | temp hackney fix | Alexander Strizhakov | |
2020-08-28 | mix.exs: bump development version after 2.1.0 release | rinpatch | |
2020-08-28 | Mix: Update version | lain | |
2020-08-25 | Mix: Make rc version explicit. | lain | |
2020-08-25 | Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0 | lain | |
2020-08-07 | mix.exs: update fast_sanitize to 0.2.0 | rinpatch | |
2020-08-05 | Merge branch 'develop' into command-available-check | Roman Chvanikov | |
2020-08-04 | Add analyze mix alias to run the same credo checks we use in CI | Mark Felder | |
2020-08-01 | Fix ConnecitonPool deadlocking after reaching the connection limit | rinpatch | |
The issue was with ConcurrentLimiter not decrementing counters on overload. It was fixed in the latest commit, but concurrentlimiter version wasn't updated in Pleroma for some reason. Closes #1977 | |||
2020-07-30 | set versions | Maksim Pechnikov | |
2020-07-30 | updated `cors_plug` | Maksim Pechnikov | |
2020-07-30 | set `postgrex` version | Maksim Pechnikov | |
2020-07-30 | set `web_push_encryption` version | Maksim Pechnikov | |
2020-07-30 | updated `calendar` package | Maksim Pechnikov | |
2020-07-29 | update mogrify package | Maksim Pechnikov | |
2020-07-29 | set http_signatures version | Maksim Pechnikov | |
2020-07-29 | set `jason` version | Maksim Pechnikov | |
2020-07-29 | updated `pot` package | Maksim Pechnikov | |
2020-07-29 | updated the minor version packages | Maksim Pechnikov | |
2020-07-29 | set swoosh version | Maksim Pechnikov | |
2020-07-29 | updated dev & test packages | Maksim Pechnikov | |
2020-07-28 | locked earmark version | Maksim Pechnikov | |
2020-07-23 | Merge branch 'linkify' into 'develop' | lain | |
Fix Linkify See merge request pleroma/pleroma!2792 | |||
2020-07-22 | mix.exs: Append .git to git repo URLs | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/1980 | |||
2020-07-21 | Revert "Merge branch 'revert-2b5d9eb1' into 'develop'" | lain | |
This reverts merge request !2784 | |||
2020-07-21 | Revert "Merge branch 'linkify' into 'develop'" | lain | |
This reverts merge request !2677 | |||
2020-07-20 | Update linkify to latest release | Alex Gleason | |
2020-07-16 | Use updated Linkify from git | Alex Gleason | |
2020-07-16 | Merge remote-tracking branch 'upstream/develop' into linkify | Alex Gleason | |
2020-07-15 | Go back to upstream Tesla | href | |
2020-07-15 | Bump gun | href | |
2020-07-15 | HTTP: Implement max request limits | rinpatch | |
2020-07-14 | Fix in-db configuration in dev environment | rinpatch | |
Previously, in-db configuration only worked when `warnings_as_errors` was disabled because re-compiling scrubbers on application restart created a warning about module conflicts. This patch fixes that by enabling `ignore_module_conflict` option of the compiler at runtime, and enables `warnings_as_errors` in prod since there is no reason to keep it disabled anymore. | |||
2020-07-11 | One can not simply call application modules from mix.exs | Roman Chvanikov | |
2020-07-11 | Add Pleroma.Utils.command_available?/1 and use where appropriate | Roman Chvanikov | |
2020-07-10 | Merge branch 'develop' into issue/1790-updated-oban | Mark Felder | |