Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
Notifications overhaul
No related branches found
No related tags found
Showing
- lib/private/Notification/Action.php 22 additions, 23 deletionslib/private/Notification/Action.php
- lib/private/Notification/Manager.php 101 additions, 71 deletionslib/private/Notification/Manager.php
- lib/private/Notification/Notification.php 52 additions, 60 deletionslib/private/Notification/Notification.php
- lib/private/Server.php 2 additions, 1 deletionlib/private/Server.php
- lib/public/Notification/AlreadyProcessedException.php 38 additions, 0 deletionslib/public/Notification/AlreadyProcessedException.php
- lib/public/Notification/IAction.php 35 additions, 12 deletionslib/public/Notification/IAction.php
- lib/public/Notification/IApp.php 4 additions, 3 deletionslib/public/Notification/IApp.php
- lib/public/Notification/IManager.php 19 additions, 10 deletionslib/public/Notification/IManager.php
- lib/public/Notification/INotification.php 39 additions, 39 deletionslib/public/Notification/INotification.php
- lib/public/Notification/INotifier.php 20 additions, 1 deletionlib/public/Notification/INotifier.php
- tests/lib/Authentication/Listeners/RemoteWipeNotificationsListenerTest.php 2 additions, 2 deletions...ication/Listeners/RemoteWipeNotificationsListenerTest.php
- tests/lib/Notification/ActionTest.php 0 additions, 45 deletionstests/lib/Notification/ActionTest.php
- tests/lib/Notification/DummyApp.php 56 additions, 0 deletionstests/lib/Notification/DummyApp.php
- tests/lib/Notification/DummyNotifier.php 63 additions, 0 deletionstests/lib/Notification/DummyNotifier.php
- tests/lib/Notification/ManagerTest.php 72 additions, 306 deletionstests/lib/Notification/ManagerTest.php
- tests/lib/Notification/NotificationTest.php 5 additions, 72 deletionstests/lib/Notification/NotificationTest.php
Loading
Please register or sign in to comment