Commit Graph

92 Commits (9eab8b39df34b507530b0beceb31eb23fbea54f5)

Author SHA1 Message Date
Bjoern Schiessle 7e54e8831e set rememberlogin to false for the encryption app 12 years ago
Bjoern Schiessle 4dbc787055 check if stream wrapper is already registered to avoid warning 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Frank Karlitschek ccb3c5b428 Removed the preview warning. This is only a simple text change 12 years ago
Björn Schießle adcee5b695 check php version, the encryption app needs php >= 5.3.3 12 years ago
Björn Schießle c4aef89278 introduce pre-disable-app hook and use it for the encryption app to reset migration status if the app was disabled 12 years ago
Björn Schießle 76369b7424 encryption is LDAP compatible 12 years ago
Björn Schießle d10ad0d603 Squashed commit of the following: 12 years ago
Florin Peter e9d1ea712c allow the user to login but do not allow upload and show error message on the web 12 years ago
Florin Peter 1c4c89418b also fix login errors while filesystem is not loaded in app.php 12 years ago
Florin Peter 4f9cbadfa4 fix for autoloader while user logged in and system is in maintenance 12 years ago
Florin Peter 5d32e214b7 reformat code 12 years ago
Frank Karlitschek 29c8cbf4d1 increase version and add warning 12 years ago
Florin Peter 4bf840e2ca cleanup unused code optimize tests 12 years ago
Florin Peter dc39ef378e changed recovery_enabled and migration_status columns to integer and fix tests 12 years ago
Florin Peter ddda2a1f79 changed database column 'recovery' to 'recovery_enabled' because recovery is a pgsql keyword 12 years ago
Florin Peter 2a038baee0 updated authors info 12 years ago
Florin Peter 681252669a changed migrationStatus to migration_status for pgsql 12 years ago
Florin Peter 6980f59b2f fixed typos 12 years ago
Florin Peter 1fbdc3ce8f fix for previous workaround 12 years ago
Florin Peter 137039d35a workaround for blank page need an other solution 12 years ago
Florin Peter e25aa78caf added helper class and moved hook registration to it 12 years ago
Sam Tuke 28866de44b Added pre_share hook 12 years ago
Sam Tuke c8946ea608 Added support for user-specified password for adminRecovery account in admin settings page 12 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 12 years ago
Florin Peter d40ffc5aac added filesystem post rename hook 12 years ago
Sam Tuke f89a3604aa Working on stream{} writing 12 years ago
Sam Tuke f378a7f572 Fixed proxy class handing of read / write files 12 years ago
Björn Schießle 4303d6318e Session expect OC_FilesystemView() 12 years ago
Björn Schießle 98de385b8a add $view as parameter for session constructor 12 years ago
Sam Tuke 109fe198c3 Added info about filesystem method access conventions 12 years ago
Sam Tuke 14451bdaf0 Development snapshot; 12 years ago
Sam Tuke c89fd49870 Improved folder creation code 12 years ago
j-ed 5352f1e65b Update app.php 12 years ago
Sam Tuke 1b880f2f96 Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI) 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Björn Schießle 9356f9a6bf add post_unshareALll hook, update recursively all keyfiles if a folder was shared/unshared 12 years ago
Björn Schießle 4952dfe956 add post_unshare hook, also add public link shares to the list of user with access to a file 12 years ago
Björn Schießle 5a64c96d06 go back to preUnshare hooks since sharing doesn't trigger post unshare hooks 12 years ago
Björn Schießle 3e3cee98c8 - moved the enrcyption of the filekey ifg file gets shared from the post shared hook to 12 years ago
Sam Tuke d17d838ecc Updated specfile 12 years ago
Tom Needham f141f8b523 Add further capabilities to /cloud/capabilitites api call 12 years ago
Thomas Müller 7f58e27495 cleanup - more to come after 12 years ago
Sam Tuke 2b07afc8ab Removed debugging code 12 years ago
Sam Tuke b84e83261e Added notice to personal settings indicating what filetypes are not encrypted 12 years ago
Sam Tuke c1f20fe37a Made encyrption keyfiles be deleted when their parents are 12 years ago
Sam Tuke 094213e231 Fixed many coding guidelines issues 12 years ago
Sam Tuke 59ca312263 Work on util: findFiles() and encryptAll(); both close to working 12 years ago
Sam Tuke d95fc4e1e3 Adding sharing support: added new method in Keymanager setShareKey() 12 years ago
Sam Tuke 1fc5b1d02d Replaced phpseclib calls with symmetric re-encryption of user private key 12 years ago