Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | mix.exs: GNU sed doesn't into proper getopt() | Haelwenn (lanodan) Monnier | |
2021-01-15 | Add a mix alias to bump copyright | Mark Felder | |
2021-01-15 | Split out year | Mark Felder | |
2021-01-15 | Add mix alias to easily add copyright headers to files | Mark Felder | |
2021-01-15 | Update Oban to 2.3.4 | Mark Felder | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2020-12-28 | Switch to local fork of crypt until upstream fixes ability to build on aarch64 | Mark Felder | |
https://github.com/msantos/crypt/pull/8 | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-23 | Update Linkify to 0.4.1 | Mark Felder | |
Fixes false positive detection of IPv4 addresses | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander 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-13 | Merge 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-12 | Majic: specify commit so source users do not get surprise updates | Mark Felder | |
2020-12-12 | Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵ | Mark Felder | |
normalization bugfix | |||
2020-12-11 | Update Earmark to 1.4.13, use the new compact_output mode | Mark Felder | |
2020-12-11 | Upgrade Earmark to v1.4.10 | Alex Gleason | |
2020-12-01 | Update Linkify to 0.4.0 | Mark Felder | |
2020-11-25 | fix for elixir 1.11 | Alexander Strizhakov | |
load runtime configs in releases with config provider | |||
2020-11-23 | Update Linkify to 0.3.0 | Mark 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-17 | Merge 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-17 | mix.exs: bump development version to 2.2.50 after 2.2.0 release | rinpatch | |
2020-11-17 | mix.exs: Update tesla to 1.4.0 | Haelwenn (lanodan) Monnier | |
2020-11-16 | Fix S3 uploads with Elixir 1.11 | Mark Felder | |
2020-11-02 | Ensure URLs for git repos end in .git for older git clients like on CentOS 7 | Mark 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-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-12 | Switch Majic to a copy hosted in our GitLab | Mark Felder | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-07 | Temporarily soft-fork prometheus_ex | Mark Felder | |
2020-10-07 | Update Phoenix and pubsub to solve all the System.stacktrace/0 deprecation ↵ | Mark Felder | |
warnings | |||
2020-09-30 | Update Oban to 2.1.0 | Mark Felder | |
2020-09-10 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-09-09 | bump concurrent_limiter | rinpatch | |
Should fix gun deadlocks | |||
2020-09-07 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
2020-09-07 | switch back to upstream tesla | rinpatch | |
The patch we required got merged upstream: https://github.com/teamon/tesla/commit/9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30 | |||
2020-09-05 | use override flag for hackney dependency | Alexander Strizhakov | |
2020-09-04 | ConnectionPool middleware: Fix connection leak on ReverseProxy redirects | rinpatch | |
Requires a patched Tesla due to upstream not saving opts between redirects, patch submitted at https://github.com/teamon/tesla/pull/414 | |||
2020-09-04 | temp hackney fix | Alexander Strizhakov | |
2020-08-28 | mix.exs: bump development version after 2.1.0 release | rinpatch | |
2020-08-28 | Mix: Update version | lain | |
2020-08-25 | Mix: Make rc version explicit. | lain | |
2020-08-25 | Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0 | lain | |
2020-08-07 | mix.exs: update fast_sanitize to 0.2.0 | rinpatch | |
2020-08-05 | Merge branch 'develop' into command-available-check | Roman Chvanikov | |
2020-08-04 | Add analyze mix alias to run the same credo checks we use in CI | Mark Felder | |
2020-08-01 | Fix ConnecitonPool deadlocking after reaching the connection limit | rinpatch | |
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-30 | set versions | Maksim Pechnikov | |
2020-07-30 | updated `cors_plug` | Maksim Pechnikov | |
2020-07-30 | set `postgrex` version | Maksim Pechnikov | |