summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17319 from owncloud/stable7-clean-ocsidMorris Jobke2015-07-021-1/+1
|\
| * Bump versionsLukas Reschke2015-07-021-1/+1
* | [stable7] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/
* make sure to get the right list of users with access to the file, including t...Bjoern Schiessle2015-05-281-0/+72
* fix filesystem and encryption testsJörn Friedrich Dreyer2015-04-222-11/+24
* Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-4/+4
|\
| * Patched french translation (backported from master)Thomas Imbreckx2014-12-051-4/+4
* | remove duplicate loaded personal.js - fixes #12674Morris Jobke2014-12-101-1/+0
|/
* use login name to verify passwordBjoern Schiessle2014-11-251-1/+2
* Merge pull request #12131 from owncloud/stable7-enc-recoverykeywithextstoragefixVincent Petry2014-11-202-9/+58
|\
| * Fix file upload to ext storage when recovery key is enabledVincent Petry2014-11-172-9/+58
* | Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-1912-252/+375
* | Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-191-0/+7
|/
* check if the provided password is really the current log-in passwordBjoern Schiessle2014-11-061-15/+29
* Properly register sharing hooks and proxiesVincent Petry2014-10-301-1/+7
* Added encryption test when moving file as non-ownerVincent Petry2014-10-291-2/+15
* Fix moving share keys as non-owner to subdirVincent Petry2014-10-291-32/+26
* Make files non executableLukas Reschke2014-10-243-0/+0
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
* Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objects...Jörn Friedrich Dreyer2014-10-1611-8/+85
|\
| * make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-1611-8/+85
* | improved unit testsBjoern Schiessle2014-10-131-4/+8
* | always take unencrypted sizeBjoern Schiessle2014-10-131-2/+2
* | force loading of encryption appLukas Reschke2014-10-131-0/+3
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+4
* | Updated info.xml app descriptionMTRichards2014-10-081-5/+6
* | improved visual feedback if user enabled recovery keyBjoern Schiessle2014-10-083-19/+15
* | improved visual feedback if recovery key password gets changedBjoern Schiessle2014-10-083-9/+32
* | improved visual feedback if recovery key gets enabled/disabledBjoern Schiessle2014-10-083-50/+41
|/
* we also encrypt/decrypt files in the versions folder for previews and if encr...Bjoern Schiessle2014-10-062-3/+46
* Fix share key finding algorithm in various casesVincent Petry2014-09-239-108/+383
* first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle2014-09-231-5/+4
* Reenable file proxy when renaming between mount pointsVincent Petry2014-09-221-0/+1
* Remove unneeded file initialization in encryption, already handled in a hookRobin Appelman2014-09-221-16/+0
* make sure that we really catch the files folder onlyBjoern Schiessle2014-09-221-1/+1
* create backup from all keys before recoveryBjoern Schiessle2014-09-223-0/+61
* update encryption doc linkVolkan Gezer2014-09-181-2/+2
* Remove passing by reference to allow for proper GCVincent Petry2014-09-151-1/+1
* add unit test for aes256/aes128Bjoern Schiessle2014-08-132-0/+192
* update existing unit testsBjoern Schiessle2014-08-135-127/+16
* support aes 256Bjoern Schiessle2014-08-1310-84/+334
* add unit testsBjoern Schiessle2014-08-121-0/+47
* fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
* add logout hook to remove keys from sessionBjoern Schiessle2014-08-084-4/+19
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+52
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-302-9/+38
* define type in pre hookBjoern Schiessle2014-07-291-4/+7
* show a warning in the personal settings and admin settins if the encyption ke...Bjoern Schiessle2014-07-293-3/+13
* check that the file proxies are enabled after each testBjoern Schiessle2014-07-171-0/+2
* update keys recursively if a folder was movedBjoern Schiessle2014-07-172-26/+81