]> source.dussan.org Git - nextcloud-server.git/commit
refactor(Token): introduce scope constants 43942/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 15 Mar 2024 11:51:31 +0000 (12:51 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 5 Jun 2024 17:01:14 +0000 (19:01 +0200)
commitf6d6efef3a26fc5524988cdfba780dce035cd61b
treeea3caeb6b4a9e10b013eb1562135eb6a1973f607
parent340939e688fab5c52061bc9e358587fbd8ec9fc8
refactor(Token): introduce scope constants

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 files changed:
apps/settings/lib/Controller/AuthSettingsController.php
apps/settings/tests/Controller/AuthSettingsControllerTest.php
apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php
lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
lib/private/Authentication/Token/PublicKeyToken.php
lib/private/Lockdown/LockdownManager.php
lib/private/Template/JSConfigHelper.php
lib/private/legacy/OC_User.php
lib/public/Authentication/Token/IToken.php
tests/lib/AppFramework/Middleware/Security/PasswordConfirmationMiddlewareTest.php
tests/lib/Authentication/Token/PublicKeyTokenTest.php
tests/lib/Lockdown/Filesystem/NoFSTest.php
tests/lib/Lockdown/LockdownManagerTest.php