summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Update education bundleRoeland Jago Douma2020-05-011-2/+0
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-0/+15
* Fix Argon2 options checksMichaIng2020-04-301-0/+5
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-18/+0
|\
| * Remove unneeded test since links have resharing permissions by defaultJulius Härtl2020-04-211-18/+0
* | Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svgMorris Jobke2020-04-271-0/+29
|\ \
| * | Add test to ensure that symlinked apps_paths are not resolvedDaniel Kesselberg2020-04-241-0/+29
* | | Allow specifying a default expiration dateRoeland Jago Douma2020-04-241-0/+1
* | | Do not create remember me cookieJulius Härtl2020-04-231-1/+24
|/ /
* | Fix new routing in settings etcRoeland Jago Douma2020-04-221-2/+2
* | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma2020-04-211-87/+50
|\ \ | |/ |/|
| * Extend tests for root urlJoas Schilling2020-04-181-87/+50
* | Move to subfolders for preview filesRoeland Jago Douma2020-04-191-26/+70
|/
* Merge pull request #20505 from nextcloud/fix/noid/system-credsblizzz2020-04-161-0/+33
|\
| * fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-151-3/+3
| * add DB tests for credentials managerArthur Schiwon2020-04-151-0/+33
* | 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
* | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+55
|/
* Add visibility to all constantsChristoph Wurst2020-04-106-17/+17
* 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 #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-10218-643/+420
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-10218-643/+420
* | 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-1016-56/+56
* | Remove space between switch case and colonChristoph Wurst2020-04-091-32/+32
* | Remove trailing and in between spacesChristoph Wurst2020-04-0911-26/+26
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0969-319/+315
* | Use a blank line after the opening tagChristoph Wurst2020-04-0934-12/+58
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0962-47/+15
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0929-1810/+1810
* | 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
|/
* 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-041-3/+3
|\ \
| * | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-3/+3
* | | fix testsRobin Appelman2020-04-011-6/+26
| |/ |/|
* | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-1/+8
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2749-92/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-2549-92/+0
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-26107-2075/+2075
* | | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-2687-1251/+1251
|\ \ \