d
/
akkoma
1
0
Fork 0
akkoma/lib/pleroma/web/twitter_api
Oneric bd74ad9ce4 Accept body parameters for /api/pleroma/notification_settings
This brings it in line with its documentation and akkoma-fe’s
expectations. For backwards compatibility URL parameters are still
accept with lower priority. Unfortunately this means duplicating
parameters and descriptions in the API spec.

Usually Plug already pre-merges parameters from different sources into
the plain 'params' parameter which then gets forwarded by Phoenix.
However, OpenApiSpex 3.x prevents this; 4.x is set to change this
  https://github.com/open-api-spex/open_api_spex/issues/334
  https://github.com/open-api-spex/open_api_spex/issues/92

Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/691
Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/722
2024-04-09 04:11:28 +02:00
..
controllers Accept body parameters for /api/pleroma/notification_settings 2024-04-09 04:11:28 +02:00
views Remote interaction with posts (#198) 2022-09-08 10:19:22 +00:00
controller.ex fix: Give error message to users when address has already been validated 2023-01-12 22:08:10 +01:00
twitter_api.ex Allow user to register with custom language 2022-06-29 20:46:51 +01:00