aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Command/MigrateKeys.php
Commit message (Collapse)AuthorAgeFilesLines
* this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle2018-03-021-127/+0
| | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move console command registration to info.xml for encryption as well as ↵Thomas Müller2016-10-121-9/+8
| | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+126
* Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests