Browse Source

Add new apps

remotes/origin/s3patch
Lukas Reschke 10 years ago
parent
commit
3067367ff3
  1. 1
      apps/comments/appinfo/app.php
  2. 2
      apps/federatedfilesharing/lib/federatedshareprovider.php
  3. 1
      apps/federatedfilesharing/tests/addresshandlertest.php
  4. 20
      apps/federatedfilesharing/tests/federatedshareprovidertest.php
  5. 1
      apps/federatedfilesharing/tests/tokenhandlertest.php
  6. 3
      apps/systemtags/appinfo/app.php
  7. 2
      apps/testing/appinfo/routes.php
  8. 2
      apps/testing/config.php
  9. 5
      build/license.php

1
apps/comments/appinfo/app.php

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

2
apps/federatedfilesharing/lib/federatedshareprovider.php

@ -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
apps/federatedfilesharing/tests/addresshandlertest.php

@ -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

20
apps/federatedfilesharing/tests/federatedshareprovidertest.php

@ -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
apps/federatedfilesharing/tests/tokenhandlertest.php

@ -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

3
apps/systemtags/appinfo/app.php

@ -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

2
apps/testing/appinfo/routes.php

@ -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

2
apps/testing/config.php

@ -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
build/license.php

@ -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