summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Provide the proper language to the mailerRoeland Jago Douma2020-04-162-4/+11
* | | Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
|/ /
* | Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling2020-04-152-11/+126
|\ \
| * | Fix unit testsJoas Schilling2020-04-151-2/+4
| * | Check all remotes for local accessJoas Schilling2020-04-141-9/+122
* | | Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-4/+4
|\ \ \
| * | | Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-4/+4
* | | | Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma2020-04-151-0/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+55
| | |/ | |/|
* / | Fix jsunit testsDaniel Kesselberg2020-04-141-6/+0
|/ /
* | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-1143-163/+163
|\ \
| * | Add visibility to all constantsChristoph Wurst2020-04-107-22/+22
| * | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1034-128/+128
| * | Add visibility to all properties and move static keywordChristoph Wurst2020-04-105-13/+13
* | | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-111-4/+4
|\ \ \ | |/ / |/| |
| * | Bump acceptance testsJohn Molakvoæ (skjnldsv)2020-04-101-4/+4
| |/
* | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-10278-756/+442
|\ \
| * | Format control structures, classes, methods and functionChristoph Wurst2020-04-10278-756/+442
* | | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-14/+23
|\ \ \ | |/ / |/| |
| * | fix preview generation testsRobin Appelman2020-04-101-14/+23
* | | Use elseif instead of else ifChristoph Wurst2020-04-1020-60/+60
| |/ |/|
* | Remove space between switch case and colonChristoph Wurst2020-04-091-32/+32
* | Remove trailing whitespaces from commentsChristoph Wurst2020-04-094-6/+6
* | Remove trailing and in between spacesChristoph Wurst2020-04-0913-28/+28
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0991-363/+359
* | Use a blank line after the opening tagChristoph Wurst2020-04-0942-12/+66
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0983-68/+15
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0934-1832/+1832
* | Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz2020-04-091-62/+77
|\ \
| * | dont show remote and email options if we have an exact match for local user e...Robin Appelman2020-04-081-62/+77
| |/
* / Fix multiline commentsChristoph Wurst2020-04-0819-246/+245
|/
* tests: fix failing header acceptance testAzul2020-04-071-1/+1
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-2/+1
* Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-062-4/+20
|\
| * add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-012-4/+20
* | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-043-3/+58
|\ \
| * | Add acceptance test for restricting user enumeration to groupsDaniel Calviño Sánchez2020-03-242-0/+55
| * | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-3/+3
* | | fix testsRobin Appelman2020-04-011-6/+26
| |/ |/|
* | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-311-1/+7
|\ \
| * | Start with webauthnRoeland Jago Douma2020-03-311-1/+7
* | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-1/+8
|/ /
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2752-97/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-2552-97/+0
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-26117-2121/+2121
* | | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-26102-1393/+1393
|\ \ \
| * | | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-25102-1393/+1393
| |/ /
* / / Use lowercase true, false and null constantsChristoph Wurst2020-03-255-6/+6
|/ /
* | Merge pull request #14722 from tacruc/GpgMailerHooksRoeland Jago Douma2020-03-252-14/+69
|\ \
| * | Added Hook before Message is sendArne Hamann2020-03-242-14/+69