Bjoern Schiessle
|
eb29b2984c
|
use oc_preferences instead of oc_encryption to store encyption settings
|
2014-06-05 16:54:04 +02:00 |
Thomas Müller
|
917f389747
|
workaround to get the unit test going
|
2014-06-04 08:21:28 +02:00 |
Morris Jobke
|
390d8e53b4
|
Merge pull request #8676 from owncloud/encryption_improvements
cleanup encryption code, improved return codes
|
2014-06-02 18:28:18 +02:00 |
Bjoern Schiessle
|
b16b17f920
|
ceanup encryption code, improved return codes
|
2014-06-02 13:15:11 +02:00 |
Bjoern Schiessle
|
9ed5083efd
|
get mount point from mount manager
|
2014-05-28 17:28:31 +02:00 |
Vincent Petry
|
9b23a210c9
|
Merge pull request #8637 from owncloud/enc_improved_error_handling
[encryption] improved error handling during password change
|
2014-05-21 09:57:45 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Bjoern Schiessle
|
d9f715bdad
|
only start migration if the encryption was initialized; allow to overwrite keys if no files exists
|
2014-05-19 15:53:50 +02:00 |
Robin McCorkell
|
6930ae22e4
|
Fix more missing or broken PHPDoc
|
2014-05-16 22:21:57 +01:00 |
Robin McCorkell
|
c4f1de63a8
|
Fix PHPDoc in /apps
|
2014-05-16 22:21:57 +01:00 |
Thomas Müller
|
e0dd69e4e6
|
remove legacy aka deprecated code: OC_FilesystemView
|
2014-05-12 16:30:39 +02:00 |
Bjoern Schiessle
|
fb88aba8f4
|
some fixes to make the gallery work, this made it necessary to adjust some tests and the encryption code
|
2014-04-23 12:54:26 +02:00 |
Bjoern Schiessle
|
a86d97295e
|
fix encryption tests after the removal of the shared folder
|
2014-04-23 12:54:25 +02:00 |
Bjoern Schiessle
|
ebd73aee8f
|
don't overwrite keys if rename was done by a stream copy
|
2014-02-24 17:24:43 +01:00 |
Thomas Müller
|
c6f4f85e27
|
Merge branch 'master' into scrutinizer_documentation_patches
Conflicts:
lib/private/migration/content.php
|
2014-02-18 18:31:33 +01:00 |
Bjoern Schiessle
|
6778dc5a4a
|
don't block login forever if we are stuck in the middle of the initial encryption
|
2014-02-17 10:03:57 +01:00 |
Bjoern Schiessle
|
2ab062193a
|
catch errors during initial encryption
|
2014-02-17 09:58:46 +01:00 |
Thomas Müller
|
9fac95c2ab
|
Merge branch 'master' into scrutinizer_documentation_patches
Conflicts:
lib/private/appconfig.php
|
2014-02-14 23:03:27 +01:00 |
Bjoern Schiessle
|
050e84a08f
|
refuse login as long as the initial encryption is running
|
2014-02-10 10:56:11 +01:00 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
Bjoern Schiessle
|
5610842e56
|
move unlink proxy to a hook which handles pre and post conditions
|
2014-01-31 20:38:35 +01:00 |
Bjoern Schiessle
|
552d0a6feb
|
check if the old owner and the old path is available
|
2013-12-19 18:40:40 +01:00 |
Bjoern Schiessle
|
165542f27d
|
fix rename of shared files
|
2013-12-19 17:29:38 +01:00 |
Bjoern Schiessle
|
58c0117c3d
|
only create new key on password change if a recovery key exists or if the user don't have any private/public keys
|
2013-12-06 12:20:31 +01:00 |
Bjoern Schiessle
|
efe7c4075a
|
fix path reconstruction for reshares
|
2013-11-27 23:26:04 +01:00 |
Bjoern Schiessle
|
fcfac51aa1
|
backport of https://github.com/owncloud/core/pull/5513
|
2013-10-29 15:08:12 +01:00 |
Bjoern Schiessle
|
3d1d443529
|
remove debug output
|
2013-10-22 16:21:04 +02:00 |
Bjoern Schiessle
|
eb348b776c
|
set the init status to "NOT_INITIALIZED" if the encryption app gets enabled
|
2013-10-22 16:15:24 +02:00 |
Bjoern Schiessle
|
38e5da05af
|
only encrypt file to users with encryption keys
|
2013-10-09 15:56:21 +02:00 |
Bjoern Schiessle
|
f6e8a388a9
|
Merge branch 'master' into encryption_improved_error_messages_4617
Conflicts:
settings/ajax/changepassword.php
|
2013-09-23 10:39:12 +02:00 |
Bjoern Schiessle
|
72eaf2894a
|
performance improvement, check configuration only if no private key exists
|
2013-09-17 16:53:52 +02:00 |
Bjoern Schiessle
|
82cbbb8ab8
|
Merge branch 'master' into encryption_improved_error_messages_4617
Conflicts:
apps/files/index.php
|
2013-09-16 10:42:37 +02:00 |
Bjoern Schiessle
|
fb462e83cc
|
no longer enforce log out, but provide useful errors/warnings instead
|
2013-09-06 12:27:40 +02:00 |
Bjoern Schiessle
|
3d49631b8d
|
make sure that initial encryption also starts for a fresh installation
|
2013-09-03 13:24:30 +02:00 |
ringmaster
|
df7bfa4bf0
|
Don't cache the pkey, skip generation if the keyfile exists
|
2013-09-02 09:59:00 -04:00 |
Bjoern Schiessle
|
bab63c22ee
|
encryption error messages, distinguish between a re-enabled encryption app and a password change from outside
|
2013-09-02 11:26:11 +02:00 |
Bjoern Schiessle
|
d7dca966a2
|
improved error messaging, initial commit
|
2013-08-30 10:17:50 +02:00 |
Bjoern Schiessle
|
cabe92ef12
|
Merge branch 'master' into decrypt_files_again
Conflicts:
apps/files_encryption/tests/keymanager.php
|
2013-08-17 13:15:22 +02:00 |
Björn Schießle
|
d3e2f31ada
|
Merge pull request #4352 from owncloud/encryption_clean_up
crypt.php clean up
|
2013-08-17 04:10:15 -07:00 |
Bjoern Schiessle
|
5ba8d38b7f
|
remove old comments, TODos, etc.
|
2013-08-09 15:55:17 +02:00 |
Bjoern Schiessle
|
7ce03ba37c
|
improved error message to refect openSSL PHP extension and stock openSSL configuration issues
|
2013-08-08 08:39:01 +02:00 |
Bjoern Schiessle
|
cfbdad9cdb
|
catch broken server config and disable encryption app.
|
2013-08-08 08:38:37 +02:00 |
Bjoern Schiessle
|
69173c2a6b
|
fix test and make warning translatable
|
2013-08-01 14:19:33 +02:00 |
Bjoern Schiessle
|
9253627327
|
cancel sharing if some users doesn't have a working encryption set-up.
|
2013-08-01 13:04:55 +02:00 |
Bjoern Schiessle
|
b6fa0e4eef
|
working decrypt files method
|
2013-07-29 17:06:05 +02:00 |
Björn Schießle
|
9575c2f37c
|
added helper function to escape glob pattern
Conflicts:
apps/files_encryption/lib/helper.php
|
2013-07-05 16:03:20 +02:00 |
Björn Schießle
|
f9c337dd21
|
only escape glob pattern
|
2013-07-05 16:00:17 +02:00 |
Björn Schießle
|
abc2ee2e07
|
handle rename correctly for system wide mounts
|
2013-07-05 15:59:38 +02:00 |
VicDeo
|
f67fc78531
|
Merge pull request #3899 from owncloud/encryption_check_php_version
check php version, the encryption app needs php >= 5.3.3
|
2013-07-04 06:53:17 -07:00 |
Björn Schießle
|
f30dd1557e
|
more verbose error message
|
2013-07-04 14:50:07 +02:00 |