From: Lukas Reschke Date: Thu, 26 Mar 2015 18:55:13 +0000 (+0100) Subject: Merge pull request #15129 from owncloud/version-command-bus X-Git-Tag: v8.1.0alpha1~158 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c8c722bc6de3a58e10ba42a55a178d3ba9308bae;p=nextcloud-server.git Merge pull request #15129 from owncloud/version-command-bus expire versions in a background command --- c8c722bc6de3a58e10ba42a55a178d3ba9308bae diff --cc lib/private/hook.php index 0ede125d64b,c4997eeceff..d2a0fa898dd --- a/lib/private/hook.php +++ b/lib/private/hook.php @@@ -1,31 -1,12 +1,33 @@@ + * @author Jakob Sack + * @author Morris Jobke + * @author Robin Appelman + * @author Robin McCorkell + * @author Sam Tuke + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2015, 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 + * */ class OC_Hook{ + public static $thrownExceptions = []; + static private $registered = array(); /**