summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [encryption] Remove dependency fetching inside the constructor and move them ↵Morris Jobke2020-11-221-4/+5
| | | | | | to method call parameters Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* this was a migration step to ownCloud 8.0 to restructure the encryption ↵Bjoern Schiessle2018-03-021-1/+1
| | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* adapt encryptionArthur Schiwon2017-06-231-1/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* detect migration statusBjoern Schiessle2015-05-271-2/+4
|
* Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson2015-04-161-0/+2
|\ | | | | [encryption] display warning if password changed or if the keys are not initialized
| * display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-161-0/+2
| |
* | add migration script from old encryption to new oneBjoern Schiessle2015-04-161-3/+5
|/
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+4
|
* register settings and hooks only onceBjoern Schiessle2015-04-071-0/+2
|
* Fix double registration of encryption moduleThomas Müller2015-04-071-5/+2
|
* make recovery settings workBjoern Schiessle2015-04-071-8/+3
|
* Initial commitClark Tomlinson2015-04-071-0/+33