aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IURLGenerator.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function to generate urls for OCS routesRoeland Jago Douma2018-10-091-0/+8
| | | | | | | | | | fixes #11617 The OCS routes are only absolute for now as they are often exposed to the outside anyway and are on a different endpoint than index.php in anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the URLGenerator strictRoeland Jago Douma2018-01-141-15/+8
| | | | | | | | | * Add scalar argument types * Add return types * Make strict * General phpstorm cleanup Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make cache and scss caching depend on the baseUrlJulius Härtl2017-06-151-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+93