Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-07Bump app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-21Fix app updatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-14fixup! Do not create Application instances directlyRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-11Do not create Application instances directlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-05Development is 18 now!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-23Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05Update version requirements and versions of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-16add occ command to recover encrypted files in case of password lostBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-02this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle
folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-02-16Fix info.xml files of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-14Bump appsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-06since the default for the master key changed we need to write the setting ↵Bjoern Schiessle
explicitely to the database if we migrate from a older version Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-07-06after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-07-06make master key the new defaultBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-06-27move encryption to security (and behind two factor things)Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-23adapt encryptionArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-05-22Split multi-author entriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Bump app versions as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Adjust version requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-17minor version bumpChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-11always allow remembered loginChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-12-13Update app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-15Use 11.0 instead 9.2Lukas Reschke
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>
2016-10-12Move console command registration to info.xml for encryption as well as ↵Thomas Müller
files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-08-11fixes, improvements, and another app:Arthur Schiwon
* 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
2016-07-22Also increase the min versionJoas Schilling
2016-07-22bumb compatible app versions for core appsRobin Appelman
2016-07-22Merge pull request #500 from nextcloud/bump_versionJoas Schilling
Bump version
2016-07-21Fix apps/Joas Schilling
2016-07-21Increase app versionsJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-12Move Encryption app to PSR-4 (#24524)Joas Schilling
* Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
2016-04-26don't create a private-/public-key pair for each user if the master key is ↵Bjoern Schiessle
enabled
2016-03-18only create and update user specific key if no master key is enabledBjoern Schiessle
2016-03-02Increase all versions on master which is now 9.1Joas Schilling
2016-02-10sign all encrypted blocks and check signature on decryptBjörn Schießle
2016-02-03Make sure encryption has a valid licence tagJoas Schilling
2016-01-12Happy new year!Thomas Müller
2016-01-07Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling
2016-01-07Add ownCloud min and max version for shipped appsJoas Schilling
2015-10-27make encryption configurable for home storageBjoern Schiessle
2015-10-17Increase the 2nd digit of shipped appsJoas Schilling
2015-10-05update licence headers via scriptMorris Jobke
2015-09-18Merge pull request #18983 from owncloud/fix_18926Thomas Müller
check for the right user if we can change his password
2015-09-15occ script to disable encryption and to decrypt all files againBjoern Schiessle
2015-09-14check for the right user if we can change his passwordBjoern Schiessle
2015-09-08occ command to enable master keyBjoern Schiessle