Bug 29018: Make DELETE /patrons/:patron_id check things
[koha.git] / Koha / REST / V1 / Patrons.pm
2022-01-10 Tomas Cohen AraziBug 29018: Make DELETE /patrons/:patron_id check things
2021-04-22 Tomas Cohen AraziBug 28002: Add extended_attributes support to POST...
2021-03-09 Tomas Cohen AraziBug 27855: Make GET /patrons/:patron_id use objects...
2021-03-09 Tomas Cohen AraziBug 27854: Clean GET /patrons controller
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
2020-11-06 Tomas Cohen AraziBug 14708: (QA follow-up) Add tests
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Use try/catch blocks when...
2020-09-02 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-04-29 Tomas Cohen AraziBug 25048: Make successful resource deletion return 204
2020-04-29 Tomas Cohen AraziBug 25032: Make existing controllers use unhandled_exce...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-08 Tomas Cohen AraziBug 24321: Clean /patrons
2020-01-08 Tomas Cohen AraziBug 23893: Use in /patrons
2020-01-03 Jonathan DruartBug 21684: Adjust some tests
2019-11-01 Tomas Cohen AraziBug 23860: Make the patrons endpoint add the Location...
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Patron
2019-09-23 Tomas Cohen AraziBug 23584: Add the controller method and tests
2019-04-25 Tomas Cohen AraziBug 22729: Adapt /patrons controller code to the change
2019-04-18 Tomas Cohen AraziBug 21336: Fix the 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-10-19 Jonathan DruartBug 21600: Use str param instead of dt for output_pref
2018-10-19 Tomas Cohen AraziBug 21600: /patrons should have timestamp/datetime...
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of ModMember in REST API
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember in REST API
2018-03-29 Tomas Cohen AraziBug 19784: Adapt /v1/patrons to new naming guidelines
2018-03-29 Josef MoravecBug 16330: (QA follow-up) Update usage of search plugin...
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: (QA follow-up) Repect guidelines on plurals...
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'