summaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
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-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
2020-10-22[#3059] Fixed Phoenix 1.5 telemetry processing.Ivan Tashkinov
2020-10-17Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11Ivan Tashkinov
2020-10-12Switch Majic to a copy hosted in our GitLabMark Felder
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-10-07Temporarily soft-fork prometheus_exMark Felder
2020-10-07Update Phoenix and pubsub to solve all the System.stacktrace/0 deprecation ↵Mark Felder
warnings
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