Bug 27770: ES: Deprecated aggregation order key [_term] used, replaced by [_key]
[koha.git] / Koha / REST /
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
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-23 Tomas Cohen AraziBug 28588: (follow-up) Make the API use the new method
2021-06-23 Tomas Cohen AraziBug 28604: Prevent double encoding of MARC::Record...
2021-06-21 Jonathan DruartBug 28271: Add the ability to set a new lost status...
2021-06-21 Tomas Cohen AraziBug 28586: (follow-up) updated_by should be set
2021-06-14 Tomas Cohen AraziBug 27931: Add GET /items/:item_id/pickup_locations
2021-05-25 Tomas Cohen AraziBug 28369: Set additionalProperties: false and fix...
2021-05-25 Tomas Cohen AraziBug 28424: Fix patron credits route (POST)
2021-05-12 Tomas Cohen AraziBug 28189: (QA folloq-up) Fix fallback case
2021-05-12 Tomas Cohen AraziBug 28189: Move swagger file to YAML format
2021-05-04 Martin RenvoizeBug 28254: (QA follow-up) override -> force
2021-05-04 Tomas Cohen AraziBug 28254: Make PUT /holds/:hold_id/pickup_location...
2021-05-04 Tomas Cohen AraziBug 27898: Make PUT /holds/:hold_id accept overrides
2021-05-04 Tomas Cohen AraziBug 27797: (QA follow-up) Pickup locations can be overr...
2021-05-04 Nick ClemensBug 27797: (QA follow-up) Additional tests and operator...
2021-05-04 Tomas Cohen AraziBug 27797: Make POST /holds use the stashed koha.overrides
2021-05-04 Tomas Cohen AraziBug 27760: (QA follow-up) Improve POD
2021-05-04 Jonathan DruartBug 27760: Improve readabiliity using map
2021-05-04 Tomas Cohen AraziBug 27760: Make authenticate_api_request call stash_ove...
2021-05-04 Tomas Cohen AraziBug 27760: Add stash_overrides helper
2021-04-30 Tomas Cohen AraziBug 27932: Add GET /biblios/:biblio_id/pickup_locations...
2021-04-27 Martin RenvoizeBug 27995: Update return for Koha::Account::Line->apply
2021-04-22 Tomas Cohen AraziBug 28002: Add extended_attributes support to POST...
2021-04-22 Tomas Cohen AraziBug 28157: Add handling for the x-koha-library header
2021-04-22 Tomas Cohen AraziBug 23666: (follow-up) Adjust to new exceptions
2021-04-22 Tomas Cohen AraziBug 23666: Add PATCH /patron/:patron_id/extended_attrib...
2021-04-22 Tomas Cohen AraziBug 23666: Add extended attributes routes
2021-04-16 Tomas Cohen AraziBug 18729: (follow-up) Adjust API to new spec
2021-04-16 Jonathan DruartBug 18729: Add PUT /holds/{hold_id}/pickup_location
2021-04-07 Tomas Cohen AraziBug 27894: Adapt /holds/:hold_id/pickup_locations
2021-03-16 Tomas Cohen AraziBug 27366: Add controller
2021-03-16 Tomas Cohen AraziBug 26633: (QA follow-up) Tests on error condition
2021-03-16 Kyle M HallBug 26633: Add REST API for managing transfer limits
2021-03-09 Tomas Cohen AraziBug 27855: Make GET /patrons/:patron_id use objects...
2021-03-09 Tomas Cohen AraziBug 27854: Clean GET /patrons controller
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Handle no results correctly
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Add POD
2021-03-09 Agustin MoyanoBug 26636: Add objects.find helper
2021-03-01 Tomas Cohen AraziBug 27680: Add support for param[] syntax
2021-03-01 Martin RenvoizeBug 27680: Allow traditional multi-params to work
2021-03-01 Martin RenvoizeBug 27680: Add support for sorting fields with multiple...
2021-02-23 Tomas Cohen AraziBug 27593: Consistent behavior for club holds route
2021-02-12 Martin RenvoizeBug 26274: Add cashups api routes
2021-02-12 Tomas Cohen AraziBug 26181: Disable override by default in /holds
2021-02-01 Tomas Cohen AraziBug 27330: (QA follow-up) Return 409 instead
2021-02-01 Tomas Cohen AraziBug 27330: (follow-up) Cleanup missed on bug 23843
2021-02-01 Tomas Cohen AraziBug 27330: Return 403 if club has no enrollments
2021-01-29 Jonathan DruartBug 27251: Rewrite QOTD with the Koha REST API
2021-01-29 Tomas Cohen AraziBug 27352: Missed case in bug 25032
2021-01-29 Tomas Cohen AraziBug 27352: Add GET /biblios/:biblio_id/items
2021-01-29 Tomas Cohen AraziBug 27034: (follow-up) Remove unneeded params tweak
2021-01-29 Tomas Cohen AraziBug 27034: Do not use path parameters on building the...
2021-01-28 Jonathan DruartBug 20212: Filter on publisher and notes
2021-01-28 Jonathan DruartBug 20212: Remove fix_query and assume ugliness
2021-01-28 Jonathan DruartBug 20212: Use the DT column filtering provided by...
2021-01-28 Martin RenvoizeBug 20212: (QA follow-up) Restore missing comma
2021-01-28 Tomas Cohen AraziBug 20212: Make all biblioitems.* fields searchable
2021-01-28 Tomas Cohen AraziBug 20212: (QA follow-up) Resurrect column filtering
2021-01-28 Tomas Cohen AraziBug 20212: Add more embeddable objects to orders
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
2021-01-28 Tomas Cohen AraziBug 27544: Simplify GET /checkouts implementation
2021-01-22 Mazen KhallafBug 27179: Misspelling of Method in REST API files
2021-01-04 Tomas Cohen AraziBug 27015: Make pickup locations searchable
2020-12-21 Jonathan DruartBug 27205: Improve logic readability in conditional
2020-12-21 Tomas Cohen AraziBug 27205: Check valid pickup location on POST /holds
next