summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* | | | Add remote host validation APIChristoph Wurst2022-10-317-219/+477
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Rewrite admin theming in VueChristopher Ng2022-10-282-19/+27
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34847 from ↵Joas Schilling2022-10-272-9/+9
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/local-address-checker-method-capitalization Rename LocalAddressChecker methods to lower case
| * | | Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-272-9/+9
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / Emit typed event when preview is requestedJulius Härtl2022-10-271-8/+39
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | test disabling write checkRobin Appelman2022-10-262-0/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributesJulius Härtl2022-10-261-0/+9
|\ \
| * | Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-2/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Revert "fix external storages access"Simon L2022-10-231-1/+3
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #33087 from nextcloud/fix/30282/external-storagesJohn Molakvoæ2022-10-231-3/+1
|\ \ | |/ |/| fix external storages access
| * fix external storages accessszaimen2022-07-011-3/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Add config and fix seleniumJohn Molakvoæ2022-10-191-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix LostController testCôme Chilliet2022-10-181-2/+7
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewalChristoph Wurst2022-10-181-2/+18
|\ \ | | | | | | Run session token renewals in a database transaction
| * | Run session token renewals in a database transactionChristoph Wurst2022-10-181-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The session token renewal does 1) Read the old token 2) Write a new token 3) Delete the old token If two processes succeed to read the old token there can be two new tokens because the queries were not run in a transaction. This is particularly problematic on clustered DBs where 1) would go to a read node and 2) and 3) go to a write node. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34609 from nextcloud/enh/noid/always-enable-themingblizzz2022-10-182-2/+12
|\ \ \ | |/ / |/| | set theming app to alwaysEnabled
| * | set theming app to alwaysEnabledszaimen2022-10-172-2/+12
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #31499 from nextcloud/bugfix/empty-secretCarl Schwan2022-10-171-3/+15
|\ \ \ | | | | | | | | Add fallback routines for empty secret cases
| * | | Fix unit testsCarl Schwan2022-03-101-3/+15
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Fix testsJohn Molakvoæ2022-10-141-0/+19
| |/ / |/| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-132-3/+3
|\ \ \ | | | | | | | | Use default system primary
| * | | Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-132-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Make CI green againJoas Schilling2022-10-132-43/+46
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-102-506/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-1/+5
|\ \ \ | | | | | | | | Fix User profile picture when performing the search
| * | | Update ContactsStoreTest.phpAndy Xheli2022-10-031-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
* | | | Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-052-2/+23
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-011-0/+19
|\ \ \ \ | | | | | | | | | | trigger a rescan when trying to fopen a file that exists in cache but not on disk
| * | | | add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-0/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuffCôme Chilliet2022-10-011-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Remove some constants and functions which have been long deprecated