Bug 18508: Fix t/db_dependent/api/v1/swagger/definitions.t (follow-up of 6758)
[koha.git] / Koha / REST /
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