Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 19 | -26/+26 | |
| | ||||||
* | don't fail on "bad signature" during login. Most likely this happens because | Björn Schießle | 2016-05-25 | 1 | -0/+7 | |
| | | | | | the login password changed at the user back-end (e.g ldap). Such failures will be handled after login correctly by allowing the user to adjust the passwords | |||||
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 23 | -0/+1295 | |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | |||||
* | if we don't have a encrypted file key we can return a empty string right away | Bjoern Schiessle | 2016-04-26 | 1 | -5/+8 | |
| | ||||||
* | don't create a private-/public-key pair for each user if the master key is ↵ | Bjoern Schiessle | 2016-04-26 | 1 | -21/+60 | |
| | | | | enabled | |||||
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 2 | -17/+17 | |
|\ | | | | | Enc master key improvements | |||||
| * | replaceUserKeys() actually deletes the users keys -> update method name and ↵ | Bjoern Schiessle | 2016-03-18 | 1 | -1/+3 | |
| | | | | | | | | doc-block | |||||
| * | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 2 | -16/+14 | |
| | | ||||||
* | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 2 | -0/+14 | |
|/ | ||||||
* | Merge pull request #23192 from ↵ | Thomas Müller | 2016-03-16 | 1 | -0/+7 | |
|\ | | | | | | | | | owncloud/make-ancient-users-happy-with-totally-untested-stuff Fallback for crappy ancient distributions | |||||
| * | Fallback for crappy ancient distributions | Lukas Reschke | 2016-03-12 | 1 | -0/+7 | |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23181 | |||||
* | | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 1 | -1/+5 | |
|/ | ||||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 5 | -5/+0 | |
| | ||||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 | |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | |||||
* | make decrypt all work with the master key | Bjoern Schiessle | 2016-02-29 | 2 | -24/+35 | |
| | ||||||
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -12/+21 | |
| | | | | apps like files_versions still get the old signature version | |||||
* | use the version of the original file if we write the part file to have a ↵ | Bjoern Schiessle | 2016-02-10 | 1 | -15/+30 | |
| | | | | proper version if we move the file over to the original location | |||||
* | Use cache update instead of put for encryption version | Vincent Petry | 2016-02-09 | 1 | -1/+1 | |
| | | | | | | Saves a call to fetch the file id which didn't even work for a reason. This fix properly sets the version in the database. | |||||
* | Use cache and add tests | Lukas Reschke | 2016-02-09 | 2 | -15/+12 | |
| | ||||||
* | don't decrease ->version for part files but only a local variable, otherwise ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -4/+8 | |
| | | | | it can happen that we decrease it twice and end up with the wrong value | |||||
* | realPath should contain the path to the file we want to read, e.g. the ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 | |
| | | | | version and not the original file | |||||
* | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 2 | -5/+31 | |
| | ||||||
* | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 2 | -14/+16 | |
| | | | | Prevents switching single blocks within the encrypted file. | |||||
* | Keep track of file version | Lukas Reschke | 2016-02-09 | 3 | -13/+53 | |
| | | | | This way it is not possible anymore for an external storage admin to put up old versions of the file. | |||||
* | Clarify documentation | Lukas Reschke | 2016-02-09 | 1 | -0/+2 | |
| | ||||||
* | Use hash with appended "a" of the original password for the authentication | Lukas Reschke | 2016-02-09 | 1 | -3/+4 | |
| | ||||||
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | Use random_bytes instead OpenSSL | Lukas Reschke | 2016-02-09 | 1 | -8/+1 | |
| | ||||||
* | meta data are at the end of the file | Björn Schießle | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | always use default cipher for write operations, no matter how the file was ↵ | Björn Schießle | 2016-02-09 | 1 | -3/+3 | |
| | | | | encrypted before | |||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 2 | -10/+19 | |
| | ||||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -27/+117 | |
| |