Bug 21336: Fix the API
[koha-equinox.git] / t / db_dependent / api / v1 / patrons.t
2019-04-18 Tomas Cohen AraziBug 21336: Fix the API
2019-02-22 Tomas Cohen AraziBug 22216: Make GET /patrons/{patron_id} staff only
2019-01-11 Tomas Cohen AraziBug 22107: patrons.t doesn't need to delete existing...
2018-07-18 Tomas Cohen AraziBug 20287: Fix tests expecting a warning
2018-03-29 Tomas Cohen AraziBug 19784: Unit tests for /api/v1/patrons
2018-03-29 Tomas Cohen AraziBug 16330: Remove validation code from Koha::Patron
2018-03-29 Tomas Cohen AraziBug 16330: (QA follow-up) ModMember requires borrowernumber
2018-03-29 Tomas Cohen AraziBug 16330: Move patches to OpenAPI
2018-03-29 Benjamin RoksethBug 16330: Add routes to add, update and delete patrons
2018-02-12 Jonathan DruartBug 18403: rename Koha::Patron->can to has_permission
2017-09-21 Lari TaskulaBug 18137: Make /patrons Mojolicious::Plugin::OpenAPI...
2017-07-24 Nick ClemensBug 18826 - (QA Followup) Add mock SessionStorage to...
2017-07-24 Jonathan DruartBug 18826: rollback transaction for api tests
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Fix /patrons endpoint
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-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2015-11-04 Julian MauriceBug 13799: Rename t/.../v1/borrowers.t to t/.../v1...