summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-1215-15/+26
|
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
|
* Remove undefined variableLukas Reschke2016-01-071-4/+0
|
* Fix PHPDoc + Add handling for error casesLukas Reschke2016-01-072-4/+10
| | | | Makes static code analyzers happier.
* Use PHP polyfillsLukas Reschke2015-12-111-23/+8
|
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-6/+8
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-275-25/+29
| | | | 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
|
* Correct the description of function setEncryptHomeStoragePhil Davis2015-11-031-1/+1
|
* make encryption configurable for home storageBjoern Schiessle2015-10-272-1/+47
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
|
* update licence headers via scriptMorris Jobke2015-10-058-13/+1
|
* add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+6
|
* 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
|
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-153-2/+237
|
* Function does return voidLukas Reschke2015-09-151-2/+1
| | | | This function does return void and not a bool.
* enable usage of a master keyBjoern Schiessle2015-09-074-15/+115
|
* return false if private key is not validBjoern Schiessle2015-08-301-1/+1
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-283-0/+445
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-263-0/+445
| |
* | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-243-22/+142
|\ \ | |/ |/| use password hash to encrypt private key
| * use uid as additional information for saltBjoern Schiessle2015-08-073-13/+13
| |
| * use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-073-15/+135
| |
* | 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 ↵Bjoern Schiessle2015-07-311-7/+19
| | | | from the old encryption app)
* 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-162-5/+22
|\ | | | | Only clean up if migration finished succesfully
| * only create new key pair if both keys are missingBjoern Schiessle2015-07-081-4/+21
| |
| * 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-258-14/+28
|
* remove files_encryption from database at the end of the migration processBjoern Schiessle2015-06-191-1/+1
|
* add hint to exceptionBjoern Schiessle2015-06-081-5/+4
|
* detect migration statusBjoern Schiessle2015-05-271-0/+1
|
* improve error messages displayed to the userBjoern Schiessle2015-05-271-1/+1
|
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-2/+2
|\ | | | | rename to 'Default encryption module'
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-2/+2
| |
* | Add missing import for the exceptionJoas Schilling2015-05-181-0/+2
| |
* | add l10n to constructorBjoern Schiessle2015-05-181-2/+8
| |
* | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry2015-05-181-1/+4
|\ \ | | | | | | also encrypt files in trash bin
| * | also encrypt files in trash binBjoern Schiessle2015-05-181-1/+4
| | |
* | | a new approach to display the error messageBjoern Schiessle2015-05-182-1/+70
|/ /
* / delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-131-1/+1
|/ | | | implement rmdir; getFileKeyDir should also work for part files and complete directories
* Merge pull request #15938 from owncloud/enc_update_recovery_share_keyBjörn Schießle2015-05-054-40/+28
|\ | | | | [encryption] check recovery key setting for the correct user
| * check recovery setting for the right userBjoern Schiessle2015-04-304-40/+28
| |