Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-20 | Merge branch 'akoma/deactivated-users' into 'develop' | Haelwenn | |
Timeline query performance improvements See merge request pleroma/pleroma!3779 | |||
2022-11-20 | Fix unit tests | tusooa | |
2022-11-20 | Fix report api | tusooa | |
2022-11-19 | Flag an Object, not an Activity | tusooa | |
2022-11-17 | Update http_security_plug.ex | HJ | |
2022-11-17 | Update lib/pleroma/web/plugs/http_security_plug.ex | HJ | |
2022-11-17 | try to fix ruffle on chrome | Henry Jameson | |
2022-11-14 | Merge branch 'develop' into 'akoma/deactivated-users' | feld | |
# Conflicts: # CHANGELOG.md | |||
2022-11-14 | Merge branch 'akkoma/delete-improvements' into 'develop' | lain | |
Alter priority of Delete activities to be lowest See merge request pleroma/pleroma!3782 | |||
2022-11-14 | Merge branch 'bugfix/reset-unreachable-on-fetch' into 'develop' | lain | |
Object.Fetcher: Set reachable on successful fetch See merge request pleroma/pleroma!3780 | |||
2022-11-13 | Alter priority of Delete activities to be lowest | Mark Felder | |
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account. | |||
2022-11-13 | Merge branch 'fix-typo-in-csp-report-to-header-name' into 'develop' | Haelwenn | |
Fix typo in CSP Report-To header name See merge request pleroma/pleroma!3768 | |||
2022-11-13 | Deletes do not generate notifications of any kind, so skip trying | Mark Felder | |
2022-11-13 | Object.Fetcher: Set reachable on successful fetch | Haelwenn (lanodan) Monnier | |
2022-11-12 | Add same optimized join for excluding invisible users | Mark Felder | |
2022-11-12 | Fix reports which do not have a user | Mark Felder | |
The check for deactivated users was being applied to report activities. | |||
2022-11-12 | Extract deactivated users query to a join | FloatingGhost | |
2022-11-12 | Merge branch 'oban-timeouts' into 'develop' | feld | |
Define sane Oban Worker timeouts See merge request pleroma/pleroma!3777 | |||
2022-11-12 | Merge 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-11 | Define sane Oban Worker timeouts | Mark Felder | |
2022-11-11 | Remove Quack logging backend | Mark Felder | |
2022-11-09 | Render a generated reported activity properly | tusooa | |
2022-11-09 | Do not strip reported statuses when configured not to | tusooa | |
2022-11-07 | ObjectAgePolicy: Make strip_followers behavior for followers-only explicit | Haelwenn (lanodan) Monnier | |
2022-11-04 | Fix typo in CSP Report-To header name | Thomas 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-03 | Update to Phoenix 1.6 and chase dependencies | Mark Felder | |
Also bump minimum Elixir to 1.11 | |||
2022-11-03 | rebase fix | Alexander Strizhakov | |
2022-11-03 | XML WebFinger user representation correct domain | Alexander Strizhakov | |
2022-11-03 | expanding WebFinger | Alexander Strizhakov | |
2022-10-30 | Merge 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-27 | Merge branch 'push-updates' into 'develop' | tusooa | |
Push.Impl: support edits See merge request pleroma/pleroma!3760 | |||
2022-10-24 | Merge branch 'fix-deprecation-text' into 'develop' | feld | |
Fix deprecation warning for Gun timeout See merge request pleroma/pleroma!3759 | |||
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (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-10 | Specifically strip mentions for search indexing | Ekaterina Vaartis | |
2022-10-10 | Check for updateId, not uid | Ekaterina Vaartis | |
2022-10-10 | Make add_to_index and remove_from_index report errors | Ekaterina Vaartis | |
2022-10-10 | Make search a callback | Ekaterina Vaartis | |
2022-10-10 | Instead of checking string length, explicitly check for "" and "." | Ekaterina Vaartis | |
2022-10-10 | Remove duplicate function call | Ekaterina Vaartis | |
2022-10-10 | Change updateId to uid because apparently that's the new name | Ekaterina Vaartis | |
2022-10-10 | Change the meilisearch key auth to conform to 0.25.0 | Ekaterina Vaartis | |
2022-10-10 | Don't try removing deleted users and such from index as posts | Ekaterina Vaartis | |
2022-10-10 | Fix meilisearch tests and jobs for oban | Ekaterina Vaartis | |
2022-10-10 | Use oban for search indexing | Ekaterina Vaartis | |
2022-10-10 | Add a search backend behaviour | Ekaterina Vaartis | |
2022-10-10 | Don't support meilisearch < 0.24.0, since it breaks things | Ekaterina Vaartis | |
2022-10-10 | Make chunk size configurable | Ekaterina Vaartis | |
2022-10-10 | Implement suggestions from the Meilisearch MR | Ekaterina 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-10 | Rename Activity.Search to Search.DatabaseSearch | Ekaterina Vaartis | |
2022-10-10 | Rename search.ex to database_search.ex and add search/2 | Ekaterina Vaartis | |