aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
2021-11-16Merge branch 'bugfix/markdown-newlines' into 'develop'Haelwenn
mix: Update earmark See merge request pleroma/pleroma!3538
2021-11-16mix: Update earmarkHaelwenn (lanodan) Monnier
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406
2021-11-15Merge branch 'fix-tests' into 'develop'lain
Test fixes See merge request pleroma/pleroma!3532
2021-11-15Merge branch 'bump/http_signatures-0.1.1' into 'develop'lain
mix: Update http_signatures to 0.1.1 See merge request pleroma/pleroma!3530
2021-11-14Mix: Update crypt to fix musl builds.Lain Soykaf
2021-11-14Mix: Upgrade mogrify libraryLain Soykaf
The old library would modify a file on reading it, the new one doesn't have this issue.
2021-11-10mix: Update http_signatures to 0.1.1Haelwenn (lanodan) Monnier
2021-10-06Merge branch 'bugfix/crypt-pragma' into 'develop'Haelwenn
mix: Update crypt to fix #pragma warning Closes #2710 See merge request pleroma/pleroma!3527
2021-10-06mix: Update crypt to fix #pragma warningHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2710
2021-08-28Merge branch 'release/2.4.1' into chores/2.4.1-developHaelwenn (lanodan) Monnier
2021-08-28Release 2.4.1Haelwenn (lanodan) Monnier
2021-08-08mix.exs: 2.4.50Haelwenn (lanodan) Monnier
2021-08-01Release 2.4.0Haelwenn (lanodan) Monnier
2021-07-08Update Linkify to fix crash on posts with a URL we failed to parse correctlyMark Felder
2021-06-23Merge branch 'ecto-upgrade' into 'develop'feld
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain See merge request pleroma/pleroma!3473
2021-06-23Upgrade Ecto to v3.6.2, remove deprecated ecto_explainAlex Gleason
2021-06-22Downgrade Plug to 1.10.x, revert upload_limit tuple to function changeHaelwenn (lanodan) Monnier
This should fix setting the upload limit in the database as found in: https://queer.hacktivis.me/notice/A8XUZp74Cg7eYNEMxU This reverts commit 7d350b73f58664eb822efaa5f522fcf2bd38f669.
2021-06-09Use eblurhash 1.1.0 from HexAlex Gleason
2021-06-03mix: Update pot to ~> 1.0Haelwenn (lanodan) Monnier
2021-06-03mix.exs: Apply OTP24 fixes to web_push_encryptionHaelwenn (lanodan) Monnier
2021-06-03mix: Switch hackney & gun to releasesHaelwenn (lanodan) Monnier
2021-05-14Merge remote-tracking branch 'upstream/attachment-meta' into blurhashAlex Gleason
2021-05-14Support blurhashAlex Gleason
2021-04-30Merge remote-tracking branch 'upstream/develop' into earmarkAlex Gleason
2021-04-30Upgrade Earmark 1.4.15Alex Gleason
2021-04-08release runtime provider fix for pathsAlexander Strizhakov
2021-03-27tests for release config providerAlexander Strizhakov
2021-03-16Merge branch 'update_open_api_spex' into 'develop'Haelwenn
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362
2021-03-07Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-05Update OpenApiSpex dependencyEgor Kislitsyn
2021-03-03[#3213] ActivityPub hashtags filtering refactoring. Test fix.Ivan Tashkinov
2021-03-03Changelog, mix: merge in stablelain
2021-03-02Mix: Update linkify.v2.3.0lain
2021-03-01Mix: Update version numberlain
2021-01-28Switch to a build of Majic that does not try to fix extensions by defaultMark Felder
2021-01-20Merge branch 'copyright-fun' into 'develop'feld
Mix aliases for handling copyright headers See merge request pleroma/pleroma!3257
2021-01-16mix.exs: Make copyright regexes more preciseHaelwenn (lanodan) Monnier
- Add copyright checks for Pleroma's not any copyright - Copyright bump fixes the whole line instead of just the year
2021-01-16mix.exs: Put template into one variable with ~s[]Haelwenn (lanodan) Monnier
2021-01-16mix.exs: GNU sed doesn't into proper getopt()Haelwenn (lanodan) Monnier
2021-01-15Add a mix alias to bump copyrightMark Felder
2021-01-15Split out yearMark Felder
2021-01-15Add mix alias to easily add copyright headers to filesMark Felder
2021-01-15Update Oban to 2.3.4Mark Felder
2021-01-13Password: Replace Pbkdf2 with Password.lain
2020-12-28Switch to local fork of crypt until upstream fixes ability to build on aarch64Mark Felder
https://github.com/msantos/crypt/pull/8
2020-12-26Merge branch 'cachex-test' into 'develop'lain
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209
2020-12-23Update Linkify to 0.4.1Mark Felder
Fixes false positive detection of IPv4 addresses
2020-12-18Cachex: Make caching provider switchable at runtime.lain
Defaults to Cachex.
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
2020-12-13Merge branch 'fix/hackney-follow-redirects' into 'develop'rinpatch
Switch to a fork of Hackney 1.15.2 for now so we can have our URL normalization bugfix Closes #2342 See merge request pleroma/pleroma!3199