nextcloud/lib/public/AppFramework
Christoph Wurst d1d24e65a4 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-22 14:58:14 +02:00
..
Attribute docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
Bootstrap feat(auth): Add IAlternativeLoginProvider 2026-04-14 20:21:58 +02:00
Db Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
Http fix(http): avoid iconv for header ascii fallback 2026-05-22 14:58:14 +02:00
OCS chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Services chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Utility chore: Un-deprecate IControllerMethodReflector as it’s now useful for attributes as well 2026-03-11 14:43:50 +01:00
ApiController.php refactor: migrate from OC to OCP in public interfaces 2025-05-15 16:17:47 +02:00
App.php fix: Fix debug mode and tests mocking IAppManager 2026-05-11 14:53:29 +02: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-04-28 11:17:27 +02:00
Http.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IAppContainer.php fix(IAppContainer): Expose more correct type 2026-02-06 13:50:23 +01:00
Middleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OCSController.php chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
PublicShareController.php docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
QueryException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00