summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * fixup! Do not create Application instances directlyRoeland Jago Douma2019-10-141-39/+34
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not create Application instances directlyChristoph Wurst2019-10-112-2/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-11-042-6/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-242-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-022-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-09-242-10/+10
|
* Fix wrongly mixed mock objects in encryption testsJoas Schilling2019-09-156-106/+72
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-082-2/+2
|
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-282-48/+118
|
* [tx-robot] updated from transifexNextcloud bot2019-07-212-0/+2
|