summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-077-256/+0
|
* Update license headersJenkins for ownCloud2015-03-264-9/+84
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-274-81/+13
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-264-81/+13
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-251-1/+1
| |
* | require command that do file access to be run sync when encryption is enabledRobin Appelman2015-02-251-0/+2
|/
* Updating license headersJenkins for ownCloud2015-02-234-13/+81
|
* encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-021-0/+3
|
* Merge pull request #13746 from owncloud/no-groups-provisioning-apiThomas Müller2015-01-291-1/+1
|\ | | | | disallow provisioning api to be enabled for groups only
| * disallow provisioning api to be enabled for groups onlyThomas Müller2015-01-291-1/+1
| |
* | adding console command to migrate encryption keys - refs #13450Thomas Müller2015-01-221-0/+12
|/
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
|
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-092-7/+7
|
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-15/+0
|
* upgrade to new folder structureBjoern Schiessle2014-12-022-3/+4
|
* clean up encryption exceptionsBjoern Schiessle2014-11-071-3/+3
|
* throw exception if private key is missingBjoern Schiessle2014-11-051-0/+1
|
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+2
| | | | | | This allows to have links to different doc base URLs a.
* Updated info.xml app descriptionMTRichards2014-10-081-3/+5
| | | | Added new app description Removed links to CE documentation
* update encryption doc linkVolkan Gezer2014-09-181-2/+2
| | | | | | I don't know how we missed to update this :/ update ldap doc link
* Remove unneeded file initialization in encryption, already handled in a hookRobin Appelman2014-09-021-16/+0
|
* Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-211-0/+13
|\ | | | | Remove loadAppScriptFile
| * Add routing to files_encryptionLukas Reschke2014-08-191-0/+13
| |
* | Better description to prevent people from misunderstanding the use caseBernhard Posselt2014-08-211-2/+2
|/
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-161-0/+4
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* 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
|