aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate from OC to OCP in public interfacesrefactor/ocp-deprecationsFerdinand Thiessen2025-05-151-2/+1
* fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-071-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* Add template types to responsesjld31032023-06-301-2/+9
* Fix typo in deprecatedJoas Schilling2022-10-041-2/+2
* Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
* Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+4
* Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Allow apps to redirect to the default appJoas Schilling2019-03-011-0/+40