summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32371 from nextcloud/fix-31952Vincent Petry2022-06-011-1/+1
|\
| * More meaningfull message when a public authenticated share's password is wron...Cyrille Bollu2022-05-311-1/+1
* | Merge pull request #32667 from nextcloud/followup/32655/fix-testsblizzz2022-05-311-12/+30
|\ \
| * | Fix unit testsJoas Schilling2022-05-311-12/+30
* | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-72/+52
|\ \ \ | |/ / |/| |
| * | Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-72/+52
| |/
* | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-3/+3
* | Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-302-27/+1
|\ \
| * | Fix node tests ciCarl Schwan2022-05-302-27/+1
| |/
* | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-309-43/+31
|\ \ | |/ |/|
| * Update core to PHP 7.4 standardCarl Schwan2022-05-209-43/+31
* | Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-243-260/+708
* | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-2/+2
|\ \ | |/ |/|
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-2/+2
* | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-181-1/+1
|\ \
| * | Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
* | | Allow to tweak default scopes for accountsThomas Citharel2022-05-161-33/+71
* | | Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configurationJulius Härtl2022-05-161-21/+20
|\ \ \
| * | | Migrate phpunit configuration to new formatCôme Chilliet2022-05-091-21/+20
| |/ /
* | | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling2022-05-161-2/+7
|\ \ \
| * | | Fix user agent trimming on installationJoas Schilling2022-05-091-2/+7
| |/ /
* | | Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-33/+50
|\ \ \
| * | | Extend testsJoas Schilling2022-05-162-33/+50
* | | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-138-217/+192
|\ \ \ \
| * | | | Modernize contacts menuThomas Citharel2022-05-128-217/+192
* | | | | Fix jsunitJohn Molakvoæ2022-05-131-6/+0
* | | | | Remove SCSSCacherJohn Molakvoæ2022-05-133-545/+1
* | | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-131-6/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-6/+3
| | |_|/ | |/| |
* | | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-131-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-1/+2
* | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-122-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Cleanup lock related codeCarl Schwan2022-05-122-4/+2
* | | | Validate requested length is random string generatorVincent Petry2022-05-121-1/+16
| |/ / |/| |
* | | Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-104-388/+0
| |/ |/|
* | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-0/+6
|\ \
| * | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-0/+6
* | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-051-1/+2
|\ \ \ | |/ / |/| |
| * | Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+2
* | | Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-i...Joas Schilling2022-05-051-1/+1
|\ \ \
| * | | Adjust acceptance tests to changes in notifications markupDaniel Calviño Sánchez2022-05-031-1/+1
* | | | Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling2022-05-051-9/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-9/+30
* | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling2022-05-031-9/+3077
|\ \ \ \ | |/ / / |/| | |
| * | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-291-9/+3077
* | | | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-021-42/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove test for removed class SearchResultSorterCôme Chilliet2022-04-281-42/+0
* | | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-282-1/+99
|/ / /
* | | Add a unit test for translation with trailing colonJoas Schilling2022-04-261-0/+7
* | | Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan2022-04-251-9/+0
|\ \ \