Commit Graph

123 Commits (333f4e7913ff8085f46f80db5bf1224fb1cd6e0c)

Author SHA1 Message Date
Vincent Petry 87f81e5926 Remove unneeded addTranslations() calls 12 years ago
Joas Schilling efac8ced90 Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 12 years ago
Joas Schilling 7f7006643f Fix namespace of files_encryption classes and autoload them 12 years ago
Bjoern Schiessle 49cfc30359 upgrade to new folder structure 12 years ago
Bjoern Schiessle a10ae2816e clean up encryption exceptions 12 years ago
Bjoern Schiessle c2a45c1238 throw exception if private key is missing 12 years ago
Vincent Petry ec1a73fab9 Added OC.L10N namespace with translation functions 12 years ago
Lukas Reschke 16cd749065 Add support for keys in the info.xml 12 years ago
MTRichards d532683e20 Updated info.xml app description 12 years ago
Volkan Gezer ccaea93d6b update encryption doc link 12 years ago
Robin Appelman 724ff6264a Remove unneeded file initialization in encryption, already handled in a hook 12 years ago
Bernhard Posselt ba8eed0788 Better description to prevent people from misunderstanding the use case 12 years ago
Lukas Reschke 520ee969f2 Add routing to files_encryption 12 years ago
Bjoern Schiessle 8105f2ac8a introduce some encryption exceptions and catch additional error cases 12 years ago
Georg Ehrke e5e8e28ae7 add ocsids to info.xml 12 years ago
Thomas Müller e9011a8c55 adding unit tests for encryption data migration 12 years ago
Bjoern Schiessle eb29b2984c use oc_preferences instead of oc_encryption to store encyption settings 12 years ago
Vincent Petry c64e920b4d Adjust core apps to use "requiremin" instead of "require" 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Robin McCorkell 50dba97bde Miscellaneous text fixes for core apps 13 years ago
Frank Karlitschek 8a24e1eb96 clearify the use-case of this app 13 years ago
Bjoern Schiessle 6778dc5a4a don't block login forever if we are stuck in the middle of the initial encryption 13 years ago
Bjoern Schiessle 1df6bf997a add link to documentation 13 years ago
Bjoern Schiessle 6b69c52037 updated description of the files encryption app 13 years ago
Bjoern Schiessle d6fb2afa85 show a message at the log-in screen if inital encryption take place 13 years ago
Bjoern Schiessle 7e54e8831e set rememberlogin to false for the encryption app 13 years ago
Bjoern Schiessle fb462e83cc no longer enforce log out, but provide useful errors/warnings instead 13 years ago
Bjoern Schiessle 4dbc787055 check if stream wrapper is already registered to avoid warning 13 years ago
Bjoern Schiessle bab63c22ee encryption error messages, distinguish between a re-enabled encryption app and a password change from outside 13 years ago
Bjoern Schiessle d7dca966a2 improved error messaging, initial commit 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Frank Karlitschek ccb3c5b428 Removed the preview warning. This is only a simple text change 13 years ago
Björn Schießle adcee5b695 check php version, the encryption app needs php >= 5.3.3 13 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 13 years ago
Björn Schießle 76369b7424 encryption is LDAP compatible 13 years ago
Björn Schießle d10ad0d603 Squashed commit of the following: 13 years ago
Florin Peter e9d1ea712c allow the user to login but do not allow upload and show error message on the web 13 years ago
Florin Peter 1c4c89418b also fix login errors while filesystem is not loaded in app.php 13 years ago
Florin Peter 4f9cbadfa4 fix for autoloader while user logged in and system is in maintenance 13 years ago
Florin Peter 5d32e214b7 reformat code 13 years ago
Frank Karlitschek 29c8cbf4d1 increase version and add warning 13 years ago
Florin Peter 4bf840e2ca cleanup unused code optimize tests 13 years ago
Florin Peter dc39ef378e changed recovery_enabled and migration_status columns to integer and fix tests 13 years ago
Florin Peter ddda2a1f79 changed database column 'recovery' to 'recovery_enabled' because recovery is a pgsql keyword 13 years ago
Florin Peter 2a038baee0 updated authors info 13 years ago
Florin Peter 681252669a changed migrationStatus to migration_status for pgsql 13 years ago
Florin Peter 6980f59b2f fixed typos 13 years ago
Florin Peter 1fbdc3ce8f fix for previous workaround 13 years ago
Florin Peter 137039d35a workaround for blank page need an other solution 13 years ago
Florin Peter e25aa78caf added helper class and moved hook registration to it 13 years ago