summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* adding unit tests for encryption data migrationThomas Müller2014-06-051-14/+5
|
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-053-40/+20
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* Miscellaneous text fixes for core appsRobin McCorkell2014-03-261-1/+1
|
* clearify the use-case of this appFrank Karlitschek2014-03-171-1/+1
|
* don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle2014-02-171-0/+1
| | | | encryption
* add link to documentationBjoern Schiessle2014-01-171-0/+4
|
* updated description of the files encryption appBjoern Schiessle2014-01-171-1/+1
|
* show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-1/+2
|
* Merge pull request #4691 from owncloud/encryption_improved_error_messages_4617Björn Schießle2013-10-042-18/+1
|\ | | | | Encryption improved error messages
| * Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-231-1/+3
| |\ | | | | | | | | | | | | Conflicts: settings/ajax/changepassword.php
| * | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-17/+0
| | |
| * | encryption error messages, distinguish between a re-enabled encryption app ↵Bjoern Schiessle2013-09-021-7/+0
| | | | | | | | | | | | and a password change from outside
| * | improved error messaging, initial commitBjoern Schiessle2013-08-302-1/+8
| | |
* | | set rememberlogin to false for the encryption appBjoern Schiessle2013-09-261-0/+1
| |/ |/|
* | check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-031-1/+3
|/
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* Removed the preview warning. This is only a simple text changeFrank Karlitschek2013-07-131-1/+1
|
* Merge pull request #3899 from owncloud/encryption_check_php_versionVicDeo2013-07-041-3/+2
|\ | | | | check php version, the encryption app needs php >= 5.3.3
| * check php version, the encryption app needs php >= 5.3.3Björn Schießle2013-07-011-3/+2
| |
* | introduce pre-disable-app hook and use it for the encryption app to reset ↵Björn Schießle2013-06-271-0/+3
|/ | | | migration status if the app was disabled
* encryption is LDAP compatibleBjörn Schießle2013-06-211-1/+1
|
* Squashed commit of the following:Björn Schießle2013-06-211-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_keyBjörn Schießle2013-06-131-28/+33
|\ | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php
| * Merge branch 'master' into files_encryption_upgrade_fixFlorin Peter2013-05-311-1/+7
| |\ | | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php
| * | fix for autoloader while user logged in and system is in maintenanceFlorin Peter2013-05-311-23/+28
| | |
* | | Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-0/+6
|\ \ \ | | |/ | |/| | | | | | | Conflicts: settings/ajax/changepassword.php
| * | also fix login errors while filesystem is not loaded in app.phpFlorin Peter2013-05-311-0/+6
| |/
* / allow the user to login but do not allow upload and show error message on ↵Florin Peter2013-05-311-1/+2
|/ | | | the web
* reformat codeFlorin Peter2013-05-271-4/+4
|
* increase version and add warningFrank Karlitschek2013-05-252-2/+2
|
* cleanup unused code optimize testsFlorin Peter2013-05-211-3/+0
|
* changed recovery_enabled and migration_status columns to integer and fix testsFlorin Peter2013-05-201-2/+2
|
* changed database column 'recovery' to 'recovery_enabled' because recovery is ↵Florin Peter2013-05-191-1/+1
| | | | | | a pgsql keyword more info about pgsql keywords http://www.postgresql.org/docs/9.1/static/sql-keywords-appendix.html
* updated authors infoFlorin Peter2013-05-181-1/+1
|
* changed migrationStatus to migration_status for pgsqlFlorin Peter2013-05-181-1/+1
|
* fixed typosFlorin Peter2013-05-181-1/+1
|
* fix for previous workaroundFlorin Peter2013-05-151-20/+21
|
* workaround for blank page need an other solutionFlorin Peter2013-05-151-20/+20
|
* added helper class and moved hook registration to itFlorin Peter2013-05-091-11/+10
|
* Added pre_share hookSam Tuke2013-05-081-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 Tuke2013-05-041-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 Tuke2013-05-011-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 hookFlorin Peter2013-04-271-0/+3
|
* Working on stream{} writingSam Tuke2013-04-161-1/+5
| | | | Development snapshot
* Fixed proxy class handing of read / write filesSam Tuke2013-04-161-2/+4
| | | | Various work on other classes
* Session expect OC_FilesystemView()Björn Schießle2013-04-101-1/+1
|
* add $view as parameter for session constructorBjörn Schießle2013-04-101-2/+2
|
* Added info about filesystem method access conventionsSam Tuke2013-04-091-0/+14
|