Bug 20473: Whitespace
[koha.git] / Koha / REST / Plugin /
2022-11-18 Tomas Cohen AraziBug 32178: (QA follow-up) Correct modules import
2022-11-15 Agustin MoyanoBug 32178: Remove security breach introduced in bug...
2022-11-09 Martin RenvoizeBug 26635: (follow-up) Rename av_expand to strings
2022-11-09 Tomas Cohen AraziBug 26635: Move expand syntax to x-koha-embed
2022-11-09 Agustin MoyanoBug 26635: Expand authorised values in to_api method
2022-11-08 Agustin MoyanoBug 31378: Rename Auth Provider to Identity Provider...
2022-11-08 Agustin MoyanoBug 31378: Add Auth mojo plugin
2022-11-08 Jonathan DruartBug 32030: Proxy with HoldingsIQ
2022-10-24 Marcel de RooyBug 22678: Replace a few unneeded Koha::Logger calls
2022-07-11 Tomas Cohen AraziBug 31104: Put each link on a separate header
2022-05-03 Martin RenvoizeBug 30536: (QA follow-up) POD + Spec Consistency
2022-05-03 Martin RenvoizeBug 30536: Remove validation overhead
2022-05-03 Martin RenvoizeBug 30536: Refer to parameters enum
2022-04-12 Martin RenvoizeBug 29810: Add 'x-koha-embed' to reserved words
2022-04-04 Tomas Cohen AraziBug 30394: Add x-koha-request-id handling in controllers
2022-03-29 Martin RenvoizeBug 30194: (follow-up) Remove reference to swagger...
2022-03-29 Tomas Cohen AraziBug 30194: Adapt Koha to the latest JSON::Validator...
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Allow objects.search usage outsi...
2022-03-22 Tomas Cohen AraziBug 30165: Make q parameter 'multi'
2022-02-25 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-01-06 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2022-01-05 Tomas Cohen AraziBug 28020: Add error_code to error responses
2021-10-28 Tomas Cohen AraziBug 28948: Teach objects.search about public requests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
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: Add stash_overrides helper
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-01-29 Tomas Cohen AraziBug 27034: Do not use path parameters on building the...
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
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-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-05 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
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-05-19 Tomas Cohen AraziBug 25493: Make ->unhandled_exception use Koha::Logger
2020-04-29 Tomas Cohen AraziBug 25032: Chomp stringified exception
2020-04-29 Tomas Cohen AraziBug 25032: Generic unhandled exception handling on API
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-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-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
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-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-08 Tomas Cohen AraziBug 24302: Add a way to specify nested objects to embed...
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...
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-06-18 Agustin MoyanoBug 22835: (follow-up) Remove comented code
2019-06-18 Agustin MoyanoBug 22835: Serve plugin static files through API
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2018-09-14 Tomas Cohen AraziBug 21116: Add API routes through plugins
2018-02-16 Tomas Cohen AraziBug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen AraziBug 19686: Add objects.search a 'to_model' param
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper
2017-12-11 Tomas Cohen AraziBug 19370: (QA follow-up) Use OpenAPI's handling of...
2017-12-11 Tomas Cohen AraziBug 19370: Remove undefined variable warning
2017-12-11 Tomas Cohen AraziBug 19370: Add helper function for order_by attribute...
2017-12-11 Tomas Cohen AraziBug 19278: Mention RESTdefaultPageSize in POD
2017-12-11 Jonathan DruartBug 19278: (follow-up) Make the pagination plugin use...
2017-12-11 Tomas Cohen AraziBug 19278: Make the pagination plugin use RESTdefaultPa...
2017-12-11 Tomas Cohen AraziBug 19369: Add helper function for pagination attribute...
2017-12-11 Tomas Cohen AraziBug 19234: Add query parameters handling helpers
2017-10-09 Tomas Cohen AraziBug 19196: Rename page and per_page
2017-10-09 Tomas Cohen AraziBug 19196: Add Koha::REST::Plugin::Pagination