Bug 24000: Some modules do not return 1
[koha.git] / Koha / REST /
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
2020-12-21 Tomas Cohen AraziBug 27205: Check valid pickup location on PUT /holds...
2020-11-16 Martin RenvoizeBug 27002: Update callers for changed return
2020-11-13 Nick ClemensBug 26988: Adjust for bug 26963
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 other things
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-06 Tomas Cohen AraziBug 14708: (QA follow-up) Add tests
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Use try/catch blocks when...
2020-10-02 Tomas Cohen AraziBug 22343: API routes for SMTP servers CRUD
2020-09-29 Tomas Cohen AraziBug 26322: Permissions not checked correctly for plugins
2020-09-02 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-08-31 Tomas Cohen AraziBug 25504: (QA follow-up) Remove unused include
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-25 Tomas Cohen AraziBug 25662: Make the route for holds restpect maxreserves
2020-08-05 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
2020-07-20 Agustin MoyanoBug 23820: Add checkout to default to patron's home...
2020-07-20 Jonathan DruartBug 23391: Remove warnings
2020-07-20 Magnus EngerBug 23391: Hide finished ILL requests
2020-06-24 Tomas Cohen AraziBug 25570: Paginate results by default in objects-...
2020-06-23 Jonathan DruartBug 25774: Handle utf8 chars in REST API queries
2020-06-15 Tomas Cohen AraziBug 24003: (follow-up) Add all userenv parameters
2020-06-15 Tomas Cohen AraziBug 24003: (follow-up) Move interface setting to a...
2020-06-15 Tomas Cohen AraziBug 24003: Make the API set userenv on authentication
2020-05-22 Jonathan DruartBug 25411: Group conditions in if elsif
2020-05-22 Tomas Cohen AraziBug 25411: Add special handling for public plugin routes
2020-05-19 Tomas Cohen AraziBug 25502: Adapt Advanced macros routes to current...
2020-05-19 Tomas Cohen AraziBug 25493: Make ->unhandled_exception use Koha::Logger
2020-05-15 Nick ClemensBug 25482: Explicitly set macros as not shard during...
2020-05-11 Tomas Cohen AraziBug 25327: Do not call authenticate_api_request to...
2020-05-04 Nick ClemensBug 17268: Update patchs per RFC
2020-05-04 Nick ClemensBug 17268: (follow-up) Fix licenses
2020-05-04 Nick ClemensBug 17268: Use API to store/retrieve values
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...
2020-04-29 Tomas Cohen AraziBug 25048: Make successful resource deletion return 204
2020-04-29 Tomas Cohen AraziBug 25032: Chomp stringified exception
2020-04-29 Tomas Cohen AraziBug 25032: Make existing controllers use unhandled_exce...
2020-04-29 Tomas Cohen AraziBug 25032: Generic unhandled exception handling on API
2020-04-27 Tomas Cohen AraziBug 25045: Allow restricting anonymous requests on...
2020-04-27 Tomas Cohen AraziBug 24909: Add unprivileged route to get a bibliographi...
2020-04-16 Tomas Cohen AraziBug 25131: (QA follow-up) Move test for needs_install...
2020-04-16 Tomas Cohen AraziBug 25131: Skip loading API plugins if Koha is not...
2020-03-27 Ere MaijalaBug 24700: Avoid validating REST API spec multiple...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-20 Agustin MoyanoBug 24830: Fix parse_prefetch recursion and +count...
2020-03-16 Tomas Cohen AraziBug 24862: Handle annonymous sessions gracefuly
2020-03-06 Martin RenvoizeBug 23051: (RM follow-up) Fix rebase error
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Add renewal feedback and move...
2020-03-05 Josef MoravecBug 22615: Fix perlcritic
2020-03-05 Josef MoravecBug 22615: Add endpoint for getting one ill backend
2020-03-05 Josef MoravecBug 22615: Add /ill_backends endpoint
2020-03-05 Tomas Cohen AraziBug 24369: Add CORS support to the API
2020-03-03 Agustin MoyanoBug 24615: Make object.search helper also order by...
2020-03-03 Agustin MoyanoBug 24502: object.search also filter by prefetched...
2020-02-26 Ere MaijalaBug 24680: Fix end_date returned from api/v1/holds...
2020-02-26 Ere MaijalaBug 24680: Fix PUT api/v1/holds/{hold_id} to work also...
2020-02-25 Ere MaijalaBug 22522: Add support for current Mojolicious and...
next