summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-172-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-132-0/+2
|
* Use PHP polyfillsLukas Reschke2015-12-112-110/+8
|
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-6/+8
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-277-28/+58
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Make Cache\Updater per storageRobin Appelman2015-11-251-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-242-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-232-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-114-0/+26
|
* Merge pull request #20272 from owncloud/phil-davis-setEncryptHomeStorageThomas Müller2015-11-041-1/+1
|\ | | | | Correct the description of function setEncryptHomeStorage
| * Correct the description of function setEncryptHomeStoragePhil Davis2015-11-031-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-044-2/+16
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-032-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-024-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-012-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-312-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-304-2/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-2912-0/+82
|
* make encryption configurable for home storageBjoern Schiessle2015-10-2711-61/+247
|
* Update license headersLukas Reschke2015-10-262-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-262-0/+50
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-252-0/+6
|
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
|
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-191-1/+26
|\ | | | | don't move files in cache twice, fixes renaming for objectstores
| * fix encryption migration testRobin Appelman2015-10-161-0/+25
| |
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-161-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-182-4/+4
| |
* | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-152-8/+104
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-142-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-112-22/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-082-0/+38
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-072-0/+6
|
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0629-42/+3
|\ | | | | update licence headers via script
| * update licence headers via scriptMorris Jobke2015-10-0529-42/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-064-4/+6
|/
* add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-032-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-286-4/+10
|
* no need to list users if all users already had a key-pairBjoern Schiessle2015-09-241-0/+6
|
* fix small typoBjoern Schiessle2015-09-211-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-212-4/+4
|
* Merge pull request #18983 from owncloud/fix_18926Thomas Müller2015-09-183-5/+71
|\ | | | | check for the right user if we can change his password
| * check for the right user if we can change his passwordBjoern Schiessle2015-09-143-5/+71
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-157-2/+510
| |
* | Function does return voidLukas Reschke2015-09-151-2/+1
| | | | | | | | This function does return void and not a bool.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-144-2/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-122-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-102-0/+4
|
* Merge pull request #18873 from owncloud/enc_use_master_passwordLukas Reschke2015-09-0910-27/+472
|\ | | | | Allow admin to use a master key for all files