summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* improve variable namingBjoern Schiessle2018-11-301-4/+4
* in case 'encryption_skip_signature_check' was set to true we accept if the fi...Bjoern Schiessle2018-11-271-1/+3
* Allow to disable the signature checkBjoern Schiessle2018-11-271-1/+7
* skip already encrypted files on encrypt all commandBjoern Schiessle2018-10-241-0/+6
* Adding a check to see if keyFileContents is empty:Stefan Weiberg2018-08-211-0/+4
* add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-162-2/+134
* Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-1/+0
|\
| * make file cache updates more robustBjoern Schiessle2018-07-311-1/+0
* | Move encryption settings to securityJulius Härtl2018-08-011-2/+2
|/
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-025-537/+1
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-142-2/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-142-2/+0
* | Simplify return statementMorris Jobke2018-02-131-5/+2
|/
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* | Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-5/+5
* Update license headersMorris Jobke2017-11-0613-0/+20
* Merge pull request #6919 from nextcloud/di-appmanager-encryption-migrationMorris Jobke2017-10-241-2/+6
|\
| * Use DI for IAppManager to encryption migrationMorris Jobke2017-10-241-2/+6
* | Remove unneeded check if app is enabledMorris Jobke2017-10-231-17/+4
|/
* print generated encryption key passwords directly after generating the keys s...Kenneth Newwood2017-09-111-6/+9
* Fix comparisons in encryption appJoas Schilling2017-08-012-4/+4
* make sure that we always have a ownerBjoern Schiessle2017-07-201-4/+17
* Add recovery key on public uploadBjoern Schiessle2017-07-201-2/+8
* since the default for the master key changed we need to write the setting exp...Bjoern Schiessle2017-07-061-0/+77
* add occ command to disable the master key againBjoern Schiessle2017-07-061-0/+89
* improve status messagesBjoern Schiessle2017-07-062-5/+19
* after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle2017-07-062-4/+16
* only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-0/+9
* make master key the new defaultBjoern Schiessle2017-07-061-1/+1
* move encryption to security (and behind two factor things)Arthur Schiwon2017-06-272-121/+2
* We're on 13 now…Arthur Schiwon2017-06-261-1/+1
* fix setting up encryption sectionArthur Schiwon2017-06-231-2/+16
* adapt encryptionArthur Schiwon2017-06-233-5/+200
* Update comments to NextcloudMorris Jobke2017-04-114-6/+6
* Use master key for public links as wellVincent Petry2017-03-241-4/+15
* Fix public link for master keyVincent Petry2017-03-241-1/+1
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
* always throw a encryption exceptionBjoern Schiessle2017-03-141-5/+4
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-102-24/+45
* check if session is initializedBjoern Schiessle2016-11-233-3/+18
* init Session/privateKeys on Master KeyMaxence Lange2016-11-221-0/+3
* Move console command registration to info.xml for encryption as well as files...Thomas Müller2016-10-121-9/+8
* Fix encryption appJoas Schilling2016-09-121-1/+0
* rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-111-2/+2
* fixes, improvements, and another app:Arthur Schiwon2016-08-112-1/+127