aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_general/bounce.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2016-09-14 12:34:40 -0400
committerScott González <scott.gonzalez@gmail.com>2016-09-14 12:34:40 -0400
commitc571d2f234f304defcef9ffe48bf816d99dce820 (patch)
treebc1cfcd80727796bcffe99acabf49bbc9efcd0b5 /demos/effects_general/bounce.html
parent90d9fee6e3c6d945cab6edcc138a27d8befd5861 (diff)
downloadjquery-ui-c571d2f234f304defcef9ffe48bf816d99dce820.tar.gz
jquery-ui-c571d2f234f304defcef9ffe48bf816d99dce820.zip
Build: Updating the master version to 1.12.2-pre.
Diffstat (limited to 'demos/effects_general/bounce.html')
0 files changed, 0 insertions, 0 deletions
e-signing-crl'>automated/noid/stable28-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
blob: afea5c89665a793fc57fa53f76dd0caa75e73af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
 * Copyright (c) 2012 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

require_once __DIR__.'/../lib/base.php';

function enableApp($app) {
	try {
		OC_App::enable($app);
	} catch (Exception $e) {
		echo $e;
	}
}

enableApp('files_sharing');
enableApp('files_trashbin');
enableApp('encryption');
enableApp('user_ldap');
enableApp('files_versions');
enableApp('provisioning_api');
enableApp('federation');
enableApp('federatedfilesharing');