Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | Merge branch 'remove_from_followers' into 'develop' | tusooa | |
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-08-20 | Add GET endpoints for remote subscription forms | Tusooa Zhu | |
There are two reasons for adding a GET endpoint: 0: Barely displaying the form does not change anything on the server. 1: It makes frontend development easier as they can now use a link, instead of a form, to allow remote users to interact with local ones. | |||
2022-08-12 | Merge branch 'from/upstream-develop/tusooa/sync-settings' into 'develop' | Haelwenn | |
Synchronized settings for apps (frontends) See merge request pleroma/pleroma!3698 | |||
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-07-16 | Document way to do notice compatibility routes with Nginx reverse-proxy instead | Sean King | |
2022-07-16 | Implement settings api | Tusooa Zhu | |
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-06-11 | Expose history and source apis to anon users | Tusooa Zhu | |
2022-05-29 | Implement mastodon api for showing edit history | Tusooa Zhu | |
2022-04-02 | Restrict mastodon api announcements to logged-in users only | Tusooa Zhu | |
2022-03-16 | POST /api/v1/accounts/:id/remove_from_followers | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-03-08 | Implement update announcement admin api | Tusooa Zhu | |
2022-03-08 | Remove GET /api/v1/announcements/:id | Tusooa Zhu | |
2022-03-08 | Implement announcement read relationships | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-10 | Merge remote-tracking branch 'origin/develop' into account-endorsements | marcin mikołajczak | |
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge remote-tracking branch 'pleroma/develop' into mastodon-lookup | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | MastoAPI: Add `GET /api/v1/accounts/lookup` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Add deleting alias endpoint | Tusooa Zhu | |
Ref: emit-move | |||
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-27 | AdminAPI: fix duplicated routes | Alex Gleason | |
2021-12-27 | Fix lint errors | Alibek Omarov | |
2021-12-27 | API: fix duplicate :get_password_token route | Alibek Omarov | |
2021-12-27 | API: optionally restrict moderators from accessing sensitive data | Alibek Omarov | |
2021-12-26 | Merge branch 'profile-directory' into 'develop' | Alex Gleason | |
MastoAPI: Profile directory See merge request pleroma/pleroma!3573 | |||
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-25 | Merge remote-tracking branch 'origin/develop' into notice-routes | Alex Gleason | |
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 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 remote-tracking branch 'origin/develop' into moderators | Alex Gleason | |
2021-12-19 | Merge branch 'manifest' into 'develop' | Alex Gleason | |
Expose /manifest.json for PWA Closes #882 See merge request pleroma/pleroma!3544 | |||
2021-12-19 | Merge branch 'live-dashboard' into 'develop' | Alex Gleason | |
Add Phoenix LiveDashboard See merge request pleroma/pleroma!3566 | |||
2021-12-19 | Merge remote-tracking branch 'origin/develop' into manifest | Alex Gleason | |
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-12-03 | Merge remote-tracking branch 'origin/develop' into password-reset | Alex Gleason | |
2021-12-03 | Restore POST /auth/password | Alex Gleason | |
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 | v2 Suggestions: dismiss a suggestion | Alex Gleason | |
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-25 | v2 Suggestions: return empty array | Alex Gleason | |