Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some warnings. | tastytea | 2020-11-13 |
| | | | | Avoid copy, initialize members in header, initialize variables. | ||
* | Reformat header files. | tastytea | 2020-11-13 |
| | |||
* | Add note about scopes in documentation for ObtainToken::step_1(). | tastytea | 2020-11-13 |
| | |||
* | Avoid copies, fix warnings. | tastytea | 2020-11-13 |
| | |||
* | Add Support for Pleroma 2.0.2. | tastytea | 2020-04-18 |
| | | | | Add endpoint: /api/pleroma/admin/users/:nickname/update_credentials | ||
* | Remove unused using declaration. | tastytea | 2020-04-18 |
| | |||
* | Define copy constructor for instance. | tastytea | 2020-03-21 |
| | | | | | Needed because the underlying CURLWrapper is not copied but freshly created, so access_token, proxy, cainfo and useragent have to be set. | ||
* | Set access token in CURLWrapper too if it is set in Instance. | tastytea | 2020-03-21 |
| | |||
* | Allow argument in constructor of Connection to be const. | tastytea | 2020-03-20 |
| | |||
* | Add missing constructors and assignment operators | tastytea | 2020-03-20 |
| | | | | … to Instance and Connection. | ||
* | Add copy constructor for CURLWrapper. | tastytea | 2020-03-20 |
| | | | | | The copy constructor does the same as the constructor. A new CURL handle is used for the “copy”. | ||
* | 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 | ||
* | Typo: A space too much. | tastytea | 2020-02-12 |
| | |||
* | Mark unescape_html() nodiscard. | tastytea | 2020-02-03 |
| | |||
* | Rename buffer_mutex → _buffer_mutex. | tastytea | 2020-01-28 |
| | |||
* | Add clang-tidy exceptions for http_method. | tastytea | 2020-01-27 |
| | |||
* | Make some private members of CURLWrapper static. | tastytea | 2020-01-26 |
| | | | | replace_parameter_in_uri(), add_parameters_to_uri() and add_mime_part(). | ||
* | Add nlohmann-json example. | tastytea | 2020-01-26 |
| | |||
* | Make set_proxy(), set_cainfo(), set_useragent() virtual. | tastytea | 2020-01-24 |
| | |||
* | Mark CURLWrapper::get_buffer() inline. | tastytea | 2020-01-24 |
| | |||
* | Fix decumentation for CURLWrapper destructor. | tastytea | 2020-01-24 |
| | |||
* | Enhance documentation for Instance and Connection. | tastytea | 2020-01-24 |
| | |||
* | Mark buffer variables const. | tastytea | 2020-01-20 |
| | |||
* | Clarify documentation for Instance::ObtainToken::step_2(). | tastytea | 2020-01-20 |
| | |||
* | Instance is not a function. | tastytea | 2020-01-20 |
| | |||
* | Report right headerfile location for Instance::ObtainToken. | tastytea | 2020-01-20 |
| | |||
* | Indentation fix. | tastytea | 2020-01-18 |
| | |||
* | Fix header names in documentation. | tastytea | 2020-01-17 |
| | |||
* | Make main page of reference more precise. | tastytea | 2020-01-17 |
| | |||
* | Mention the dependency on C++17. | tastytea | 2020-01-17 |
| | |||
* | Remove useless const. | tastytea | 2020-01-16 |
| | |||
* | Add example to unescape_html() documentation. | tastytea | 2020-01-16 |
| | |||
* | Add unescape_html(). | tastytea | 2020-01-15 |
| | |||
* | Use bracket initialization in example code. | tastytea | 2020-01-14 |
| | |||
* | Mark parse_pagination() nodiscard. | tastytea | 2020-01-14 |
| | |||
* | Removed superfluous const from parameter for readability. | tastytea | 2020-01-14 |
| | |||
* | Add documentation for set_useragent(). | tastytea | 2020-01-14 |
| | |||
* | Mark ObtainToken constructor explicit. | tastytea | 2020-01-14 |
| | |||
* | Move types into types.hpp and add answer_type::next() and prev(). | tastytea | 2020-01-14 |
| | |||
* | Remove Instance::get_proxy() and Instance::get_cainfo(). | tastytea | 2020-01-12 |
| | | | | | We can't get the values that were set using environment variables or build-time options. We don't need them anymore for initializing “Connection”s. | ||
* | Add set_useragent(). | tastytea | 2020-01-12 |
| | |||
* | Simplify connection setup. | tastytea | 2020-01-12 |
| | | | | By adding CURLWrapper::setup_connection_properties. | ||
* | Mark CURLWrapper::escape_url() and unescape_url() nodiscard. | tastytea | 2020-01-12 |
| | |||
* | Hide CURLWrapper::set_proxy(). | tastytea | 2020-01-12 |
| | |||
* | Fix @since-tags that point to nonexisting versions. | tastytea | 2020-01-12 |
| | |||
* | Add ObtainToken-example. | tastytea | 2020-01-12 |
| | |||
* | Add Instance::ObtainToken. | tastytea | 2020-01-12 |
| | |||
* | Marked some functions noexcept. | tastytea | 2020-01-12 |
| | |||
* | Add missing header. | tastytea | 2020-01-12 |
| | |||
* | Add Instance::set_cainfo(). | tastytea | 2020-01-12 |
| |