summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/migration.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-3/+3
* only update database on the first run (first run = we have a version number f...Bjoern Schiessle2015-07-311-7/+19
* Fix existing usages by removing the quotesJoas Schilling2015-07-211-7/+7
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-7/+7
* fix mount point detectionBjoern Schiessle2015-07-201-3/+5
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-14/+60
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-161-1/+1
|\
| * only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-081-1/+1
* | more secure way to update the databaseBjoern Schiessle2015-07-081-14/+24
|/
* update license headers and authorsMorris Jobke2015-06-251-13/+12
* remove files_encryption from database at the end of the migration processBjoern Schiessle2015-06-191-1/+1
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-0/+319