Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | Delete activity before sending response to client | Roman Chvanikov | |
2020-07-05 | [#2497] Fixed merge issue. | Ivan Tashkinov | |
2020-07-05 | Ensure all CSP parameters for remote hosts have a scheme | Mark Felder | |
2020-07-04 | Streamer: Don't filter out announce notifications. | lain | |
2020-07-03 | Document the Captcha CSP fix | Mark Felder | |
2020-07-03 | Rename function and clarify that CSP is only strict with MediaProxy enabled | Mark Felder | |
2020-07-03 | Add 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-03 | Revert "Document Oban update" | Mark Felder | |
This reverts commit bc956d0c419f156915dbf0185d6dd9c98dd7a6fe. | |||
2020-07-03 | Document Oban update | Mark Felder | |
2020-07-03 | Update Oban to 2.0-rc3 | Mark Felder | |
2020-07-03 | Merge branch 'develop' into issue/1790-updated-oban | Mark Felder | |
2020-07-03 | Merge 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-03 | Merge branch '1912-leading-trailing-space-search' into 'develop' | lain | |
SearchController: Trim query. Closes #1912 See merge request pleroma/pleroma!2717 | |||
2020-07-03 | Update changelog | lain | |
2020-07-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/mastoapi-2.9.0-status_text | |||
2020-07-03 | Merge 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-03 | SearchController: Trim query. | lain | |
2020-07-03 | Update changelog | lain | |
2020-07-03 | Docs: Document `accepts_chat_messages` setting. | lain | |
2020-07-03 | AccountController: Make setting accepts_chat_messages possible. | lain | |
2020-07-03 | ChatMessageValidator: Additional validation. | lain | |
2020-07-03 | Account Schema: Add `accepts_chat_messages` | lain | |
2020-07-03 | Docs: Document the added `accepts_chat_messages` user property. | lain | |
2020-07-03 | ActivityPub: Ingest information about chat acceptance. | lain | |
2020-07-03 | Litepub: Add acceptsChatMessages to schema. | lain | |
2020-07-03 | UserView: Add acceptsChatMessages field | lain | |
2020-07-03 | AccountViewTest: Fix test. | lain | |
2020-07-03 | User, Migration: Change `accepts_chat_messages` to be nullable | lain | |
This is to model the ambiguous state of most users. | |||
2020-07-03 | AccountView: Add 'accepts_chat_messages' to view. | lain | |
2020-07-03 | User: On registration, set `accepts_chat_messages` to true. | lain | |
2020-07-03 | Migrations: Add `accepts_chat_messages` to users. | lain | |
2020-07-03 | Merge branch '1910-migration-fix' into 'develop' | rinpatch | |
Notification Backfill: Explicitly select the needed fields. Closes #1910 See merge request pleroma/pleroma!2715 | |||
2020-07-03 | Notification 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-02 | Merge branch 'feature/1885-MRF-metadata' into 'develop' | feld | |
Feature/1885 mrf metadata Closes #1885 See merge request pleroma/pleroma!2693 | |||
2020-07-02 | Merge branch 'activation-meta' into 'develop' | feld | |
Add more FE-required fields to /api/v1/instance See merge request pleroma/pleroma!2613 | |||
2020-07-02 | Merge branch 'develop' into activation-meta | Mark Felder | |
2020-07-02 | Document the new API extension of /api/v1/instance | Mark Felder | |
2020-07-02 | Remove camelCase from the keys | Mark Felder | |
2020-07-02 | Lint, long lines | Mark Felder | |
2020-07-02 | Improve descriptions, move primary MRF settings to top for AdminFE ordering | Mark Felder | |
2020-07-02 | Update AdminFE build to utilize new MRF metadata | Mark Felder | |
2020-07-02 | Merge branch 'develop' into feature/1885-MRF-metadata | Mark Felder | |
2020-07-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # config/config.exs # lib/pleroma/web/media_proxy/media_proxy.ex # lib/pleroma/web/media_proxy/media_proxy_controller.ex | |||
2020-07-02 | Merge branch 'fetcher-fixes' into 'develop' | rinpatch | |
Don't fail fetching when the user in a replied-to message can't be fetched. See merge request pleroma/pleroma!2711 | |||
2020-07-02 | Merge branch '1907-fix-announce-streaming' into 'develop' | rinpatch | |
Resolve "Streaming API: Repeats of your posts from random people are pushed to the timeline" Closes #1907 See merge request pleroma/pleroma!2714 | |||
2020-07-02 | Merge branch 'feature/update-description' into 'develop' | lain | |
Update settings descriptions and labels See merge request pleroma/pleroma!2709 | |||
2020-07-02 | Credo fixes. | lain | |
2020-07-02 | Changelog: Update with stream changes. | lain | |
2020-07-02 | Streamer: Align announce streaming with polling. | lain | |