aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactors tests/app.php to improve readaibility.Faraz Samapoor2023-09-271-12/+18
* fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-2/+9
* chore(3rdparty): remove opis/closureDaniel Kesselberg2023-09-221-7/+0
* feat(CI): Allow apps to test with PHPUnit10Joas Schilling2023-09-211-13/+34
* Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+70
|\
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-1/+0
| * add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+71
* | test: add test for cache mount providerDaniel Kesselberg2023-09-201-0/+108
|/
* fix(systemtags): fix capabilities and sidebar + tag visibilityJohn Molakvoæ (skjnldsv)2023-09-181-1/+0
* Remove last calls to deprecated at matcher in tests/CoreCôme Chilliet2023-09-189-106/+92
* Merge pull request #40419 from nextcloud/fix/remove-at-matcher-in-installer-testCôme Chilliet2023-09-181-13/+20
|\
| * Remove deprecated at matcher in tests/lib/InstallerTest.phpCôme Chilliet2023-09-141-13/+20
* | refactor(f2v): Migrate unread comments action to the new FileAction APILucas Azevedo2023-09-161-7/+0
|/
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-2/+1
* test: add tests for dns pin middlewareDaniel Kesselberg2023-09-121-0/+563
* Merge pull request #32912 from nextcloud/group-backend-batch-methodCôme Chilliet2023-09-111-3/+6
|\
| * Add batch methods in user backendsCarl Schwan2023-09-051-3/+6
* | Merge pull request #39226 from shdehnavi/null_coalescing_conversion_testsJulius Härtl2023-09-092-2/+2
|\ \
| * | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-08-172-2/+2
* | | Merge pull request #40216 from nextcloud/print-log-message-when-version-could...Côme Chilliet2023-09-071-0/+5
|\ \ \
| * | | Print log message when version could not be got from updater serverDaniel Calviño Sánchez2023-09-061-0/+5
* | | | Create right table viewjulia.kirschenheuter2023-09-051-4/+4
* | | | Fix ContactsManagerTest adressbook mocks having a null keyCôme Chilliet2023-09-051-0/+27
| |_|/ |/| |
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-042-12/+28
|\ \ \
| * | | cleanup di for share permissions wrapperRobin Appelman2023-08-162-12/+28
* | | | Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+11
* | | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-022-18/+17
* | | | update testsRobin Appelman2023-08-312-46/+37
* | | | sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-5/+5
* | | | feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-1/+52
|/ / /
* | | Merge pull request #40026 from lhsazevedo/auth-token-commandsJoas Schilling2023-08-294-6/+214
|\ \ \
| * \ \ Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-283-140/+77
| |\ \ \
| * | | | Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-254-6/+214
* | | | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-285-16/+17
| |/ / / |/| | |
* | | | Fix tests, add test for the new featureCôme Chilliet2023-08-281-13/+77
* | | | chore: Remove unused FilePickerContext from behat testsFerdinand Thiessen2023-08-262-127/+0
|/ / /
* | | fix: Make bypass function public APIJoas Schilling2023-08-212-5/+5
* | | feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-211-4/+11
* | | feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-212-23/+164
* | | Download and enable allJérôme Herbinet2023-08-181-1/+1
* | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-182-11/+23
* | | chore: remove outdated acceptance testsJohn Molakvoæ2023-08-174-1130/+0
* | | fix(tests): preview phpunitJohn Molakvoæ2023-08-171-2/+2
* | | feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-1/+1
* | | tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-161-0/+25
| |/ |/|
* | Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-145-0/+20
* | Fix setting static property in tests on PHP 8.3Côme Chilliet2023-08-142-3/+7
|/
* Merge pull request #38082 from nextcloud/allow-wasm-unsafe-eval-in-cspJoas Schilling2023-08-112-0/+14
|\
| * Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-102-0/+14