Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-18 | [#2497] Added video preview proxy. Switched from exexec to Port. | Ivan Tashkinov | |
2020-08-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # config/config.exs # mix.lock | |||
2020-08-07 | mix.exs: update fast_sanitize to 0.2.0 | rinpatch | |
2020-08-07 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # mix.lock | |||
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-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # config/config.exs # lib/pleroma/web/media_proxy/media_proxy.ex # mix.lock # test/web/media_proxy/media_proxy_test.exs | |||
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 | |
2020-07-10 | Switch to the official Oban 2.0.0 release | Mark Felder | |
2020-07-10 | prometheus update for OTP 23 | Alexander Strizhakov | |
2020-07-03 | Update Oban to 2.0-rc3 | Mark Felder | |
2020-07-03 | Merge branch 'develop' into issue/1790-updated-oban | Mark Felder | |
2020-07-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # config/config.exs # lib/pleroma/web/media_proxy/media_proxy.ex # lib/pleroma/web/media_proxy/media_proxy_controller.ex | |||
2020-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
2020-06-29 | updated swoosh | Maksim Pechnikov | |
2020-06-24 | added wrapper Pleroma.HTTP for Tzdata.HTTPClient | Maksim Pechnikov | |
2020-06-23 | oban 2.0-rc2 | Maksim Pechnikov | |
2020-06-23 | migrate to oban 2.0-rc1 | Maksim Pechnikov | |
2020-06-20 | Merge branch 'bugfix/mix.exs-version-dot-git-less' into 'develop' | lain | |
mix.exs: version git-less (part 2, MacOS-compat) See merge request pleroma/pleroma!2420 | |||
2020-06-16 | Upgrade to Elixir 1.9 | Steven Fuchs | |
2020-05-21 | [#2497] Customized `exexec` launch to support root operation (currently ↵ | Ivan Tashkinov | |
required by Gitlab CI). | |||
2020-05-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy | |||
2020-05-20 | [#2497] Image preview proxy: implemented ffmpeg-based resizing, removed eimp ↵ | Ivan Tashkinov | |
& mogrify-based resizing. |