summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2023-11-12Merge branch 'phoenix1.7' into 'develop'lain
Update to Phoenix 1.7 See merge request pleroma/pleroma!3900
2023-11-12B Getting: Add default implementation, delegate, prepare test support.Lain Soykaf
2023-11-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-meilisearch
2023-11-07Merge branch 'develop' into phoenix1.7Mark Felder
2023-11-07Fix digest email processing, consolidate Oban queuesMark Felder
The email related jobs can all share a single Oban queue
2023-09-13Fix config descriptions for mrf inline quotetusooa
2023-09-13Allow more flexibility in InlineQuotePolicytusooa
2023-09-13Add InlineQuotePolicy as a default MRFAlex Gleason
2023-09-13Add InlineQuotePolicy to force quote URLs inlineAlex Gleason
2023-07-07Add emoji policy to remove emojis matching certain urlstusooa
https://git.pleroma.social/pleroma/pleroma/-/issues/2775
2023-06-27Merge branch 'from/upstream-develop/tusooa/backup-status' into 'develop'Haelwenn
Detail backup states Closes #3024 See merge request pleroma/pleroma!3809
2023-05-31Move websocket config for Shoutbox to the EndpointMark Felder
This is the modern way of configuring it
2023-05-31Phoenix.Endpoint.Cowboy2Handler -> Plug.Cowboy.HandlerMark Felder
2023-04-23Remove SSH/BBS feature from coreduponin
And link to sshocial, the replacement client for this removed feature
2023-01-26Allow customizing instance languagestusooa
2022-12-24Make backup parameters configurabletusooa
2022-12-20Merge remote-tracking branch 'upstream/develop' into meilisearchEkaterina Vaartis
2022-12-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-12-15Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-depsLain Soykaf
2022-11-12Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'tusooa
Lint See merge request pleroma/pleroma!3778
2022-11-12Linttusooa
2022-11-12Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'tusooa
Give admin the choice to not strip reported statuses Closes #2887 See merge request pleroma/pleroma!3773
2022-11-12Clarify config descriptionHaelwenn
2022-11-12Merge branch 'no-ducks' into 'develop'Haelwenn
Remove Quack logging backend See merge request pleroma/pleroma!3776
2022-11-11Remove Quack logging backendMark Felder
2022-11-11fix envvarlain
2022-11-11allow custom db portIván Raskovsky
2022-11-11Update links to Soapboxmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-09Do not strip reported statuses when configured not totusooa
2022-11-03Update to Phoenix 1.6 and chase dependenciesMark Felder
Also bump minimum Elixir to 1.11
2022-11-03expanding WebFingerAlexander Strizhakov
2022-10-10Change search_indexing = 10 and retries for indexing = 2Ekaterina Vaartis
2022-10-10Use oban for search indexingEkaterina Vaartis
2022-10-10Add description for initial_indexing_chunk_sizeEkaterina Vaartis
2022-10-10Make chunk size configurableEkaterina Vaartis
2022-10-10Add config description for meilisearchEkaterina Vaartis
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis
2022-10-10Modify some meilisearch variablesEkaterina Vaartis
2022-10-10Add private_key: nil to default meilisearch optionsEkaterina Vaartis
2022-10-10Add tests for local post indexing for meilisearchEkaterina Vaartis
2022-10-10Initial meilisearch implementation, doesn't delete posts yetEkaterina Vaartis
2022-09-17Reduce incoming and outgoing federation queue sizes to 5Tusooa Zhu
2022-09-05Clarify `birthday_min_age` config descriptionmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-05Merge branch 'bump/min-elixir-1.10' into 'develop'tusooa
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741
2022-09-04Merge branch 'fix/federation-context-issues' into 'develop'tusooa
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2022-08-24Fix fedi-fe build URLSean King
2022-08-19Add glitch-lily as an installable frontendSean King
2022-08-15Migrations: delete contexts with BaseMigratorHélène
Due to the lengthiness of this task, the migration has been adapted into a BaseMigrator migration, running in the background instead.
2022-08-07Change default moderator privileges to better match what we previously hadIlja
Moderators were able to delete statusses via pleroma-fe. For that reason I now gave them :messages_delete by default. They are also able to recieve reports through the notifications. For that reason I now gave them :reports_manage_reports by default. They were also able to see deactivated accounts through pleroma-fe. However * they were unable to tell if the account is deactivated or not (which was a bug and fixed by thes privileges MR this commit is part of) * they were not able to actually change the activation state. Because of this, I decided to *not* give them the privilege :users_manage_activation_state as this would give significantly more privileges, while not giving it will actually improve the current experience as it works around the existing bug of not showing activation state.