aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-181-1/+1
|\ | | | | Files: Extend search to also cover tags
| * Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
| | | | | | | | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Allow to tweak default scopes for accountsThomas Citharel2022-05-161-33/+71
| | | | | | | | | | | | Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configurationJulius Härtl2022-05-161-21/+20
|\ \ | | | | | | Migrate phpunit configuration to new format
| * | Migrate phpunit configuration to new formatCôme Chilliet2022-05-091-21/+20
| |/ | | | | | | | | | | | | | | 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>
* | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling2022-05-161-2/+7
|\ \ | | | | | | Fix user agent trimming on installation
| * | Fix user agent trimming on installationJoas Schilling2022-05-091-2/+7
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32375 from ↵Joas Schilling2022-05-162-33/+50
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step Show user account on grant loginflow step
| * | Extend testsJoas Schilling2022-05-162-33/+50
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-138-217/+192
|\ \ \
| * | | Modernize contacts menuThomas Citharel2022-05-128-217/+192
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Fix jsunitJohn Molakvoæ2022-05-131-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Remove SCSSCacherJohn Molakvoæ2022-05-133-545/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-131-6/+3
|\ \ \ \ | |_|/ / |/| | | Minor optimizations for saving user personal information
| * | | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | | | 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
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-122-4/+2
|\ \ \ \ | |_|/ / |/| | | Cleanup lock related code
| * | | Cleanup lock related codeCarl Schwan2022-05-122-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Validate requested length is random string generatorVincent Petry2022-05-121-1/+16
| |/ / |/| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-104-388/+0
| |/ |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-0/+6
|\ \ | | | | | | Do not dispatch postSetPassword when setPassword fails
| * | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-0/+6
| | | | | | | | | | | | | | | | | | Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-051-1/+2
|\ \ \ | |/ / |/| | Add CSP policy merge priority for booleans
| * | Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+2
| | | | | | | | | | | | | | | | | | When two booleans conflict when merging CSP policies, true will win. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #32259 from ↵Joas Schilling2022-05-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup Adjust acceptance tests to changes in notifications markup
| * | | Adjust acceptance tests to changes in notifications markupDaniel Calviño Sánchez2022-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling2022-05-051-9/+30
|\ \ \ \ | |/ / / |/| | | Expose shareWithDisplayNameUnique also on autocomplete endpoint
| * | | Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-9/+30
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | 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 it
| * | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-291-9/+3077
| | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-021-42/+0
|\ \ \ \ | |/ / / |/| | | Move away from deprecated ILogger
| * | | Remove test for removed class SearchResultSorterCôme Chilliet2022-04-281-42/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-282-1/+99
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add a unit test for translation with trailing colonJoas Schilling2022-04-261-0/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan2022-04-251-9/+0
|\ \ \ | | | | | | | | Cleanup AllConfig
| * | | Cleanup AllConfigCarl Schwan2022-04-221-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Get not only time-sensitive next job from list but anyKirill Popov2022-04-241-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
* | | Fix acceptanceJohn Molakvoæ2022-04-211-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | PhpunitJohn Molakvoæ2022-04-211-3/+3
|/ / | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix testJoas Schilling2022-04-201-3/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a metadata service to store file metadataCarl Schwan2022-04-133-7/+99
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-131-18/+129
|\ \ | | | | | | Add settings to ignore second display name in search
| * | Add settings to ignore second display name in searchLouis Chemineau2022-04-121-18/+129
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange2022-04-121-0/+12
|\ \ \ | |/ / |/| | confirm user is internal to globalscale
| * | confirm user is internal to globalscaleMaxence Lange2022-04-121-0/+12
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-111-1/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31194 from ↵Vincent Petry2022-04-061-0/+34
|\ \ | | | | | | | | | | | | nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
| * | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-0/+34
| | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>