From bd27eadf9e14335efdd4a537269ad2f5b49efc14 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 18 May 2016 18:21:27 +0200 Subject: [PATCH 1/2] Move \OCP\Notification to PSR-4 --- lib/public/{notification/iaction.php => Notification/IAction.php} | 0 lib/public/{notification/iapp.php => Notification/IApp.php} | 0 .../{notification/imanager.php => Notification/IManager.php} | 0 .../inotification.php => Notification/INotification.php} | 0 .../{notification/inotifier.php => Notification/INotifier.php} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lib/public/{notification/iaction.php => Notification/IAction.php} (100%) rename lib/public/{notification/iapp.php => Notification/IApp.php} (100%) rename lib/public/{notification/imanager.php => Notification/IManager.php} (100%) rename lib/public/{notification/inotification.php => Notification/INotification.php} (100%) rename lib/public/{notification/inotifier.php => Notification/INotifier.php} (100%) diff --git a/lib/public/notification/iaction.php b/lib/public/Notification/IAction.php similarity index 100% rename from lib/public/notification/iaction.php rename to lib/public/Notification/IAction.php diff --git a/lib/public/notification/iapp.php b/lib/public/Notification/IApp.php similarity index 100% rename from lib/public/notification/iapp.php rename to lib/public/Notification/IApp.php diff --git a/lib/public/notification/imanager.php b/lib/public/Notification/IManager.php similarity index 100% rename from lib/public/notification/imanager.php rename to lib/public/Notification/IManager.php diff --git a/lib/public/notification/inotification.php b/lib/public/Notification/INotification.php similarity index 100% rename from lib/public/notification/inotification.php rename to lib/public/Notification/INotification.php diff --git a/lib/public/notification/inotifier.php b/lib/public/Notification/INotifier.php similarity index 100% rename from lib/public/notification/inotifier.php rename to lib/public/Notification/INotifier.php From 11cd6e3c1be6c2dbd82fbd7e78c94e7cf5b740c3 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 19 May 2016 09:51:20 +0200 Subject: [PATCH 2/2] Fix mention bot --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index 3e6c0fddb6..ca3a86dd18 100644 --- a/.mention-bot +++ b/.mention-bot @@ -14,7 +14,7 @@ "lib/private/Activity/**", "lib/private/Notification/**", "lib/public/Activity/**", - "lib/public/notification/**" + "lib/public/Notification/**" ] }, {