Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce pre-disable-app hook and use it for the encryption app to reset ↵ | Björn Schießle | 2013-06-27 | 1 | -0/+3 |
| | | | | migration status if the app was disabled | ||||
* | encryption is LDAP compatible | Björn Schießle | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Squashed commit of the following: | Björn Schießle | 2013-06-21 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1345201c9da99a82f198e41fba24da6b0d7ae59a Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 16:27:46 2013 +0200 add l10n support commit bf2c79c8de8710e839a4a55642a91874c374fa1c Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 16:19:10 2013 +0200 only init session if openssl extension is loaded commit cbd52af6afbaa310bb1a534db64ff5e476dfd5d7 Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 12:25:40 2013 +0200 first disable app and than show error page commit 55baf593179c433642de59552592e6b0f1932880 Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 12:17:34 2013 +0200 typo fixed commit 1d9bef0b058e7cc3d511b81ae12d5a07660c75b2 Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 12:15:40 2013 +0200 move dependency check to the encryption app commit c186e95da526f0470e20f014f1bd9513db5518ff Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jun 20 11:13:11 2013 +0200 make sure that openssl is installed and loaded | ||||
* | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-13 | 1 | -28/+33 |
|\ | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php | ||||
| * | Merge branch 'master' into files_encryption_upgrade_fix | Florin Peter | 2013-05-31 | 1 | -1/+7 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php | ||||
| * | | fix for autoloader while user logged in and system is in maintenance | Florin Peter | 2013-05-31 | 1 | -23/+28 |
| | | | |||||
* | | | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-10 | 1 | -0/+6 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: settings/ajax/changepassword.php | ||||
| * | | also fix login errors while filesystem is not loaded in app.php | Florin Peter | 2013-05-31 | 1 | -0/+6 |
| |/ | |||||
* / | allow the user to login but do not allow upload and show error message on ↵ | Florin Peter | 2013-05-31 | 1 | -1/+2 |
|/ | | | | the web | ||||
* | reformat code | Florin Peter | 2013-05-27 | 1 | -4/+4 |
| | |||||
* | increase version and add warning | Frank Karlitschek | 2013-05-25 | 2 | -2/+2 |
| | |||||
* | cleanup unused code optimize tests | Florin Peter | 2013-05-21 | 1 | -3/+0 |
| | |||||
* | changed recovery_enabled and migration_status columns to integer and fix tests | Florin Peter | 2013-05-20 | 1 | -2/+2 |
| | |||||
* | changed database column 'recovery' to 'recovery_enabled' because recovery is ↵ | Florin Peter | 2013-05-19 | 1 | -1/+1 |
| | | | | | | a pgsql keyword more info about pgsql keywords http://www.postgresql.org/docs/9.1/static/sql-keywords-appendix.html | ||||
* | updated authors info | Florin Peter | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | changed migrationStatus to migration_status for pgsql | Florin Peter | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | fixed typos | Florin Peter | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | fix for previous workaround | Florin Peter | 2013-05-15 | 1 | -20/+21 |
| | |||||
* | workaround for blank page need an other solution | Florin Peter | 2013-05-15 | 1 | -20/+20 |
| | |||||
* | added helper class and moved hook registration to it | Florin Peter | 2013-05-09 | 1 | -11/+10 |
| | |||||
* | Added pre_share hook | Sam Tuke | 2013-05-08 | 1 | -1/+1 |
| | | | | | Switched it for post_share hook in encryption hooks Stop a file from being shared if the encryption procedure fails for any users | ||||
* | Added support for user-specified password for adminRecovery account in admin ↵ | Sam Tuke | 2013-05-04 | 1 | -0/+7 |
| | | | | | | | | | 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 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | added filesystem post rename hook | Florin Peter | 2013-04-27 | 1 | -0/+3 |
| | |||||
* | Working on stream{} writing | Sam Tuke | 2013-04-16 | 1 | -1/+5 |
| | | | | Development snapshot | ||||
* | Fixed proxy class handing of read / write files | Sam Tuke | 2013-04-16 | 1 | -2/+4 |
| | | | | Various work on other classes | ||||
* | Session expect OC_FilesystemView() | Björn Schießle | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | add $view as parameter for session constructor | Björn Schießle | 2013-04-10 | 1 | -2/+2 |
| | |||||
* | Added info about filesystem method access conventions | Sam Tuke | 2013-04-09 | 1 | -0/+14 |
| | |||||
* | Development snapshot; | Sam Tuke | 2013-03-29 | 1 | -0/+12 |
| | | | | | | 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); | ||||
* | Merge branch 'master' into files_encryption | Sam Tuke | 2013-03-28 | 2 | -10/+20 |
|\ | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/keymanager.php | ||||
| * | Merge in master | Tom Needham | 2013-03-09 | 1 | -8/+8 |
| |\ | |||||
| | * | Update app.php | j-ed | 2013-03-02 | 1 | -7/+7 |
| | | | | | | | | | suppress log messages like `include path for class \"OCA\\Encryption\\Crypt\" starts with \"apps\/\"`. | ||||
| * | | Rebase to current master | Tom Needham | 2013-03-05 | 1 | -3/+3 |
| |\| | |||||
| | * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | | |||||
| | * | cleanup - more to come after | Thomas Müller | 2013-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | Add further capabilities to /cloud/capabilitites api call | Tom Needham | 2013-02-10 | 2 | -0/+10 |
| |/ | |||||
* | | Improved folder creation code | Sam Tuke | 2013-03-19 | 1 | -0/+8 |
| | | | | | | | | | | | | Created stub method for checking user pwd recovery preference from db Added pwd recovery column to db Added comments | ||||
* | | Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI) | Sam Tuke | 2013-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Fixed bug preventing sharing with users other than 'ownCloud' Added comments Moved functionality into filterShareReadyUsers() Other changes | ||||
* | | add post_unshareALll hook, update recursively all keyfiles if a folder was ↵ | Björn Schießle | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | | shared/unshared | ||||
* | | add post_unshare hook, also add public link shares to the list of user with ↵ | Björn Schießle | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | | access to a file | ||||
* | | go back to preUnshare hooks since sharing doesn't trigger post unshare hooks | Björn Schießle | 2013-02-11 | 1 | -2/+2 |
| | | |||||
* | | - moved the enrcyption of the filekey ifg file gets shared from the post ↵ | Björn Schießle | 2013-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | shared hook to Crypt::encKeyfileToMultipleUsers() because this can be reused if files get unshared - switch from preUnshare hook to postUnshare hook because afterward we can simply get the updated list of users with access to the file and call Crypt::encKeyfileToMultipleUsers() | ||||
* | | Updated specfile | Sam Tuke | 2013-02-11 | 1 | -1/+29 |
|/ | |||||
* | Removed debugging code | Sam Tuke | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | Added notice to personal settings indicating what filetypes are not encrypted | Sam Tuke | 2013-02-05 | 1 | -3/+2 |
| | |||||
* | Made encyrption keyfiles be deleted when their parents are | Sam Tuke | 2013-01-29 | 1 | -0/+12 |
| | | | | | Made encryption keyfiles be renamed when their parents are Fixed bugs with encryptAll() execution on login | ||||
* | Fixed many coding guidelines issues | Sam Tuke | 2013-01-24 | 3 | -9/+16 |
| | | | | | 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 | 1 | -2/+4 |
| | | | | Ecnryption unit tests are failing, recursion in filecache{} | ||||
* | Adding sharing support: added new method in Keymanager setShareKey() | Sam Tuke | 2013-01-14 | 1 | -3/+13 |
| | | | | Added notes in proxy{} and stream{} pointing to share support |