Bug 24545: Fix license statements
[koha.git] / Koha / REST /
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Add missing POD
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Fix checkouts endpoint and its...
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jesse WeaverBug 18936: (follow-up) Update REST definition for ...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-01-31 Tomas Cohen AraziBug 24528: Add a syntax to x-koha-embed to specify...
2020-01-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-23 Agustin MoyanoBug 24432: Use from_api_mapping to translate column...
2020-01-14 Tomas Cohen AraziBug 24366: Merge biblioitem in Koha::Biblio->to_api
2020-01-09 Martin RenvoizeBug 18731: (QA follow-up) Spelling and POD corrections
2020-01-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-09 Tomas Cohen AraziBug 18731: /acquisitions/orders endpoint
2020-01-09 Tomas Cohen AraziBug 18731: Make authenticate_api_request stash the...
2020-01-08 Tomas Cohen AraziBug 24302: Add a way to specify nested objects to embed...
2020-01-08 Tomas Cohen AraziBug 24321: Clean /patrons
2020-01-08 Tomas Cohen AraziBug 24321: Clean /holds
2020-01-08 Tomas Cohen AraziBug 24321: Clean /patrons/{patron_id}/account
2020-01-08 Tomas Cohen AraziBug 24321: Clean /items
2020-01-08 Tomas Cohen AraziBug 24321: Clean /biblios
2020-01-08 Tomas Cohen AraziBug 24321: Clean /checkouts
2020-01-08 Tomas Cohen AraziBug 24321: Clean /libraries
2020-01-08 Tomas Cohen AraziBug 24321: Clean /acquisitions/vendors
2020-01-08 Tomas Cohen AraziBug 24321: Clean /acquisitions/funds
2020-01-08 Tomas Cohen AraziBug 24321: Clean /cities
2020-01-08 Tomas Cohen AraziBug 24321: Make objects.search use mappings from Koha...
2020-01-08 Tomas Cohen AraziBug 24321: Make dbic_merge_sorting accept a result...
2020-01-08 Tomas Cohen AraziBug 23893: Use in /patrons
2020-01-08 Tomas Cohen AraziBug 23893: Use in /cities
2020-01-03 Jonathan DruartBug 21684: Adjust some tests
2019-12-10 Tomas Cohen AraziBug 24191: Make objects.search pass to_model to dbic_me...
2019-12-10 Tomas Cohen AraziBug 24191: Add to_model param to _build_order_atom...
2019-11-01 Tomas Cohen AraziBug 23860: Make the patrons endpoint add the Location...
2019-11-01 Tomas Cohen AraziBug 23859: Make POST add the Location header on cities...
2019-10-31 Tomas Cohen AraziBug 14697: (QA follow-up) Organize tests in subtests
2019-10-31 Tomas Cohen AraziBug 14697: Make controller methods rely on the stashed...
2019-10-31 Tomas Cohen AraziBug 14697: (follow-up) Rely on the UNIQUE constraint...
2019-10-31 Kyle M HallBug 14697: Add routes to handle return claims
2019-10-29 Tomas Cohen AraziBug 23667: Add route to GET /items
2019-10-28 Tomas Cohen AraziBug 23858: (follow-up) Return code fix
2019-10-28 Tomas Cohen AraziBug 23858: Make POST add the Location header on vendors...
2019-10-24 Martin RenvoizeBug 23805: Update 'Pay' to 'PAYMENT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update references to accounttype to credit_t...
2019-10-24 Martin RenvoizeBug 23049: Update API
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Fund
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Bookseller
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Item
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Patron
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Library
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Hold
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Club::Holds
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Checkout
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Account::Line
2019-10-21 Tomas Cohen AraziBug 23770: (follow-up) Use ->to_api in /cities
2019-10-08 Josef MoravecBug 17005: Fix bad rebase
2019-10-08 Josef MoravecBug 17005: Add checked_in checkouts to REST API response
2019-10-08 Tomas Cohen AraziBug 23677: Controller method and dependencies tweak
2019-10-07 Agustin MoyanoBug 23710: (follow-up) Add tests for new features in...
2019-10-07 Agustin MoyanoBug 23710: (follow-up) Human readable error messages...
2019-10-01 Agustin MoyanoBug 19618: Add api endpoint for club holds
2019-09-23 Tomas Cohen AraziBug 23517: Add the controller method for holds prioriti...
2019-09-23 Tomas Cohen AraziBug 23584: Add the controller method and tests
2019-09-23 Martin RenvoizeBug 22837: Update callers to use new signature
2019-09-12 Lari TaskulaBug 16825: Add API route for getting an item
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-01 Josef MoravecBug 17003: (follow-up) Update definitions according...
2019-07-01 Josef MoravecBug 17003: Adapt to OpenAPI
2019-07-01 Lari TaskulaBug 17003: Add API route to get checkout's renewability
2019-06-24 Tomas Cohen AraziBug 23146: (QA follow-up) Make sure we use the absolute...
2019-06-24 Tomas Cohen AraziBug 23146: Add support for Basic auth on the OAuth2...
2019-06-20 Tomas Cohen AraziBug 9834: (QA follow-up) API Corrections
2019-06-18 Agustin MoyanoBug 22835: (follow-up) Remove comented code
2019-06-18 Agustin MoyanoBug 22835: (follow-up) Remove unwanted warn
2019-06-18 Agustin MoyanoBug 22835: Serve plugin static files through API
2019-04-26 Josef MoravecBug 15496: (QA follow-up) Change success status on api
2019-04-26 Kyle M HallBug 15496: Add API endoint for deleting a bib
2019-04-25 Andrew IsherwoodBug 21460: (follow-up) Fix bugs found in QA
2019-04-25 Andrew IsherwoodBug 21460: Simplify the code to have only 1 assignment
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-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
next