aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
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-23Enable :warnings_as_errors for CI onlyAlex Gleason
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
2020-12-12Majic: specify commit so source users do not get surprise updatesMark Felder
2020-12-12Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵Mark Felder
normalization bugfix
2020-12-11Update Earmark to 1.4.13, use the new compact_output modeMark Felder
2020-12-11Upgrade Earmark to v1.4.10Alex Gleason
2020-12-01Update Linkify to 0.4.0Mark Felder
2020-11-25fix for elixir 1.11Alexander Strizhakov
load runtime configs in releases with config provider
2020-11-23Update Linkify to 0.3.0Mark Felder
Added - Support returning result as iodata and as safe iodata Fixed - Hashtags followed by HTML tags "a", "code" and "pre" were not detected - Incorrect parsing of HTML links inside HTML tags - Punctuation marks in the end of urls were included in the html links - Incorrect parsing of mentions with symbols before them
2020-11-17Merge branch 'chores/tesla_1.4.0' into 'develop'rinpatch
mix.exs: Update tesla to 1.4.0 See merge request pleroma/pleroma!3152
2020-11-17mix.exs: bump development version to 2.2.50 after 2.2.0 releaserinpatch
2020-11-17mix.exs: Update tesla to 1.4.0Haelwenn (lanodan) Monnier
2020-11-16Fix S3 uploads with Elixir 1.11Mark Felder
2020-11-02Ensure URLs for git repos end in .git for older git clients like on CentOS 7Mark Felder
2020-10-22[#3059] Used forked prometheus-phx to remove log spam.Ivan Tashkinov