Bug 26633: Add REST API for managing transfer limits
[koha.git] / Koha / REST / Plugin /
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Handle no results correctly
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Add POD
2021-03-09 Agustin MoyanoBug 26636: Add objects.find helper
2021-03-01 Tomas Cohen AraziBug 27680: Add support for param[] syntax
2021-03-01 Martin RenvoizeBug 27680: Allow traditional multi-params to work
2021-03-01 Martin RenvoizeBug 27680: Add support for sorting fields with multiple...
2021-01-29 Tomas Cohen AraziBug 27034: Do not use path parameters on building the...
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-05 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
2020-06-24 Tomas Cohen AraziBug 25570: Paginate results by default in objects-...
2020-06-23 Jonathan DruartBug 25774: Handle utf8 chars in REST API queries
2020-05-19 Tomas Cohen AraziBug 25493: Make ->unhandled_exception use Koha::Logger
2020-04-29 Tomas Cohen AraziBug 25032: Chomp stringified exception
2020-04-29 Tomas Cohen AraziBug 25032: Generic unhandled exception handling on API
2020-04-16 Tomas Cohen AraziBug 25131: (QA follow-up) Move test for needs_install...
2020-04-16 Tomas Cohen AraziBug 25131: Skip loading API plugins if Koha is not...
2020-03-27 Ere MaijalaBug 24700: Avoid validating REST API spec multiple...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-20 Agustin MoyanoBug 24830: Fix parse_prefetch recursion and +count...
2020-03-03 Agustin MoyanoBug 24615: Make object.search helper also order by...
2020-03-03 Agustin MoyanoBug 24502: object.search also filter by prefetched...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
2020-01-31 Tomas Cohen AraziBug 24528: Add a syntax to x-koha-embed to specify...
2020-01-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-23 Agustin MoyanoBug 24432: Use from_api_mapping to translate column...
2020-01-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-08 Tomas Cohen AraziBug 24302: Add a way to specify nested objects to embed...
2020-01-08 Tomas Cohen AraziBug 24321: Make objects.search use mappings from Koha...
2020-01-08 Tomas Cohen AraziBug 24321: Make dbic_merge_sorting accept a result...
2019-12-10 Tomas Cohen AraziBug 24191: Make objects.search pass to_model to dbic_me...
2019-12-10 Tomas Cohen AraziBug 24191: Add to_model param to _build_order_atom...
2019-06-18 Agustin MoyanoBug 22835: (follow-up) Remove comented code
2019-06-18 Agustin MoyanoBug 22835: Serve plugin static files through API
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2018-09-14 Tomas Cohen AraziBug 21116: Add API routes through plugins
2018-02-16 Tomas Cohen AraziBug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen AraziBug 19686: Add objects.search a 'to_model' param
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper
2017-12-11 Tomas Cohen AraziBug 19370: (QA follow-up) Use OpenAPI's handling of...
2017-12-11 Tomas Cohen AraziBug 19370: Remove undefined variable warning
2017-12-11 Tomas Cohen AraziBug 19370: Add helper function for order_by attribute...
2017-12-11 Tomas Cohen AraziBug 19278: Mention RESTdefaultPageSize in POD
2017-12-11 Jonathan DruartBug 19278: (follow-up) Make the pagination plugin use...
2017-12-11 Tomas Cohen AraziBug 19278: Make the pagination plugin use RESTdefaultPa...
2017-12-11 Tomas Cohen AraziBug 19369: Add helper function for pagination attribute...
2017-12-11 Tomas Cohen AraziBug 19234: Add query parameters handling helpers
2017-10-09 Tomas Cohen AraziBug 19196: Rename page and per_page
2017-10-09 Tomas Cohen AraziBug 19196: Add Koha::REST::Plugin::Pagination