Arthur Schiwon
c46006934c
fix alignment of radio button and its label in encryption settings
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
9 years ago
Morris Jobke
d6e7cee607
Fix icons in sidebar on personal page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Vincent Petry
b92085f2c7
Fix recovery checkbox label to properly point
9 years ago
Matthew Setter
d7c9e2b841
Updated UI messages relating to the encryption functionality
The reason for updating these messages, is that grammatically they're
not quite correct. They showed a combination of:
- Related phrases, which could be either separated or joined better
- Related sentences, but which should be expressed as separate ones
They were also missing full-stops to end the them.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Roeland Jago Douma
740659a04c
Move away from OC_L10N
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Joas Schilling
352e8b3c79
More casing
9 years ago
Morris Jobke
e7e0dc608b
fix strings
10 years ago
Joas Schilling
eadc2c330c
Display the module settings in the list of the encryption modules
11 years ago
Bjoern Schiessle
e4895bda01
add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files
11 years ago
Thomas Müller
bd933b1c85
Adding app icon and fixing admin setting
11 years ago
Thomas Müller
00338f9dca
Removing files_encryption left overs
11 years ago
Bjoern Schiessle
bd99042a66
add setting templates
11 years ago
Lukas Reschke
762949afd9
Make naming of encryption app consistent
Fixes https://github.com/owncloud/core/issues/13580
11 years ago
Joas Schilling
efac8ced90
Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself
11 years ago
Bjoern Schiessle
b060123155
improved visual feedback if user enabled recovery key
11 years ago
Dan Bartram
1b9c31d349
Add clickable labels to encryption recovery radios
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.
11 years ago
Volkan Gezer
4dd9414f2c
Transifex suggestion by mnestis
11 years ago
Bjoern Schiessle
0b3ddbed68
add logout hook to remove keys from session
11 years ago
Bjoern Schiessle
de4233bc1c
show a warning in the personal settings and admin settins if the encyption keys are not initialized
12 years ago
Bjoern Schiessle
eb29b2984c
use oc_preferences instead of oc_encryption to store encyption settings
12 years ago
Jan-Christoph Borchardt
6de572c6e6
replace personalblock fieldset with section class in files apps
12 years ago
Bjoern Schiessle
8082ef2073
show change password form if key couldn't be decrypted
12 years ago
Bjoern Schiessle
57beef1e36
fix setting dialog headlines for the encryption app
12 years ago
Bjoern Schiessle
bab63c22ee
encryption error messages, distinguish between a re-enabled encryption app and a password change from outside
12 years ago
Björn Schießle
7fc5151d95
add a hint that the admin can recover your files; Don't let the user change the recovery settings if no private key is set
13 years ago
Björn Schießle
7bbd85b6e5
improved label for the password recovery feature
13 years ago
Björn Schießle
4ee7a428ae
link directly to the encryption settings
13 years ago
Björn Schießle
b5820af3cc
let user update private key password in case it was changed from outside, e.g. external auth back-ends
13 years ago
Florin Peter
6c8de5ae6d
fixes after review from @DeepDiver1975
13 years ago
Björn Schießle
80dea1a8c5
settings clean-up; There is no blacklist in the new encryption app
13 years ago
Björn Schießle
57c0a7ed69
add recovery key to all files if the user enabled the feature and removes them again on disable
13 years ago
Sam Tuke
4b53f72d0d
Added facility to manually encrypt all files from personal settings
Added success/fail feedback to personal settings functions
Improved look/layout of personal settings page
Fixed misplaced plain text in ajax scripts
13 years ago
Sam Tuke
c8946ea608
Added support for user-specified password for adminRecovery account in admin 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
13 years ago
Sam Tuke
ba29147e34
Fixed recoveryadmin settings in user and admin settings pages (js, 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
13 years ago
Lukas Reschke
7f8eddffe4
[files_encryption] Use p() instead of echo()
13 years ago
Lukas Reschke
c94974cb97
Add missing echo
13 years ago
Thomas Müller
7f58e27495
cleanup - more to come after
13 years ago
Sam Tuke
4ba0ab7f65
Added missing translation wrapping
13 years ago
Sam Tuke
b84e83261e
Added notice to personal settings indicating what filetypes are not encrypted
13 years ago
Sam Tuke
094213e231
Fixed many coding guidelines issues
Continued work on upgrade path via login hook listener
New spec file with notes
13 years ago
Sam Tuke
59ca312263
Work on util: findFiles() and encryptAll(); both close to working
Ecnryption unit tests are failing, recursion in filecache{}
13 years ago
Sam Tuke
47592657d7
Added localisation for encryption settings
13 years ago
Bjoern Schiessle
5a261b5b8f
ask user for passwords when switching from client to server side encryption
14 years ago
Bjoern Schiessle
19b3109655
code cleanup
14 years ago
Bjoern Schiessle
6b058cd359
allow user to choose encryption mode
14 years ago
Bjoern Schiessle
a7f3a67bc2
get settings from DB and check the right checkbox in the settings
14 years ago
Bjoern Schiessle
e4e6574e42
allow admin to choose between client and server side encryption
14 years ago
Sam Tuke
91da4b05b7
fixed typos
14 years ago
Robin Appelman
c5b31b001a
add the option to disable file encryption while still being able to decrypt existing files
14 years ago
Robin Appelman
814bc2fd2b
make encryption filetype blacklist configurable
14 years ago