aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43162 from ↵Ferdinand Thiessen2024-01-2717-17/+17
|\ | | | | | | | | nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0 chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
| * chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0dependabot[bot]2024-01-2717-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/4512585405083f25c027a35db413c2b3b9006d50...0bc4621a3135347011ad047f9ecf449bf72ce2bd) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #43152 from nextcloud/fix/unshareJohn Molakvoæ2024-01-274-41/+19
|\ \
| * | chore(assets): Recompile assetsJohn Molakvoæ2024-01-274-38/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
|/ / | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #43160 from ↵dependabot[bot]2024-01-272-4/+4
|\ \ | |/ |/| | | nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.0
| * chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0dependabot[bot]2024-01-272-4/+4
|/ | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #43094 from ↵Ferdinand Thiessen2024-01-277-13/+19
|\ | | | | | | | | nextcloud/fix/a11y/43088/select-has-no-connected-label fix: added a label element to the NcSelect in update settings
| * fix: added a label element to the NcSelect in update settingsEduardo Morales2024-01-277-13/+19
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #43148 from nextcloud/chore/update-dialogsFerdinand Thiessen2024-01-2785-125/+129
|\ | | | | Update `@nextcloud/dialogs` to 5.1.1
| * chore: Compile assetsFerdinand Thiessen2024-01-2782-117/+117
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-273-8/+12
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-27110-274/+1136
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41003 from nextcloud/chore/migrate-behat-to-githubJoas Schilling2024-01-2621-818/+1488
|\ | | | | chore(tests): Run all unit tests on GitHub instead of Drone
| * fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier testJoas Schilling2024-01-261-3/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(CS): Fix coding styleJoas Schilling2024-01-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(CI): Sign .drone.ymlJoas Schilling2024-01-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * chore: Migrate PHPUnit files_external S3 testFerdinand Thiessen2024-01-262-130/+186
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Run tests only on pull requests and scheduledFerdinand Thiessen2024-01-2610-64/+27
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate memcached unit test from drone to GitHub ActionFerdinand Thiessen2024-01-262-26/+124
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate object storage unit tests from drone to GitHub ActionsFerdinand Thiessen2024-01-267-216/+440
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(encryption): Fix deprecated syntax in encryption testsFerdinand Thiessen2024-01-261-1/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(user_ldap): Ensure host is a string when checking if `ldapi`Ferdinand Thiessen2024-01-261-1/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Align oracle database tests with the other databasesFerdinand Thiessen2024-01-262-17/+45
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate code coverage generation from drone to GitHubFerdinand Thiessen2024-01-266-109/+179
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate `sqlite` tests from drone to GitHubFerdinand Thiessen2024-01-262-54/+126
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate `postgres` tests from drone to GitHubFerdinand Thiessen2024-01-262-144/+146
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate `mariadb` tests from drone to GitHubFerdinand Thiessen2024-01-262-114/+147
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(tests): Migrate MySQL database tests from drone to GitHubFerdinand Thiessen2024-01-262-39/+147
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43137 from nextcloud/fix/a11y/sharing-details-focusPytal2024-01-269-69/+98
|\ \ | | | | | | fix(files_sharing): Return focus to trigger element on sharing details close
| * | chore: compile assetsChristopher Ng2024-01-266-7/+7
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-01-263-62/+91
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #43084 from nextcloud/artonge/feat/version_listLouis2024-01-2676-345/+398
|\ \ | |/ |/| Move modal outside of the Version component.
| * Compile assetsLouis Chemineau2024-01-2672-108/+108
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Move modal outside of the Version component.Louis Chemineau2024-01-264-237/+290
|/ | | | | | This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #41139 from ↵Joas Schilling2024-01-2628-1370/+541
|\ | | | | | | | | nextcloud/techdebt/noid/move-integration-testing-to-actions Move integration tests to github actions
| * fix(CI): Use ghcr.io/nextcloud/continuous-integration-redis imageJoas Schilling2024-01-261-7/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(integration-s3): Adjust integration test for changed test layoutFerdinand Thiessen2024-01-261-14/+20
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(tests): Ensure ldap server can be reached in integration tests on GitHub ↵Ferdinand Thiessen2024-01-265-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | Actions and other improvments * Run integration tests for every pull request * Also print docker logs of service containers (ldap, redis) * Ensure consistent `datadir` for test assertions * Test openldap features separatly * Only the LDAP tests rely on `/dev/shm` while `federated.feature` rely on real directory access Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * Enable LDAP tests with redisJoas Schilling2024-01-261-2/+29
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Skip the large download againJoas Schilling2024-01-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is ↵Joas Schilling2024-01-261-0/+2
| | | | | | | | | | | | deprecated in CommandLineContext.php on line 41" Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Reduce the output on github CIJoas Schilling2024-01-262-1/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Don't tail the log output, it's available separatelyJoas Schilling2024-01-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Ensure the testing app is enabledJoas Schilling2024-01-261-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove library that is unmaintained since 2015 and was merged in the behat coreJoas Schilling2024-01-263-353/+230
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix "Creation of dynamic property FeatureContext::$parts is deprecated in ↵Joas Schilling2024-01-261-4/+6
| | | | | | | | | | | | WebDav.php line 757" Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix: Video verification test by cloning talkJoas Schilling2024-01-261-29/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>