Merge pull request #15775 from nextcloud/refactor/decouple-remote-wipe-notifications
Decouple remote wipe notifcation channels with events
No related branches found
No related tags found
Showing
- core/Application.php 13 additions, 1 deletioncore/Application.php
- lib/composer/composer/autoload_classmap.php 5 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 5 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Authentication/Events/ARemoteWipeEvent.php 46 additions, 0 deletionslib/private/Authentication/Events/ARemoteWipeEvent.php
- lib/private/Authentication/Events/RemoteWipeFinished.php 30 additions, 0 deletionslib/private/Authentication/Events/RemoteWipeFinished.php
- lib/private/Authentication/Events/RemoteWipeStarted.php 30 additions, 0 deletionslib/private/Authentication/Events/RemoteWipeStarted.php
- lib/private/Authentication/Listeners/RemoteWipeActivityListener.php 80 additions, 0 deletions...e/Authentication/Listeners/RemoteWipeActivityListener.php
- lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php 71 additions, 0 deletions...hentication/Listeners/RemoteWipeNotificationsListener.php
- lib/private/Authentication/Token/RemoteWipe.php 12 additions, 47 deletionslib/private/Authentication/Token/RemoteWipe.php
- tests/lib/Authentication/Events/RemoteWipeFinishedTest.php 39 additions, 0 deletionstests/lib/Authentication/Events/RemoteWipeFinishedTest.php
- tests/lib/Authentication/Events/RemoteWipeStartedTest.php 39 additions, 0 deletionstests/lib/Authentication/Events/RemoteWipeStartedTest.php
- tests/lib/Authentication/Listeners/RemoteWipeActivityListenerTest.php 154 additions, 0 deletions...thentication/Listeners/RemoteWipeActivityListenerTest.php
- tests/lib/Authentication/Listeners/RemoteWipeNotificationsListenerTest.php 150 additions, 0 deletions...ication/Listeners/RemoteWipeNotificationsListenerTest.php
- tests/lib/Authentication/Token/RemoteWipeTest.php 131 additions, 0 deletionstests/lib/Authentication/Token/RemoteWipeTest.php
Loading
Please register or sign in to comment