Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | Add get and add aliases endpoints | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Implement moving account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-25 | Merge branch 'account-notes' into 'develop' | Alex Gleason | |
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540 | |||
2021-12-25 | Merge branch 'account-subscriptions' into 'develop' | Alex Gleason | |
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555 | |||
2021-12-25 | Merge remote-tracking branch 'origin/develop' into remote-follow-api | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-12-15 | Merge branch 'delete-account-fix' into 'develop' | lain | |
TwitterAPI: allow deleting one's own account with request body Closes #2799 and #2746 See merge request pleroma/pleroma!3564 | |||
2021-12-13 | TwitterAPI: allow deleting one's own account with request body | Alex Gleason | |
2021-12-06 | Add 'notifying' to relationship for compatibility with Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-06 | MastoAPI: accept notify param in follow request | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-02 | remote_interaction API endpoint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-29 | Account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-22 | Apply 2 suggestion(s) to 2 file(s) | rinpatch | |
2021-11-21 | Lint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | Fix a typo | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | MastoAPI: Add user notes on accounts | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-09-05 | Allow users to remove their emails if instance does not need email to register | Tusooa Zhu | |
2021-08-29 | Make suggested change for create_response | Sean King | |
2021-08-28 | Fix lint | Sean King | |
2021-08-28 | Move GET /api/v1/apps to GET /api/v1/pleroma/apps | Sean King | |
2021-08-28 | Require follow and read OAuth scopes for GET /api/v1/apps | Sean King | |
2021-08-26 | Fix API spec, add app schema | Sean King | |
2021-08-26 | Fix formatting in app_operation.ex | Sean King | |
2021-08-25 | GET /api/v1/apps endpoint | Sean King | |
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-08-10 | Merge branch 'bugfix/change_password' into 'develop' | Haelwenn | |
TwitterAPI: Make change_password require body params instead of query Closes #2740 See merge request pleroma/pleroma!3503 | |||
2021-08-10 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
2021-08-10 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2740 | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
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 | |