Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat header files. | tastytea | 2020-11-13 |
| | |||
* | Add Support for Pleroma 2.0.2. | tastytea | 2020-04-18 |
| | | | | Add endpoint: /api/pleroma/admin/users/:nickname/update_credentials | ||
* | Updated Pleroma endpoints to version 2.0.0. | tastytea | 2020-03-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v1:: * pleroma_conversations_id_read * pleroma_accounts_id_scrobbles * pleroma_scrobble * pleroma_statuses_id_reactions_emoji * pleroma_statuses_id_reactions * pleroma:: * admin_users_nickname_toggle_activation * admin_users_permission_group_permission_group * admin_users_activate * admin_users_deactivate * admin_instances_instance_statuses * admin_statuses * admin_users_force_password_reset * admin_grouped_reports * admin_reports_id_notes * admin_reports_report_id_notes_id * admin_restart * admin_config_descriptions * admin_moderation_log * admin_reload_emoji * admin_users_confirm_email * admin_users_resend_confirm_email * admin_stats * emoji_packs * emoji_packs_name * emoji_packs_name_update_file * emoji_packs_name_update_metadata * emoji_packs_download_from * emoji_packs_list_from * emoji_packs_name_download_shared | ||
* | Fixed some pleroma endpoints. | tastytea | 2020-01-11 |
| | |||
* | Replace string with string_view where possible. | tastytea | 2020-01-08 |
| | |||
* | Make _endpoint_map static. | tastytea | 2020-01-05 |
| | |||
* | Add all API endpoints of Pleroma 1.1.7. | tastytea | 2020-01-05 |
| | |||
* | Only construct 1 API per Connection. | tastytea | 2020-01-05 |
| | |||
* | Add all API endpoints of Mastodon 3.0. | tastytea | 2020-01-05 |
| | |||
* | Optimize request-flow. 😃 | tastytea | 2020-01-05 |
| | |||
* | Add [[nodiscard]] where desirable. | tastytea | 2020-01-04 |
| | |||
* | Fix headers in Doxygen output. | tastytea | 2020-01-04 |
| | |||
* | Put API endpoints in class API. | tastytea | 2020-01-04 |
| | |||
* | Add enum for API calls. | tastytea | 2020-01-03 |