Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-09-22remove getDefaultInstallationBundleArthur Schiwon
- because all apps are shipped now it was returning an empty result Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22remove InstallCoreBundle repair stepArthur Schiwon
- core bundle was empty and thus removed - all former apps installed this way are shipped Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22remove Core BundleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22Merge pull request #34192 from nextcloud/move-background-clearing-stable25blizzz
[stable25] Move avatar clearing in the background
2022-09-22Fix tests for nested v4 in v6Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-22Harden tests for local IP detection in URLsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-22Move avatar clearing in the backgroundCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit e21e53670c60b74ca2c49c01bf510ccdc5115b0d)
2022-09-15Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry
set defaultEnabled in shipped.json
2022-09-15fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15Increase timeout for apps managementVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14Add accessibility entry in user menuVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-09Update avatars on updateCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Merge pull request #33788 from nextcloud/improve-recentCarl Schwan
Improve getting recent files performance
2022-09-08Merge pull request #33906 from nextcloud/fix/fix-calendar-tests-getTimestampblizzz
Fix Calendar tests mocking a non-existant method.
2022-09-08Fix iMIP testsfix/fix-calendar-tests-getTimestampAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-09-07Merge pull request #33600 from nextcloud/lazy-quotablizzz
get quota for user only when needed
2022-09-06More cleaning up of the login componentCarl Schwan
- Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-06Fix trying to use MockBuilder instead of MockCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05Fix Calendar tests mocking a non-existant method.Côme Chilliet
There is no ITimeFactory::getTimestamp method, only getTime Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05Filter out old files when trying to get recent filesimprove-recentCarl Schwan
Only do so when asking for less than 100 files and having an offset equal to 0. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-02Merge pull request #33790 from nextcloud/Valdnet-patch-2Simon L
l10n: Spelling unification
2022-09-02fix testsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-01get quota for user only when neededlazy-quotaRobin Appelman
always apply the wrapper but have the wrapper get the quota lazily only when an operation where quota is applied is performed Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-01Maximize browser window before running the testsDaniel Calviño Sánchez
By the default the browser window is not maximized, but opened with a size of 1050x978px. In the Files app, when the navigation bar and the side bar are both open, with the previous design that width caused the file name to be very very narrow, but still clickable. However, with the updated design the file name is too narrow and no longer clickable, which breaks several acceptance tests that descend into subfolders. To solve that now the browser window is maximized before running the tests, which makes the window wide enough (1360px) to show the file name and make it clickable. This commit also removes a step to close the sidebar that was recently added to address the problem mentioned above in a previous pull request. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Wait for the new user form to be visibleDaniel Calviño Sánchez
Before it was checked if the new user form was visible, but it was not waited for it. It seems that it can happen that the new user form is in the DOM, and therefore found, but not visible yet when the tests run, which caused them to (randomly) fail. Due to that now it is explicitly waited until it is visible, rather than assuming that it is visible as soon as it appears in the DOM. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Adjust theming acceptance testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-01Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry
cache cloud id data in CloudIdManager
2022-08-31Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directlySimon L
add a way to open the admin settings overview directly
2022-08-31adjusts tests for CloudIdManagercloudid-cacheRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-31add a better icon for personal settingsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-08-31fix testsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-31Adjust acceptance tests to changes in app menuDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-30Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet
Port Repair and Migrator events to IEventDispatcher
2022-08-29Remove deprecated at matcher from tests/libfix/remove-at-matcher-in-lib-tests-2Côme Chilliet
Only 15 warnings left in there Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-29Remove deprecated at matcher in Updater/VersionCheckTest.phpCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Fix BackgroundRepairTestCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Fix RepairTestCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2Vincent Petry
Bump @nextcloud/vue to 6.0.0-beta.4 and related
2022-08-25Merge pull request #33668 from nextcloud/tests/fix-session-middlewareCarl Schwan
Fix SessionMiddlewareTest and cover new case with reopening
2022-08-25Adjust acceptance test selectorsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-24Only pass parent if paths matchperf/parent-nodeJulius Härtl
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>
2022-08-24Avoid extra query for the parent node if we can pass it alongJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-24Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
2022-08-24Fix SessionMiddlewareTest and cover new case with reopeningtests/fix-session-middlewareJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-23Move findBinaryFinder and isFunctionEnabled away from OC_Helperimprove-binary-cachingCarl Schwan
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>
2022-08-23Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan
Deprecated ILogger from IJob
2022-08-22Support iMIP invitations from Mailenh/imip-invitations-responsesAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-17Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuseLouis
Remove time check in isFairUseOfFreePushService