Skip to content
Success

Changes

Summary

  1. Finish porting expiration commands to use database services. (#3803) (details)
Commit 940814735f6ef46793784b12bf6fdb681b7df8eb by noreply
Finish porting expiration commands to use database services. (#3803)

- Also includes a fix to login token expiration.

---------

Co-authored-by: Ere Maijala <ere.maijala@helsinki.fi>
The file was modified module/VuFind/src/VuFind/Db/Service/AccessTokenService.php (diff)
The file was modified module/VuFind/src/VuFind/Db/Service/LoginTokenService.php (diff)
The file was modified module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireLoginTokensCommandFactory.php (diff)
The file was modified module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSearchesCommandFactory.php (diff)
The file was modified module/VuFind/src/VuFind/Db/Table/LoginToken.php (diff)
The file was modified module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/AbstractExpireCommandTest.php (diff)
The file was modified module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/ExpireSearchesCommandTest.php (diff)
The file was modified module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractExpireCommand.php (diff)
The file was modified module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommandFactory.php (diff)
The file was modified module/VuFindAdmin/src/VuFindAdmin/Controller/MaintenanceController.php (diff)
The file was modified module/VuFind/src/VuFind/Db/Service/LoginTokenServiceInterface.php (diff)
The file was modified module/VuFind/src/VuFind/Db/Service/SessionService.php (diff)
The file was modified module/VuFind/src/VuFind/Db/Service/SearchService.php (diff)
The file was modified module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireAccessTokensCommandFactory.php (diff)
The file was addedmodule/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/ExpireAccessTokensCommandTest.php
The file was modified module/VuFindConsole/tests/unit-tests/src/VuFindTest/Command/Util/ExpireSessionsCommandTest.php (diff)