aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/KeyManager.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate away from ILogger in encryptionCôme Chilliet2023-08-081-99/+28
* Fix encryption file key managementCôme Chilliet2023-03-171-1/+1
* Adapt code to new encryption systemCôme Chilliet2023-03-171-6/+12
* Getting rid of openssl_seal and rc4 in server side encryptionCôme Chilliet2023-03-171-9/+17
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix typo in error message Morris Jobke2020-08-191-1/+1
* Harden key generationJulius Härtl2020-08-141-31/+73
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-5/+5
* Update license headersMorris Jobke2017-11-061-0/+2
* after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle2017-07-061-2/+11
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* Use master key for public links as wellVincent Petry2017-03-241-4/+15
* Fix public link for master keyVincent Petry2017-03-241-1/+1
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-5/+3
* Fix encryption appJoas Schilling2016-09-121-1/+0
* Fix apps/Joas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-2/+2
* don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+697