summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* increase preview_max_memory and make it easier to debugSimon L2022-12-221-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Update behat and friendsDaniel Kesselberg2022-12-212-160/+177
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-1961-1215/+1122
|\ | | | | Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
| * Merge pull request #35780 from ↵Vincent Petry2022-12-161-7/+14
| |\ | | | | | | | | | | | | nextcloud/fix/http-dispatcher-double-parameter-cast Fix missing cast of double controller parameters
| | * fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-7/+14
| | | | | | | | | | | | | | | | | | ``settype`` allows 'double' as alias of 'float'. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Merge pull request #35784 from nextcloud/chore/strict-login-controllerVincent Petry2022-12-161-4/+17
| |\ \ | | | | | | | | Make the LoginController strict
| | * | chore: Make the LoginController strictChristoph Wurst2022-12-151-4/+17
| | |/ | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * / check if params given to API are really an arrayArtur Neumann2022-12-151-2/+13
| |/ | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-141-2/+2
| | | | | | | | | | | | This reverts commit 4ffc022c8b5d2a4df3b1b1452de769c4ad27fe4f. Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Merge pull request #34477 from ↵Joas Schilling2022-12-091-0/+7
| |\ | | | | | | | | | | | | nextcloud/bugfix/noid/sharee-recommendations-show-group-id Show group name instead of group id as recommendation
| | * Adjust unit testsJoas Schilling2022-10-121-0/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Drop 3rdparty root since it is unused and adjust testsJulius Härtl2022-12-072-17/+18
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Cache available languages locallyJulius Härtl2022-12-072-2/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Merge pull request #35649 from nextcloud/bugfix/object-storage-master-key-encJulius Härtl2022-12-071-9/+11
| |\ \ | | | | | | | | Update the unencrypted file size when closing streams
| | * | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-9/+11
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Merge pull request #35620 from nextcloud/fix/fix-calendar-imip-testsJulius Härtl2022-12-071-4/+11
| |\ \ \ | | |/ / | |/| |
| | * | Fix errors in calendar tests saying function handleIMipMessage does not ↵Côme Chilliet2022-12-061-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | exists on ICreateFromString Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-071-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | if an invalid token is provided or when share password is wrong Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjobCôme Chilliet2022-12-061-3/+7
| |\ \ \ | | |/ / | |/| | Use TimedJob from OCP instead of OC
| | * | Adapt tests to new job constructorsCôme Chilliet2022-12-051-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix codestyle in modified filesCôme Chilliet2022-12-051-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-0514-106/+129
| |\| | | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| | * | Fix test image default qualityJ0WI2022-12-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| | * | More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-34/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| | * | Add group display name cacheAnna Larch2022-11-281-29/+33
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| | * | Copy to clipboard with button instead of linkChristopher Ng2022-11-241-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| | * | Add label to sharing search fieldChristopher Ng2022-11-231-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| | * | Fix testsCarl Schwan2022-11-221-0/+39
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| | * | Increase the fair-use push limit to 1.000 usersJoas Schilling2022-11-181-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | getAppValue expects stringJohn Molakvoæ2022-11-171-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | Tests adjustementGit'Fellow2022-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| | * | Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-151-12/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.phpCôme Chilliet2022-11-151-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Fix syntax in VerificationTokenTest.phpCôme Chilliet2022-11-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Fix dynamic properties and other problems in tests for PHP 8.2Côme Chilliet2022-11-144-18/+26
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Merge pull request #35093 from nextcloud/nickvergessen-patch-1Simon L2022-11-141-0/+2
| | |\ \ | | | | | | | | | | Run integration tests on 3rdparty bump
| | | * | Run integration tests on 3rdparty bumpJoas Schilling2022-11-111-0/+2
| | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| | * | | Fix PublicKeyTokenProviderTest import and mockChristoph Wurst2022-11-101-4/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * IDBConnection import missing * Atomic doesn't need a mock Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Attempt to fix CalendarImpl testsJulius Härtl2022-11-091-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix some phpunit test warningsJulius Härtl2022-11-091-3/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-2/+7
| | | | | | | | | | | | | | | Signed-off-by: Bowen Ding <dbw9580@live.com> Signed-off-by: szaimen <szaimen@e.mail.de>
| * | Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-toJulius Härtl2022-11-041-3/+14
| |\ \ | | | | | | | | Do not throw errors when invalid setTo email is provided
| | * | Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-031-3/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Merge pull request #34678 from pulsejet/patch-jpegCôme Chilliet2022-11-031-0/+2
| |\ \ \ | | |/ / | |/| | Interlace all output JPEG
| | * | Interlace all output JPEGVarun Patil2022-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Progressive images are both smaller and faster to load. Signed-off-by: Varun Patil <radialapps@gmail.com>
| * | | Merge pull request #34330 from nextcloud/fix/fix-contacts-test-php8Côme Chilliet2022-11-031-0/+1
| |\ \ \ | | | | | | | | | | Fix ContactsStoreTests under PHP 8.2
| | * | | Fix ContactsStoreTests under PHP 8.2Côme Chilliet2022-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Merge pull request #32565 from nextcloud/chore/modernize-error-handlerChristoph Wurst2022-11-031-16/+33
| |\ \ \ \ | | | | | | | | | | | | Modernize the error handler
| | * | | | Refactor the ErrorHandler into a dynamic classChristoph Wurst2022-11-021-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>