Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Christian Berendt <[email protected]>
Christian Kampka <[email protected]>
Christian Koch <[email protected]>
Christian Reiner <[email protected]> Christian Reiner <[email protected]>
Christoph Wurst <christoph@owncloud.com> Christoph Wurst <[email protected]>
Christoph Wurst <christoph@owncloud.com> Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst <christoph@winzerhof-wurst.at> Christoph Wurst <[email protected]>
Christoph Wurst <christoph@winzerhof-wurst.at> Christoph Wurst <christoph@owncloud.com>
Christopher Bunn <[email protected]>
Christopher Schäpers <[email protected]> Christopher <[email protected]>
Christopher Schäpers <[email protected]> kondou <[email protected]>
Expand Down
142 changes: 114 additions & 28 deletions AUTHORS

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions apps/accessibility/appinfo/app.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?php
declare (strict_types = 1);

declare(strict_types=1);

/**
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author Alexey Pyltsyn <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Robin Appelman <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
4 changes: 3 additions & 1 deletion apps/accessibility/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
/**
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author Alexey Pyltsyn <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Julius Härtl <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
6 changes: 4 additions & 2 deletions apps/accessibility/lib/AccessibilityProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php

/**
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
* @copyright Copyright (c) 2019 Janis Köhr <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author Greta Doci <[email protected]>
* @author Jan-Christoph Borchardt <[email protected]>
* @author Janis Köhr <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
5 changes: 4 additions & 1 deletion apps/accessibility/lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
/**
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author Alexey Pyltsyn <[email protected]>
* @author Janis Köhr <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
13 changes: 11 additions & 2 deletions apps/accessibility/lib/Controller/AccessibilityController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<?php
declare (strict_types = 1);

declare(strict_types=1);

/**
* @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) <[email protected]>
* @copyright Copyright (c) 2019 Janis Köhr <[email protected]>
*
* @author Alexey Pyltsyn <[email protected]>
* @author Janis Köhr <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Julius Härtl <[email protected]>
* @author Roeland Jago Douma <[email protected]>
* @author Thomas Citharel <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -17,7 +26,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
10 changes: 8 additions & 2 deletions apps/accessibility/lib/Controller/ConfigController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?php
declare (strict_types = 1);

declare(strict_types=1);

/**
* @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) <[email protected]>
* @copyright Copyright (c) 2019 Janis Köhr <[email protected]>
*
* @author Janis Köhr <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -17,7 +23,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
8 changes: 6 additions & 2 deletions apps/accessibility/lib/Migration/RepairUserConfig.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?php
declare (strict_types = 1);

declare(strict_types=1);

/**
* @copyright Copyright (c) 2019 Janis Köhr <[email protected]>
*
* @author Janis Köhr <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -16,7 +20,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion apps/accessibility/lib/Settings/Personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
* @copyright Copyright (c) 2019 Janis Köhr <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
2 changes: 1 addition & 1 deletion apps/accessibility/lib/Settings/PersonalSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @copyright Copyright (c) 2018 John Molakvoæ <[email protected]>
*
* @author John Molakvoæ <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down
5 changes: 4 additions & 1 deletion apps/admin_audit/appinfo/app.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Bjoern Schiessle <[email protected]>
* @copyright Copyright (c) 2017 Lukas Reschke <[email protected]>
*
* @author Christoph Wurst <[email protected]>
* @author Joas Schilling <[email protected]>
* @author Lukas Reschke <[email protected]>
*
Expand All @@ -20,7 +23,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
5 changes: 4 additions & 1 deletion apps/admin_audit/lib/Actions/Action.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Lukas Reschke <[email protected]>
*
* @author Joas Schilling <[email protected]>
* @author Lukas Reschke <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -19,7 +22,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
5 changes: 4 additions & 1 deletion apps/admin_audit/lib/Actions/AppManagement.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2017 Joas Schilling <[email protected]>
*
* @author Joas Schilling <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -18,7 +21,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
4 changes: 3 additions & 1 deletion apps/admin_audit/lib/Actions/Auth.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Lukas Reschke <[email protected]>
*
Expand All @@ -19,7 +21,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
6 changes: 5 additions & 1 deletion apps/admin_audit/lib/Actions/Console.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2017 Joas Schilling <[email protected]>
*
* @author Daniel Kesselberg <[email protected]>
* @author Joas Schilling <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -18,7 +22,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
4 changes: 3 additions & 1 deletion apps/admin_audit/lib/Actions/Files.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Lukas Reschke <[email protected]>
*
Expand All @@ -19,7 +21,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
4 changes: 3 additions & 1 deletion apps/admin_audit/lib/Actions/GroupManagement.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Bjoern Schiessle <[email protected]>
*
Expand All @@ -21,7 +23,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
4 changes: 3 additions & 1 deletion apps/admin_audit/lib/Actions/Security.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <[email protected]>
*
Expand All @@ -18,7 +20,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
7 changes: 6 additions & 1 deletion apps/admin_audit/lib/Actions/Sharing.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Lukas Reschke <[email protected]>
*
* @author Daniel Calviño Sánchez <[email protected]>
* @author Joas Schilling <[email protected]>
* @author Lukas Reschke <[email protected]>
* @author Sascha Wiswedel <[email protected]>
* @author Sascha Wiswedel <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -19,7 +24,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
5 changes: 4 additions & 1 deletion apps/admin_audit/lib/Actions/Trashbin.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Bjoern Schiessle <[email protected]>
*
* @author Bjoern Schiessle <[email protected]>
* @author Joas Schilling <[email protected]>
* @author Roeland Jago Douma <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -19,7 +22,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
6 changes: 5 additions & 1 deletion apps/admin_audit/lib/Actions/UserManagement.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2016 Lukas Reschke <[email protected]>
*
* @author Arthur Schiwon <[email protected]>
* @author Bjoern Schiessle <[email protected]>
* @author Joas Schilling <[email protected]>
* @author John Molakvoæ (skjnldsv) <[email protected]>
* @author Lukas Reschke <[email protected]>
*
* @license GNU AGPL version 3 or any later version
Expand All @@ -20,7 +24,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

Expand Down
Loading