nextcloud/core/Controller
Roeland Jago Douma 54f9b35f71
Allow to gzip CSS/JS files
Since in production the SCSS files are compiled once and the javascript
files are combined once we can just as well gzip them aggresively.

This means that once they are requested and the browser supports gzip we
can just serve the gzipped file saving precious bandwidth.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-28 21:46:23 +02:00
..
AvatarController.php Cache all avatar responses 2016-11-30 09:43:36 +01:00
CssController.php Allow to gzip CSS/JS files 2017-03-28 21:46:23 +02:00
JsController.php Allow to gzip CSS/JS files 2017-03-28 21:46:23 +02:00
LoginController.php Merge pull request #2606 from temparus/master 2017-02-15 21:47:47 +01:00
LostController.php add brute force protection to password reset to make it harder to guess user logins 2017-01-19 10:12:45 +01:00
OCJSController.php Introduce the UI for password confirmation 2016-11-18 11:57:16 +01:00
OCSController.php unify endpoints form core and the the provisioning api 2017-01-25 11:20:35 +01:00
PreviewController.php Add cache 1 day cache to preview endpoint 2016-11-03 14:00:33 +01:00
SetupController.php Fix public page css fallback loading 2017-02-01 18:03:51 +01:00
TwoFactorChallengeController.php fix coding style and increase code coverage 2017-01-11 11:01:54 +01:00
UserController.php UserController does not require Defaults 2016-08-29 21:14:50 +02:00