Bug 27353: Set X-Base-Total-Count header for REST API
[srvgit] / Koha / REST / Plugin / Objects.pm
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
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-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-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-08 Tomas Cohen AraziBug 24321: Make objects.search use mappings from Koha...
2019-12-10 Tomas Cohen AraziBug 24191: Make objects.search pass to_model to dbic_me...
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-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