Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-06-22 | Add test on changing [:instance, :upload_limit] | Haelwenn (lanodan) Monnier | |
2021-06-08 | Pleroma.Web.Params --> Pleroma.Web.Utils.Params | Alex Gleason | |
2021-06-08 | Pleroma.Web.ControllerHelper.truthy_param?/1 --> ↵ | Alex Gleason | |
Pleroma.Web.Params.truthy_param?/1 Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex | |||
2021-06-04 | Merge branch 'tests/openapi-everywhere' into 'develop' | Haelwenn | |
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324 | |||
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-20 | Apply lanodan's suggestion(s) to 1 file(s) | Haelwenn | |
2021-04-16 | Apply rinpatch's suggestion(s) to 1 file(s) | rinpatch | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-16 | Merge branch 'update_open_api_spex' into 'develop' | Haelwenn | |
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362 | |||
2021-03-15 | OpenAPI: TwitterAPI Util Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: PleromaAPI UserImport Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: MastodonAPI Media Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: MastodonAPI Timeline Controller | Haelwenn (lanodan) Monnier | |
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-03-04 | Add UserOperation to Redoc | Egor Kislitsyn | |
2021-03-02 | Add OpenAPI spec for AdminAPI.UserController | Egor Kislitsyn | |
2021-02-28 | Merge branch 'features/reports-enhancements' into 'develop' | lain | |
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280 | |||
2021-02-28 | Merge branch 'feat/client_app_details' into 'develop' | lain | |
Support application field See merge request pleroma/pleroma!3311 | |||
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 | 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 | Enhance reports in Pleroma API: index, show | Haelwenn (lanodan) Monnier | |
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 | 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-16 | ChatMessage schema: Add `unread` property | rinpatch | |
It is present in the code, but was not documented. | |||
2021-02-15 | Add API endpoint to remove a conversation | Egor Kislitsyn | |
2021-02-03 | Account schema: specify that pleroma.relationship is nullable | rinpatch | |
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-03 | Merge branch 'fix/2449-scheduled-poll-bug' into 'develop' | feld | |
Fix for scheduled post with poll Closes #2449 See merge request pleroma/pleroma!3294 | |||
2021-02-03 | Merge branch 'feat/openapi-spec-export' into 'develop' | rinpatch | |
Improve OpenAPI spec and deploy it to api.pleroma.social See merge request pleroma/pleroma!3296 | |||
2021-02-03 | Improve OpenAPI spec and deploy it to api.pleroma.social | rinpatch | |
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information. | |||
2021-02-02 | Merge branch 'develop' into 'fix/2411-mutes-api' | feld | |
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md | |||
2021-02-01 | fix for scheduled post with poll | Alexander Strizhakov | |
2021-02-01 | only_remote -> remote renaming | Alexander Strizhakov | |
2021-02-01 | `/api/v1/accounts/:id/statuses` docs update | Alexander Strizhakov | |
2021-02-01 | more tests and update for docs and changelog | Alexander Strizhakov | |
2021-02-01 | list timeline filtration by params | Alexander Strizhakov | |
2021-02-01 | added only_media flag to home timeline | Alexander Strizhakov | |
2021-02-01 | expanding filtration for home timeline | Alexander Strizhakov | |
added local & remote statuses filtration for home timeline | |||
2021-01-29 | support for with_relationships parameter | Alexander Strizhakov | |
in /api/v1/mutes and /api/v1/accounts/:id endpoints | |||
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'fix/reblog-api' into 'develop' | feld | |
Fix Reblog API Closes #2423 See merge request pleroma/pleroma!3261 | |||
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Fix Reblog API | Egor Kislitsyn | |
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status. |