Bug 23153: In framework management action subfields must not go directly to edition
[koha.git] / Koha / REST /
2019-04-01 Nick ClemensBug 13895: (follow-up) Add Modern::Perl
2019-04-01 Tomas Cohen AraziBug 13895: (QA follow-up) Make the class plural
2019-04-01 Josef MoravecBug 13895: Adapt naming according to voted RFC
2019-04-01 Josef MoravecBug 13895: (follow-up) Fix POST response
2019-04-01 Josef MoravecBug 13895: Remove the opac checks in privileged endpoint
2019-04-01 Josef MoravecBug 13895: (follow-up) Adapt checkout endpoint to opena...
2019-04-01 Julian MauriceBug 13895: Add API routes for checkouts retrieval and...
2019-04-01 Matthias MeusburgerBug 19661: Add and change properties and parameters...
2019-04-01 Matthias MeusburgerBug 19661: Use Koha::Acquisition::Funds instead of...
2019-04-01 Matthias MeusburgerBug 19661: REST API - Funds Endpoint
2019-03-19 Tomas Cohen AraziBug 22206: (follow-up) Voted RFC changes
2019-03-19 Tomas Cohen AraziBug 22206: Add routes to suspend/resume holds
2019-03-19 Tomas Cohen AraziBug 20006: (follow-up) Plural class name
2019-03-19 Tomas Cohen AraziBug 20006: Adapt /holds to the RFC
2019-02-25 Tomas Cohen AraziBug 16497: (follow-up) Adapt to existing guidelines...
2019-02-25 Alex ArnaudBug 16497: Add POD in Koha/REST/V1/Library.pm
2019-02-25 Jiří KozlovskýBug 16497: Add /api/v1/libraries
2019-02-01 Tomas Cohen AraziBug 22132: Add Basic authentication to the API
2019-02-01 Tomas Cohen AraziBug 17006: (follow-up) set_password expects a hashref
2019-02-01 Martin RenvoizeBug 17006: Add /patrons/{patron_id}/password
2019-01-10 Tomas Cohen AraziBug 22071: (follow-up) Add POD for validate_query_param...
2019-01-10 Tomas Cohen AraziBug 22071: (follow-up) Simplify code
2019-01-10 Tomas Cohen AraziBug 22071: Make authenticate_api_request stash koha...
2018-11-16 Andrew IsherwoodBug 21835: Fix display of request ID
2018-11-02 Andrew IsherwoodBug 20996: (follow-up) Fix merge problems
2018-11-02 Andrew IsherwoodBug 20996: Further enhance performance
2018-11-02 Andrew IsherwoodBug 20996: Remove prefix use of borrower category
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-10-09 Martin RenvoizeBug 11897: Stockrotation
2018-09-15 Tomas Cohen AraziBug 20777: (follow-up) Remove 'dispute' reference in...
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-08-31 Tomas Cohen AraziBug 20944: Fix perlcritic issues
2018-08-31 Tomas Cohen AraziBug 20944: Add route to add credits to a patron's account
2018-08-24 Nick ClemensBug 15524: (RM follow-up) Fix calls and add filter
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-07-18 Tomas Cohen AraziBug 20942: (QA follow-up) Use $lines->total_outstanding
2018-07-18 Tomas Cohen AraziBug 20942: Split debit and credit lines
2018-07-18 Tomas Cohen AraziBug 20942: Add route to get patron's account balance
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-05-09 Tomas Cohen AraziBug 20624: Net::OAuth2::AuthorizationServer is not...
2018-05-09 Tomas Cohen AraziBug 20624: (QA follow-up) Add missing POD in Koha:...
2018-05-09 Tomas Cohen AraziBug 20624: (QA follow-up) Handle missing deps gracefuly
2018-05-09 Tomas Cohen AraziBug 20624: Make /api/v1/oauth/token respect RESTOAuth2C...
2018-05-09 Tomas Cohen AraziBug 20612: Make OAuth2 use patron's client_id/secret...
2018-05-08 Julian MauriceBug 20402: Remove useless call to Koha::OAuthAccessToke...
2018-05-08 Julian MauriceBug 20402: Remove dependency on Mojo::Plugin::OAuth2...
2018-05-08 Julian MauriceBug 20402: Don't look at cookies if OAuth2 is attempted...
2018-05-08 Julian MauriceBug 20402: Implement OAuth2 authentication for 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...
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-03-15 Tomas Cohen AraziBug 20167: Make changing a hold pass the itemnumber...
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]
next