nextcloud/lib/public/AppFramework
Christoph Wurst d86f13ef90 fix(http): avoid iconv for header ascii fallback
iconv transliteration is locale- and config-dependent and fails silently
on some setups. UnicodeString::ascii() from symfony/string uses a built-in
transliteration table backed by symfony/polyfill-intl-normalizer, so it
works on all setups without requiring optional PHP extensions.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
2026-05-26 07:23:06 +00:00
..
Attribute docs(ocp): Add since tag 2026-05-07 22:24:14 +02:00
Bootstrap feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
Db docs(ocp): Add since tag 2026-05-07 22:24:14 +02:00
Http fix(http): avoid iconv for header ascii fallback 2026-05-26 07:23:06 +00:00
OCS chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Services fix(IInitialState): Allow provideLazyInitialState() closure to return array 2025-01-13 15:19:19 +01:00
Utility chore: Un-deprecate IControllerMethodReflector as it’s now useful for attributes as well 2026-03-19 17:17:26 +01:00
ApiController.php refactor: migrate from OC to OCP in public interfaces 2025-05-15 16:17:47 +02:00
App.php refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
AuthPublicShareController.php fix(dav): allow multiple link shares token in session 2025-10-23 13:10:39 +02:00
Controller.php docs(ocp): Add since tag 2026-05-07 22:24:14 +02:00
Http.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IAppContainer.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Middleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OCSController.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
PublicShareController.php docs(ocp): Add since tag 2026-05-07 22:24:14 +02:00
QueryException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00