Bjoern Schiessle
5fad45b230
make encryption configurable for home storage
10 years ago
Bjoern Schiessle
4a450c9d0d
improved admin settings
11 years ago
Clark Tomlinson
e3ec1a8bb8
remove status's and adjust js
11 years ago
Thomas Müller
55962c5f5a
make jshint happy
This reverts commit ae681f0061 .
11 years ago
Thomas Müller
ae681f0061
Revert "make jshint happy"
This reverts commit a255866a93 .
11 years ago
Thomas Müller
a255866a93
make jshint happy
11 years ago
Bjoern Schiessle
4b4aeaa5b2
fix set recovery key and implement change password
11 years ago
Bjoern Schiessle
a85e2e0bfd
make recovery settings work
11 years ago
Clark Tomlinson
d15c2e52b0
cleanup and removing cachefactory
11 years ago
Bjoern Schiessle
794d3ef949
improved visual feedback if recovery key password gets changed
11 years ago
Bjoern Schiessle
5fa1cbc4e5
improved visual feedback if recovery key gets enabled/disabled
11 years ago
Bjoern Schiessle
e20bb71a42
remove unused code
12 years ago
Joas Schilling
fdb0d2067f
Remove duplicated definition and move OC.msg to js/js.js
Fix issue #7166
12 years ago
Morris Jobke
5501dd623e
add/remove specific CSS class - not all classes
12 years ago
Morris Jobke
0f5fed5409
fix license header line breaks
12 years ago
Bjoern Schiessle
bc3b147396
remove spaces
12 years ago
Bjoern Schiessle
4edd8b8303
remove debug output
12 years ago
Bjoern Schiessle
5fb0e257a4
let user repeat the recovery key password to prevent typos
12 years ago
kondou
9e8a6b704d
Add _many_ newlines at the end of files
12 years ago
Florin Peter
6c8de5ae6d
fixes after review from @DeepDiver1975
13 years ago
Björn Schießle
15a3ae6db1
improved error messages
13 years ago
Björn Schießle
9d1e60325c
allow admin to recover users files in case of password lost
13 years ago
Björn Schießle
64d94c540a
enable admin to change the recovery password
13 years ago
Björn Schießle
5b160edebb
check if the user knows the correct recovery password before changing the recovery key settings
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
f378a7f572
Fixed proxy class handing of read / write files
Various work on other classes
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
Thomas Müller
7f58e27495
cleanup - more to come after
13 years ago
Bart Visscher
9329af921d
Add missing ; to js code
13 years ago
Bart Visscher
0e58800016
Whitespace fixes in apps
13 years ago
Bjoern Schiessle
a969c23e59
disable admin choice of encryption mode once a decision was taken
14 years ago
Bjoern Schiessle
a0b2474019
code cleanup and TODOs added
14 years ago
Bjoern Schiessle
6b058cd359
allow user to choose encryption mode
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