Sean King
|
bf346cf07c
|
Bump crypt to v1.0.1
|
2023-02-09 23:06:04 -07:00 |
lain
|
d0b781ab69
|
Merge branch 'from/upstream-develop/tusooa/2974-zwnj' into 'develop'
Bump linkify - Fix zwnj in tags and double-dot links
Closes #2974 and #3022
See merge request pleroma/pleroma!3830
|
2023-02-09 21:25:15 +00:00 |
lain
|
7138910f30
|
Update mix.exs
|
2023-02-09 14:37:34 -05:00 |
tusooa
|
bddcb3ed68
|
Add names to additionalProperties
|
2023-01-15 17:28:32 -05:00 |
tusooa
|
a2766f310c
|
Bump linkify
|
2023-01-06 14:12:07 -05:00 |
tusooa
|
4b66f2b7f1
|
Bump earmark to 1.4.22
|
2022-12-28 11:57:29 -05:00 |
Lain Soykaf
|
63d00f8123
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps
|
2022-12-15 17:19:36 -05:00 |
Mark Felder
|
e9c3be262c
|
Bump credo
Old credo is throwing errors on my Elixir 1.13 / OTP 25
|
2022-11-13 14:17:41 -05:00 |
Mark Felder
|
572751bec7
|
Clean up stale entries in mix.lock
mix deps.clean --unlock --unused
|
2022-11-11 12:48:13 -05:00 |
tusooa
|
8d704d384d
|
Merge branch 'ci-coverage' into 'develop'
Test coverage: Switch to covertool to get cobertura output
See merge request pleroma/pleroma!3745
|
2022-11-06 02:19:27 +00:00 |
Mark Felder
|
7c64f705f6
|
Update to Phoenix 1.6 and chase dependencies
Also bump minimum Elixir to 1.11
|
2022-11-03 16:13:07 +00:00 |
Haelwenn (lanodan) Monnier
|
be411ad3bc
|
Test coverage: Switch to covertool to get cobertura output
This allows to have coverage information integrated into Gitlab
|
2022-09-03 05:03:50 +02:00 |
Haelwenn (lanodan) Monnier
|
93ed6da4a3
|
mix: Switch prometheus_ex to fix/elixir-1.14 branch
|
2022-09-03 03:58:22 +02:00 |
Tusooa Zhu
|
6d148b6637
|
Use Websockex to replace websocket_client
|
2022-09-03 02:13:00 +02:00 |
Haelwenn
|
b439e91f57
|
Revert "Merge branch 'rewrite/integration-test-websocket-client' into 'develop'"
This reverts merge request !3649
|
2022-09-02 22:35:40 +00:00 |
Haelwenn
|
01239456a1
|
Merge branch 'rewrite/integration-test-websocket-client' into 'develop'
Rewrite integration-test websocket client with Mint.WebSocket, closes #2812
Closes #2812
See merge request pleroma/pleroma!3649
|
2022-09-02 19:18:22 +00:00 |
Hélène
|
c3a0944ce5
|
mix: update eblurhash to 1.2.2
Previous eblurhash versions bundled precompiled binaries which caused
issues on non-Darwin operating systems.
|
2022-07-02 14:52:28 +02:00 |
Ilja
|
c3b2b71ea2
|
update sweet_xml [Security]
|
2022-05-06 10:23:25 +02:00 |
Sean King
|
d0c1997d48
|
Rewrite integration-test websocket client with Mint.WebSocket
|
2022-03-19 23:33:37 -06:00 |
Tusooa Zhu
|
79ccb6b999
|
Support fallbacking to other languages
|
2022-03-06 11:43:31 -05:00 |
Alex Gleason
|
d5eb44e8b3
|
Upgrade Linkify to v0.5.2
|
2022-01-15 12:27:16 -06:00 |
Sean King
|
bf995a7770
|
Upgrade web_push_encryption to 0.3.1
|
2022-01-01 21:02:09 -07:00 |
Sean King
|
91ea394cd0
|
Change concurrent_limiter to Hex PM version 0.1.1
|
2022-01-01 14:49:57 -07:00 |
Lain Soykaf
|
7ed2258979
|
Update changelog
|
2021-12-26 17:00:09 +01:00 |
Lain Soykaf
|
6efbd08854
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into finch
|
2021-12-26 16:41:17 +01:00 |
Alex Gleason
|
e1b89fe3aa
|
Merge remote-tracking branch 'origin/develop' into live-dashboard
|
2021-12-15 19:05:36 -05:00 |
Alex Gleason
|
29d80b39f2
|
Add Phoenix LiveDashboard
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com>
|
2021-12-15 19:05:27 -05:00 |
Lain Soykaf
|
abb62dd886
|
Application, dependencies: prepare for finch
|
2021-12-15 13:53:09 -05:00 |
Alex Gleason
|
ab5dee84bf
|
Run `mix deps.get`
|
2021-12-07 10:03:31 -05:00 |
Haelwenn
|
c97f99ccf2
|
Merge branch 'bugfix/markdown-newlines' into 'develop'
mix: Update earmark
See merge request pleroma/pleroma!3538
|
2021-11-16 13:54:34 +00:00 |
Haelwenn (lanodan) Monnier
|
5e15ceb49d
|
mix: Update earmark
This should fix the presence of extraneous newlines in markdown output.
Related: https://github.com/pragdave/earmark/issues/406
|
2021-11-16 14:33:27 +01:00 |
lain
|
4d341f51e1
|
Merge branch 'fix-tests' into 'develop'
Test fixes
See merge request pleroma/pleroma!3532
|
2021-11-15 14:31:27 +00:00 |
lain
|
838da53ea7
|
Merge branch 'bump/http_signatures-0.1.1' into 'develop'
mix: Update http_signatures to 0.1.1
See merge request pleroma/pleroma!3530
|
2021-11-15 11:58:49 +00:00 |
Lain Soykaf
|
7dcc73f294
|
Mix: Update crypt to fix musl builds.
|
2021-11-14 16:04:08 +01:00 |
Lain Soykaf
|
26450a0be3
|
Mix: Upgrade mogrify library
The old library would modify a file on reading it, the new one
doesn't have this issue.
|
2021-11-14 11:43:39 +01:00 |
Haelwenn (lanodan) Monnier
|
e4ad4f0bd6
|
mix: Update http_signatures to 0.1.1
|
2021-11-10 00:53:32 +01:00 |
Haelwenn (lanodan) Monnier
|
3b20eddcf8
|
mix: Update crypt to fix #pragma warning
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2710
|
2021-10-06 07:40:02 +02:00 |
Mark Felder
|
64d009693e
|
Update Linkify to fix crash on posts with a URL we failed to parse correctly
|
2021-07-08 12:33:17 -05:00 |
feld
|
f97f305d00
|
Merge branch 'ecto-upgrade' into 'develop'
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
See merge request pleroma/pleroma!3473
|
2021-06-23 20:17:01 +00:00 |
Alex Gleason
|
54af527759
|
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
|
2021-06-23 13:22:32 -05:00 |
Haelwenn (lanodan) Monnier
|
a851a24036
|
Downgrade Plug to 1.10.x, revert upload_limit tuple to function change
This should fix setting the upload limit in the database as found in:
https://queer.hacktivis.me/notice/A8XUZp74Cg7eYNEMxU
This reverts commit 7d350b73f5 .
|
2021-06-22 11:19:13 +02:00 |
Alex Gleason
|
d0147eba78
|
Use eblurhash 1.1.0 from Hex
|
2021-06-09 09:28:22 -05:00 |
Haelwenn (lanodan) Monnier
|
7c5e007b9c
|
mix: Update pot to ~> 1.0
|
2021-06-03 19:11:16 +02:00 |
Haelwenn (lanodan) Monnier
|
ab32ea44f0
|
mix.exs: Apply OTP24 fixes to web_push_encryption
|
2021-06-03 19:11:16 +02:00 |
Haelwenn (lanodan) Monnier
|
2768063387
|
mix: Update dependencies
|
2021-06-03 19:11:16 +02:00 |
Haelwenn (lanodan) Monnier
|
166455c884
|
mix: Switch hackney & gun to releases
|
2021-06-03 19:10:47 +02:00 |
Haelwenn (lanodan) Monnier
|
59af07f149
|
Update all dependencies
|
2021-06-03 19:10:47 +02:00 |
Alex Gleason
|
bcf6efce15
|
Merge remote-tracking branch 'upstream/attachment-meta' into blurhash
|
2021-05-14 09:09:32 -05:00 |
Alex Gleason
|
543e9402d6
|
Support blurhash
|
2021-05-14 09:07:16 -05:00 |
Alex Gleason
|
52fc59f125
|
Merge remote-tracking branch 'upstream/develop' into earmark
|
2021-04-30 13:17:03 -05:00 |