aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Adjust acceptance tests to changes in app menuDaniel Calviño Sánchez2022-08-311-2/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-303-34/+43
|\ \ \ \ \ | | | | | | | | | | | | Port Repair and Migrator events to IEventDispatcher
| * | | | | Fix BackgroundRepairTestCôme Chilliet2022-08-251-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix RepairTestCôme Chilliet2022-08-251-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Remove deprecated at matcher from tests/libCôme Chilliet2022-08-2910-368/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only 15 warnings left in there Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Remove deprecated at matcher in Updater/VersionCheckTest.phpCôme Chilliet2022-08-291-107/+111
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2Vincent Petry2022-08-255-7/+8
|\ \ \ \ \ | | | | | | | | | | | | Bump @nextcloud/vue to 6.0.0-beta.4 and related
| * | | | | Adjust acceptance test selectorsVincent Petry2022-08-255-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #33668 from nextcloud/tests/fix-session-middlewareCarl Schwan2022-08-251-3/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix SessionMiddlewareTest and cover new case with reopening
| * | | | | | Fix SessionMiddlewareTest and cover new case with reopeningJulius Härtl2022-08-241-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Only pass parent if paths matchJulius Härtl2022-08-241-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the user folder might be initialized by the root from two levels down the hierarchy, passing this as a parent only works if the path matches Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-241-2/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-242-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * | | | | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-233-11/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Deprecated ILogger from IJob
| * | | | | | Fix many tests and warningsCarl Schwan2022-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Port existing server code to new interfaceCarl Schwan2022-08-082-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Support iMIP invitations from MailAnna Larch2022-08-221-1/+376
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuseLouis2022-08-171-41/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove time check in isFairUseOfFreePushService
| * | | | | | Fix unit testsJoas Schilling2022-08-171-41/+22
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #32943 from ↵Vincent Petry2022-08-172-18/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/unencrypted-size-revert-interface-changes Revert interface changes from "store unencrypted size in the unencrypted_size column"
| * | | | | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-163-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-162-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8238582e59b7b6ec03318bcf81bf47cce54af320. Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Revert "add case statement to sql function builder"Robin Appelman2022-08-161-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2a68819a67045d87a369a8a6413f153b3b2bea5f. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #33540 from nextcloud/mount-provider-migrationVincent Petry2022-08-171-0/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix updating cached mounts that didn't have their mount provider set previously
| * | | | | | | add tests for cached mount provider migrationRobin Appelman2022-08-161-0/+25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-171-42/+36
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | don't update the folder size if we know it hasn't changed
| * | | | | | cleanup scannertest a bitRobin Appelman2022-08-161-42/+36
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-1579-2220/+3826
|\| | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Merge pull request #33415 from nextcloud/fix/integration-test-notifCarl Schwan2022-08-081-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix integration tests
| | * | | | | Fix integration testsCarl Schwan2022-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The html tags changed in the notification apps, adapt selector to the new state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-082-20/+25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove OCP\App and OCP\BackgroundJob
| | * | | | | | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-012-20/+25
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry2022-08-051-0/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | allow apps to specify methods carrying sensitive parameters
| | * | | | | | add unit test for ExceptionSerializerArthur Schiwon2022-07-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet2022-08-043-56/+45
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove at matchers from tests in oauth2 and tests/Test
| | * | | | | | | Remove at matchers from tests in:Côme Chilliet2022-08-023-56/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-0/+77
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was not possible to use CIDR notation for IPv6 proxies in the trusted_proxies parameter of config.php [1]. This patch adds support for that. [1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies Signed-off-by: Simon Leiner <simon@leiner.me>
| * | | | | | | Merge pull request #32958 from ↵Julius Härtl2022-08-021-1/+28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/permission-update-allow-public-uploads
| | * | | | | | | fix share manager testsJulien Veyssier2022-08-021-1/+28
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * / / / / / / Fix dynamic property creations in test filesCôme Chilliet2022-08-014-2/+11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan2022-08-012-1/+39
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Add share attributes + prevent download permission
| | * | | | | Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| | * | | | | Add share attributes + prevent download permissionVincent Petry2022-07-282-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | | Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan2022-07-291-1/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Handle one time password better
| | * | | | | Handle one time password betterCarl Schwan2022-07-281-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Redesign guest pages for better accessibilityCarl Schwan2022-07-271-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Adjust acceptance tests to changes in sharing tabDaniel Calviño Sánchez2022-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the user shared with is now marked with a "span" rather than with "h5". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | Merge pull request #33320 from ↵Vincent Petry2022-07-261-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-files-duplicate-dom-ids Replace files app ids to classes