Bug 22521: DBRev 18.12.00.055
[koha.git] / Koha / REST /
2019-04-10 Martin RenvoizeBug 22600: Add 'api' to interface types and set appropr...
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-29 Nick ClemensBug 13895: (follow-up) Add Modern::Perl
2019-03-28 Tomas Cohen AraziBug 13895: (QA follow-up) Make the class plural
2019-03-28 Josef MoravecBug 13895: Adapt naming according to voted RFC
2019-03-28 Josef MoravecBug 13895: (follow-up) Fix POST response
2019-03-28 Josef MoravecBug 13895: Remove the opac checks in privileged endpoint
2019-03-28 Josef MoravecBug 13895: (follow-up) Adapt checkout endpoint to opena...
2019-03-28 Julian MauriceBug 13895: Add API routes for checkouts retrieval and...
2019-03-22 Andrew IsherwoodBug 18589: Show ILLs as part of patron profile
2019-03-22 Matthias MeusburgerBug 19661: Add and change properties and parameters...
2019-03-22 Matthias MeusburgerBug 19661: Use Koha::Acquisition::Funds instead of...
2019-03-22 Matthias MeusburgerBug 19661: REST API - Funds Endpoint
2019-03-21 Josef MoravecBug 21683: Remove accountlines.accountno
2019-03-15 Tomas Cohen AraziBug 22206: (follow-up) Voted RFC changes
2019-03-15 Tomas Cohen AraziBug 22206: Add routes to suspend/resume holds
2019-03-15 Tomas Cohen AraziBug 20006: (follow-up) Plural class name
2019-03-15 Tomas Cohen AraziBug 20006: Adapt /holds to the RFC
2019-03-15 Andrew IsherwoodBug 20563: Allow display of requested partners
2019-03-15 Andrew IsherwoodBug 21063: Add "Columns settings" for ILL
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Tweaking call to haspermission
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Corrections to logic in check...
2019-03-08 Martin RenvoizeBug 22483: Explicitly ban 'undef' as a valid $flagsrequired
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-02-22 Andrew IsherwoodBug 20581: API provide status_alias embed
2019-02-19 Martin RenvoizeBug 20600: (follow-up) Fix critic error
2019-02-19 Andrew IsherwoodBug 20600: (follow-up) Rebase on current master
2019-02-19 Andrew IsherwoodBug 20600: (follow-up) Do not use $_ in loop
2019-02-19 Andrew IsherwoodBug 20600: Add filtering of ILL requests in list
2019-02-19 Tomas Cohen AraziBug 16497: (follow-up) Adapt to existing guidelines...
2019-02-19 Alex ArnaudBug 16497: Add POD in Koha/REST/V1/Library.pm
2019-02-19 Jiří KozlovskýBug 16497: Add /api/v1/libraries
2019-01-30 Tomas Cohen AraziBug 22132: Add Basic authentication to the API
2019-01-28 Tomas Cohen AraziBug 22061: (follow-up) set_password expects a hashref
2019-01-28 Tomas Cohen AraziBug 22061: (QA follow-up) Rename password_2 => password...
2019-01-28 Tomas Cohen AraziBug 22061: Public route to change password
2019-01-28 Tomas Cohen AraziBug 22061: Add a /public namespace that can be switched...
2019-01-28 Tomas Cohen AraziBug 17006: (follow-up) set_password expects a hashref
2019-01-28 Tomas Cohen AraziBug 17006: Add /patrons/{patron_id}/password
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Add POD for validate_query_param...
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Simplify code
2019-01-04 Tomas Cohen AraziBug 22071: Make authenticate_api_request stash koha...
2019-01-08 Tomas Cohen AraziBug 21786: Make balance and credits endpoints handle...
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
next