summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* use loginHelper from base classBjoern Schiessle2015-04-071-11/+11
|
* reset storage for each unit testBjoern Schiessle2015-04-072-1/+14
|
* fixing unit test executionThomas Müller2015-04-073-47/+5
|
* adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-072-108/+161
|
* add more descriptive message to the exception, will be displayed to the userBjoern Schiessle2015-04-071-1/+1
|
* remove encryption specific code from files appBjoern Schiessle2015-04-073-21/+0
|
* add priority to trashbin storage wrapper so that he is always on topBjoern Schiessle2015-04-071-1/+1
|
* cleaning up exception messThomas Müller2015-04-077-10/+44
|
* work arround to make sure that shares are initialized only onceBjoern Schiessle2015-04-071-2/+8
|
* Set human readable module idsThomas Müller2015-04-072-2/+2
|
* Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller2015-04-073-54/+25
|
* make recovery key workBjoern Schiessle2015-04-075-54/+82
|
* Finally fixing encryption with public shareThomas Müller2015-04-071-27/+31
|
* only encrypt files and files_versionsThomas Müller2015-04-071-1/+13
|
* fix exception handlingThomas Müller2015-04-074-38/+48
|
* fix hook registrationBjoern Schiessle2015-04-071-1/+2
|
* remove useless setup base classClark Tomlinson2015-04-072-40/+11
|
* adding hook manager testClark Tomlinson2015-04-072-1/+74
|
* keyManagerTest: remove code which is no longer neededBjoern Schiessle2015-04-071-32/+0
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-073-76/+269
|
* delete recovery keys on disableBjoern Schiessle2015-04-072-11/+18
|
* fixing test helper and undoing fubar in class...Clark Tomlinson2015-04-072-5/+4
|
* :100:% coverage for session classClark Tomlinson2015-04-072-4/+145
|
* let user enable recovery keyBjoern Schiessle2015-04-077-48/+65
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-077-57/+137
| | | | users with access to a file, needed to apply the recovery key to all files
* Adding app icon and fixing admin settingThomas Müller2015-04-073-3/+105
|
* register settings and hooks only onceBjoern Schiessle2015-04-072-8/+2
|
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-076-30/+108
|
* Fix double registration of encryption moduleThomas Müller2015-04-072-6/+3
|
* Remove old encryption left overs from trashbinThomas Müller2015-04-071-102/+0
|
* Fix settingsThomas Müller2015-04-072-4/+4
|
* Removing left overs from old encryption appThomas Müller2015-04-073-8/+0
|
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-074-83/+95
|
* add session class to handle all session operationsBjoern Schiessle2015-04-076-34/+153
|
* moving methods to their final placesClark Tomlinson2015-04-076-127/+188
| | | | and updating test some.
* kill OC_FileProxy :boom:Thomas Müller2015-04-073-47/+0
|
* Further cleanup of files_encryptionThomas Müller2015-04-071-9/+1
|
* Removing files_encryption left oversThomas Müller2015-04-076-29/+2
|
* remove old encryption appBjoern Schiessle2015-04-07195-16586/+0
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-13/+3
|
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-13/+15
|
* make recovery settings workBjoern Schiessle2015-04-077-33/+29
|
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-072-4/+5
|
* fix unit test execution, variable naming and kill no longer used $cacheFactoryThomas Müller2015-04-071-7/+8
|
* check if recovery key exists and encrypt the file with the recovery key if ↵Bjoern Schiessle2015-04-073-6/+58
| | | | needed
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-074-5/+74
|
* add setting templatesBjoern Schiessle2015-04-075-2/+155
|
* make sharing and unsharing workBjoern Schiessle2015-04-072-7/+31
|
* cleanup and removing cachefactoryClark Tomlinson2015-04-0717-354/+287
|
* read encrypted filesBjoern Schiessle2015-04-073-8/+33
|