Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -0/+9 |
| | |||||
* | Fix namespace conflict in OC.Encryption JS code | Vincent Petry | 2015-08-06 | 2 | -12/+4 |
| | |||||
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | improved admin settings | Bjoern Schiessle | 2015-05-08 | 1 | -27/+41 |
| | |||||
* | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 1 | -3/+3 |
| | |||||
* | Merge pull request #15752 from owncloud/feature/fix-encryption-return-values | Thomas Müller | 2015-05-04 | 2 | -49/+64 |
|\ | | | | | [enc2] fixing return values and adding tests | ||||
| * | fix messages from settings crontroller | Clark Tomlinson | 2015-04-22 | 1 | -2/+2 |
| | | |||||
| * | remove status's and adjust js | Clark Tomlinson | 2015-04-22 | 2 | -49/+64 |
| | | |||||
* | | Only get encryption status when logged in | Vincent Petry | 2015-04-23 | 1 | -1/+1 |
|/ | | | | This removes useless warnings in the logs. | ||||
* | doc and indent | Thomas Müller | 2015-04-21 | 2 | -4/+8 |
| | |||||
* | Don't pollute the global namespace | Thomas Müller | 2015-04-21 | 2 | -29/+38 |
| | |||||
* | make jshint happy | Thomas Müller | 2015-04-20 | 2 | -14/+17 |
| | | | | This reverts commit ae681f0061f534b48b45cf9a41f6110c0ff20b1d. | ||||
* | use a simple function - OC.Encryption is already defined - fixes #15707 | Thomas Müller | 2015-04-20 | 1 | -23/+13 |
| | | | | This reverts commit 0ca6398aa34e0a3698f3aed0305f0e9299578bbc. | ||||
* | Dont use the old .status way | Joas Schilling | 2015-04-20 | 1 | -10/+7 |
| | |||||
* | display warning if password changed or if the keys are not initialized | Bjoern Schiessle | 2015-04-16 | 1 | -4/+29 |
| | |||||
* | Remove unneeded file | Lukas Reschke | 2015-04-09 | 1 | -33/+0 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -28/+1 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 4 | -0/+193 |