aboutsummaryrefslogtreecommitdiffstats
path: root/core/command/encryption
Commit message (Expand)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-052-0/+2
* improve description and help output for the encrypt-all and decrypt-all commandBjoern Schiessle2015-09-212-2/+4
* Also catch exceptions on encryptAll and reset trashbin and singleUser modeJoas Schilling2015-09-181-2/+7
* Do not set single user in constructorJoas Schilling2015-09-182-5/+28
* Fix the singleuser config casing in new encryption codeJoas Schilling2015-09-172-6/+6
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+148
* use the same pattern for the command name like every other commandBjoern Schiessle2015-09-141-1/+1
* make system root of key storage configurableBjoern Schiessle2015-08-302-0/+328
* occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+114
* Use constants for the output formatsJoas Schilling2015-07-171-1/+1
* Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-war...Thomas Müller2015-05-072-4/+24
|\
| * Display a message when there is a problem with the default moduleJoas Schilling2015-05-042-4/+24
* | Add an occ command to get the status of encryptionJoas Schilling2015-05-041-0/+56
|/
* Undefined index: defaultJoas Schilling2015-04-271-1/+1
* Fix scrutinizer complainJoas Schilling2015-04-271-1/+1
* Use interfaceJoas Schilling2015-04-271-4/+4
* Add unit tests for the commandsJoas Schilling2015-04-271-6/+6
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-272-31/+14
* Add occ commands to manage the encryption modulesJoas Schilling2015-04-274-0/+279