summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* add maintenance mode noticeHEADmaintastytea2022-11-13
|
* add Windows section to readmetastytea2022-11-13
| | | | Reported-by: Ben S.
* don't add -fsanitize=undefined if MinGW is usedtastytea2022-11-13
| | | | Reported-by: Ben S.
* add support for testing with catch 3tastytea2022-08-01
|
* Add repology badge.tastytea2021-05-17
|
* Make direction a string_view in answer_type::parse_pagination().tastytea2021-02-08
|
* Update .clang-tidy.tastytea2020-11-30
|
* Update Gentoo package installation.tastytea2020-11-29
|
* Add hyperlink to AUR.tastytea2020-11-27
|
* Typo in CI recipe.tastytea2020-11-20
|
* Version bump 0.5.7.tastytea2020-11-13
| | | | | Forgot to bump the version in the CMake recipe, packages couldn't be built.
* Generate API documentation with CMake.tastytea2020-11-13
|
* Fix some warnings.tastytea2020-11-13
| | | | Avoid copy, initialize members in header, initialize variables.
* Reformat examples.tastytea2020-11-13
|
* Reformat tests.tastytea2020-11-13
|
* Reformat source files.tastytea2020-11-13
|
* Reformat header files.tastytea2020-11-13
|
* Update .clang-tidy, add .clang-format.tastytea2020-11-13
|
* Add note about scopes in documentation for ObtainToken::step_1().tastytea2020-11-13
|
* ObtainToken: Change grant_type to authorization_code.tastytea2020-11-13
| | | | client_credentials worked before but not anymore. 🤷
* Add read to scopes in obtain-token example.tastytea2020-11-13
| | | | | Without that, we cannot very our credentials. Mastodon needs read::accounts, Pleroma needs read.
* Avoid copies, fix warnings.tastytea2020-11-13
|
* Bump maximum CMake version to 3.16.tastytea2020-05-19
|
* Only use add_compile_definitions with CMake >= 3.12.tastytea2020-05-19
|
* Version bump 0.5.5.tastytea2020-05-19
|
* Add -DNDEBUG for non-debug builds.tastytea2020-05-19
|
* Merge branch 'develop' into maintastytea2020-04-18
|\
| * Add Support for Pleroma 2.0.2.tastytea2020-04-18
| | | | | | | | Add endpoint: /api/pleroma/admin/users/:nickname/update_credentials
| * Remove unused using declaration.tastytea2020-04-18
|/
* Version bump 0.5.4.tastytea2020-03-21
|
* Merge branch 'develop' into maintastytea2020-03-21
|\
| * Define copy constructor for instance.tastytea2020-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.tastytea2020-03-21
|/
* Ensure that the first parameter in all GET calls is prefaced with ?.tastytea2020-03-20
| | | | | All calls to CURLWrapper::add_parameters_to_uri() but the first used & for all parameters, because the boolean keeping track was implemented wrong.
* Merge branch 'develop' into maintastytea2020-03-20
|\
| * Allow argument in constructor of Connection to be const.tastytea2020-03-20
| |
* | Version bump 0.5.2.tastytea2020-03-20
| |
* | Merge branch 'develop' into maintastytea2020-03-20
|\|
| * Add missing constructors and assignment operatorstastytea2020-03-20
| | | | | | | | … to Instance and Connection.
| * Add copy constructor for CURLWrapper.tastytea2020-03-20
| | | | | | | | | | The copy constructor does the same as the constructor. A new CURL handle is used for the “copy”.
* | Version bump 0.5.1.tastytea2020-03-12
| |
* | Merge branch 'develop' into maintastytea2020-03-12
|\|
| * Handle more than one replacement in replace_parameter_in_uri().tastytea2020-03-12
| |
| * Update parameter replacements for Pleroma 2.0.0.tastytea2020-03-12
| |
| * Updated Pleroma endpoints to version 2.0.0.tastytea2020-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
* | Merge branch 'develop' into maintastytea2020-02-16
|\|
| * Update contribution guidelines.tastytea2020-02-16
| |
| * Typo: A space too much.tastytea2020-02-12
| |
| * Make map of named entities into 2 columns.tastytea2020-02-12
| |
| * Mark unescape_html() nodiscard.tastytea2020-02-03
|/