Bug 34032: (QA follow-up) Tidy code
[koha.git] / Koha / REST /
2024-04-26 Alex ArnaudBug 22613: Add GET endpoint /patrons/{patron_id}/checkouts
2024-04-26 Tomas Cohen AraziBug 31791: Add x-record-source-id header to POST /biblios
2024-04-26 Tomas Cohen AraziBug 36505: (follow-up) Consistent error codes in POST
2024-04-26 Tomas Cohen AraziBug 36505: Add support for `extended_attributes` in...
2024-04-26 Katrin FischerBug 36495: (follow-up) Terminology: COUNTER is an abbre...
2024-04-26 Tomas Cohen AraziBug 36495: Use render_resource_deleted() helper everywhere
2024-04-26 Tomas Cohen AraziBug 36495: Use render_resource_not_found() helper every...
2024-04-26 Tomas Cohen AraziBug 36495: Add render_resource_not_found() and render_r...
2024-04-26 Tomas Cohen AraziBug 36482: Make embedding work for GET /libraries/...
2024-04-26 Tomas Cohen AraziBug 36481: Add GET /libraries/:library_id/cash_registers
2024-04-26 Tomas Cohen AraziBug 36480: Add GET /libraries/:library_id/desks
2024-04-26 Jonathan DruartBug 35353: Add REST API endpoint to retrieve old holds
2024-04-26 Tomas Cohen AraziBug 35919: Add /record_sources endpoints
2024-04-26 Pedro AmorimBug 30645: Consider multiple instances of extended_attr...
2024-04-22 Nick ClemensBug 33960: Add routes and controller
2024-04-22 Pedro AmorimBug 35581: Koha::REST::V1::Illrequests -> Koha::REST...
2024-04-22 Pedro AmorimBug 35581: Koha::Illrequest -> Koha::ILL::Request
2024-04-22 Pedro AmorimBug 35581: Koha::Illrequest::Config -> Koha::ILL::Reque...
2024-04-22 Pedro AmorimBug 35581: Koha::Illrequestattribute* -> Koha::ILL...
2024-04-22 Pedro AmorimBug 35581: Illbatchstatus* -> ILL::Batch::Status*
2024-04-22 Pedro AmorimBug 35581: Koha::*Illbatch* -> Koha::*ILL::*Batch*
2024-04-22 Pedro AmorimBug 35581: Koha::Illbackend -> Koha::ILL::Backend
2024-04-19 Aleisha AmohiaBug 35967: Add REST API endpoint to list patron recalls
2024-04-19 Matt BlenkinsopBug 36093: Add unit test and fix QA tests
2024-04-19 Matt BlenkinsopBug 36093: Fix missing array reference
2024-04-18 Tomas Cohen AraziBug 36420: Allow Basic authentication using `cardnumber`
2024-04-12 Tomas Cohen AraziBug 36483: Patrons.pm use case
2024-04-12 Tomas Cohen AraziBug 36483: Make API controllers use $c->objects->to_api
2024-04-05 Jonathan DruartBug 33568: Remove LPAD ordering
2024-04-05 Jonathan DruartBug 33568: (follow-up) Fix ordering - WIP
2024-04-05 Jonathan DruartBug 33568: Fix ordering
2024-04-05 Jonathan DruartBug 33568: Separate holdings
2024-04-05 Jonathan DruartBug 33568: Host title
2024-04-05 Jonathan DruartBug 33568: enumchron/volinfo
2024-04-04 Tomas Cohen AraziBug 35129: Return 400 if _per_page=0 passed
2024-04-04 Tomas Cohen AraziBug 36421: Make sure pre-controller errors are correctl...
2024-03-22 Pedro AmorimBug 34431: Allow for x-koha-embed in ill/backends endpoint
2024-03-19 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-18 Jonathan DruartBug 33036: Improve REST API controller
2024-03-18 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-15 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-15 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-15 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-08 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-08 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-07 Marcel de RooyBug 36100: (QA follow-up) Move 400 to 409
2024-03-07 Martin RenvoizeBug 36100: Remove readOnly from bookings definition.
2024-03-07 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-03-04 David CookBug 36219: Re-add missing state param for Oauth/OIDC...
2024-03-01 Jonathan DruartBug 34478: Remove generate_csrf from pl
2024-02-02 David CookBug 34893: Add checkpw change to REST API
2024-01-17 Katrin FischerBug 30070: EDIFACT and ID are abbreviations
2024-01-17 Kyle M HallBug 30070: (QA follow-up) Make qa script happy
2024-01-17 Martin RenvoizeBug 30070: (follow-up) Filter out deleted files on...
2024-01-17 Martin RenvoizeBug 30070: Add fetch endpoint for EDI Files
2024-01-16 Marcel de RooyBug 34999: Throw exception for public routes if OPACMai...
2024-01-11 Tomas Cohen AraziBug 32551: HTTP_ACCEPT_LANGUAGE legacy CGI variable...
2023-12-18 Matt BlenkinsopBug 35204: Prevent an expired password from throwing...
2023-11-03 Tomas Cohen AraziBug 29002: (QA follow-up) Correct param retrieval in...
2023-11-03 Tomas Cohen AraziBug 29002: Tidy
2023-11-03 Martin RenvoizeBug 29002: Add ability to book material from the staff...
2023-11-03 Martin RenvoizeBug 29002: Add bookings objects and API classes
2023-11-01 Tomas Cohen AraziBug 34008: (QA follow-up) 'item_type_id' should be...
2023-11-01 Andreas JonssonBug 34008: Add REST endpoint for list of itemtypes
2023-11-01 Magnus EngerBug 26170: Add protected status for patrons
2023-10-31 Nick ClemensBug 34587: (QA follow-up) Tidy
2023-10-31 Matt BlenkinsopBug 34587: Fix ->validation->output in API endpoints
2023-10-31 Pedro AmorimBug 34587: (QA follow-up): squash
2023-10-31 Matt BlenkinsopBug 34587: Add access_type and yop to the reports viewer
2023-10-31 Pedro AmorimBug 34587: Improve SUSHI COUNTER error handling
2023-10-31 Matt BlenkinsopBug 34587: Remove counter files from API embedding...
2023-10-31 Pedro AmorimBug 34587: Move everything into a ERM/EUsage subfolder
2023-10-31 Matt BlenkinsopBug 34587: Add integration with the counter registry API
2023-10-31 Pedro AmorimBug 34587: File upload - Background job
2023-10-31 Matt BlenkinsopBug 34587: Code tidying
2023-10-31 Pedro AmorimBug 34587: Accept date inputs upon confirming 'run...
2023-10-31 Matt BlenkinsopBug 34587: Make start and end dates in providers summar...
2023-10-31 Matt BlenkinsopBug 34587: Move period total calculations to the backen...
2023-10-31 Matt BlenkinsopBug 34587: Add list endpoints for usage_databases/items...
2023-10-31 Matt BlenkinsopBug 34587: Abstract reports backend to allow new data...
2023-10-31 Matt BlenkinsopBug 34587: Add ability to delete saved reports
2023-10-31 Pedro AmorimBug 34587: COUNTER file upload
2023-10-31 Matt BlenkinsopBug 34587: Add reports by data provider
2023-10-31 Matt BlenkinsopBug 34587: Add default report capability to reports...
2023-10-31 Matt BlenkinsopBug 34587: Add test connection button
2023-10-31 Pedro AmorimBug 34587: SUSHI COUNTER Harvester
2023-10-31 Matt BlenkinsopBug 34587: API controllers and objects
2023-10-27 Martin RenvoizeBug 29523: Remove the FIXME
2023-10-27 Martin RenvoizeBug 29523: Pass the logged user around and use for...
2023-10-20 Tomas Cohen AraziBug 35053: Make sure request is checked as an item...
2023-10-18 Tomas Cohen AraziBug 30708: Tidy perl files
2023-10-18 Jonathan DruartBug 30708: Remove c->validation in API controllers
2023-10-18 Jonathan DruartBug 30708: Do not allow non-authorised users to edit...
2023-10-18 Jonathan DruartBug 30708: Rebase - Use a dedicated 'config' endpoint
2023-10-18 Jonathan DruartBug 30708: Do not allow adding new items to a closed...
2023-10-18 Jonathan DruartBug 30708: Do not allow copy item to a train if the...
2023-10-18 Jonathan DruartBug 30708: Do not allow deletion of processings that...
2023-10-18 Jonathan DruartBug 30708: Duplicate/copy items to an opened train
2023-10-18 Jonathan DruartBug 30708: Add user_train_item_id
2023-10-18 Jonathan DruartBug 30708: Add REST API controllers
next