Bug 9573: Lost items report - Add items.notforloan as a filter
[koha.git] / Koha / REST /
2018-02-16 Kyle M HallBug 20004: Fix POD
2018-02-16 Tomas Cohen AraziBug 20004: Adapt /v1/cities to new naming guidelines
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
2018-02-12 Jonathan DruartBug 18403: REST API - patrons endpoint
2018-02-08 Tomas Cohen AraziBug 20134: Remove /api/v1/app.pl from the generated...
2018-01-30 Julian MauriceBug 16213: Allow to select hold's itemtype when using API
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: (follow-up) Make Query plugin available...
2017-12-11 Tomas Cohen AraziBug 19234: Add query parameters handling helpers
2017-11-09 Magnus EngerBug 7317: QA followup
2017-11-09 Tomas Cohen AraziBug 7317: (followup) Migrate endpoint to OpenAPI
2017-11-09 Alex SassmannshausenBug 7317: Interlibrary loans framework for Koha.
2017-10-09 Tomas Cohen AraziBug 19196: Rename page and per_page
2017-10-09 Tomas Cohen AraziBug 19196: Make plugin available to endpoints
2017-10-09 Tomas Cohen AraziBug 19196: Add Koha::REST::Plugin::Pagination
2017-09-29 Jonathan DruartBug 18120: Tidy up
2017-09-29 Tomas Cohen AraziBug 18120: (QA followup) Add POD to controler class
2017-09-29 Tomas Cohen AraziBug 18120: Add '/acquisitions/vendors' endpoint
2017-09-21 Lari TaskulaBug 18137: (QA-follow-up) Fix pod fail
2017-09-21 Lari TaskulaBug 18137: (follow-up) Fix handling DBIx::Class::Except...
2017-09-21 Lari TaskulaBug 18137: Make /holds Mojolicious::Plugin::OpenAPI...
2017-09-21 Lari TaskulaBug 18137: Make /cities Mojolicious::Plugin::OpenAPI...
2017-09-21 Lari TaskulaBug 18137: Make /patrons Mojolicious::Plugin::OpenAPI...
2017-09-21 Lari TaskulaBug 18137: Migrate from Swagger2 to Mojolicious::Plugin...
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-07-10 Jonathan DruartBug 18277: Remove GetBiblionumberFromItemnumber - Easy...
2017-04-24 Tomas Cohen AraziBug 18409: Make the controller for holds use Koha:...
2017-03-03 Tomas Cohen AraziBug 17992: REST api: Remove the use of ->unblessed...
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Fix /patrons endpoint
2016-12-20 Jonathan DruartBug 17796: Move Koha::OldIssue[s] to Koha::Checkout[s]
2016-12-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
2016-10-28 Jonathan DruartBug 17428: (QA followup) Remove warning
2016-10-28 Martin RenvoizeBug 17428: [REST] best practice followup
2016-10-28 Tomas Cohen AraziBug 17428: [REST] Koha::REST::V1::Cities introduced
2016-10-21 Jonathan DruartBug 17445: Move the params check after the authenticati...
2016-10-21 Jonathan DruartBug 17445: Just some refactoring
2016-10-21 Martin RenvoizeBug 17445: Add 'malformed query' error response
2016-10-11 Martin RenvoizeBug 17432: Remove minification
2016-09-02 Tomas Cohen AraziBug 14868: (QA followup) POD fixes
2016-09-02 Tomas Cohen AraziBug 14868: (QA followup) Change permission check order
2016-09-02 Lari TaskulaBug 14868: Display required permissions in permission...
2016-09-02 Lari TaskulaBug 14868: Use x-koha-authorization in current routes
2016-09-02 Lari TaskulaBug 14868: Give users possibility to request their...
2016-09-02 Olli-Antti KivilahtiBug 14868: Swagger2-driven Permission checking
2016-08-26 Lari TaskulaBug 16699: Move Swagger-related files to api/v1/swagger
2016-08-25 Lari TaskulaBug 16212: Use swagger.min.json insted of swagger.json
2016-08-23 Tomas Cohen AraziBug 17050: (QA followup) Use Mojo::Transaction to get...
2016-08-23 Jonathan DruartBug 17050: Do not kick the session out when accessing...
2016-07-08 Julian MauriceBug 16271: Allow more filters on /api/v1/holds
2016-05-04 Julian MauriceBug 13903: (QA followup) change routes to /holds
2016-05-04 Julian MauriceBug 13903: Add API routes to list, create, update,...
2016-05-04 Martin RenvoizeBug 15126: x-mojo-controller deprecation
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2015-11-04 Julian MauriceBug 13799: Reword 'borrower' to 'patron'
2015-11-04 Julian MauriceBug 13799: Allow to set Mojolicious secret in $KOHA_CONF
2015-11-04 Julian MauriceBug 13799: Add missing license notices
2015-11-04 Julian MauriceBug 13799: Add cookie-based authentication to REST API
2015-11-04 Julian MauriceBug 13799: RESTful API with Mojolicious and Swagger2