server/lib/private/legacy
Michael Letzgus c77fe1ab86 Optimize performance / Load CSS and JS in parallel on firefox
Move the inline <script> after the external <script> because the internal JS between CSS <link> and external JS makes firefox loading CSS and JS not in parallel.
The internal js is now parsed last but will still be executed first since everything else is deferred js.

Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
2017-06-24 11:35:40 +02:00
..
db Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643) 2017-04-26 13:19:43 +02:00
group Cleanup not used legacy classes 2017-03-03 00:31:33 -06:00
l10n Fix more tests 2016-10-28 22:16:28 +02:00
ocs Cleanup not used legacy classes 2017-03-03 00:31:33 -06:00
template Optimize performance / Load CSS and JS in parallel on firefox 2017-06-24 11:35:40 +02:00
user Fix others 2016-07-21 18:13:57 +02:00
api.php Refactor auth methods 2017-04-26 01:08:53 -03:00
app.php Register the autoloading earlier so we can load the background jobs 2017-05-24 12:58:10 +02:00
db.php Kill update simulation 2016-09-27 18:43:53 +02:00
defaults.php Add function to request SVG or regular fallback image 2017-05-08 14:51:55 +02:00
eventsource.php Update with robin 2016-07-21 18:13:58 +02:00
filechunking.php Update with robin 2016-07-21 18:13:58 +02:00
files.php HTTP 1.1 used when giving 403 and 404 errors while attempting to download non-existent file 2017-03-19 23:14:26 -06:00
helper.php Correctly calculate used space for quota with external storage 2017-05-12 11:32:12 -05:00
hook.php Update with robin 2016-07-21 18:13:58 +02:00
image.php better handling of preview generation errors 2017-05-02 13:43:47 +02:00
json.php Remove deprecated OC_User::isLoggedIn 2017-03-02 22:59:39 +01:00
response.php Fix casing of same origin frame option 2017-04-12 12:37:32 +02:00
template.php Make page loading faster by deferred script loading: 2017-05-20 13:44:04 +02:00
user.php Refactor auth methods 2017-04-26 01:08:53 -03:00
util.php Update setupchecks.js 2017-05-31 13:41:45 +02:00