summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add visibility to all constantsChristoph Wurst2020-04-103-10/+10
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1039-165/+40
* Use elseif instead of else ifChristoph Wurst2020-04-104-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-094-19/+19
* Remove spaces after method or function callChristoph Wurst2020-04-093-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-13/+13
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0930-30/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3114-0/+14
* [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 importsChristoph Wurst2020-03-252-7/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-269-78/+78
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-258-20/+20
|/
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* [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
* [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 in...Daniel Kesselberg2019-12-092-4/+0
* Update license headersChristoph Wurst2019-12-0544-47/+75
* [tx-robot] updated from transifexNextcloud bot2019-12-032-20/+20
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-2816-62/+58
|\
| * TO REVERT LATER: fix UserHooksTestRoeland Jago Douma2019-11-271-2/+2
| * Mode to modern phpunitRoeland Jago Douma2019-11-279-50/+46
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-2716-17/+17
* | [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
* [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
|\
| * fixup! Do not create Application instances directlyRoeland Jago Douma2019-10-141-39/+34
| * Do not create Application instances directlyChristoph Wurst2019-10-112-2/+5