Skip to content

Commit 0215b00

Browse files
committed
Update with robin
1 parent ba87db3 commit 0215b00

543 files changed

Lines changed: 809 additions & 539 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AUTHORS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ownCloud is written by:
1+
Nextcloud is written by:
22
- AW-UC <git@a-wesemann.de>
33
- Aaron Wood <aaronjwood@gmail.com>
44
- Achim Königs <garfonso@tratschtante.de>
@@ -43,6 +43,7 @@ ownCloud is written by:
4343
- Daniel Molkentin <daniel@molkentin.de>
4444
- Daniel Tosello <tosello.daniel@gmail.com>
4545
- David Prévot <taffit@debian.org>
46+
- David Toledo <dtoledo@solidgear.es>
4647
- Dominik Schmidt <dev@dominik-schmidt.de>
4748
- Fabian Henze <flyser42@gmx.de>
4849
- Faruk Uzun <farukuzun@collabora.com>
@@ -136,7 +137,7 @@ ownCloud is written by:
136137
- RealRancor <Fisch.666@gmx.de>
137138
- Remco Brenninkmeijer <requist1@starmail.nl>
138139
- Renaud Fortier <Renaud.Fortier@fsaa.ulaval.ca>
139-
- Robin Appelman <icewind@owncloud.com>
140+
- Robin Appelman <robin@icewind.nl>
140141
- Robin McCorkell <robin@mccorkell.me.uk>
141142
- Roeland Jago Douma <roeland@famdouma.nl>
142143
- Roman Geber <rgeber@owncloudapps.com>
@@ -149,6 +150,7 @@ ownCloud is written by:
149150
- Sebastian Döll <sebastian.doell@libasys.de>
150151
- Senorsen <senorsen.zhang@gmail.com>
151152
- Serge Martin <edb@sigluy.net>
153+
- Sergio Bertolin <sbertolin@solidgear.es>
152154
- Sergio Bertolín <sbertolin@solidgear.es>
153155
- Simon Könnecke <simonkoennecke@gmail.com>
154156
- Sjors van der Pluijm <sjors@desjors.nl>
@@ -201,6 +203,7 @@ ownCloud is written by:
201203
- michag86 <micha_g@arcor.de>
202204
- mmccarn <mmccarn-github@mmsionline.us>
203205
- nishiki <nishiki@yaegashi.fr>
206+
- oparoz <owncloud@interfasys.ch>
204207
- root <root@oc.(none)>
205208
- scambra <sergio@entrecables.com>
206209
- scolebrook <scolebrook@mac.com>

apps/dav/appinfo/v1/publicwebdav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Joas Schilling <coding@schilljs.com>
88
* @author Lukas Reschke <lukas@statuscode.ch>
99
* @author Morris Jobke <hey@morrisjobke.de>
10-
* @author Robin Appelman <icewind@owncloud.com>
10+
* @author Robin Appelman <robin@icewind.nl>
1111
* @author Roeland Jago Douma <roeland@famdouma.nl>
1212
* @author Thomas Müller <thomas.mueller@tmit.eu>
1313
* @author Vincent Petry <pvince81@owncloud.com>

apps/dav/lib/CalDAV/BirthdayService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2016, ownCloud, Inc.
44
*
55
* @author Achim Königs <garfonso@tratschtante.de>
6-
* @author Robin Appelman <icewind@owncloud.com>
6+
* @author Robin Appelman <robin@icewind.nl>
77
* @author Thomas Müller <thomas.mueller@tmit.eu>
88
*
99
* @license AGPL-3.0

apps/dav/lib/CardDAV/ContactsManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2016, ownCloud, Inc.
44
*
55
* @author Georg Ehrke <georg@owncloud.com>
6-
* @author Robin Appelman <icewind@owncloud.com>
6+
* @author Robin Appelman <robin@icewind.nl>
77
* @author Thomas Müller <thomas.mueller@tmit.eu>
88
*
99
* @license AGPL-3.0

apps/dav/lib/Connector/PublicAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Joas Schilling <coding@schilljs.com>
77
* @author Lukas Reschke <lukas@statuscode.ch>
88
* @author Morris Jobke <hey@morrisjobke.de>
9-
* @author Robin Appelman <icewind@owncloud.com>
9+
* @author Robin Appelman <robin@icewind.nl>
1010
* @author Roeland Jago Douma <roeland@famdouma.nl>
1111
* @author Thomas Müller <thomas.mueller@tmit.eu>
1212
* @author Vincent Petry <pvince81@owncloud.com>

apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2016, ownCloud, Inc.
44
*
55
* @author Morris Jobke <hey@morrisjobke.de>
6-
* @author Robin Appelman <icewind@owncloud.com>
6+
* @author Robin Appelman <robin@icewind.nl>
77
* @author Thomas Müller <thomas.mueller@tmit.eu>
88
* @author Vincent Petry <pvince81@owncloud.com>
99
*

apps/dav/lib/Connector/Sabre/Directory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Jakob Sack <mail@jakobsack.de>
99
* @author Joas Schilling <coding@schilljs.com>
1010
* @author Morris Jobke <hey@morrisjobke.de>
11-
* @author Robin Appelman <icewind@owncloud.com>
11+
* @author Robin Appelman <robin@icewind.nl>
1212
* @author Roeland Jago Douma <roeland@famdouma.nl>
1313
* @author Thomas Müller <thomas.mueller@tmit.eu>
1414
* @author Vincent Petry <pvince81@owncloud.com>

apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Morris Jobke <hey@morrisjobke.de>
66
* @author Pierre Jochem <pierrejochem@msn.com>
7-
* @author Robin Appelman <icewind@owncloud.com>
7+
* @author Robin Appelman <robin@icewind.nl>
88
* @author Roeland Jago Douma <roeland@famdouma.nl>
99
* @author Thomas Müller <thomas.mueller@tmit.eu>
1010
* @author Vincent Petry <pvince81@owncloud.com>

apps/dav/lib/Connector/Sabre/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Lukas Reschke <lukas@statuscode.ch>
1111
* @author Morris Jobke <hey@morrisjobke.de>
1212
* @author Owen Winkler <a_github@midnightcircus.com>
13-
* @author Robin Appelman <icewind@owncloud.com>
13+
* @author Robin Appelman <robin@icewind.nl>
1414
* @author Roeland Jago Douma <roeland@famdouma.nl>
1515
* @author Thomas Müller <thomas.mueller@tmit.eu>
1616
* @author Vincent Petry <pvince81@owncloud.com>

apps/dav/lib/Connector/Sabre/FilesPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Joas Schilling <coding@schilljs.com>
77
* @author Lukas Reschke <lukas@statuscode.ch>
88
* @author Morris Jobke <hey@morrisjobke.de>
9-
* @author Robin Appelman <icewind@owncloud.com>
9+
* @author Robin Appelman <robin@icewind.nl>
1010
* @author Robin McCorkell <robin@mccorkell.me.uk>
1111
* @author Roeland Jago Douma <roeland@famdouma.nl>
1212
* @author Thomas Müller <thomas.mueller@tmit.eu>

0 commit comments

Comments
 (0)