summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-28changes for admin status endpointsfeature/2515-admin-statusesAlexander Strizhakov
- docs fix, that status endpoints accept `page` parameter - added total to /api/pleroma/admin/instances/:instance/statuses - godmode for /api/pleroma/admin/instances/:instance/statuses
2021-02-28Merge branch 'admin-api-versioning' into 'develop'lain
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335
2021-02-28Merge branch 'bugfix/peertube-mpegURL-object' into 'develop'lain
Video: Handle peertube videos only stashing attachments in x-mpegURL Closes #2372 and #2535 See merge request pleroma/pleroma!3336
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
Support application field See merge request pleroma/pleroma!3311
2021-02-28Simplify migrationMark Felder
2021-02-27Merge branch 'frontendstatic-ignore-api-calls' into 'develop'lain
Filter out API calls from FrontendStatic plug Closes #2261 See merge request pleroma/pleroma!3346
2021-02-27Merge branch 'fix/repo-terminate' into 'develop'lain
don't use continue in Stats init for test env See merge request pleroma/pleroma!3349
2021-02-27don't use continue in Stats init for test envAlexander Strizhakov
2021-02-26Store the client application data in ActivityStreams formatMark Felder
2021-02-26Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop'feld
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315
2021-02-26Merge branch 'ecto-rollback-in-test-env' into 'develop'feld
Possibility to run rollback in test env See merge request pleroma/pleroma!3212
2021-02-26Merge branch 'PestToast-develop-patch-66930' into 'develop'rinpatch
Removed a command that references "pleroma.env". This file does not seem to be... See merge request pleroma/pleroma!3347
2021-02-26Removed a command that references "pleroma.env". This file does not seem to ↵PestToast
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell.
2021-02-25Note our upgrade path for this functionalityMark Felder
2021-02-25Leave a note for future explorersMark Felder
2021-02-25No need to filter out Mix.env() from the API routes.Mark Felder
2021-02-25Improved recursion through the api route listMark Felder
2021-02-25Filter out MIX_ENV from route list and add a testMark Felder
2021-02-25Enum instead of StreamMark Felder
2021-02-24Attempt to filter out API calls from FrontendStatic plugMark Felder
2021-02-24Merge branch 'gitignore' into 'develop'Haelwenn
gitignore: Vi and emacs temp files See merge request pleroma/pleroma!3345
2021-02-24Vi and emacs temp filesMark Felder
2021-02-24Merge branch 'docfix/chat-token' into 'develop'Haelwenn
Update terminology in differences_in_mastoapi_responses.md See merge request pleroma/pleroma!3344
2021-02-24Update terminology in differences_in_mastoapi_responses.mdzonk
2021-02-23Merge branch 'fix/whalebird-url' into 'develop'feld
Fix URL of Whalebird in docs See merge request pleroma/pleroma!3339
2021-02-23Merge 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-23Fix URL of Whalebird in docsAkiraFukushima
2021-02-23Merge 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-22Update the documentation to use make it use /api/v1/pleroma instead of ↵eugenijm
/api/pleroma
2021-02-21Video: Handle peertube videos only stashing attachments in x-mpegURLHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2535
2021-02-21Reroute /api/pleroma to /api/v1/pleromaeugenijm
2021-02-20Merge branch 'revert/changelog' into 'develop'feld
Revert changelog entry that leaked from another branch. See merge request pleroma/pleroma!3334
2021-02-20Revert changelog entry that leaked from another branch.Mark Felder
2021-02-20Merge branch 'fix/filters' into 'develop'Haelwenn
Minor fixes to upload filters See merge request pleroma/pleroma!3332
2021-02-20Document HeifToJpeg and its requirement of libheif's heic-convert toolMark Felder
2021-02-20Exiftool also cannot strip from heic files.Mark Felder
2021-02-20Show 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-19Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is ↵Mark Felder
remote
2021-02-18Permit :disclose_client in changesetsMark Felder
2021-02-18Tests to validate client disclosure obeys user settingMark Felder
2021-02-18Add field to user schema for controlling disclosure of client detailsMark Felder
2021-02-18Mastodon 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-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-18Merge branch 'fix/chats-no-unread-in-openapi' into 'develop'rinpatch
ChatMessage schema: Add `unread` property See merge request pleroma/pleroma!3323
2021-02-17Merge branch 'feat/enforce-admin-scope-unconditionally' into 'develop'Haelwenn
Remove `:auth, :enforce_oauth_admin_scope_usage` See merge request pleroma/pleroma!3327
2021-02-17OAuthScopesPlug: 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-17OpenAPI: Add `admin:` scope prefix to admin operationsrinpatch
Also splits "Emoji packs" to two categories: "Emoji pack administration" and "Emoji packs"
2021-02-17Remove `: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-17Merge branch 'test-docker-images' into 'develop'rinpatch
Generate custom docker images for testing See merge request pleroma/pleroma!3326