summaryrefslogtreecommitdiff
path: root/mix.lock
AgeCommit message (Collapse)Author
2020-08-26fix fast_html build errors with gcc 10 by bumping fast_sanitizerinpatch
Closes #2058
2020-08-07mix.exs: update fast_sanitize to 0.2.0rinpatch
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-30updated `cors_plug`Maksim 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-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-23Merge branch '1973-chats-fix-with-restrict-unauthenticated' into 'develop'lain
[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :restrict_unauthenticated setting Closes #1973 See merge request pleroma/pleroma!2791
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵Ivan Tashkinov
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting.
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-10Merge branch 'develop' into issue/1790-updated-obanMark Felder
2020-07-10Switch to the official Oban 2.0.0 releaseMark Felder
2020-07-10prometheus update for OTP 23Alexander Strizhakov
2020-07-03Update Oban to 2.0-rc3Mark Felder
2020-07-03Merge branch 'develop' into issue/1790-updated-obanMark Felder
2020-06-30AutoLinker --> Linkify, update to latest versionAlex Gleason
https://git.pleroma.social/pleroma/elixir-libraries/linkify
2020-06-29updated swooshMaksim Pechnikov
2020-06-24added wrapper Pleroma.HTTP for Tzdata.HTTPClientMaksim Pechnikov
2020-06-23oban 2.0-rc2Maksim Pechnikov
2020-06-23migrate to oban 2.0-rc1Maksim Pechnikov
2020-05-30mix.lock: update hackney to 1.16.0rinpatch
Closes #1612
2020-05-19Merge branch 'recipients-query-speedup' into 'develop'rinpatch
Greatly speed up recipients query See merge request pleroma/pleroma!2558
2020-05-19User.Query: Speed up recipients query.lain
2020-05-19Update crypt libraryRoman Chvanikov
2020-05-13Handle bcrypt passwords for Mastodon migrationAlex Gleason
2020-05-13Merge branch 'openapi/timelines' into 'develop'lain
Add OpenAPI spec for TimelineController See merge request pleroma/pleroma!2506
2020-05-12Upgrade Comeonin to v5Alex Gleason
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md
2020-05-11Add OpenAPI spec for TimelineControllerEgor Kislitsyn
2020-05-07Restore mix.lock after 2FA mergerinpatch
It downgraded a bunch of deps, including plug. Which resulted in errors since pleroma was using a feature plug didn't support at the time.
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵Maksim
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
2020-05-06fix for syslog compile with updated rebar3Alexander Strizhakov
2020-04-20Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-15remote_ip plug adds remote_ip_found flagAlexander Strizhakov
2020-04-14Revert "Merge branch 'issue/1276' into 'develop'"lain
This reverts merge request !1877
2020-04-14Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-13Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-04-13Add spec for AccountController.statusesEgor Kislitsyn
2020-04-10Merge branch 'develop' into support/update_obanMaksim Pechnikov