Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | Merge branch 'bugfix/markdown-newlines' into 'develop' | Haelwenn | |
mix: Update earmark See merge request pleroma/pleroma!3538 | |||
2021-11-16 | mix: Update earmark | Haelwenn (lanodan) Monnier | |
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406 | |||
2021-11-15 | Merge branch 'fix-tests' into 'develop' | lain | |
Test fixes See merge request pleroma/pleroma!3532 | |||
2021-11-15 | Merge 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-14 | Mix: Update crypt to fix musl builds. | Lain Soykaf | |
2021-11-14 | Mix: Upgrade mogrify library | Lain Soykaf | |
The old library would modify a file on reading it, the new one doesn't have this issue. | |||
2021-11-10 | mix: Update http_signatures to 0.1.1 | Haelwenn (lanodan) Monnier | |
2021-10-06 | Merge branch 'bugfix/crypt-pragma' into 'develop' | Haelwenn | |
mix: Update crypt to fix #pragma warning Closes #2710 See merge request pleroma/pleroma!3527 | |||
2021-10-06 | mix: Update crypt to fix #pragma warning | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2710 | |||
2021-08-28 | Merge branch 'release/2.4.1' into chores/2.4.1-develop | Haelwenn (lanodan) Monnier | |
2021-08-28 | Release 2.4.1 | Haelwenn (lanodan) Monnier | |
2021-08-08 | mix.exs: 2.4.50 | Haelwenn (lanodan) Monnier | |
2021-08-01 | Release 2.4.0 | Haelwenn (lanodan) Monnier | |
2021-07-08 | Update Linkify to fix crash on posts with a URL we failed to parse correctly | Mark Felder | |
2021-06-23 | Merge branch 'ecto-upgrade' into 'develop' | feld | |
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain See merge request pleroma/pleroma!3473 | |||
2021-06-23 | Upgrade Ecto to v3.6.2, remove deprecated ecto_explain | Alex Gleason | |
2021-06-22 | Downgrade Plug to 1.10.x, revert upload_limit tuple to function change | Haelwenn (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-09 | Use eblurhash 1.1.0 from Hex | Alex Gleason | |
2021-06-03 | mix: Update pot to ~> 1.0 | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix.exs: Apply OTP24 fixes to web_push_encryption | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix: Switch hackney & gun to releases | Haelwenn (lanodan) Monnier | |
2021-05-14 | Merge remote-tracking branch 'upstream/attachment-meta' into blurhash | Alex Gleason | |
2021-05-14 | Support blurhash | Alex Gleason | |
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Upgrade Earmark 1.4.15 | Alex Gleason | |
2021-04-08 | release runtime provider fix for paths | Alexander Strizhakov | |
2021-03-27 | tests for release config provider | Alexander Strizhakov | |
2021-03-16 | Merge branch 'update_open_api_spex' into 'develop' | Haelwenn | |
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362 | |||
2021-03-07 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-03-03 | [#3213] ActivityPub hashtags filtering refactoring. Test fix. | Ivan Tashkinov | |
2021-03-03 | Changelog, mix: merge in stable | lain | |
2021-03-02 | Mix: Update linkify.v2.3.0 | lain | |
2021-03-01 | Mix: Update version number | lain | |
2021-01-28 | Switch to a build of Majic that does not try to fix extensions by default | Mark Felder | |
2021-01-20 | Merge branch 'copyright-fun' into 'develop' | feld | |
Mix aliases for handling copyright headers See merge request pleroma/pleroma!3257 | |||
2021-01-16 | mix.exs: Make copyright regexes more precise | Haelwenn (lanodan) Monnier | |
- Add copyright checks for Pleroma's not any copyright - Copyright bump fixes the whole line instead of just the year | |||
2021-01-16 | mix.exs: Put template into one variable with ~s[] | Haelwenn (lanodan) Monnier | |
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 |