Bug 32482: (follow-up) Add markup comments
[koha.git] / Koha / REST / V1.pm
2022-11-08 David CookBug 31378: (follow-up) catch startup error when missing...
2022-11-08 Agustin MoyanoBug 31378: Rename Auth Provider to Identity Provider...
2022-11-08 Agustin MoyanoBug 31378: Add API routes
2022-11-08 Jonathan DruartBug 32030: ERM - Agreement documents (FIXED)
2022-10-24 David CookBug 22678: Use Koha::Logger for Mojolicious API logger
2022-03-29 Tomas Cohen AraziBug 30194: Adapt Koha to the latest JSON::Validator...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-12 Tomas Cohen AraziBug 28189: (QA folloq-up) Fix fallback case
2021-05-12 Tomas Cohen AraziBug 28189: Move swagger file to YAML format
2020-08-31 Tomas Cohen AraziBug 25504: (QA follow-up) Remove unused include
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-05-19 Tomas Cohen AraziBug 25493: Make ->unhandled_exception use Koha::Logger
2020-04-29 Tomas Cohen AraziBug 25032: Generic unhandled exception handling on API
2020-04-16 Tomas Cohen AraziBug 25131: (QA follow-up) Move test for needs_install...
2020-03-27 Ere MaijalaBug 24700: Avoid validating REST API spec multiple...
2020-03-05 Tomas Cohen AraziBug 24369: Add CORS support to the API
2020-02-24 Jonathan DruartBug 24545: Fix license statements
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-09-14 Tomas Cohen AraziBug 21334: Add bibliographic content type definitions
2018-09-14 Tomas Cohen AraziBug 21116: Add API routes through plugins
2018-05-08 Julian MauriceBug 20402: Remove dependency on Mojo::Plugin::OAuth2...
2018-05-08 Julian MauriceBug 20402: Implement OAuth2 authentication for REST API
2018-02-08 Tomas Cohen AraziBug 20134: Remove /api/v1/app.pl from the generated...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper
2017-12-11 Tomas Cohen AraziBug 19234: (follow-up) Make Query plugin available...
2017-10-09 Tomas Cohen AraziBug 19196: Make plugin available to endpoints
2017-09-21 Lari TaskulaBug 18137: Migrate from Swagger2 to Mojolicious::Plugin...
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-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: 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-03-03 Jonathan DruartBug 15548: Move new patron related code 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