aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates
Commit message (Expand)AuthorAgeFilesLines
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-093-5/+5
* improved visual feedback if user enabled recovery keyBjoern Schiessle2014-10-071-3/+2
* improved visual feedback if recovery key password gets changedBjoern Schiessle2014-10-071-2/+2
* improved visual feedback if recovery key gets enabled/disabledBjoern Schiessle2014-10-071-5/+6
* Add clickable labels to encryption recovery radiosDan Bartram2014-09-272-4/+8
* Transifex suggestion by mnestisVolkan Gezer2014-08-111-1/+1
* add logout hook to remove keys from sessionBjoern Schiessle2014-08-071-3/+2
* show a warning in the personal settings and admin settins if the encyption ke...Bjoern Schiessle2014-07-282-3/+10
* fix some minor issuesVolkan Gezer2014-06-132-4/+4
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-2/+2
* replace personalblock fieldset with section class in files appsJan-Christoph Borchardt2014-03-272-119/+113
* show change password form if key couldn't be decryptedBjoern Schiessle2013-12-061-1/+1
* Merge pull request #5298 from owncloud/enc_fix_setting_dialog_headlinesBjörn Schießle2013-10-112-10/+3
|\
| * fix setting dialog headlines for the encryption appBjoern Schiessle2013-10-112-10/+3
* | block file access if share keys are missingBjoern Schiessle2013-10-111-1/+1
|/
* Merge pull request #4691 from owncloud/encryption_improved_error_messages_4617Björn Schießle2013-10-042-7/+9
|\
| * no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-2/+4
| * encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle2013-09-021-5/+5
* | let user repeat the recovery key password to prevent typosBjoern Schiessle2013-09-181-10/+18
|/
* fix some strings in the admin settings, it's not a 'recovery account' but a '...Björn Schießle2013-06-211-5/+5
* add a hint that the admin can recover your files; Don't let the user change t...Björn Schießle2013-06-051-3/+9
* improved label for the password recovery featureBjörn Schießle2013-06-041-2/+2
* link directly to the encryption settingsBjörn Schießle2013-06-042-1/+2
* changed redirect handlingFlorin Peter2013-06-031-0/+10
* reformat codeFlorin Peter2013-06-031-35/+37
* let user update private key password in case it was changed from outside, e.g...Björn Schießle2013-06-031-0/+30
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-13/+0
* settings clean-up; There is no blacklist in the new encryption appBjörn Schießle2013-05-221-20/+1
* add recovery key to all files if the user enabled the feature and removes the...Björn Schießle2013-05-151-1/+2
* enable admin to change the recovery passwordBjörn Schießle2013-05-151-1/+26
* only let the user change the recovery admin settings if a key passwords was e...Björn Schießle2013-05-151-7/+5
* don't create a recovery user, only generate recovery key similar to the publi...Björn Schießle2013-05-131-16/+1
* Added facility to manually encrypt all files from personal settingsSam Tuke2013-05-071-7/+25
* Added support for user-specified password for adminRecovery account in admin ...Sam Tuke2013-05-042-19/+30
* Fixed recoveryadmin settings in user and admin settings pages (js, templates,...Sam Tuke2013-05-012-0/+22
* Development snapshot;Sam Tuke2013-03-291-0/+19
* [files_encryption] Use p() instead of echo()Lukas Reschke2013-02-272-8/+8
* Add missing echoLukas Reschke2013-02-261-1/+1
* cleanup - more to come afterThomas Müller2013-02-091-1/+1
* Added missing translation wrappingSam Tuke2013-02-051-1/+3
* Added notice to personal settings indicating what filetypes are not encryptedSam Tuke2013-02-051-28/+14
* Fixed many coding guidelines issuesSam Tuke2013-01-242-9/+9
* Work on util: findFiles() and encryptAll(); both close to workingSam Tuke2013-01-232-73/+3
* Added localisation for encryption settingsSam Tuke2013-01-222-27/+114
* disable admin choice of encryption mode once a decision was takenBjoern Schiessle2012-08-091-5/+7
* ask user for passwords when switching from client to server side encryptionBjoern Schiessle2012-08-091-4/+4
* lock system wide encryption settings once the admin took a decisionBjoern Schiessle2012-08-081-4/+4
* code cleanupBjoern Schiessle2012-08-021-1/+0
* allow user to choose encryption modeBjoern Schiessle2012-08-022-1/+16
* get settings from DB and check the right checkbox in the settingsBjoern Schiessle2012-08-011-3/+3