summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* More casingJoas Schilling2016-08-081-3/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-2123-28/+52
* fix stringsMorris Jobke2016-06-201-1/+1
* Update license headersLukas Reschke2016-05-2619-26/+26
* don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-1223-0/+1295
* if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-261-5/+8
* don't create a private-/public-key pair for each user if the master key is en...Bjoern Schiessle2016-04-261-21/+60
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-212-17/+17
|\
| * replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle2016-03-181-1/+3
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-182-16/+14
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-152-0/+14
|/
* Merge pull request #23192 from owncloud/make-ancient-users-happy-with-totally...Thomas Müller2016-03-161-0/+7
|\
| * Fallback for crappy ancient distributionsLukas Reschke2016-03-121-0/+7