Browse Source

Add new apps

tags/v9.0.0RC1
Lukas Reschke 8 years ago
parent
commit
3067367ff3

+ 1
- 0
apps/comments/appinfo/app.php View File

@@ -1,5 +1,6 @@
<?php
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2
- 0
apps/federatedfilesharing/lib/federatedshareprovider.php View File

@@ -1,6 +1,8 @@
<?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Roeland Jago Douma <rullzer@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0

+ 1
- 0
apps/federatedfilesharing/tests/addresshandlertest.php View File

@@ -1,6 +1,7 @@
<?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Roeland Jago Douma <rullzer@owncloud.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0

+ 19
- 1
apps/federatedfilesharing/tests/federatedshareprovidertest.php View File

@@ -1,5 +1,23 @@
<?php

/**
* @author Roeland Jago Douma <rullzer@owncloud.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
namespace OCA\FederatedFileSharing\Tests;



+ 1
- 0
apps/federatedfilesharing/tests/tokenhandlertest.php View File

@@ -1,6 +1,7 @@
<?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Roeland Jago Douma <rullzer@owncloud.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0

+ 2
- 1
apps/systemtags/appinfo/app.php View File

@@ -1,8 +1,9 @@
<?php
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify

+ 1
- 1
apps/testing/appinfo/routes.php View File

@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify

+ 1
- 1
apps/testing/config.php View File

@@ -2,7 +2,7 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify

+ 5
- 0
build/license.php View File

@@ -238,8 +238,10 @@ if (isset($argv[1])) {
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false);
} else {
$licenses->exec([
'../apps/comments',
'../apps/dav',
'../apps/encryption',
'../apps/federatedfilesharing',
'../apps/federation',
'../apps/files',
'../apps/files_external',
@@ -247,6 +249,9 @@ if (isset($argv[1])) {
'../apps/files_trashbin',
'../apps/files_versions',
'../apps/provisioning_api',
'../apps/systemtags',
'../apps/testing',
'../apps/updatenotification',
'../apps/user_ldap',
'../core',
'../lib',

Loading…
Cancel
Save