Browse Source

Update with robin

Joas Schilling 7 years ago
parent
commit
0215b004da
100 changed files with 104 additions and 101 deletions
  1. 5 2
      AUTHORS
  2. 1 1
      apps/dav/appinfo/v1/publicwebdav.php
  3. 1 1
      apps/dav/lib/CalDAV/BirthdayService.php
  4. 1 1
      apps/dav/lib/CardDAV/ContactsManager.php
  5. 1 1
      apps/dav/lib/Connector/PublicAuth.php
  6. 1 1
      apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
  7. 1 1
      apps/dav/lib/Connector/Sabre/Directory.php
  8. 1 1
      apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
  9. 1 1
      apps/dav/lib/Connector/Sabre/File.php
  10. 1 1
      apps/dav/lib/Connector/Sabre/FilesPlugin.php
  11. 1 1
      apps/dav/lib/Connector/Sabre/LockPlugin.php
  12. 1 1
      apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
  13. 1 1
      apps/dav/lib/Connector/Sabre/Node.php
  14. 1 1
      apps/dav/lib/Connector/Sabre/ObjectTree.php
  15. 1 1
      apps/dav/lib/Connector/Sabre/QuotaPlugin.php
  16. 1 1
      apps/dav/lib/Connector/Sabre/ServerFactory.php
  17. 1 1
      apps/dav/lib/DAV/Sharing/Xml/Invite.php
  18. 1 1
      apps/dav/lib/Files/CustomPropertiesBackend.php
  19. 1 1
      apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
  20. 1 1
      apps/dav/lib/Server.php
  21. 1 1
      apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
  22. 1 1
      apps/dav/tests/unit/Connector/Sabre/FileTest.php
  23. 1 1
      apps/dav/tests/unit/Connector/Sabre/NodeTest.php
  24. 1 1
      apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
  25. 1 1
      apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
  26. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php
  27. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php
  28. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php
  29. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php
  30. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php
  31. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php
  32. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php
  33. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php
  34. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php
  35. 1 1
      apps/dav/tests/unit/ServerTest.php
  36. 1 1
      apps/encryption/lib/Migration.php
  37. 1 1
      apps/encryption/tests/MigrationTest.php
  38. 1 1
      apps/federatedfilesharing/lib/FederatedShareProvider.php
  39. 1 1
      apps/federatedfilesharing/tests/FederatedShareProviderTest.php
  40. 1 1
      apps/federatedfilesharing/tests/RequestHandlerTest.php
  41. 1 1
      apps/federation/lib/API/OCSAuthAPI.php
  42. 1 1
      apps/federation/lib/AppInfo/Application.php
  43. 1 1
      apps/federation/lib/BackgroundJob/GetSharedSecret.php
  44. 1 1
      apps/federation/lib/BackgroundJob/RequestSharedSecret.php
  45. 1 1
      apps/federation/lib/DbHandler.php
  46. 1 1
      apps/federation/tests/API/OCSAuthAPITest.php
  47. 1 1
      apps/files/admin.php
  48. 1 1
      apps/files/ajax/download.php
  49. 1 1
      apps/files/ajax/getstoragestats.php
  50. 1 1
      apps/files/ajax/list.php
  51. 1 1
      apps/files/ajax/upload.php
  52. 1 1
      apps/files/appinfo/app.php
  53. 1 1
      apps/files/download.php
  54. 1 1
      apps/files/lib/Command/Scan.php
  55. 1 1
      apps/files/lib/Controller/ViewController.php
  56. 1 1
      apps/files/lib/Helper.php
  57. 1 1
      apps/files/tests/Command/DeleteOrphanedFilesTest.php
  58. 1 1
      apps/files/tests/HelperTest.php
  59. 1 1
      apps/files_external/ajax/oauth1.php
  60. 1 1
      apps/files_external/ajax/oauth2.php
  61. 1 1
      apps/files_external/appinfo/app.php
  62. 1 1
      apps/files_external/appinfo/register_command.php
  63. 1 1
      apps/files_external/appinfo/routes.php
  64. 1 1
      apps/files_external/appinfo/update.php
  65. 1 1
      apps/files_external/lib/AppInfo/Application.php
  66. 1 1
      apps/files_external/lib/Command/Applicable.php
  67. 1 1
      apps/files_external/lib/Command/Backends.php
  68. 1 1
      apps/files_external/lib/Command/Config.php
  69. 1 1
      apps/files_external/lib/Command/Create.php
  70. 1 1
      apps/files_external/lib/Command/Delete.php
  71. 1 1
      apps/files_external/lib/Command/Export.php
  72. 1 1
      apps/files_external/lib/Command/Import.php
  73. 1 1
      apps/files_external/lib/Command/ListCommand.php
  74. 1 1
      apps/files_external/lib/Command/Notify.php
  75. 1 1
      apps/files_external/lib/Command/Option.php
  76. 1 1
      apps/files_external/lib/Command/Verify.php
  77. 1 1
      apps/files_external/lib/Config/ConfigAdapter.php
  78. 1 1
      apps/files_external/lib/Controller/AjaxController.php
  79. 1 1
      apps/files_external/lib/Controller/GlobalStoragesController.php
  80. 1 1
      apps/files_external/lib/Controller/StoragesController.php
  81. 1 1
      apps/files_external/lib/Controller/UserGlobalStoragesController.php
  82. 1 1
      apps/files_external/lib/Controller/UserStoragesController.php
  83. 1 1
      apps/files_external/lib/Lib/Auth/AuthMechanism.php
  84. 1 1
      apps/files_external/lib/Lib/Auth/IUserProvided.php
  85. 1 1
      apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php
  86. 1 1
      apps/files_external/lib/Lib/DefinitionParameter.php
  87. 1 1
      apps/files_external/lib/Lib/FrontendDefinitionTrait.php
  88. 1 1
      apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
  89. 1 1
      apps/files_external/lib/Lib/PersonalMount.php
  90. 1 1
      apps/files_external/lib/Lib/Storage/AmazonS3.php
  91. 1 1
      apps/files_external/lib/Lib/Storage/Dropbox.php
  92. 1 1
      apps/files_external/lib/Lib/Storage/FTP.php
  93. 1 1
      apps/files_external/lib/Lib/Storage/Google.php
  94. 1 1
      apps/files_external/lib/Lib/Storage/SFTP.php
  95. 1 1
      apps/files_external/lib/Lib/Storage/SMB.php
  96. 1 1
      apps/files_external/lib/Lib/Storage/StreamWrapper.php
  97. 1 1
      apps/files_external/lib/Lib/Storage/Swift.php
  98. 1 1
      apps/files_external/lib/Lib/StorageConfig.php
  99. 1 1
      apps/files_external/lib/Migration/DummyUserSession.php
  100. 1 1
      apps/files_external/lib/Migration/StorageMigrator.php

