Bug 33971: Remove x-koha-query handing in Orders.pm
[koha.git] / Koha / REST /
2022-11-08 Jonathan DruartBug 32030: Link eHolding with packages
2022-11-08 Jonathan DruartBug 32030: eHoldings - Koha classes
2022-11-08 Jonathan DruartBug 32030: Link agreements to a package
2022-11-08 Jonathan DruartBug 32030: ERM - Package - Koha classes
2022-11-08 Jonathan DruartBug 32030: ERM - Documents - FIXME
2022-11-08 Jonathan DruartBug 32030: ERM - related agreement - REST API
2022-11-08 Jonathan DruartBug 32030: ERM - link licenses to an agreement
2022-11-08 Jonathan DruartBug 32030: ERM - Licenses
2022-11-08 Jonathan DruartBug 32030: ERM - REST API - GET POST PUT DELETE specs
2022-11-08 Jonathan DruartBug 32030: ERM - Users
2022-11-08 Jonathan DruartBug 32030: rename filter_by_have_subpermission with...
2022-11-08 Jonathan DruartBug 32030: ERM - Koha::REST::V1::ERM::Agreements
2022-11-04 Kyle M HallBug 24860: Implement reserves.item_group_id
2022-10-24 Marcel de RooyBug 22678: Replace a few unneeded Koha::Logger calls
2022-10-24 David CookBug 22678: Use Koha::Logger for Mojolicious API logger
2022-10-21 Jonathan DruartBug 30588: Add the option to require 2FA setup on first...
2022-10-21 Tomas Cohen AraziBug 17170: (QA follow-up) Spec cleanup
2022-10-21 Nick ClemensBug 17170: Add API route for SearchFilters
2022-09-23 Marcel de RooyBug 30982: (QA follow-up) Spelling
2022-09-23 Tomas Cohen AraziBug 30982: API tweaks
2022-09-23 Martin RenvoizeBug 30982: Make code more re-usable
2022-09-23 Jonathan DruartBug 30982: Add tests and implement GET /background_jobs/$id
2022-09-23 Jonathan DruartBug 30982: Use the REST API for background job list...
2022-08-22 Jonathan DruartBug 29939: Use the REST API for ratings
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-08-16 Jonathan DruartBug 27342: Remove dbh from C4::Auth
2022-08-09 Kyle M HallBug 28787: (QA follow-up) Remove unused variable
2022-08-09 Marcel de RooyBug 28787: (follow-up) Typo and additional test
2022-08-09 Jonathan DruartBug 28787: Don't send the notice if we are not waiting...
2022-08-09 Jonathan DruartBug 28787: Rename the REST API route to /auth/otp/token...
2022-08-09 Marcel de RooyBug 28787: Typo authenticaction
2022-08-09 Marcel de RooyBug 28787: (follow-up) Changes in API auth, moved otp...
2022-08-09 Jonathan DruartBug 28787: Send a notice with the TOTP token
2022-07-13 Martin RenvoizeBug 28854: (follow-up) Use barcodedecode in Koha::REST...
2022-07-13 Martin RenvoizeBug 28854: Expose functionality to attach items to...
2022-07-11 Tomas Cohen AraziBug 31104: Put each link on a separate header
2022-07-08 Nick ClemensBug 24857: API spec
2022-07-05 Martin RenvoizeBug 30275: Add `/api/v1/checkouts/{checkout_id}/renewals`
2022-07-05 Martin RenvoizeBug 30275: Rename issues.renewals to issues.renewals_count
2022-06-28 Martin RenvoizeBug 30677: Cleanup
2022-06-28 Martin RenvoizeBug 30677: Use lookahead in regex for biblioitem replac...
2022-06-02 Tomas Cohen AraziBug 30855: Rename /import => /import_batches
2022-05-06 Nick ClemensBug 29926: Add pasword expiration route for API
2022-05-06 Nick ClemensBug 29924: Add password expiration feature
2022-05-05 Tomas Cohen AraziBug 30663: Implement overrides handling in POST /sugges...
2022-05-03 Martin RenvoizeBug 30536: (QA follow-up) POD + Spec Consistency
2022-05-03 Martin RenvoizeBug 30536: Remove validation overhead
2022-05-03 Martin RenvoizeBug 30536: Refer to parameters enum
2022-05-03 Nick ClemensBug 22785: Allow option to choose which record match...
2022-04-12 Martin RenvoizeBug 29810: Add 'x-koha-embed' to reserved words
2022-04-04 Tomas Cohen AraziBug 30394: Add x-koha-request-id handling in controllers
2022-04-04 Jonathan DruartBug 30055: /api/v1/acquisitions/funds/owners and users...
2022-04-04 Jonathan DruartBug 30055: Use /acquisitions/baskets/managers for baske...
2022-04-04 Jonathan DruartBug 30055: Use /api/v1/suggestions/managers to list...
2022-03-29 Martin RenvoizeBug 30194: (follow-up) Remove reference to swagger...
2022-03-29 Tomas Cohen AraziBug 30194: Adapt Koha to the latest JSON::Validator...
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Allow objects.search usage outsi...
2022-03-22 Tomas Cohen AraziBug 30165: (follow-up) Fix GET /acquisitions/orders
2022-03-22 Tomas Cohen AraziBug 30165: Make q parameter 'multi'
2022-03-09 Nick ClemensBug 22993: Handle default messaging preferences during...
2022-03-04 Tomas Cohen AraziBug 29877: Make POST /holds handle maxreserves correctly
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2022-02-25 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-02-25 Tomas Cohen AraziBug 30133: Fix pagination in /biblios/:bibio_id/pickup_...
2022-02-25 Tomas Cohen AraziBug 30133: Simplify code
2022-02-25 Nick ClemensBug 30133: Avoid calling c->objects->search twice
2022-02-15 Jonathan DruartBug 29570: Simplify for loop
2022-02-15 Tomas Cohen AraziBug 29570: Fix sorting orders by biblioitems columns
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-03 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-02-01 Martin RenvoizeBug 29906: (follow-up) Clarify actual code use
2022-02-01 Petro VashchukBug 29906: fix when hold record forcibly gets unwanted...
2022-02-01 Tomas Cohen AraziBug 29562: (follow-up) Fix API controller
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-19 Tomas Cohen AraziBug 29806: Fix POST /holds use of pickup_locations
2022-01-19 Tomas Cohen AraziBug 29464: Make GET /acquisitions/orders honour sorting
2022-01-06 Tomas Cohen AraziBug 29508: Make GET /patrons/:patron_id use Koha::Patro...
2022-01-06 Tomas Cohen AraziBug 29506: (follow-up) Adapt GET /patrons
2022-01-06 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2022-01-06 Tomas Cohen AraziBug 29503: Make GET /patrons use Koha::Patrons->search_...
2022-01-05 Tomas Cohen AraziBug 29772: Make DELETE /patrons/:patron_id return error...
2022-01-05 Tomas Cohen AraziBug 29765: Adjust DELETE /patrons/:patron_id controller
2022-01-05 Tomas Cohen AraziBug 29741: (follow-up) Make DELETE /patrons use the...
2022-01-05 Tomas Cohen AraziBug 28020: Add error_code to error responses
2022-01-05 Tomas Cohen AraziBug 29018: Make DELETE /patrons/:patron_id check things
2021-11-03 Jonathan DruartBug 24850: Correctly handle suspended_until for PUT
2021-11-03 Jonathan DruartBug 24850: Fix api/v1/holds.t
2021-10-28 Tomas Cohen AraziBug 29290: Add GET /biblios/:biblio_id/checkouts
2021-10-28 Tomas Cohen AraziBug 27358: Add GET /public/biblios/:biblio_id/items
2021-10-28 Tomas Cohen AraziBug 28948: Teach objects.search about public requests
2021-10-28 Tomas Cohen AraziBug 28948: Make is_public stashed on public routes
2021-10-28 Tomas Cohen AraziBug 17314: Implement /suggestions routes
2021-10-28 Tomas Cohen AraziBug 29272: (QA follow-up) Category setup overrides...
2021-10-28 Tomas Cohen AraziBug 29272: Make public password changing honour categor...
2021-10-18 Jonathan DruartBug 28785: Adjust check_cookie_auth calls
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Make parameters a hashref
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Clarify permissions
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Refactor routes
2021-10-06 Agustin MoyanoBug 27947: Add cancellation reason to article request
2021-09-21 Tomas Cohen AraziBug 29032: Pre-load ILL backends to speed up response
next