summaryrefslogtreecommitdiffstats
path: root/apps/encryption/js
Commit message (Collapse)AuthorAgeFilesLines
* make encryption configurable for home storageBjoern Schiessle2015-10-271-0/+9
|
* Fix namespace conflict in OC.Encryption JS codeVincent Petry2015-08-062-12/+4
|
* detect migration statusBjoern Schiessle2015-05-271-1/+1
|
* improved admin settingsBjoern Schiessle2015-05-081-27/+41
|
* Display the module settings in the list of the encryption modulesJoas Schilling2015-05-041-3/+3
|
* Merge pull request #15752 from owncloud/feature/fix-encryption-return-valuesThomas Müller2015-05-042-49/+64
|\ | | | | [enc2] fixing return values and adding tests
| * fix messages from settings crontrollerClark Tomlinson2015-04-221-2/+2
| |
| * remove status's and adjust jsClark Tomlinson2015-04-222-49/+64
| |
* | Only get encryption status when logged inVincent Petry2015-04-231-1/+1
|/ | | | This removes useless warnings in the logs.
* doc and indentThomas Müller2015-04-212-4/+8
|
* Don't pollute the global namespaceThomas Müller2015-04-212-29/+38
|
* make jshint happyThomas Müller2015-04-202-14/+17
| | | | This reverts commit ae681f0061f534b48b45cf9a41f6110c0ff20b1d.
* use a simple function - OC.Encryption is already defined - fixes #15707Thomas Müller2015-04-201-23/+13
| | | | This reverts commit 0ca6398aa34e0a3698f3aed0305f0e9299578bbc.
* Dont use the old .status wayJoas Schilling2015-04-201-10/+7
|
* display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-161-4/+29
|
* Remove unneeded fileLukas Reschke2015-04-091-33/+0
|
* let user enable recovery keyBjoern Schiessle2015-04-071-1/+1
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-28/+1
| | | | users with access to a file, needed to apply the recovery key to all files
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-071-1/+1
|
* make recovery settings workBjoern Schiessle2015-04-071-2/+2
|
* cleanup and removing cachefactoryClark Tomlinson2015-04-074-0/+193