summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-...Joas Schilling2023-03-161-64/+198
|\
| * Add a debug message when throttling without definingJoas Schilling2023-03-081-6/+33
| * feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-081-61/+168
* | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protectionArthur Schiwon2023-03-151-0/+97
|\ \
| * | chore(tests): add tests for handleLoginFailedDaniel Kesselberg2023-03-101-0/+97
* | | unit tests for Manager::invalidateTokensOfUserArtur Neumann2023-03-141-0/+44
* | | Merge pull request #37029 from nextcloud/fix/chunk-objectids-in-systemtagobje...Côme Chilliet2023-03-131-5/+16
|\ \ \
| * | | Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-131-5/+16
| | |/ | |/|
* / | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-132-7/+25
|/ /
* | fix(CI): Fix acceptance test password field selector after @nextcloud/vue lib...Joas Schilling2023-03-071-2/+2
* | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-0/+49
* | Merge pull request #36941 from nextcloud/bugfix/prevent-error-with-oracle-dat...Joas Schilling2023-03-031-0/+1207
|\ \
| * | Split the comments ids by chunksVitor Mattos2023-03-011-0/+1207
* | | Merge pull request #36803 from nextcloud/fix/sqlite-commentsblizzz2023-03-021-0/+24
|\ \ \ | |/ / |/| |
| * | tests(db): Add test case to ensure column comments workFerdinand Thiessen2023-02-281-0/+24
* | | Merge pull request #36471 from nextcloud/fix/theming-keep-imagesJohn Molakvoæ2023-03-012-0/+0
|\ \ \
| * | | Add webp and large jpg test assetsFerdinand Thiessen2023-02-202-0/+0
* | | | Fix SystemTagManagerTest#createTag testMarcel Klehr2023-02-241-1/+1
* | | | Update tests/lib/SystemTag/SystemTagManagerTest.phpMarcel Klehr2023-02-241-5/+2
* | | | fix(SystemTagManager): Truncate overlong tag namesMarcel Klehr2023-02-241-4/+12
| |/ / |/| |
* | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+72
* | | feat(directediting): Allow opening by file idJulius Härtl2023-02-201-0/+80
|/ /
* | Do not set up filesystem on every callAnna Larch2023-02-171-72/+0
* | Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-171-0/+9
* | Merge pull request #36396 from nextcloud/fix/corsJulius Härtl2023-02-171-1/+35
|\ \
| * | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+35
* | | Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contactsLouis2023-02-161-1/+1
|\ \ \
| * | | fix the contacts-menu vcf-contact avatarsSimon L2023-02-151-1/+1
| | |/ | |/|
* / | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-154-4/+4
|/ /
* | Merge pull request #36656 from nextcloud/route-instrumentationJulius Härtl2023-02-142-7/+57
|\ \
| * | DI for RouterRobin Appelman2023-02-132-7/+57
* | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-131-1/+2
|\ \ \
| * | | more filesystem setup performance instrumentationRobin Appelman2023-02-101-1/+2
| |/ /
* | | Port user menu to VueChristopher Ng2023-02-091-3/+3
* | | Fix unit testsJoas Schilling2023-02-091-47/+42
|/ /
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-0/+3
|\ \ | |/ |/|
| * fix testsRobin Appelman2023-02-071-0/+3
* | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-071-3/+24
|\ \
| * | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-061-3/+24
| |/
* | Skip buggy tests for 32bits CICôme Chilliet2023-02-071-0/+2
* | Improve error output on failed Router testCôme Chilliet2023-02-071-1/+6
* | Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-2/+2
* | Fix filesize return type error in ViewTestCôme Chilliet2023-02-071-4/+16
* | Improve test failure output for RouterTest.phpCôme Chilliet2023-02-071-0/+1
* | Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-076-0/+21
* | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p...Joas Schilling2023-02-061-0/+1
|\ \
| * | fix(CI): Adjust expected resultJoas Schilling2023-02-061-0/+1
* | | fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-061-0/+6
| |/ |/|
* | Remove failing test that works with mocks only anywayJoas Schilling2023-02-021-41/+0
* | Migrate to Symfony MailerCôme Chilliet2023-02-022-258/+236
|/