summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-161-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle2018-03-022-2/+1
| | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-16/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* since the default for the master key changed we need to write the setting ↵Bjoern Schiessle2017-07-061-1/+7
| | | | | | explicitely to the database if we migrate from a older version Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle2017-07-061-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make master key the new defaultBjoern Schiessle2017-07-061-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* move encryption to security (and behind two factor things)Arthur Schiwon2017-06-271-1/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adapt encryptionArthur Schiwon2017-06-232-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* minor version bumpChristoph Wurst2017-01-171-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* always allow remembered loginChristoph Wurst2017-01-111-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move console command registration to info.xml for encryption as well as ↵Thomas Müller2016-10-122-38/+4
| | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fixes, improvements, and another app:Arthur Schiwon2016-08-111-2/+4
| | | | | | | * setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-213-3/+6
|/
* Update license headersLukas Reschke2016-05-263-3/+3
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-274/+0
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* don't create a private-/public-key pair for each user if the master key is ↵Bjoern Schiessle2016-04-261-0/+1
| | | | enabled
* only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-181-0/+5
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-092-2/+4
|
* Make sure encryption has a valid licence tagJoas Schilling2016-02-031-1/+1
|
* Happy new year!Thomas Müller2016-01-124-4/+4
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* make encryption configurable for home storageBjoern Schiessle2015-10-272-1/+7
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-054-6/+0
|
* Merge pull request #18983 from owncloud/fix_18926Thomas Müller2015-09-181-0/+1
|\ | | | | check for the right user if we can change his password
| * check for the right user if we can change his passwordBjoern Schiessle2015-09-141-0/+1
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+15
|/
* occ command to enable master keyBjoern Schiessle2015-09-081-0/+7
|
* use login name for password resetBjoern Schiessle2015-08-301-1/+2
|
* occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+20
|
* improved app description and adjust it to the way the new encryption module ↵Bjoern Schiessle2015-07-221-13/+8
| | | | works
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-1/+2
|
* update license headers and authorsMorris Jobke2015-06-253-5/+22
|
* detect migration statusBjoern Schiessle2015-05-272-3/+11
|
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-1/+1
|\ | | | | rename to 'Default encryption module'