summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-06Apply suggestion to lib/pleroma/filter.exAlexander Strizhakov
2020-07-06don't filter notifications for follow and move typesAlexander Strizhakov
2020-07-06Restrict thread statuses that contain user's irreversible filtersSergey Suprunenko
2020-07-06Skip notifications for statuses that contain an irreversible filtered wordSergey Suprunenko
2020-07-06Restrict statuses that contain user's irreversible filtersSergey Suprunenko
2020-07-06migration to delete migrated tesla settingAlexander Strizhakov
2020-07-06don't save tesla settings into dbAlexander Strizhakov
2020-07-06Delete activity before sending response to clientRoman Chvanikov
2020-07-05[#2497] Fixed merge issue.Ivan Tashkinov
2020-07-05Ensure all CSP parameters for remote hosts have a schemeMark Felder
2020-07-04Streamer: Don't filter out announce notifications.lain
2020-07-03Document the Captcha CSP fixMark Felder
2020-07-03Rename function and clarify that CSP is only strict with MediaProxy enabledMark Felder
2020-07-03Add Captcha endpoint to CSP headers when MediaProxy is enabled.Mark Felder
Our CSP rules are lax when MediaProxy enabled, but lenient otherwise. This fixes broken captcha on instances not using MediaProxy.
2020-07-03Revert "Document Oban update"Mark Felder
This reverts commit bc956d0c419f156915dbf0185d6dd9c98dd7a6fe.
2020-07-03Document Oban updateMark Felder
2020-07-03Update Oban to 2.0-rc3Mark Felder
2020-07-03Merge branch 'develop' into issue/1790-updated-obanMark Felder
2020-07-03Merge branch 'features/mastoapi-2.9.0-status_text' into 'develop'lain
MastoAPI 2.9.0: status text on deletion See merge request pleroma/pleroma!2690
2020-07-03Merge branch '1912-leading-trailing-space-search' into 'develop'lain
SearchController: Trim query. Closes #1912 See merge request pleroma/pleroma!2717
2020-07-03Update changeloglain
2020-07-03Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/mastoapi-2.9.0-status_text
2020-07-03Merge branch '1892-exclude-bots-from-search-results' into 'develop'lain
[#1892] Exclusion of service actors from user search results Closes #1892 See merge request pleroma/pleroma!2708
2020-07-03SearchController: Trim query.lain
2020-07-03Update changeloglain
2020-07-03Docs: Document `accepts_chat_messages` setting.lain
2020-07-03AccountController: Make setting accepts_chat_messages possible.lain
2020-07-03ChatMessageValidator: Additional validation.lain
2020-07-03Account Schema: Add `accepts_chat_messages`lain
2020-07-03Docs: Document the added `accepts_chat_messages` user property.lain
2020-07-03ActivityPub: Ingest information about chat acceptance.lain
2020-07-03Litepub: Add acceptsChatMessages to schema.lain
2020-07-03UserView: Add acceptsChatMessages fieldlain
2020-07-03AccountViewTest: Fix test.lain
2020-07-03User, Migration: Change `accepts_chat_messages` to be nullablelain
This is to model the ambiguous state of most users.
2020-07-03AccountView: Add 'accepts_chat_messages' to view.lain
2020-07-03User: On registration, set `accepts_chat_messages` to true.lain
2020-07-03Migrations: Add `accepts_chat_messages` to users.lain
2020-07-03Merge branch '1910-migration-fix' into 'develop'rinpatch
Notification Backfill: Explicitly select the needed fields. Closes #1910 See merge request pleroma/pleroma!2715
2020-07-03Notification Backfill: Explicitly select the needed fields.lain
Prevents a crashing migration when we change user fields.
2020-07-03[#1892] Excluded internal users (applications) from user search results, ↵Ivan Tashkinov
reinstated service actors in search results.
2020-07-02Merge branch 'feature/1885-MRF-metadata' into 'develop'feld
Feature/1885 mrf metadata Closes #1885 See merge request pleroma/pleroma!2693
2020-07-02Merge branch 'activation-meta' into 'develop'feld
Add more FE-required fields to /api/v1/instance See merge request pleroma/pleroma!2613
2020-07-02Merge branch 'develop' into activation-metaMark Felder
2020-07-02Document the new API extension of /api/v1/instanceMark Felder
2020-07-02Remove camelCase from the keysMark Felder
2020-07-02Lint, long linesMark Felder
2020-07-02Improve descriptions, move primary MRF settings to top for AdminFE orderingMark Felder
2020-07-02Update AdminFE build to utilize new MRF metadataMark Felder
2020-07-02Merge branch 'develop' into feature/1885-MRF-metadataMark Felder