Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-02 | mix: bump gettext to ~0.20 | Haelwenn (lanodan) Monnier | |
Includes https://github.com/elixir-gettext/gettext/pull/304 in 0.20.0+ Includes https://github.com/elixir-gettext/expo/issues/91 in 0.22+ via expo 0.2.0+ | |||
2023-04-23 | Remove SSH/BBS feature from core | duponin | |
And link to sshocial, the replacement client for this removed feature | |||
2023-04-04 | mix: Update all dependencies | Haelwenn (lanodan) Monnier | |
2023-03-05 | Remove crypt(3) support | Haelwenn (lanodan) Monnier | |
This was used to support migration from GNU Social, which was used by at least shitposter.club, should be entirely irrelevant now. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030 Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062 | |||
2023-02-09 | Bump crypt to v1.0.1 | Sean King | |
2023-02-09 | Merge branch 'from/upstream-develop/tusooa/2974-zwnj' into 'develop' | lain | |
Bump linkify - Fix zwnj in tags and double-dot links Closes #2974 and #3022 See merge request pleroma/pleroma!3830 | |||
2023-02-09 | Update mix.exs | lain | |
2023-01-15 | Add names to additionalProperties | tusooa | |
2023-01-06 | Bump linkify | tusooa | |
2022-12-28 | Bump earmark to 1.4.22 | tusooa | |
2022-12-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps | Lain Soykaf | |
2022-11-13 | Bump credo | Mark Felder | |
Old credo is throwing errors on my Elixir 1.13 / OTP 25 | |||
2022-11-11 | Clean up stale entries in mix.lock | Mark Felder | |
mix deps.clean --unlock --unused | |||
2022-11-06 | Merge branch 'ci-coverage' into 'develop' | tusooa | |
Test coverage: Switch to covertool to get cobertura output See merge request pleroma/pleroma!3745 | |||
2022-11-03 | Update to Phoenix 1.6 and chase dependencies | Mark Felder | |
Also bump minimum Elixir to 1.11 | |||
2022-09-03 | Test coverage: Switch to covertool to get cobertura output | Haelwenn (lanodan) Monnier | |
This allows to have coverage information integrated into Gitlab | |||
2022-09-03 | mix: Switch prometheus_ex to fix/elixir-1.14 branch | Haelwenn (lanodan) Monnier | |
2022-09-03 | Use Websockex to replace websocket_client | Tusooa Zhu | |
2022-09-02 | Revert "Merge branch 'rewrite/integration-test-websocket-client' into 'develop'" | Haelwenn | |
This reverts merge request !3649 | |||
2022-09-02 | Merge branch 'rewrite/integration-test-websocket-client' into 'develop' | Haelwenn | |
Rewrite integration-test websocket client with Mint.WebSocket, closes #2812 Closes #2812 See merge request pleroma/pleroma!3649 | |||
2022-07-02 | mix: update eblurhash to 1.2.2 | Hélène | |
Previous eblurhash versions bundled precompiled binaries which caused issues on non-Darwin operating systems. | |||
2022-05-06 | update sweet_xml [Security] | Ilja | |
2022-03-19 | Rewrite integration-test websocket client with Mint.WebSocket | Sean King | |
2022-03-06 | Support fallbacking to other languages | Tusooa Zhu | |
2022-01-15 | Upgrade Linkify to v0.5.2 | Alex Gleason | |
2022-01-01 | Upgrade web_push_encryption to 0.3.1 | Sean King | |
2022-01-01 | Change concurrent_limiter to Hex PM version 0.1.1 | Sean King | |
2021-12-26 | Update changelog | Lain Soykaf | |
2021-12-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into finch | Lain Soykaf | |
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-12-15 | Application, dependencies: prepare for finch | Lain Soykaf | |
2021-12-07 | Run `mix deps.get` | Alex Gleason | |
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 | mix: Update crypt to fix #pragma warning | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2710 | |||
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: Update dependencies | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix: Switch hackney & gun to releases | Haelwenn (lanodan) Monnier | |