Roeland Jago Douma
740659a04c
Move away from OC_L10N
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Arthur Schiwon
4946cc220d
for new we cannot have nested settings, default module is only appended if available
10 years ago
Joas Schilling
352e8b3c79
More casing
10 years ago
Bjoern Schiessle
b6050b44c2
disable the recovery key if the master key is enabled
10 years ago
Bjoern Schiessle
5fad45b230
make encryption configurable for home storage
11 years ago
Christian Hoffmann
6441721626
Grammar, removal of line break
* Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17.
* Removed line break from line 17 to line 18.
11 years ago
Bjoern Schiessle
4a450c9d0d
improved admin settings
11 years ago
Joas Schilling
eadc2c330c
Display the module settings in the list of the encryption modules
11 years ago
Bjoern Schiessle
f76c055244
some small ux improvements
11 years ago
Thomas Müller
00338f9dca
Removing files_encryption left overs
11 years ago
Bjoern Schiessle
a85e2e0bfd
make recovery settings work
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
794d3ef949
improved visual feedback if recovery key password gets changed
12 years ago
Bjoern Schiessle
5fa1cbc4e5
improved visual feedback if recovery key gets enabled/disabled
12 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.
12 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
Volkan Gezer
cea2c77fd2
fix some minor issues
12 years ago
Jan-Christoph Borchardt
6de572c6e6
replace personalblock fieldset with section class in files apps
12 years ago
Bjoern Schiessle
57beef1e36
fix setting dialog headlines for the encryption app
13 years ago
Bjoern Schiessle
5fb0e257a4
let user repeat the recovery key password to prevent typos
13 years ago
Björn Schießle
f40f49851c
fix some strings in the admin settings, it's not a 'recovery account' but a 'recovery key'
13 years ago
Florin Peter
dc8bcf0688
reformat code
13 years ago
Björn Schießle
64d94c540a
enable admin to change the recovery password
13 years ago
Björn Schießle
d8ae2fa80d
only let the user change the recovery admin settings if a key passwords was entered.
13 years ago
Björn Schießle
517efdf952
don't create a recovery user, only generate recovery key similar to the public link share key
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
Sam Tuke
14451bdaf0
Development snapshot;
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);
13 years ago
Lukas Reschke
7f8eddffe4
[files_encryption] Use p() instead of echo()
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
Thomas Mueller
e475c26f1a
fixing <input> tag
13 years ago
Frank Karlitschek
30b0e8b70c
cleaning up the settings. standardize the format, add missing I10N and other small things. Yes. This is not perfect. But way better than before ;-)
13 years ago
Jörn Friedrich Dreyer
df21ebeaf7
fix checkstyle for files_encryption app, add whitespace for readability
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
14 years ago
Bjoern Schiessle
a969c23e59
disable admin choice of encryption mode once a decision was taken
14 years ago
Bjoern Schiessle
a7cbc9e713
lock system wide encryption settings once the admin took a decision
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