Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Douma <rullzer@users.noreply.github.com>2016-05-04 09:03:11 +0300
committerRoeland Douma <rullzer@users.noreply.github.com>2016-05-04 09:03:11 +0300
commit2e4b41550e61a8a54e154f3cd45686492be8b8e7 (patch)
tree2bf83680e41e6f51be28780f754dcc8163e907cd
parentb059aac143898fa16f08621bcf4ee92f39f08f39 (diff)
parent9ad4a898163fc71ec8366378123aec90fd872fbb (diff)
Merge pull request #24406 from owncloud/psr4-comments-systemtags-updatenotifications
Move comments, systemtags and updatenotifications to PSR-4
-rw-r--r--apps/comments/lib/Activity/Extension.php (renamed from apps/comments/activity/extension.php)0
-rw-r--r--apps/comments/lib/Activity/Listener.php (renamed from apps/comments/activity/listener.php)0
-rw-r--r--apps/systemtags/appinfo/info.xml1
-rw-r--r--apps/systemtags/lib/Activity/Extension.php (renamed from apps/systemtags/activity/extension.php)0
-rw-r--r--apps/systemtags/lib/Activity/Listener.php (renamed from apps/systemtags/activity/listener.php)0
-rw-r--r--apps/updatenotification/appinfo/info.xml1
-rw-r--r--apps/updatenotification/appinfo/routes.php2
-rw-r--r--apps/updatenotification/lib/AppInfo/Application.php (renamed from apps/updatenotification/appinfo/application.php)0
-rw-r--r--apps/updatenotification/lib/Controller/AdminController.php (renamed from apps/updatenotification/controller/admincontroller.php)0
-rw-r--r--apps/updatenotification/lib/ResetTokenBackgroundJob.php (renamed from apps/updatenotification/lib/resettokenbackgroundjob.php)0
-rw-r--r--apps/updatenotification/lib/UpdateChecker.php (renamed from apps/updatenotification/lib/updatechecker.php)0
-rw-r--r--apps/updatenotification/tests/Controller/AdminControllerTest.php (renamed from apps/updatenotification/tests/controller/AdminControllerTest.php)0
12 files changed, 3 insertions, 1 deletions
diff --git a/apps/comments/activity/extension.php b/apps/comments/lib/Activity/Extension.php
index ef800e88abc..ef800e88abc 100644
--- a/apps/comments/activity/extension.php
+++ b/apps/comments/lib/Activity/Extension.php
diff --git a/apps/comments/activity/listener.php b/apps/comments/lib/Activity/Listener.php
index 7c6970df837..7c6970df837 100644
--- a/apps/comments/activity/listener.php
+++ b/apps/comments/lib/Activity/Listener.php
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 5df740f699e..b593b1134b1 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -11,6 +11,7 @@
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
+ <namespace>SystemTags</namespace>
<types>
<logging/>
</types>
diff --git a/apps/systemtags/activity/extension.php b/apps/systemtags/lib/Activity/Extension.php
index 8c101a6f550..8c101a6f550 100644
--- a/apps/systemtags/activity/extension.php
+++ b/apps/systemtags/lib/Activity/Extension.php
diff --git a/apps/systemtags/activity/listener.php b/apps/systemtags/lib/Activity/Listener.php
index 9b6597119c6..9b6597119c6 100644
--- a/apps/systemtags/activity/listener.php
+++ b/apps/systemtags/lib/Activity/Listener.php
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 9fbfa8e96b5..5d7a647fd03 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -6,6 +6,7 @@
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>0.2.0</version>
+ <namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php
index 9021d381b1b..a8890afc59f 100644
--- a/apps/updatenotification/appinfo/routes.php
+++ b/apps/updatenotification/appinfo/routes.php
@@ -19,7 +19,7 @@
*
*/
-namespace OCA\UpdateNotification\AppInfo;
+use OCA\UpdateNotification\AppInfo\Application;
$application = new Application();
$application->registerRoutes($this, ['routes' => [
diff --git a/apps/updatenotification/appinfo/application.php b/apps/updatenotification/lib/AppInfo/Application.php
index 08ff4abf766..08ff4abf766 100644
--- a/apps/updatenotification/appinfo/application.php
+++ b/apps/updatenotification/lib/AppInfo/Application.php
diff --git a/apps/updatenotification/controller/admincontroller.php b/apps/updatenotification/lib/Controller/AdminController.php
index 5dbcc685809..5dbcc685809 100644
--- a/apps/updatenotification/controller/admincontroller.php
+++ b/apps/updatenotification/lib/Controller/AdminController.php
diff --git a/apps/updatenotification/lib/resettokenbackgroundjob.php b/apps/updatenotification/lib/ResetTokenBackgroundJob.php
index 61bd9fc0490..61bd9fc0490 100644
--- a/apps/updatenotification/lib/resettokenbackgroundjob.php
+++ b/apps/updatenotification/lib/ResetTokenBackgroundJob.php
diff --git a/apps/updatenotification/lib/updatechecker.php b/apps/updatenotification/lib/UpdateChecker.php
index bf653c23b8f..bf653c23b8f 100644
--- a/apps/updatenotification/lib/updatechecker.php
+++ b/apps/updatenotification/lib/UpdateChecker.php
diff --git a/apps/updatenotification/tests/controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php
index d8fc2dd335c..d8fc2dd335c 100644
--- a/apps/updatenotification/tests/controller/AdminControllerTest.php
+++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php