Bug 36676: SIP2 drops connection on unknown patron id in fee paid message
[koha.git] / Koha / REST /
2024-05-28 Tomas Cohen AraziBug 36420: Allow Basic authentication using `cardnumber`
2024-05-28 Tomas Cohen AraziBug 35129: Return 400 if _per_page=0 passed
2024-05-28 Tomas Cohen AraziBug 36421: Make sure pre-controller errors are correctl...
2024-05-13 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-19 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-19 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-19 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-19 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-19 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-19 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-02-21 Tomas Cohen AraziBug 29510: (follow-up) Adapt GET /patrons/:patron_id
2024-02-21 Tomas Cohen AraziBug 29510: Make objects.find call search_limited if...
2024-02-02 Marcel de RooyBug 34999: Throw exception for public routes if OPACMai...
2024-01-24 David CookBug 34893: Add checkpw change to REST API
2024-01-19 Tomas Cohen AraziBug 32551: HTTP_ACCEPT_LANGUAGE legacy CGI variable...
2024-01-04 Matt BlenkinsopBug 35204: Prevent an expired password from throwing...
2023-11-08 Tomas Cohen AraziBug 34008: (QA follow-up) 'item_type_id' should be...
2023-11-08 Andreas JonssonBug 34008: Add REST endpoint for list of itemtypes
2023-11-02 Marcel de RooyBug 33606: (QA follow-up) Cosmetic changes
2023-11-02 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-10-25 Tomas Cohen AraziBug 35053: Make sure request is checked as an item...
2023-10-25 Marcel de RooyBug 34271: Remove a few Logger statements from REST API
2023-10-05 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-09-21 Arthur SuzukiBug 32942: (QA follow-up) Moving Suggestion->STATUS...
2023-09-14 Kyle M HallBug 34731: Don't call SendQueuedMessages if message_id...
2023-09-08 Marcel de RooyBug 34339: (QA follow-up) Replace new by search in...
2023-09-08 Jonathan DruartBug 34339: Avoid relying on $c->validation - ERM
2023-09-08 Tomas Cohen AraziBug 34339: (bug 33556 follow-up) Easy ERM-related changes
2023-08-30 Tomas Cohen AraziBug 34313: Add patron information in pass validation...
2023-08-22 Tomas Cohen AraziBug 34024: (QA follow-up) Allow pickup location changin...
2023-08-22 Tomas Cohen AraziBug 34024: Block changing pickup location for found...
2023-08-17 Tomas Cohen AraziBug 34365: Add cancellation request flow to DELETE...
2023-08-08 Martin RenvoizeBug 32739: (follow-up) QA Cleanup
2023-08-08 Tomas Cohen AraziBug 32739: Allow other patron identifier on pwd validation
2023-08-08 Tomas Cohen AraziBug 33556: Avoid relying on $c->validation
2023-08-08 Tomas Cohen AraziBug 33556: Path parameters are handled explicitly in...
2023-07-18 Tomas Cohen AraziBug 33817: (QA follow-up) Fix tidyness
2023-07-18 Jonathan DruartBug 33817: Enforce server-side
2023-07-18 Tomas Cohen AraziBug 33974: (follow-up) _order_by is not always an arrayref
2023-07-17 Martin RenvoizeBug 33974: (QA follow-up) Remove superflous import
2023-07-17 Tomas Cohen AraziBug 33974: (follow-up) Adapt the orders endpoint
2023-07-17 Tomas Cohen AraziBug 33974: Make biblioitem columns searchable in a...
2023-07-17 Tomas Cohen AraziBug 33573: Add public endpoint for cancelling holds
2023-07-17 Lucas GassBug 33176: Enforce RequirePaymentType with API
2023-06-26 Jonathan DruartBug 33904: Fix 2FA registration when library name has...
2023-06-09 Owen LeonardBug 33859: Use the phrase 'Identity providers' instead...
2023-05-30 Tomas Cohen AraziBug 33854: Fix typo in ImportBatchProfiles controller
2023-05-19 Tomas Cohen AraziBug 33675: Add CSRF protection to OAuth/OIDC authentication
2023-05-18 David CookBug 33708: Allow anonymous access to OAuth endpoints
2023-05-18 Tomas Cohen AraziBug 33708: Make staff interface login not require publi...
2023-05-15 Agustin MoyanoBug 8179: Receive multiple orders
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-05-11 Tomas Cohen AraziBug 33053: Handle invalid biblio_id more robustly
2023-05-09 Agustin MoyanoBug 31799: (follow-up) Tidy up and fix duplicate barcod...
2023-05-09 Agustin MoyanoBug 31799: Add REST endpoint to modify a biblio's item
2023-05-05 Kyle M HallBug 31798: (QA follow-up) Remove use Koha::Item, we...
2023-05-05 Nick ClemensBug 31798: (follow-up) Handle all values of autoBarcode
2023-05-05 Agustin MoyanoBug 31798: (follow-up) Tidy up and add duplicate barcod...
2023-05-05 Agustin MoyanoBug 31798: Add REST endpoint to add a biblio's item
2023-05-05 Martin RenvoizeBug 21043: Handle exceptions and switch to debit response
2023-05-05 Agustin MoyanoBug 21043: Add debit REST endpoint
2023-05-05 Martin RenvoizeBug 29453: Add endpoints for fetching patron credits...
2023-05-05 Agustin MoyanoBug 32735: Add endpoint to list authorities
2023-05-05 Agustin MoyanoBug 31796: Add REST endpoint to modify an authority
2023-05-05 Tomas Cohen AraziBug 31795: (follow-up) Mock call to FindDuplicateAuthority
2023-05-05 Tomas Cohen AraziBug 31795: (QA follow-up) Use x-koha-override header
2023-05-05 Agustin MoyanoBug 31795: Add REST endpoint to add an authority
2023-05-05 Nick ClemensBug 33470: Don't calculate overridden hold limits
2023-05-05 Pedro AmorimBug 22440: Move backend statuses api endpoint
2023-05-05 Pedro AmorimBug 22440: ILL API changes
2023-05-05 Tomas Cohen AraziBug 22440: Add Koha::Illrequests->filter_by_visible
2023-05-05 Tomas Cohen AraziBug 33328: Rename x-marc-schema => x-record-schema
2023-05-05 Jonathan DruartBug 33482: Propagate errors from EBSCO's ws to the UI
2023-03-31 Pedro AmorimBug 28641: ILLHiddenRequestStatuses does not consider...
2023-03-31 Martin RenvoizeBug 33146: Add public items lookup route
2023-03-31 Tomas Cohen AraziBug 32336: (QA follow-up) Use $metadata->schema
2023-03-31 Julian MauriceBug 32336: Fix encoding of MARCXML output for REST...
2023-03-28 Marcel de RooyBug 32426: (follow-up) Fix api/v1/patrons.t
2023-03-27 Julian MauriceBug 33021: Show an alert when adding a reserved item...
2023-03-27 Martin RenvoizeBug 32121: (QA follow-up) Use error_code rather than key
2023-03-27 Julian MauriceBug 32121: Show an alert when adding a checked out...
2023-03-20 Tomas Cohen AraziBug 33227: Remove invalid spec and adjust the code...
2023-03-16 Martin RenvoizeBug 32713: Throw exception on unexpected x-koha-embed...
2023-03-14 Martin RenvoizeBug 32118: Add optional support for `:` as the modifier
2023-03-13 Tomas Cohen AraziBug 32734: (QA follow-up) Make use of $c->objects-...
2023-03-13 Agustin MoyanoBug 32734: Add REST endpoint to list biblios
2023-03-13 Agustin MoyanoBug 31801: Add REST endpoint to modify a biblio
2023-03-10 Tomas Cohen AraziBug 33080: Adapt other use-cases
2023-03-10 Tomas Cohen AraziBug 33080: Allow pagination to be built from stashed...
2023-03-10 Tomas Cohen AraziBug 33080: Introduce objects.search_rs, objects.find_rs...
2023-03-10 Agustin MoyanoBug 31800: Add REST endpoint to add a biblio
2023-03-10 Tomas Cohen AraziBug 31793: (QA follow-up) DelAuthority doesn't return...
2023-03-10 Agustin MoyanoBug 31793: Add REST endpoint to delete authorities
2023-03-10 Tomas Cohen AraziBug 33161: Add +strings support to GET /items and ...
2023-03-06 Agustin MoyanoBug 31794: Add REST endpoint to get an authority
2023-03-06 Martin RenvoizeBug 31028: (follow-up) Update notice module codes
2023-03-06 Martin RenvoizeBug 31028: Add catalog concern management page to staff
2023-03-06 Martin RenvoizeBug 31028: Add API's for tickets
2023-03-02 Tomas Cohen AraziBug 32997: (QA follow-up) values => authorised_values
2023-03-02 Pedro AmorimBug 32997: Add REST API endpoint to list authorised...
next