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-06-01Merge pull request #32371 from nextcloud/fix-31952Vincent Petry
More meaningfull message when a public authenticated share's password is wrong or has expired.
2022-05-31More meaningfull message when a public authenticated share's password is ↵fix-31952Cyrille Bollu
wrong or has expired Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-05-31Merge pull request #32667 from nextcloud/followup/32655/fix-testsblizzz
Fix unit tests
2022-05-31Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling
Improve JSConfigHelper code quality a bit
2022-05-31Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-30Use JSON_THROW_ON_ERROR instead of custom error handlingbugfix/noid/json-throwJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-30Merge pull request #32591 from nextcloud/fix/node-testVincent Petry
Fix node tests ci
2022-05-30Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan
Update core to PHP 7.4 standard
2022-05-30Restore old behaviour of sending flase for not found appsbugfix/noid/improve-jsconfighelperJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-30Fix node tests ciCarl Schwan
- Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24Require a recent phpunit version in integration and acceptanceCôme Chilliet
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-23Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan
Fix psalm issues related to the user backend
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
- Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Fix psalm issues related to the user backendfix/psalm-userbackendCarl Schwan
- Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-18Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L
Files: Extend search to also cover tags
2022-05-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-05-16Allow to tweak default scopes for accountsThomas Citharel
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-16Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configurationJulius Härtl
Migrate phpunit configuration to new format
2022-05-16Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling
Fix user agent trimming on installation
2022-05-16Merge pull request #32375 from ↵Joas Schilling
nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step Show user account on grant loginflow step
2022-05-16Extend testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ
2022-05-13Fix jsunitJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Remove SCSSCacherJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan
Minor optimizations for saving user personal information
2022-05-13Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
* Remove double hook: the OC_User::changeUser triggers an OC\AccountManager::userUpdated and the app is already listening to this signal in its Application definition * Make createCard not check if an card exists if we already checked previously. We also don't try to get the card if the user is disabled as we don't use the card in this case We this change we go from 100 DB requests to 80 DB requests when saving an user email address. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
2022-05-12Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan
Cleanup lock related code
2022-05-12Modernize contacts menumodernize-contactmenuThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12Cleanup lock related codeCarl Schwan
- Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Validate requested length is random string generatorVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-05-11Remove old legacy SvgController and IconsCacherJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-09Migrate phpunit configuration to new formatfix/migrate-phpunit-configurationCôme Chilliet
Fixes: Warning: Your XML configuration validates against a deprecated schema. Suggestion: Migrate your XML configuration using "--migrate-configuration"! Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-09Fix user agent trimming on installationbugfix/32302/fix-browser-agent-trimmingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-05Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz
Do not dispatch postSetPassword when setPassword fails
2022-05-05Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry
Add CSP policy merge priority for booleans
2022-05-05Do not dispatch postSetPassword when setPassword failsLouis Chemineau
Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-05Merge pull request #32259 from ↵Joas Schilling
nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup Adjust acceptance tests to changes in notifications markup
2022-05-05Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling
Expose shareWithDisplayNameUnique also on autocomplete endpoint
2022-05-04Adjust acceptance tests to changes in notifications markupadjust-acceptance-tests-to-changes-in-notifications-markupDaniel Calviño Sánchez
Since nextcloud/notifications#1178 each notification in the list is a "<li>" rather than a "<div>". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-05-03Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling
Include more emoji chars to test and fixes after include it
2022-05-03Expose shareWithDisplayNameUnique also on autocomplete endpointbugfix/noid/fix-missing-subline-infoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-02Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet
Move away from deprecated ILogger
2022-04-29Include more emoji chars to test and fixes after include itfeature/add-tests-to-validate-emojisVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-28Remove test for removed class SearchResultSorterfix/remove-still-more-iloggerCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-28Extract the EmojiService from user status and add an OCP interfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26Add a unit test for translation with trailing colonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan
Cleanup AllConfig
2022-04-24Get not only time-sensitive next job from list but anyKirill Popov
Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>