]> source.dussan.org Git - nextcloud-server.git/commit
Moved WebDAV and internet checks to client side JS
authorVincent Petry <pvince81@owncloud.com>
Mon, 3 Feb 2014 11:48:17 +0000 (12:48 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 23 Sep 2014 09:16:14 +0000 (11:16 +0200)
commite65ceb08fc4a56d0fb9e4be5d51ba04168cbb59a
tree72f9a407f9f0a653ad534a1aec4df76837d15ef8
parentfc42a64e6c848adc21bb069da01398f7d39fcc4a
Moved WebDAV and internet checks to client side JS

- Added setup checks in JavaScript
- Moved isWebDAVWorking to JS using SetupChecks
- Moved internet connection checks to an ajax call that goes through the
  server
core/js/js.js
core/js/setupchecks.js [new file with mode: 0644]
lib/private/util.php
settings/admin.php
settings/ajax/checksetup.php [new file with mode: 0644]
settings/css/settings.css
settings/js/admin.js
settings/routes.php
settings/templates/admin.php