Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 3 | -153/+0 |
| | |||||
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
| | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | Make naming of encryption app consistent | Lukas Reschke | 2015-01-21 | 2 | -2/+10 |
| | | | | Fixes https://github.com/owncloud/core/issues/13580 | ||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 3 | -5/+5 |
| | |||||
* | improved visual feedback if user enabled recovery key | Bjoern Schiessle | 2014-10-07 | 1 | -3/+2 |
| | |||||
* | improved visual feedback if recovery key password gets changed | Bjoern Schiessle | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | improved visual feedback if recovery key gets enabled/disabled | Bjoern Schiessle | 2014-10-07 | 1 | -5/+6 |
| | |||||
* | Add clickable labels to encryption recovery radios | Dan Bartram | 2014-09-27 | 2 | -4/+8 |
| | | | | | | | | | | Add clickable radio button labels to the encryption recovery settings pages: * settings-admin * settings-personal Pressing on the radio button text now toggles the state of the radio button. | ||||
* | Transifex suggestion by mnestis | Volkan Gezer | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | add logout hook to remove keys from session | Bjoern Schiessle | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | show a warning in the personal settings and admin settins if the encyption ↵ | Bjoern Schiessle | 2014-07-28 | 2 | -3/+10 |
| | | | | keys are not initialized | ||||
* | fix some minor issues | Volkan Gezer | 2014-06-13 | 2 | -4/+4 |
| | |||||
* | use oc_preferences instead of oc_encryption to store encyption settings | Bjoern Schiessle | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | replace personalblock fieldset with section class in files apps | Jan-Christoph Borchardt | 2014-03-27 | 2 | -119/+113 |
| | |||||
* | show change password form if key couldn't be decrypted | Bjoern Schiessle | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5298 from owncloud/enc_fix_setting_dialog_headlines | Björn Schießle | 2013-10-11 | 2 | -10/+3 |
|\ | | | | | fix setting dialog headlines for the encryption app | ||||
| * | fix setting dialog headlines for the encryption app | Bjoern Schiessle | 2013-10-11 | 2 | -10/+3 |
| | | |||||
* | | block file access if share keys are missing | Bjoern Schiessle | 2013-10-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4691 from owncloud/encryption_improved_error_messages_4617 | Björn Schießle | 2013-10-04 | 2 | -7/+9 |
|\ | | | | | Encryption improved error messages | ||||
| * | no longer enforce log out, but provide useful errors/warnings instead | Bjoern Schiessle | 2013-09-06 | 1 | -2/+4 |
| | | |||||
| * | encryption error messages, distinguish between a re-enabled encryption app ↵ | Bjoern Schiessle | 2013-09-02 | 1 | -5/+5 |
| | | | | | | | | and a password change from outside | ||||
* | | let user repeat the recovery key password to prevent typos | Bjoern Schiessle | 2013-09-18 | 1 | -10/+18 |
|/ | |||||
* | fix some strings in the admin settings, it's not a 'recovery account' but a ↵ | Björn Schießle | 2013-06-21 | 1 | -5/+5 |
| | | | | 'recovery key' | ||||
* | add a hint that the admin can recover your files; Don't let the user change ↵ | Björn Schießle | 2013-06-05 | 1 | -3/+9 |
| | | | | the recovery settings if no private key is set | ||||
* | improved label for the password recovery feature | Björn Schießle | 2013-06-04 | 1 | -2/+2 |
| | |||||
* | link directly to the encryption settings | Björn Schießle | 2013-06-04 | 2 | -1/+2 |
| | |||||
* | changed redirect handling | Florin Peter | 2013-06-03 | 1 | -0/+10 |
| | |||||
* | reformat code | Florin Peter | 2013-06-03 | 1 | -35/+37 |
| | |||||
* | let user update private key password in case it was changed from outside, ↵ | Björn Schießle | 2013-06-03 | 1 | -0/+30 |
| | | | | e.g. external auth back-ends | ||||
* | fixes after review from @DeepDiver1975 | Florin Peter | 2013-05-23 | 1 | -13/+0 |
| | |||||
* | settings clean-up; There is no blacklist in the new encryption app | Björn Schießle | 2013-05-22 | 1 | -20/+1 |
| | |||||
* | add recovery key to all files if the user enabled the feature and removes ↵ | Björn Schießle | 2013-05-15 | 1 | -1/+2 |
| | | | | them again on disable | ||||
* | enable admin to change the recovery password | Björn Schießle | 2013-05-15 | 1 | -1/+26 |
| | |||||
* | only let the user change the recovery admin settings if a key passwords was ↵ | Björn Schießle | 2013-05-15 | 1 | -7/+5 |
| | | | | entered. | ||||
* | don't create a recovery user, only generate recovery key similar to the ↵ | Björn Schießle | 2013-05-13 | 1 | -16/+1 |
| | | | | public link share key | ||||
* | Added facility to manually encrypt all files from personal settings | Sam Tuke | 2013-05-07 | 1 | -7/+25 |
| | | | | | | Added success/fail feedback to personal settings functions Improved look/layout of personal settings page Fixed misplaced plain text in ajax scripts | ||||
* | Added support for user-specified password for adminRecovery account in admin ↵ | Sam Tuke | 2013-05-04 | 2 | -19/+30 |
| | | | | | | | | | settings page Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB) Made recoveryAdmin user member of 'admin' user group automatically Set recoveryadmin settings to only display on user settings if enabled by an admin Updated encryption db xml schema | ||||
* | Fixed recoveryadmin settings in user and admin settings pages (js, ↵ | Sam Tuke | 2013-05-01 | 2 | -0/+22 |
| | | | | | | | | templates, ajax) Renamed recovery methods in Util{} for clarity Added note about bug causing slow page load and redundant keypair generation recoveryAdmin functionality not yet complete | ||||
* | Development snapshot; | Sam Tuke | 2013-03-29 | 1 | -0/+19 |
| | | | | | | Fixed errors from Hooks::login(); Work on enable/disable recoveryAdmin for lost passwords in settings page (template, ajax, js); Work on fixing sharing files to users (still broken); | ||||
* | [files_encryption] Use p() instead of echo() | Lukas Reschke | 2013-02-27 | 2 | -8/+8 |
| | |||||
* | Add missing echo | Lukas Reschke | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | cleanup - more to come after | Thomas Müller | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Added missing translation wrapping | Sam Tuke | 2013-02-05 | 1 | -1/+3 |
| | |||||
* | Added notice to personal settings indicating what filetypes are not encrypted | Sam Tuke | 2013-02-05 | 1 | -28/+14 |
| | |||||
* | Fixed many coding guidelines issues | Sam Tuke | 2013-01-24 | 2 | -9/+9 |
| | | | | | Continued work on upgrade path via login hook listener New spec file with notes | ||||
* | Work on util: findFiles() and encryptAll(); both close to working | Sam Tuke | 2013-01-23 | 2 | -73/+3 |
| | | | | Ecnryption unit tests are failing, recursion in filecache{} | ||||
* | Added localisation for encryption settings | Sam Tuke | 2013-01-22 | 2 | -27/+114 |
| | |||||
* | disable admin choice of encryption mode once a decision was taken | Bjoern Schiessle | 2012-08-09 | 1 | -5/+7 |
| | |||||
* | ask user for passwords when switching from client to server side encryption | Bjoern Schiessle | 2012-08-09 | 1 | -4/+4 |
| | |||||
* | lock system wide encryption settings once the admin took a decision | Bjoern Schiessle | 2012-08-08 | 1 | -4/+4 |
| |