]> source.dussan.org Git - nextcloud-server.git/commit
Move the notification API to public namespace
authorJoas Schilling <nickvergessen@owncloud.com>
Thu, 14 Jan 2016 13:35:24 +0000 (14:35 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Fri, 22 Jan 2016 09:32:42 +0000 (10:32 +0100)
commitee02165005f3fd24e1a17fdb3faeedda036d93c7
tree1fd047788bb8f439665ff3e61d135bb6a62856c9
parente2e5eedb40a15ef3a6971e2145abec24873c4400
Move the notification API to public namespace
21 files changed:
apps/files_sharing/lib/external/manager.php
apps/files_sharing/lib/notifier.php
lib/private/notification/action.php
lib/private/notification/iaction.php [deleted file]
lib/private/notification/iapp.php [deleted file]
lib/private/notification/imanager.php [deleted file]
lib/private/notification/inotification.php [deleted file]
lib/private/notification/inotifier.php [deleted file]
lib/private/notification/manager.php
lib/private/notification/notification.php
lib/private/server.php
lib/public/iservercontainer.php
lib/public/notification/iaction.php [new file with mode: 0644]
lib/public/notification/iapp.php [new file with mode: 0644]
lib/public/notification/imanager.php [new file with mode: 0644]
lib/public/notification/inotification.php [new file with mode: 0644]
lib/public/notification/inotifier.php [new file with mode: 0644]
tests/lib/notification/actiontest.php
tests/lib/notification/managertest.php
tests/lib/notification/notificationtest.php
tests/lib/server.php