summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-252-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-212-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-132-2/+2
|
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-103-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1039-165/+40
| | | | | | | | | | | | | | | 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 ifChristoph Wurst2020-04-104-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-094-19/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove spaces after method or function callChristoph Wurst2020-04-093-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0930-30/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3114-0/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-292-12/+12
|
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-7/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-252-7/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-269-78/+78
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-258-20/+20
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-03-094-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-244-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-02-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-312-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-01-302-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-01-232-0/+4
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-214-6/+30
|
* [tx-robot] updated from transifexNextcloud bot2020-01-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-182-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-01-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-224-0/+8
|
* Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an ↵Daniel Kesselberg2019-12-092-4/+0
| | | | | | instance of OCA\Encryption\KeyManager Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-0544-47/+75
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-032-20/+20
|
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-2816-62/+58
|\ | | | | Add php7.4 support
| * TO REVERT LATER: fix UserHooksTestRoeland Jago Douma2019-11-271-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Mode to modern phpunitRoeland Jago Douma2019-11-279-50/+46
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-2716-17/+17
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-284-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-262-2/+2
|
* Some php-cs fixesRoeland Jago Douma2019-11-2233-39/+22
| | | | | | | | | | | * 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>
* [tx-robot] updated from transifexNextcloud bot2019-11-222-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-204-2/+6
|
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-042-38/+36
|\ | | | | Fix Application instances created multiple times