Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip already encrypted files on encrypt all command | Bjoern Schiessle | 2018-10-24 | 1 | -0/+6 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Adding a check to see if keyFileContents is empty: | Stefan Weiberg | 2018-08-21 | 1 | -0/+4 |
| | | | | | | | | | * this fixes a download error and an exception if the data content for encryption is empty * #3958: for recovering encrypted files with a damaged signature this is necessary in addition to turning the signature check off Signed-off-by: Stefan Weiberg <sweiberg@suse.com> | ||||
* | add occ command to recover encrypted files in case of password lost | Bjoern Schiessle | 2018-08-16 | 2 | -2/+134 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #10397 from nextcloud/encryption-s3-fix | Björn Schießle | 2018-08-08 | 1 | -1/+0 |
|\ | | | | | make file cache updates more robust | ||||
| * | make file cache updates more robust | Bjoern Schiessle | 2018-07-31 | 1 | -1/+0 |
| | | | | | | | | | | | | only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Move encryption settings to security | Julius Härtl | 2018-08-01 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | this was a migration step to ownCloud 8.0 to restructure the encryption ↵ | Bjoern Schiessle | 2018-03-02 | 5 | -537/+1 |
| | | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 2 | -2/+0 |
|\ | | | | | Remove unused import statements | ||||
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -5/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use stripos instead of strpos(strtolower(), 'something') | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -5/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 13 | -0/+20 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #6919 from nextcloud/di-appmanager-encryption-migration | Morris Jobke | 2017-10-24 | 1 | -2/+6 |
|\ | | | | | Use DI for IAppManager to encryption migration | ||||
| * | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unneeded check if app is enabled | Morris Jobke | 2017-10-23 | 1 | -17/+4 |
|/ | | | | | | App code will not be executable if the app is not enabled, because the autoloader refuses to load that class. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | print generated encryption key passwords directly after generating the keys ↵ | Kenneth Newwood | 2017-09-11 | 1 | -6/+9 |
| | | | | | | so that errors during the encryption do not lead to a potentially massive data loss Signed-off-by: Kenneth Newwood <kenneth@newwood.name> | ||||
* | Fix comparisons in encryption app | Joas Schilling | 2017-08-01 | 2 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | make sure that we always have a owner | Bjoern Schiessle | 2017-07-20 | 1 | -4/+17 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add recovery key on public upload | Bjoern Schiessle | 2017-07-20 | 1 | -2/+8 |
| | | | | | | | | In order to decide if a recovery key needs to be added we always need to check the files owner settings and not the settings of the currently logged in user. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | since the default for the master key changed we need to write the setting ↵ | Bjoern Schiessle | 2017-07-06 | 1 | -0/+77 |
| | | | | | | explicitely to the database if we migrate from a older version Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add occ command to disable the master key again | Bjoern Schiessle | 2017-07-06 | 1 | -0/+89 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | improve status messages | Bjoern Schiessle | 2017-07-06 | 2 | -5/+19 |
| | | | | 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 | 2 | -4/+16 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | only collect detailed access list if it is really needed | Bjoern Schiessle | 2017-07-06 | 1 | -0/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make master key the new default | Bjoern Schiessle | 2017-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | move encryption to security (and behind two factor things) | Arthur Schiwon | 2017-06-27 | 2 | -121/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | We're on 13 now… | Arthur Schiwon | 2017-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix setting up encryption section | Arthur Schiwon | 2017-06-23 | 1 | -2/+16 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | adapt encryption | Arthur Schiwon | 2017-06-23 | 3 | -5/+200 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 4 | -6/+6 |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use master key for public links as well | Vincent Petry | 2017-03-24 | 1 | -4/+15 |
| | |||||
* | Fix public link for master key | Vincent Petry | 2017-03-24 | 1 | -1/+1 |
| | | | | | In public link mode there is no session, so the code should use the public key instead. | ||||
* | Updated UI messages relating to the encryption functionality | Matthew Setter | 2017-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | always throw a encryption exception | Bjoern Schiessle | 2017-03-14 | 1 | -5/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 2 | -24/+45 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check if session is initialized | Bjoern Schiessle | 2016-11-23 | 3 | -3/+18 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | init Session/privateKeys on Master Key | Maxence Lange | 2016-11-22 | 1 | -0/+3 |
| | | | I can't find another way to init the session ... | ||||
* | Move console command registration to info.xml for encryption as well as ↵ | Thomas Müller | 2016-10-12 | 1 | -9/+8 |
| | | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix encryption app | Joas Schilling | 2016-09-12 | 1 | -1/+0 |
| | |||||
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵ | Arthur Schiwon | 2016-08-11 | 1 | -2/+2 |
| | | | | settings scope | ||||
* | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 2 | -1/+127 |
| | | | | | | | * 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 | ||||
* | More casing | Joas Schilling | 2016-08-08 | 1 | -3/+3 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 23 | -28/+52 |
| | |||||
* | fix strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| |