aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
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-06-20Merge 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-16Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIMEhref
2020-06-16Upgrade to Elixir 1.9Steven Fuchs
2020-06-16Pleroma.MIME: use gen_magichref
2020-06-12mix.exs: bump to 2.0.7rinpatch
2020-06-08mix.exs: bump version to 2.0.6rinpatch
2020-06-08Update crypt libraryRoman Chvanikov
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-13mix.exs: bump to 2.0.5rinpatch
2020-05-12fix eldap being required for non-OTP releasesrinpatch
2020-05-12fix eldap being required for non-OTP releasesrinpatch
2020-05-11Add OpenAPI spec for TimelineControllerEgor Kislitsyn
2020-05-10mix.exs: bump version to 2.0.4rinpatch
2020-05-10include eldap in OTP releasesrinpatch
Closes #1313
2020-05-09include eldap in OTP releasesrinpatch
Closes #1313
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵Maksim
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
2020-05-02mix.exs: bump to 2.0.3rinpatch
2020-05-01mix.exs: Do not bail out when .git doesn’t existsHaelwenn (lanodan) Monnier
2020-04-24mix.exs: proper check on 0, remove else in git_pre_releaseHaelwenn (lanodan) Monnier
2020-04-23mix.exs: branch_name fallbacks to ""Haelwenn (lanodan) Monnier
2020-04-23mix.exs: Fix for MacOSHaelwenn (lanodan) Monnier
2020-04-20Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-19mix.exs: Do not bail out when .git doesn’t existsHaelwenn (lanodan) Monnier
2020-04-15remote_ip plug adds remote_ip_found flagAlexander Strizhakov
2020-04-13Add spec for AccountController.statusesEgor Kislitsyn
2020-04-10Merge branch 'develop' into support/update_obanMaksim Pechnikov
2020-04-09Rename functionkPherox
2020-04-10Create OTP_VERSION file by `mix release`kPherox
2020-04-09Merge branch 'open-api' into 'develop'lain
Add OpenAPI Closes pleroma-meta#19 See merge request pleroma/pleroma!2345
2020-04-02update Oban packageMaksim Pechnikov
2020-04-01Add OpenAPIEgor Kislitsyn
2020-03-31mix.exs bump version to 2.0.2rinpatch
2020-03-31Merge branch 'fix/ecto_ssl_option' into 'develop'rinpatch
Fix ssl option on Ecto config breaking release See merge request pleroma/pleroma!2307
2020-03-30updating gun with bug fixAlexander Strizhakov
https://github.com/ninenines/gun/issues/222
2020-03-30Merge branch 'develop' into gunAlexander Strizhakov
2020-03-16Fix ssl option on Ecto config breaking releaseCevado
To use `:ssl` option on Ecto config it's required to include Erlang ssl application, this prevents releases to start when `:ssl` option is set to true.
2020-03-16Merge branch 'develop' into gunAlexander Strizhakov
2020-03-15Formatting: Do not use \n and prefer <br> insteadHaelwenn (lanodan) Monnier
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374 Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375