Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-27 | Fix type in description | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-19 | Merge branch 'test-improvements' into 'develop' | lain | |
Tests: Explicitly set db pool size and max cases to the same value. See merge request pleroma/pleroma!4094 | |||
2024-03-19 | Tests: Explicitly set db pool size and max cases to the same value. | Lain Soykaf | |
2024-03-18 | Update minimum Postgres version to 11.0; disable JIT | Mark Felder | |
This release is where JIT was introduced and it should be disabled. Pleroma's queries do not benefit from JIT, but it can increase latency of queries. | |||
2024-03-17 | Merge branch 'force-mention' into 'develop' | lain | |
Add ForceMention mrf See merge request pleroma/pleroma!4082 | |||
2024-03-08 | Merge remote-tracking branch 'origin/develop' into instance-contact-account | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-01 | Add ForceMention mrf | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-27 | Add some missing fields to instanceV2 | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-15 | Remove Cowboy-specific HTTP options | Mark Felder | |
These were only used in dev and served no specific purpose. The equivalent settings for Bandit are under a key called :http1_options and the default values are set to 10_000. | |||
2024-02-14 | Websocket refactor to use Phoenix.Socket.Transport | Mark Felder | |
This will make us compatible with Cowboy and Bandit | |||
2024-01-22 | Use config to control inclusion of test emoji | Mark Felder | |
2024-01-22 | Use config to control Uploader callback timeout | Mark Felder | |
2024-01-20 | Use config to control starting all HTTP pools in test env | Mark Felder | |
2024-01-20 | Use config to control streamer registry | Mark Felder | |
2024-01-20 | Use config to control background migrators | Mark Felder | |
2024-01-20 | Use config to control loading of custom modules | Mark Felder | |
2024-01-20 | Use config to control max_restarts | Mark Felder | |
2023-12-28 | Remove support for multiple federation publisher modules | Mark Felder | |
This also unravels some needless indirection. | |||
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-22 | Merge remote-tracking branch 'origin/develop' into instance-contact-account | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-20 | Fix invalid string comparison for OTP versions and replace with config | Mark Felder | |
Old way was wrong for multiple reasons. If we do this as a config value it fixes :slave.start/3 being picked up as a compile warning on OTP26. Also if we want to do any real clustering we'll need something like this to support OTP25 and older. | |||
2023-12-20 | config/description.exs: Remove quack | Haelwenn (lanodan) Monnier | |
Was already removed in f40ccce7e9ad2e9f917fddd798138866c83e514a | |||
2023-12-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-12 | Revert "EmailTest: use config mock" | Lain Soykaf | |
This reverts commit dca41cc4a37999a6971b70ef5e0996e528b79bf5. | |||
2023-12-12 | EmailTest: use config mock | Lain Soykaf | |
2023-12-12 | Tests: More test fixes | Lain Soykaf | |
2023-12-12 | RichMediaTest: Use mocked config | Lain Soykaf | |
2023-12-12 | ScheduledActivity: Use config mocking | Lain Soykaf | |
2023-12-11 | S3 Test: Remove global state dependencies | Lain Soykaf | |
2023-12-10 | Backup: Fix config | Lain Soykaf | |
2023-12-10 | Tests: Fix all the tests. | Lain Soykaf | |
2023-12-10 | Backup Tests: Split out async tests, use mox. | Lain Soykaf | |
2023-12-10 | Config/Test: Don't start promex during testing. | Lain Soykaf | |
2023-11-28 | Merge branch 'promex' into 'develop' | lain | |
Switch to PromEx for prometheus metrics See merge request pleroma/pleroma!3967 | |||
2023-11-14 | Add support for configuring a favicon and embed PWA manifest in ↵ | Henry Jameson | |
server-generated-meta | |||
2023-11-13 | Switch to PromEx for prometheus metrics | Mark Felder | |
Recommending use of the separate HTTP server for exposing the metrics and securing it externally on your firewall or reverse proxy. It will listen on port 4021 by default. | |||
2023-11-12 | Merge branch 'phoenix1.7' into 'develop' | lain | |
Update to Phoenix 1.7 See merge request pleroma/pleroma!3900 | |||
2023-11-12 | B Getting: Add default implementation, delegate, prepare test support. | Lain Soykaf | |
2023-11-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-meilisearch | |||
2023-11-07 | Merge branch 'develop' into phoenix1.7 | Mark Felder | |
2023-11-07 | Fix digest email processing, consolidate Oban queues | Mark Felder | |
The email related jobs can all share a single Oban queue | |||
2023-10-26 | Add contact account to InstanceView | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-09-13 | Fix config descriptions for mrf inline quote | tusooa | |
2023-09-13 | Allow more flexibility in InlineQuotePolicy | tusooa | |
2023-09-13 | Add InlineQuotePolicy as a default MRF | Alex Gleason | |
2023-09-13 | Add InlineQuotePolicy to force quote URLs inline | Alex Gleason | |
2023-07-07 | Add emoji policy to remove emojis matching certain urls | tusooa | |
https://git.pleroma.social/pleroma/pleroma/-/issues/2775 | |||
2023-06-27 | Merge branch 'from/upstream-develop/tusooa/backup-status' into 'develop' | Haelwenn | |
Detail backup states Closes #3024 See merge request pleroma/pleroma!3809 | |||
2023-05-31 | Move websocket config for Shoutbox to the Endpoint | Mark Felder | |
This is the modern way of configuring it | |||
2023-05-31 | Phoenix.Endpoint.Cowboy2Handler -> Plug.Cowboy.Handler | Mark Felder | |