Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / REST /
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...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Add missing POD
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Fix checkouts endpoint and its...
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jesse WeaverBug 18936: (follow-up) Update REST definition for ...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-01-31 Tomas Cohen AraziBug 24528: Add a syntax to x-koha-embed to specify...
2020-01-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-23 Agustin MoyanoBug 24432: Use from_api_mapping to translate column...
2020-01-14 Tomas Cohen AraziBug 24366: Merge biblioitem in Koha::Biblio->to_api
2020-01-09 Martin RenvoizeBug 18731: (QA follow-up) Spelling and POD corrections
2020-01-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-09 Tomas Cohen AraziBug 18731: /acquisitions/orders endpoint
2020-01-09 Tomas Cohen AraziBug 18731: Make authenticate_api_request stash the...
2020-01-08 Tomas Cohen AraziBug 24302: Add a way to specify nested objects to embed...
2020-01-08 Tomas Cohen AraziBug 24321: Clean /patrons
2020-01-08 Tomas Cohen AraziBug 24321: Clean /holds
2020-01-08 Tomas Cohen AraziBug 24321: Clean /patrons/{patron_id}/account
2020-01-08 Tomas Cohen AraziBug 24321: Clean /items
2020-01-08 Tomas Cohen AraziBug 24321: Clean /biblios
2020-01-08 Tomas Cohen AraziBug 24321: Clean /checkouts
2020-01-08 Tomas Cohen AraziBug 24321: Clean /libraries
2020-01-08 Tomas Cohen AraziBug 24321: Clean /acquisitions/vendors
2020-01-08 Tomas Cohen AraziBug 24321: Clean /acquisitions/funds
2020-01-08 Tomas Cohen AraziBug 24321: Clean /cities
2020-01-08 Tomas Cohen AraziBug 24321: Make objects.search use mappings from Koha...
2020-01-08 Tomas Cohen AraziBug 24321: Make dbic_merge_sorting accept a result...
2020-01-08 Tomas Cohen AraziBug 23893: Use in /patrons
2020-01-08 Tomas Cohen AraziBug 23893: Use in /cities
2020-01-03 Jonathan DruartBug 21684: Adjust some tests
2019-12-10 Tomas Cohen AraziBug 24191: Make objects.search pass to_model to dbic_me...
2019-12-10 Tomas Cohen AraziBug 24191: Add to_model param to _build_order_atom...
2019-11-01 Tomas Cohen AraziBug 23860: Make the patrons endpoint add the Location...
2019-11-01 Tomas Cohen AraziBug 23859: Make POST add the Location header on cities...
2019-10-31 Tomas Cohen AraziBug 14697: (QA follow-up) Organize tests in subtests
2019-10-31 Tomas Cohen AraziBug 14697: Make controller methods rely on the stashed...
2019-10-31 Tomas Cohen AraziBug 14697: (follow-up) Rely on the UNIQUE constraint...
2019-10-31 Kyle M HallBug 14697: Add routes to handle return claims
2019-10-29 Tomas Cohen AraziBug 23667: Add route to GET /items
2019-10-28 Tomas Cohen AraziBug 23858: (follow-up) Return code fix
2019-10-28 Tomas Cohen AraziBug 23858: Make POST add the Location header on vendors...
2019-10-24 Martin RenvoizeBug 23805: Update 'Pay' to 'PAYMENT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update references to accounttype to credit_t...
2019-10-24 Martin RenvoizeBug 23049: Update API
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Fund
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Bookseller
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Item
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Patron
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Library
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Hold
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Club::Holds
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Checkout
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Account::Line
2019-10-21 Tomas Cohen AraziBug 23770: (follow-up) Use ->to_api in /cities
2019-10-08 Josef MoravecBug 17005: Fix bad rebase
next