+ 5 - 2
AUTHORS

@@ -1,4 +1,4 @@
-ownCloud is written by:
+Nextcloud is written by:
  - AW-UC <git@a-wesemann.de>
  - Aaron Wood <aaronjwood@gmail.com>
  - Achim Königs <garfonso@tratschtante.de>
@@ -43,6 +43,7 @@ ownCloud is written by:
  - Daniel Molkentin <daniel@molkentin.de>
  - Daniel Tosello <tosello.daniel@gmail.com>
  - David Prévot <taffit@debian.org>
+ - David Toledo <dtoledo@solidgear.es>
  - Dominik Schmidt <dev@dominik-schmidt.de>
  - Fabian Henze <flyser42@gmx.de>
  - Faruk Uzun <farukuzun@collabora.com>
@@ -136,7 +137,7 @@ ownCloud is written by:
  - RealRancor <Fisch.666@gmx.de>
  - Remco Brenninkmeijer <requist1@starmail.nl>
  - Renaud Fortier <Renaud.Fortier@fsaa.ulaval.ca>
- - Robin Appelman <icewind@owncloud.com>
+ - Robin Appelman <robin@icewind.nl>
  - Robin McCorkell <robin@mccorkell.me.uk>
  - Roeland Jago Douma <roeland@famdouma.nl>
  - Roman Geber <rgeber@owncloudapps.com>
