summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11Add migration to remove Quack from ConfigDBMark Felder
2022-11-11Remove Quack logging backendMark Felder
2022-11-11fix envvarlain
2022-11-11allow custom db portIván Raskovsky
2022-11-11Merge branch 'soapbox-ref' into 'develop'lain
Update links to Soapbox See merge request pleroma/pleroma!3774
2022-11-11Update links to Soapboxmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-09Render a generated reported activity properlytusooa
2022-11-09Do not strip reported statuses when configured not totusooa
2022-11-07Merge branch 'docs/object_age-strip_followers' into 'develop'tusooa
ObjectAgePolicy: Make strip_followers behavior for followers-only explicit See merge request pleroma/pleroma!3770
2022-11-07ObjectAgePolicy: Make strip_followers behavior for followers-only explicitHaelwenn (lanodan) Monnier
2022-11-06Merge branch 'ci-coverage' into 'develop'tusooa
Test coverage: Switch to covertool to get cobertura output See merge request pleroma/pleroma!3745
2022-11-04Fix typo in CSP Report-To header nameThomas Citharel
The header name was Report-To, not Reply-To. In any case, that's now being changed to the Reporting-Endpoints HTTP Response Header. https://w3c.github.io/reporting/#header https://github.com/w3c/reporting/issues/177 CanIUse says the Report-To header is still supported by current Chrome and friends. https://caniuse.com/mdn-http_headers_report-to It doesn't have any data for the Reporting-Endpoints HTTP header, but this article says Chrome 96 supports it. https://web.dev/reporting-api/ (Even though that's come out one year ago, that's not compatible with Network Error Logging which's still using the Report-To version of the API) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-11-03Merge branch 'tusooa/caveats-webfinger' into 'develop'feld
Document some caveats of webfinger domain setting See merge request pleroma/pleroma!3767
2022-11-03Document some caveats of webfinger domain settingtusooa
2022-11-03Update to Phoenix 1.6 and chase dependenciesMark Felder
Also bump minimum Elixir to 1.11
2022-11-03Merge branch 'feature/1469-webfinger-expanding' into 'develop'Haelwenn
Feature/1469 webfinger expanding Closes #1469 and #2517 See merge request pleroma/pleroma!3361
2022-11-03rebase fixAlexander Strizhakov
2022-11-03docs updateAlexander Strizhakov
2022-11-03XML WebFinger user representation correct domainAlexander Strizhakov
2022-11-03docs & changelogAlexander Strizhakov
2022-11-03expanding WebFingerAlexander Strizhakov
2022-10-30Merge branch 'from/upstream-develop/tusooa/2930-get-or-fetch' into 'develop'Haelwenn
Fix User.get_or_fetch/1 with usernames starting with http Closes #2930 See merge request pleroma/pleroma!3751
2022-10-27Merge branch 'push-updates' into 'develop'tusooa
Push.Impl: support edits See merge request pleroma/pleroma!3760
2022-10-24Merge branch 'fix-deprecation-text' into 'develop'feld
Fix deprecation warning for Gun timeout See merge request pleroma/pleroma!3759
2022-10-15Merge branch 'security/PleromaAPI-delete' into 'develop'Haelwenn
CommonAPI: generate ModerationLog for all admin/moderator deletes See merge request pleroma/pleroma!3765
2022-10-14CommonAPI: generate ModerationLog for all admin/moderator deletesHaelwenn (lanodan) Monnier
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958
2022-10-11Merge branch 'weblate-extract' into 'develop'tusooa
Extract translatable strings See merge request pleroma/pleroma!3752
2022-10-11Extract translatable stringsweblate-extractor
2022-10-10Specifically strip mentions for search indexingEkaterina Vaartis
2022-10-10Check for updateId, not uidEkaterina Vaartis
2022-10-10Make add_to_index and remove_from_index report errorsEkaterina Vaartis
2022-10-10Make search a callbackEkaterina Vaartis
2022-10-10Instead of checking string length, explicitly check for "" and "."Ekaterina Vaartis
2022-10-10Remove duplicate function callEkaterina Vaartis
2022-10-10Update meilisearch docsEkaterina Vaartis
2022-10-10Change updateId to uid because apparently that's the new nameEkaterina Vaartis
2022-10-10Change the meilisearch key auth to conform to 0.25.0Ekaterina Vaartis
2022-10-10Actually, unlisted posts are indexedEkaterina Vaartis
2022-10-10Change search_indexing = 10 and retries for indexing = 2Ekaterina Vaartis
2022-10-10Don't try removing deleted users and such from index as postsEkaterina Vaartis
2022-10-10Fix meilisearch tests and jobs for obanEkaterina Vaartis
2022-10-10Use oban for search indexingEkaterina Vaartis
2022-10-10Add a search backend behaviourEkaterina Vaartis
2022-10-10Add description for initial_indexing_chunk_sizeEkaterina Vaartis
2022-10-10Don't support meilisearch < 0.24.0, since it breaks thingsEkaterina Vaartis
2022-10-10Make chunk size configurableEkaterina Vaartis
2022-10-10Update search.md documentation with meilisearch indexing stepsEkaterina Vaartis
2022-10-10Add config description for meilisearchEkaterina Vaartis
2022-10-10Implement suggestions from the Meilisearch MREkaterina Vaartis
- Index unlisted posts - Move version check outside of the streaming and only do it once - Use a PUT request instead of checking manually if there is need to insert - Add error handling, sort of
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis