Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions of server and the requirements of apps | Joas Schilling | 2018-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add occ command to recover encrypted files in case of password lost | Bjoern Schiessle | 2018-08-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | this was a migration step to ownCloud 8.0 to restructure the encryption ↵ | Bjoern Schiessle | 2018-03-02 | 2 | -2/+1 |
| | | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -16/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -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 Schiessle | 2017-07-06 | 1 | -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 needed | Bjoern Schiessle | 2017-07-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make master key the new default | Bjoern Schiessle | 2017-07-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | move encryption to security (and behind two factor things) | Arthur Schiwon | 2017-06-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt encryption | Arthur Schiwon | 2017-06-23 | 2 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Split multi-author entries | Joas Schilling | 2017-05-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | minor version bump | Christoph Wurst | 2017-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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üller | 2016-10-12 | 2 | -38/+4 |
| | | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 1 | -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 version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -3/+6 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
| | |||||
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -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 Schiessle | 2016-04-26 | 1 | -0/+1 |
| | | | | enabled | ||||
* | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 1 | -0/+5 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -2/+4 |
| | |||||
* | Make sure encryption has a valid licence tag | Joas Schilling | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
| | |||||
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | |||||
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 2 | -1/+7 |
| | |||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -6/+0 |
| | |||||
* | Merge pull request #18983 from owncloud/fix_18926 | Thomas Müller | 2015-09-18 | 1 | -0/+1 |
|\ | | | | | check for the right user if we can change his password | ||||
| * | check for the right user if we can change his password | Bjoern Schiessle | 2015-09-14 | 1 | -0/+1 |
| | | |||||
* | | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+15 |
|/ | |||||
* | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 1 | -0/+7 |
| | |||||
* | use login name for password reset | Bjoern Schiessle | 2015-08-30 | 1 | -1/+2 |
| | |||||
* | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+20 |
| | |||||
* | improved app description and adjust it to the way the new encryption module ↵ | Bjoern Schiessle | 2015-07-22 | 1 | -13/+8 |
| | | | | works | ||||
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 1 | -1/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -5/+22 |
| | |||||
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 2 | -3/+11 |
| | |||||
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | rename to 'Default encryption module' |