@@ -149,6 +150,7 @@ ownCloud is written by:
  - Sebastian Döll <sebastian.doell@libasys.de>
  - Senorsen <senorsen.zhang@gmail.com>
  - Serge Martin <edb@sigluy.net>
+ - Sergio Bertolin <sbertolin@solidgear.es>
  - Sergio Bertolín <sbertolin@solidgear.es>
  - Simon Könnecke <simonkoennecke@gmail.com>
  - Sjors van der Pluijm <sjors@desjors.nl>
@@ -201,6 +203,7 @@ ownCloud is written by:
  - michag86 <micha_g@arcor.de>
  - mmccarn <mmccarn-github@mmsionline.us>
  - nishiki <nishiki@yaegashi.fr>
+ - oparoz <owncloud@interfasys.ch>
  - root <root@oc.(none)>
  - scambra <sergio@entrecables.com>
  - scolebrook <scolebrook@mac.com>

+ 1 - 1
apps/dav/appinfo/v1/publicwebdav.php

@@ -7,7 +7,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/CalDAV/BirthdayService.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Achim Königs <garfonso@tratschtante.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/CardDAV/ContactsManager.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Georg Ehrke <georg@owncloud.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/Connector/PublicAuth.php

@@ -6,7 +6,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/Directory.php

@@ -8,7 +8,7 @@
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php

@@ -4,7 +4,7 @@
  *
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Pierre Jochem <pierrejochem@msn.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/File.php

@@ -10,7 +10,7 @@
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Owen Winkler <a_github@midnightcircus.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/FilesPlugin.php

@@ -6,7 +6,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/dav/lib/Connector/Sabre/LockPlugin.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/dav/lib/Connector/Sabre/MaintenancePlugin.php

@@ -5,7 +5,7 @@
  * @author Bart Visscher <bartv@thisnet.nl>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/Node.php

@@ -10,7 +10,7 @@
  * @author Klaas Freitag <freitag@owncloud.com>
  * @author Markus Goetz <markus@woboq.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/ObjectTree.php

@@ -7,7 +7,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/QuotaPlugin.php

@@ -4,7 +4,7 @@
  *
  * @author Felix Moeller <mail@felixmoeller.de>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author scambra <sergio@entrecables.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/ServerFactory.php

@@ -6,7 +6,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/lib/DAV/Sharing/Xml/Invite.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/Files/CustomPropertiesBackend.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/dav/lib/Server.php

@@ -6,7 +6,7 @@
  * @author Christoph Wurst <christoph@owncloud.com>
  * @author Georg Ehrke <georg@owncloud.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/FileTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/NodeTest.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php

@@ -5,7 +5,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/ServerTest.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/encryption/lib/Migration.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/encryption/tests/MigrationTest.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federatedfilesharing/lib/FederatedShareProvider.php

@@ -4,7 +4,7 @@
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Björn Schießle <bjoern@schiessle.org>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/federatedfilesharing/tests/FederatedShareProviderTest.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federatedfilesharing/tests/RequestHandlerTest.php

@@ -6,7 +6,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federation/lib/API/OCSAuthAPI.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/federation/lib/AppInfo/Application.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Björn Schießle <bjoern@schiessle.org>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federation/lib/BackgroundJob/GetSharedSecret.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federation/lib/BackgroundJob/RequestSharedSecret.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federation/lib/DbHandler.php

@@ -4,7 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/federation/tests/API/OCSAuthAPITest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Björn Schießle <bjoern@schiessle.org>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files/admin.php

@@ -7,7 +7,7 @@
  * @author Frank Karlitschek <frank@karlitschek.de>
  * @author Michael Göhler <somebody.here@gmx.de>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/files/ajax/download.php

@@ -9,7 +9,7 @@
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Piotr Filiciak <piotr@filiciak.pl>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files/ajax/getstoragestats.php

@@ -4,7 +4,7 @@
  *
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files/ajax/list.php

@@ -5,7 +5,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files/ajax/upload.php

@@ -13,7 +13,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Luke Policinski <lpolicinski@gmail.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roman Geber <rgeber@owncloudapps.com>
  * @author TheSFReader <TheSFReader@gmail.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/files/appinfo/app.php

