aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/CssController.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-2/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-271-25/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+2
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-051-4/+6
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-041-3/+1
* Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Don't require Same Site Cookies on assetsThomas Citharel2018-10-171-0/+1
* Add Cache-control: immutableRoeland Jago Douma2018-03-191-11/+15
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+1
* Update license headersMorris Jobke2017-11-061-0/+5
* Automatic injection for CssControllerJoas Schilling2017-05-101-3/+4
* Fix gzip files for SafariMorris Jobke2017-03-291-1/+1
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-281-2/+30
* Adds CssControllerTestsRoeland Jago Douma2017-01-061-17/+12
* No need for the CssManagerRoeland Jago Douma2017-01-061-9/+9
* Do not add ICssManager to OCPRoeland Jago Douma2017-01-061-4/+5
* Code cleanupRoeland Jago Douma2017-01-061-1/+1
* Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-061-2/+3
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-061-3/+2
* Appdata integration 2John Molakvoæ (skjnldsv)2017-01-061-0/+83