Bug 35012: Prevent Click handler firing twice
[koha.git] / Koha / REST /
2023-11-13 Marcel de RooyBug 33606: (QA follow-up) Cosmetic changes
2023-11-13 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-11-13 Tomas Cohen AraziBug 35053: Make sure request is checked as an item...
2023-11-13 Marcel de RooyBug 34271: Remove a few Logger statements from REST API
2023-10-17 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-10-12 Arthur SuzukiBug 32942: (QA follow-up) Moving Suggestion->STATUS...
2023-08-31 Tomas Cohen AraziBug 34313: Add patron information in pass validation...
2023-08-28 Tomas Cohen AraziBug 34024: (QA follow-up) Allow pickup location changin...
2023-08-28 Tomas Cohen AraziBug 34024: Block changing pickup location for found...
2023-08-28 Martin RenvoizeBug 32739: (follow-up) QA Cleanup
2023-08-28 Tomas Cohen AraziBug 32739: Allow other patron identifier on pwd validation
2023-08-18 Tomas Cohen AraziBug 34365: Add cancellation request flow to DELETE...
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) Adapt the orders endpoint
2023-07-18 Tomas Cohen AraziBug 33974: (follow-up) _order_by is not always an arrayref
2023-07-18 Martin RenvoizeBug 33974: (QA follow-up) Remove superflous import
2023-07-18 Tomas Cohen AraziBug 33974: Make biblioitem columns searchable in a...
2023-07-18 Tomas Cohen AraziBug 33573: Add public endpoint for cancelling holds
2023-07-18 Lucas GassBug 33176: Enforce RequirePaymentType with API
2023-07-12 Jonathan DruartBug 33904: Fix 2FA registration when library name has...
2023-06-12 Owen LeonardBug 33859: Use the phrase 'Identity providers' instead...
2023-06-08 Tomas Cohen AraziBug 33854: Fix typo in ImportBatchProfiles controller
2023-06-08 Tomas Cohen AraziBug 33675: Add CSRF protection to OAuth/OIDC authentication
2023-06-08 David CookBug 33708: Allow anonymous access to OAuth endpoints
2023-06-08 Tomas Cohen AraziBug 33708: Make staff interface login not require publi...
2023-05-12 Tomas Cohen AraziBug 33053: Handle invalid biblio_id more robustly
2023-05-12 Nick ClemensBug 33470: Don't calculate overridden hold limits
2023-05-12 Pedro AmorimBug 22440: Move backend statuses api endpoint
2023-05-12 Pedro AmorimBug 22440: ILL API changes
2023-05-12 Tomas Cohen AraziBug 22440: Add Koha::Illrequests->filter_by_visible
2023-05-11 Tomas Cohen AraziBug 33328: Rename x-marc-schema => x-record-schema
2023-05-11 Jonathan DruartBug 33482: Propagate errors from EBSCO's ws to the UI
2023-05-10 Martin RenvoizeBug 32121: (QA follow-up) Use error_code rather than key
2023-05-10 Julian MauriceBug 32121: Show an alert when adding a checked out...
2023-04-11 Pedro AmorimBug 28641: ILLHiddenRequestStatuses does not consider...
2023-04-11 Tomas Cohen AraziBug 32336: (QA follow-up) Use $metadata->schema
2023-04-11 Julian MauriceBug 32336: Fix encoding of MARCXML output for REST...
2023-03-21 Tomas Cohen AraziBug 33227: Remove invalid spec and adjust the code...
2023-03-21 Martin RenvoizeBug 32713: Throw exception on unexpected x-koha-embed...
2023-03-21 Tomas Cohen AraziBug 33080: Adapt other use-cases
2023-03-21 Tomas Cohen AraziBug 33080: Allow pagination to be built from stashed...
2023-03-21 Tomas Cohen AraziBug 33080: Introduce objects.search_rs, objects.find_rs...
2023-03-20 Martin RenvoizeBug 32118: Add optional support for `:` as the modifier
2023-03-20 Tomas Cohen AraziBug 33161: Add +strings support to GET /items and ...
2023-03-17 Tomas Cohen AraziBug 32734: (QA follow-up) Make use of $c->objects-...
2023-03-16 Agustin MoyanoBug 32734: Add REST endpoint to list biblios
2023-03-16 Agustin MoyanoBug 31801: Add REST endpoint to modify a biblio
2023-03-16 Agustin MoyanoBug 31800: Add REST endpoint to add a biblio
2023-03-03 Tomas Cohen AraziBug 32997: (QA follow-up) values => authorised_values
2023-03-03 Pedro AmorimBug 32997: Add REST API endpoint to list authorised...
2023-03-03 Nick ClemensBug 32981: (QA follow-up) Fix POD and file permissions
2023-03-03 Jonathan DruartBug 32981: Add endpoint to get AV for given category
2023-02-28 Jonathan DruartBug 32923: Fix x-koha-embed from EHoldings/*/*
2023-02-06 Tomas Cohen AraziBug 30962: (QA follow-up) Rename attribute and simplify...
2023-02-06 David CookBug 30962: REST API: Add endpoint /auth/password/validation
2022-11-22 Martin RenvoizeBug 31080: Prevent bundles from being nested
2022-11-18 Tomas Cohen AraziBug 31378: (QA follow-up) Defer store until JSON fields...
2022-11-18 Tomas Cohen AraziBug 32178: (QA follow-up) Correct modules import
2022-11-15 Agustin MoyanoBug 32178: Remove security breach introduced in bug...
2022-11-09 Martin RenvoizeBug 26635: (follow-up) Rename av_expand to strings
2022-11-09 Tomas Cohen AraziBug 26635: Move expand syntax to x-koha-embed
2022-11-09 Agustin MoyanoBug 26635: Expand authorised values in to_api method
2022-11-09 Jonathan DruartBug 32030: Fix perlcritic errors
2022-11-08 David CookBug 31378: (follow-up) catch startup error when missing...
2022-11-08 Nick ClemensBug 31378: Use base URLs for redirect uri
2022-11-08 Agustin MoyanoBug 31378: (follow-up) Fix QA concerns
2022-11-08 Agustin MoyanoBug 31378: Rename Auth Provider to Identity Provider...
2022-11-08 Tomas Cohen AraziBug 31378: Add authentication provider endpoints
2022-11-08 Agustin MoyanoBug 31378: Add API routes
2022-11-08 Agustin MoyanoBug 31378: Add Auth mojo plugin
2022-11-08 Pedro AmorimBug 32030: Add users to licenses
2022-11-08 Pedro AmorimBug 32030: Max document file size - server-side validation
2022-11-08 Jonathan DruartBug 32030: Remove warnings from tests
2022-11-08 Pedro AmorimBug 32030: Add documents to license
2022-11-08 Pedro AmorimBug 32030: Add document to license - Preparation step
2022-11-08 Pedro AmorimBug 32030: Handle error 401 Unauthorized from EBSCO api
2022-11-08 Jonathan DruartBug 32030: Add/remove packages to/from EBSCO's holdings
2022-11-08 Jonathan DruartBug 32030: Add/remove resources to/from EBSCO's holdings
2022-11-08 Jonathan DruartBug 32030: Filter by expired agreements
2022-11-08 Jonathan DruartBug 32030: Create eHolding titles from a list
2022-11-08 Jonathan DruartBug 32030: ERM - Agreement documents (FIXED)
2022-11-08 Jonathan DruartBug 32030: Link external packages with agreements
2022-11-08 Jonathan DruartBug 32030: Make the ERMProviders syspref multivaluated
2022-11-08 Jonathan DruartBug 32030: Some refactoring and improvements
2022-11-08 Jonathan DruartBug 32030: Proxy with HoldingsIQ
2022-11-08 Jonathan DruartBug 32030: Add a route to display a resource
2022-11-08 Jonathan DruartBug 32030: Rename Package|Resource|Title
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
next