Bug 29407: Make the pickup locations dropdown JS reusable
[koha.git] / api /
2021-11-03 Martin RenvoizeBug 27360: Use 'public' to filter libraries for opac...
2021-10-28 Tomas Cohen AraziBug 29290: Add spec changes
2021-10-28 Tomas Cohen AraziBug 29108: Add q parameters to items routes
2021-10-28 Tomas Cohen AraziBug 29107: Rename item_type => item_type_id
2021-10-28 Tomas Cohen AraziBug 27358: Add GET /public/biblios/:biblio_id/items
2021-10-28 Kyle M HallBug 28948: Don't require catalogue permission for publi...
2021-10-28 Kyle HallBug 28948: Remove query params, 'q' param covers everyt...
2021-10-28 Tomas Cohen AraziBug 28948: Add GET /public/libraries routes
2021-10-28 Tomas Cohen AraziBug 17314: OpenAPI spec
2021-10-28 Tomas Cohen AraziBug 28613: Add missing parameters to objects.search...
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Clarify permissions
2021-10-06 Martin RenvoizeBug 27947: (QA follow-up) Remove incorrect permission...
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 28412: Add information about supported authenticati...
2021-09-21 Tomas Cohen AraziBug 29072: Move reference route /cities spec to YAML
2021-08-16 Tomas Cohen AraziBug 28842: A summary to the /items/:item_id/pickup_loca...
2021-08-16 Tomas Cohen AraziBug 28848: Make sure the 'swagger' attribute is a string
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-23 Tomas Cohen AraziBug 28480: Add q parameters for GET /patrons
2021-06-21 Tomas Cohen AraziBug 15788: Make the API require the new permission
2021-06-21 Jonathan DruartBug 28271: Adjust API spec
2021-06-14 Tomas Cohen AraziBug 27931: Add GET /items/:item_id/pickup_locations
2021-05-27 Tomas Cohen AraziBug 28463: Add summary to all routes
2021-05-27 Tomas Cohen AraziBug 28463: Add missing tags
2021-05-27 Tomas Cohen AraziBug 28463: Add tags definitions in swagger.yaml
2021-05-26 Jonathan DruartBug 28461: Fix orders, biblios, holds
2021-05-26 Tomas Cohen AraziBug 28461: Fix SMTP servers and extended attributes
2021-05-26 Jonathan DruartBug 28461: Specify only one tag per route
2021-05-25 Tomas Cohen AraziBug 28414: Fix labels for return claims
2021-05-25 Tomas Cohen AraziBug 28369: (QA follow-up) Restore PUT with deprecation...
2021-05-25 Tomas Cohen AraziBug 28369: Set additionalProperties: false and fix...
2021-05-25 Tomas Cohen AraziBug 28370: Fix invalid responses in /patrons
2021-05-25 Tomas Cohen AraziBug 28370: (follow-up) More cases
2021-05-25 Tomas Cohen AraziBug 28370: Add missing additionalProperties in spec
2021-05-25 Tomas Cohen AraziBug 28424: (28370 follow-up) Fix response definition
2021-05-25 Tomas Cohen AraziBug 28424: Fix patron credits route (POST)
2021-05-20 Martin RenvoizeBug 28272: (QA follow-up) Add 'manager' to cashups...
2021-05-17 Jonathan DruartBug 28189: Fix PluginRoutes.t
2021-05-12 Tomas Cohen AraziBug 28189: Move swagger file to YAML format
2021-05-11 Jonathan DruartBug 28272: Add unseen_renewals for checkouts
2021-05-11 Tomas Cohen AraziBug 28272: Fix many things...
2021-05-10 Jonathan DruartBug 28272: Fix note_seen, desk_id, cancellation_reason
2021-05-10 Jonathan DruartBug 28272: Prevent api spec to accept extra parameters
2021-05-04 Tomas Cohen AraziBug 28254: Make PUT /holds/:hold_id/pickup_location...
2021-05-04 Tomas Cohen AraziBug 27797: (follow-up): Remove stray x-koha-override...
2021-05-04 Tomas Cohen AraziBug 27797: Make POST /holds use the stashed koha.overrides
2021-04-30 Tomas Cohen AraziBug 27932: Add GET /biblios/:biblio_id/pickup_locations...
2021-04-22 Tomas Cohen AraziBug 23666: Add PATCH /patron/:patron_id/extended_attrib...
2021-04-22 Tomas Cohen AraziBug 23666: (QA follow-up) Fix wrong required permissions
2021-04-22 Tomas Cohen AraziBug 23666: Add spec
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: Spec changes
2021-03-16 Kyle M HallBug 26633: Add API documentation
2021-03-16 Kyle M HallBug 26633: Add REST API for managing transfer limits
2021-03-11 Martin RenvoizeBug 26273: (follow-up) Add 'Cashier' to the cashups...
2021-03-09 Martin RenvoizeBug 27855: (QA follow-up) Rename extended_attribute...
2021-03-09 Tomas Cohen AraziBug 27855: Add 'extended_attributes' embedding to the...
2021-03-09 Tomas Cohen AraziBug 27855: Add extended_attribute OpenAPI spec
2021-03-01 Martin RenvoizeBug 27680: Add support for sorting fields with multiple...
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-01-29 Jonathan DruartBug 27251: Rewrite QOTD with the Koha REST API
2021-01-29 Tomas Cohen AraziBug 27352: Add GET /biblios/:biblio_id/items
2021-01-28 Tomas Cohen AraziBug 20212: Add more embeddable objects to orders
2021-01-04 Tomas Cohen AraziBug 27015: Make pickup locations searchable
2020-12-21 Jonathan DruartBug 27117: Only place_holds permission is needed to...
2020-11-13 Tomas Cohen AraziBug 26988: (QA follow-up) Make the API return proper...
2020-11-13 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix test permissions and API...
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix other things
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix usability issues
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-10 Tomas Cohen AraziBug 23916: Allow embedding the issuer object
2020-11-10 Tomas Cohen AraziBug 23916: Add new attribute to API
2020-11-04 Katrin FischerBug 26718: Rename "reading history" to "checkout history"
2020-10-14 Jonathan DruartBug 26595: Embed the whole smtp_server object
2020-10-14 Tomas Cohen AraziBug 26595: Add smtp_server_info embed option to /libraries
2020-10-02 Tomas Cohen AraziBug 22343: API routes for SMTP servers CRUD
2020-09-03 Joonas KylmäläBug 26271: Add null to the list of accepted account_lin...
2020-09-01 Jonathan DruartBug 19889: Add new attribute to the REST API definition
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-07-20 Agustin MoyanoBug 23820: Add checkout to default to patron's home...
2020-07-16 Martin RenvoizeBug 25944: Schema fix for illrequests route
2020-06-24 Tomas Cohen AraziBug 25288: Add general query parameters to the /librari...
2020-05-19 Tomas Cohen AraziBug 25502: Adapt Advanced macros routes to current...
2020-05-19 Kyle M HallBug 25535: Hold API mapping maps cancellationdate to...
2020-05-15 Tomas Cohen AraziBug 25482: Wrong permissions specification for adv...
2020-05-12 Tomas Cohen AraziBug 25279: Add general query parameters to the /cities...
2020-05-04 Nick ClemensBug 17268: Update patchs per RFC
2020-05-04 Nick ClemensBug 17268: (follow-up) Fix translatability
2020-05-04 Nick ClemensBug 17268: Advanced cataloging editor macros - add...
2020-04-29 Tomas Cohen AraziBug 24908: Add text-formatted MARC support in /biblios...
next