Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | Filter out MIX_ENV from route list and add a test | Mark Felder | |
2021-02-25 | Enum instead of Stream | Mark Felder | |
2021-02-24 | Attempt to filter out API calls from FrontendStatic plug | Mark Felder | |
2021-02-24 | Merge branch 'gitignore' into 'develop' | Haelwenn | |
gitignore: Vi and emacs temp files See merge request pleroma/pleroma!3345 | |||
2021-02-24 | Vi and emacs temp files | Mark Felder | |
2021-02-24 | Merge branch 'docfix/chat-token' into 'develop' | Haelwenn | |
Update terminology in differences_in_mastoapi_responses.md See merge request pleroma/pleroma!3344 | |||
2021-02-24 | Update terminology in differences_in_mastoapi_responses.md | zonk | |
2021-02-23 | Merge branch 'fix/whalebird-url' into 'develop' | feld | |
Fix URL of Whalebird in docs See merge request pleroma/pleroma!3339 | |||
2021-02-23 | Merge branch 'chore/no-activitypub-sleeps' into 'develop' | lain | |
Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote See merge request pleroma/pleroma!3330 | |||
2021-02-23 | Fix URL of Whalebird in docs | AkiraFukushima | |
2021-02-23 | Merge branch '2534-pleroma-endpoint-earlier-init' into 'develop' | rinpatch | |
[#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to Pleroma.Web.Streamer) Closes #2534 See merge request pleroma/pleroma!3338 | |||
2021-02-22 | [#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to ↵ | Ivan Tashkinov | |
Pleroma.Web.Streamer). | |||
2021-02-22 | Update the documentation to use make it use /api/v1/pleroma instead of ↵ | eugenijm | |
/api/pleroma | |||
2021-02-21 | Video: Handle peertube videos only stashing attachments in x-mpegURL | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535 | |||
2021-02-21 | Reroute /api/pleroma to /api/v1/pleroma | eugenijm | |
2021-02-20 | Merge branch 'revert/changelog' into 'develop' | feld | |
Revert changelog entry that leaked from another branch. See merge request pleroma/pleroma!3334 | |||
2021-02-20 | Revert changelog entry that leaked from another branch. | Mark Felder | |
2021-02-20 | Merge branch 'fix/filters' into 'develop' | Haelwenn | |
Minor fixes to upload filters See merge request pleroma/pleroma!3332 | |||
2021-02-20 | Document HeifToJpeg and its requirement of libheif's heic-convert tool | Mark Felder | |
2021-02-20 | Exiftool also cannot strip from heic files. | Mark Felder | |
2021-02-20 | Show a proper error. A failure doesn't always mean the command isn't ↵ | Mark Felder | |
available, and we check for it on startup | |||
2021-02-19 | Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is ↵ | Mark Felder | |
remote | |||
2021-02-18 | Permit :disclose_client in changesets | Mark Felder | |
2021-02-18 | Tests to validate client disclosure obeys user setting | Mark Felder | |
2021-02-18 | Add field to user schema for controlling disclosure of client details | Mark Felder | |
2021-02-18 | Mastodon makes this field null when posting with MastoFE or if you choose to ↵ | Mark Felder | |
not disclose it, so it's safe to be null by default | |||
2021-02-18 | expires_in in scheduled status params | Alexander Strizhakov | |
2021-02-18 | Merge branch 'fix/chats-no-unread-in-openapi' into 'develop' | rinpatch | |
ChatMessage schema: Add `unread` property See merge request pleroma/pleroma!3323 | |||
2021-02-17 | Merge branch 'feat/enforce-admin-scope-unconditionally' into 'develop' | Haelwenn | |
Remove `:auth, :enforce_oauth_admin_scope_usage` See merge request pleroma/pleroma!3327 | |||
2021-02-17 | OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope ↵ | rinpatch | |
definitions Transforming scopes is no longer necessary since we are dropping support for accessing admin api without `admin:` prefix in scopes. | |||
2021-02-17 | OpenAPI: Add `admin:` scope prefix to admin operations | rinpatch | |
Also splits "Emoji packs" to two categories: "Emoji pack administration" and "Emoji packs" | |||
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-17 | Enhance reports in Pleroma API: index, show | Haelwenn (lanodan) Monnier | |
2021-02-17 | Merge branch 'test-docker-images' into 'develop' | rinpatch | |
Generate custom docker images for testing See merge request pleroma/pleroma!3326 | |||
2021-02-17 | Do not want these interfering with develop builds | Mark Felder | |
2021-02-17 | Make it possible to generate custom docker images by prefixing the branch ↵ | Mark Felder | |
name with "build-docker" | |||
2021-02-17 | Merge branch 'chore/documentation-relicensing' into 'develop' | Haelwenn | |
Relicense documentation under CC-BY-4.0 See merge request pleroma/pleroma!3322 | |||
2021-02-17 | Merge branch 'feat/chat-list-pagination' into 'develop' | Haelwenn | |
Chats: Introduce /api/v2/pleroma/chats which implements pagination Closes #2140 See merge request pleroma/pleroma!3325 | |||
2021-02-17 | Merge branch 'remove-conversation-api' into 'develop' | rinpatch | |
Add API endpoint to remove a conversation Closes #2488 See merge request pleroma/pleroma!3321 | |||
2021-02-17 | Merge branch '2510-oauth-app-tokens-further-support' into 'develop' | rinpatch | |
[#2510] Improved support for app-bound OAuth tokens Closes #2510 See merge request pleroma/pleroma!3316 | |||
2021-02-17 | Chats: Introduce /api/v2/pleroma/chats which implements pagination | rinpatch | |
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140 | |||
2021-02-17 | Merge branch 'update-default-avatar' into 'develop' | rinpatch | |
Update the default avatar to look nicer See merge request pleroma/pleroma!3320 | |||
2021-02-16 | ChatMessage schema: Add `unread` property | rinpatch | |
It is present in the code, but was not documented. | |||
2021-02-16 | Merge branch '2053-notifications-actor-is-active-refactoring' into 'develop' | rinpatch | |
[#2053] `Notification.for_user_query/2` timeout fix Closes #2053 See merge request pleroma/pleroma!3318 | |||
2021-02-16 | Relicense documentation under CC-BY-4.0 | rinpatch | |
All contributors whose contributions were still being used at the moment of relicensing have agreed to it. See https://git.pleroma.social/pleroma/pleroma/-/issues/2146 . | |||
2021-02-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
2021-02-15 | update changelog to mention change of avatar | Shpuld Shpuldson | |
2021-02-15 | replace avi.png | Shpuld Shpuldson | |
2021-02-15 | Merge branch 'chore/mailmap' into 'develop' | rinpatch | |
Add myself to .mailmap See merge request pleroma/pleroma!3319 | |||
2021-02-15 | Add myself to .mailmap | rinpatch | |
I changed my email to rin@patch.cx |