Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 15 | -65/+4 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -12/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 13 | -13/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 10 | -0/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -2/+0 |
|\ | | | | | Remove unused imports | ||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 3 | -62/+62 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 8 | -20/+20 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 16 | -18/+22 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | TO REVERT LATER: fix UserHooksTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 9 | -50/+46 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 16 | -17/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 14 | -16/+3 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix wrongly mixed mock objects in encryption tests | Joas Schilling | 2019-09-15 | 4 | -73/+53 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove deprecated functions from SecureRandom | Roeland Jago Douma | 2018-12-07 | 1 | -2/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | skip already encrypted files on encrypt all command | Bjoern Schiessle | 2018-10-24 | 1 | -0/+33 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add occ command to recover encrypted files in case of password lost | Bjoern Schiessle | 2018-08-16 | 1 | -9/+8 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix encryption admin section tests | Julius Härtl | 2018-08-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | this was a migration step to ownCloud 8.0 to restructure the encryption ↵ | Bjoern Schiessle | 2018-03-02 | 2 | -604/+6 |
| | | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 2 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+37 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 14 | -77/+125 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 10 | -25/+43 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -7/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | print generated encryption key passwords directly after generating the keys ↵ | Kenneth Newwood | 2017-09-11 | 1 | -2/+2 |
| | | | | | | so that errors during the encryption do not lead to a potentially massive data loss Signed-off-by: Kenneth Newwood <kenneth@newwood.name> | ||||
* | adjust encryption tests to the new master key default | Bjoern Schiessle | 2017-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | improve status messages | Bjoern Schiessle | 2017-07-06 | 1 | -1/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
| | | | | | | | * 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 | -19/+20 |
| | |||||
* | Add tests for null user | Vincent Petry | 2017-03-24 | 1 | -1/+5 |
| | |||||
* | always throw a encryption exception | Bjoern Schiessle | 2017-03-14 | 1 | -1/+1 |
| | | | | 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 | -13/+40 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check if session is initialized | Bjoern Schiessle | 2016-11-23 | 2 | -0/+41 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix migration tests | Roeland Jago Douma | 2016-10-13 | 1 | -0/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix encryption app | Joas Schilling | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Fix apps warnings | Roeland Jago Douma | 2016-09-07 | 1 | -1/+2 |
| | |||||
* | Fix getMock encryption | Roeland Jago Douma | 2016-09-06 | 12 | -24/+54 |
| | |||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -6/+6 |
| | | | | CI uses an older PHPUnit | ||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+100 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 16 | -33/+49 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 15 | -17/+26 |
| | |||||
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 16 | -98/+115 |
| | | | | | | | | * 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 | -0/+30 |
| | |||||
* | don't create a private-/public-key pair for each user if the master key is ↵ | Bjoern Schiessle | 2016-04-26 | 1 | -3/+17 |
| | | | | enabled |