summaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
2021-01-18mix.exs: bump version to 2.2.2rinpatch
2020-12-22Mix: Update version.lain
2020-12-22Mix: Update linkify to 0.4.1lain
2020-12-22fix for elixir 1.11Alexander Strizhakov
load runtime configs in releases with config provider
2020-12-22Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵Mark Felder
normalization bugfix
2020-12-22Fix S3 uploads with Elixir 1.11Mark Felder
2020-11-04Merge branch 'chore/elixir-1.11' into 'develop'feld
Elixir 1.11 compatibility / Phoenix 1.5+ See merge request pleroma/pleroma!3059
2020-10-15mix.exs: bump version to 2.2.0rinpatch
2020-10-12Switch Majic to a copy hosted in our GitLabMark Felder
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-30Update Oban to 2.1.0Mark Felder
2020-09-10Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-09bump concurrent_limiterrinpatch
Should fix gun deadlocks
2020-09-07Merge branch 'temp-hackney-fix' into 'develop'rinpatch
temp hackney fix See merge request pleroma/pleroma!2951
2020-09-07switch back to upstream teslarinpatch
The patch we required got merged upstream: https://github.com/teamon/tesla/commit/9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30
2020-09-05use override flag for hackney dependencyAlexander Strizhakov
2020-09-04ConnectionPool middleware: Fix connection leak on ReverseProxy redirectsrinpatch
Requires a patched Tesla due to upstream not saving opts between redirects, patch submitted at https://github.com/teamon/tesla/pull/414
2020-09-04temp hackney fixAlexander Strizhakov
2020-08-28mix.exs: bump development version after 2.1.0 releaserinpatch
2020-08-28Mix: Update versionlain
2020-08-25Mix: Make rc version explicit.lain
2020-08-25Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0lain
2020-08-07mix.exs: update fast_sanitize to 0.2.0rinpatch
2020-08-05Merge branch 'develop' into command-available-checkRoman Chvanikov
2020-08-04Add analyze mix alias to run the same credo checks we use in CIMark Felder
2020-08-01Fix ConnecitonPool deadlocking after reaching the connection limitrinpatch
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-30set versionsMaksim Pechnikov
2020-07-30updated `cors_plug`Maksim Pechnikov
2020-07-30set `postgrex` versionMaksim Pechnikov
2020-07-30set `web_push_encryption` versionMaksim Pechnikov
2020-07-30updated `calendar` packageMaksim Pechnikov
2020-07-29update mogrify packageMaksim Pechnikov
2020-07-29set http_signatures versionMaksim Pechnikov
2020-07-29set `jason` versionMaksim Pechnikov
2020-07-29updated `pot` packageMaksim Pechnikov
2020-07-29updated the minor version packagesMaksim Pechnikov
2020-07-29set swoosh versionMaksim Pechnikov
2020-07-29updated dev & test packagesMaksim Pechnikov
2020-07-28locked earmark versionMaksim Pechnikov
2020-07-23Merge branch 'linkify' into 'develop'lain
Fix Linkify See merge request pleroma/pleroma!2792
2020-07-22mix.exs: Append .git to git repo URLsHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/1980
2020-07-21Revert "Merge branch 'revert-2b5d9eb1' into 'develop'"lain
This reverts merge request !2784
2020-07-21Revert "Merge branch 'linkify' into 'develop'"lain
This reverts merge request !2677
2020-07-20Update linkify to latest releaseAlex Gleason
2020-07-16Use updated Linkify from gitAlex Gleason
2020-07-16Merge remote-tracking branch 'upstream/develop' into linkifyAlex Gleason
2020-07-15Go back to upstream Teslahref
2020-07-15Bump gunhref
2020-07-15HTTP: Implement max request limitsrinpatch
2020-07-14Fix in-db configuration in dev environmentrinpatch
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.