Bug 9525: Add option to define float groups and rules for float
[koha.git] / Koha / REST /
2023-10-04 Martin RenvoizeBug 33690: Convert to x-koha-override
2023-10-04 Kyle M HallBug 33690: Add ability to send welcome notice when...
2023-09-25 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-09-22 Jonathan DruartBug 32496: Some fixes
2023-09-18 Arthur SuzukiBug 32942: (QA follow-up) Moving Suggestion->STATUS...
2023-09-12 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-29 Tomas Cohen AraziBug 34313: Add patron information in pass validation...
2023-08-18 Tomas Cohen AraziBug 34024: (QA follow-up) Allow pickup location changin...
2023-08-18 Tomas Cohen AraziBug 34024: Block changing pickup location for found...
2023-08-15 Tomas Cohen AraziBug 34365: Add cancellation request flow to DELETE...
2023-07-25 Martin RenvoizeBug 32739: (follow-up) QA Cleanup
2023-07-25 Tomas Cohen AraziBug 32739: Allow other patron identifier on pwd validation
2023-07-21 Tomas Cohen AraziBug 33556: Avoid relying on $c->validation
2023-07-21 Tomas Cohen AraziBug 33556: Path parameters are handled explicitly in...
2023-07-20 Tomas Cohen AraziBug 33105: Avoid using $c->validation
2023-07-20 Tomas Cohen AraziBug 33105: Tidy files
2023-07-20 Jonathan DruartBug 33105: Add tests
2023-07-19 Nick ClemensBug 33444: Update AddRenewal to take a hashref of params
2023-07-14 Tomas Cohen AraziBug 30979: Fix regression
2023-07-14 Martin RenvoizeBug 30979: (follow-up) Fix public availability 500
2023-07-14 Martin RenvoizeBug 30979: Limit public checkout endpoint using preference
2023-07-14 Martin RenvoizeBug 30979: Add public endpoints
2023-07-10 Tomas Cohen AraziBug 33817: (QA follow-up) Fix tidyness
2023-07-10 Jonathan DruartBug 33817: Enforce server-side
2023-07-06 Tomas Cohen AraziBug 33974: (follow-up) _order_by is not always an arrayref
2023-07-06 Marcel de RooyBug 33606: (QA follow-up) Cosmetic changes
2023-07-06 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-07-03 Martin RenvoizeBug 33974: (QA follow-up) Remove superflous import
2023-07-03 Tomas Cohen AraziBug 33974: (follow-up) Adapt the orders endpoint
2023-07-03 Tomas Cohen AraziBug 33974: Make biblioitem columns searchable in a...
2023-07-03 Tomas Cohen AraziBug 33573: Add public endpoint for cancelling holds
2023-07-03 Tomas Cohen AraziBug 33971: Remove x-koha-query header support
2023-07-03 Tomas Cohen AraziBug 33971: Remove x-koha-query handing in Orders.pm
2023-07-03 Tomas Cohen AraziBug 23336: (QA follow-up) Minor fixes
2023-07-03 Martin RenvoizeBug 23336: (QA follow-up) Minor fixes
2023-07-03 Martin RenvoizeBug 23336: (follow-up) Switch to using Koha::Token
2023-07-03 Martin RenvoizeBug 23336: Add checkout API's
2023-06-12 Lucas GassBug 33176: Enforce RequirePaymentType with API
2023-06-09 Jonathan DruartBug 33904: Fix 2FA registration when library name has...
2023-06-05 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...
2023-03-02 Nick ClemensBug 32981: (QA follow-up) Fix POD and file permissions
2023-03-02 Jonathan DruartBug 32981: Add endpoint to get AV for given category
2023-02-27 Jonathan DruartBug 32923: Fix x-koha-embed from EHoldings/*/*
next