@@ -7,7 +7,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files/download.php

@@ -7,7 +7,7 @@
  * @author Frank Karlitschek <frank@karlitschek.de>
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files/lib/Command/Scan.php

@@ -6,7 +6,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author martin.mattel@diemattels.at <martin.mattel@diemattels.at>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files/lib/Controller/ViewController.php

@@ -5,7 +5,7 @@
  * @author Christoph Wurst <christoph@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files/lib/Helper.php

@@ -7,7 +7,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/files/tests/Command/DeleteOrphanedFilesTest.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files/tests/HelperTest.php

@@ -5,7 +5,7 @@
  * @author brumsel <brumsel@losecatcher.de>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/ajax/oauth1.php

@@ -5,7 +5,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/files_external/ajax/oauth2.php

@@ -7,7 +7,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  * @author Volkan Gezer <volkangezer@gmail.com>

+ 1 - 1
apps/files_external/appinfo/app.php

@@ -5,7 +5,7 @@
  * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  * @author j-ed <juergen@eisfair.org>
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Ross Nicoll <jrn@jrn.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/files_external/appinfo/register_command.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/appinfo/routes.php

@@ -5,7 +5,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Ross Nicoll <jrn@jrn.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/appinfo/update.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/AppInfo/Application.php

@@ -5,7 +5,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Ross Nicoll <jrn@jrn.me.uk>

+ 1 - 1
apps/files_external/lib/Command/Applicable.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Backends.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Config.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Create.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Delete.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Export.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Import.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/ListCommand.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Notify.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license GNU AGPL version 3 or any later version
  *

+ 1 - 1
apps/files_external/lib/Command/Option.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Command/Verify.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Config/ConfigAdapter.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files_external/lib/Controller/AjaxController.php

@@ -4,7 +4,7 @@
  *
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Ross Nicoll <jrn@jrn.me.uk>
  *

+ 1 - 1
apps/files_external/lib/Controller/GlobalStoragesController.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files_external/lib/Controller/StoragesController.php

@@ -5,7 +5,7 @@
  * @author Jesús Macias <jmacias@solidgear.es>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files_external/lib/Controller/UserGlobalStoragesController.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Controller/UserStoragesController.php

@@ -4,7 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files_external/lib/Lib/Auth/AuthMechanism.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Lib/Auth/IUserProvided.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2015, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Lib/DefinitionParameter.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Lib/FrontendDefinitionTrait.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php

@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Lib/PersonalMount.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  *
  * @license AGPL-3.0

+ 1 - 1
apps/files_external/lib/Lib/Storage/AmazonS3.php

@@ -13,7 +13,7 @@
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/lib/Lib/Storage/Dropbox.php

@@ -7,7 +7,7 @@
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/lib/Lib/Storage/FTP.php

@@ -9,7 +9,7 @@
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Senorsen <senorsen.zhang@gmail.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/files_external/lib/Lib/Storage/Google.php

@@ -12,7 +12,7 @@
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/lib/Lib/Storage/SFTP.php

@@ -9,7 +9,7 @@
  * @author Lennart Rosam <lennart.rosam@medien-systempartner.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Ross Nicoll <jrn@jrn.me.uk>
  * @author SA <stephen@mthosting.net>

+ 1 - 1
apps/files_external/lib/Lib/Storage/SMB.php

@@ -8,7 +8,7 @@
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/lib/Lib/Storage/StreamWrapper.php

@@ -5,7 +5,7 @@
  * @author Bart Visscher <bartv@thisnet.nl>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 1
apps/files_external/lib/Lib/Storage/Swift.php

@@ -11,7 +11,7 @@
  * @author Martin Mattel <martin.mattel@diemattels.at>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Philipp Kapfer <philipp.kapfer@gmx.at>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Tim Dettrick <t.dettrick@uq.edu.au>

+ 1 - 1
apps/files_external/lib/Lib/StorageConfig.php

@@ -5,7 +5,7 @@
  * @author Jesús Macias <jmacias@solidgear.es>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/files_external/lib/Migration/DummyUserSession.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 1 - 1
apps/files_external/lib/Migration/StorageMigrator.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

Some files were not shown because too many files changed in this diff