summaryrefslogtreecommitdiffstats
path: root/core/Controller/JsController.php
Commit message (Expand)AuthorAgeFilesLines
* 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-161-4/+6
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-3/+4
* 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
* Update license headersChristoph Wurst2019-12-051-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Don't require Same Site Cookies on assetsThomas Citharel2018-10-171-0/+1
* Svg color apiJohn Molakvoæ (skjnldsv)2018-07-191-2/+2
* Add Cache-control: immutableRoeland Jago Douma2018-03-191-10/+11
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Automatic injection for JsControllerJoas 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
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-0/+80