aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42452 from nextcloud/feat/files-actionf-silent-errorJohn Molakvoæ2023-12-263-3/+9
|\
| * fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-263-3/+9
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-266-2/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-256-18/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2448-24/+200
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42467 from ↵dependabot[bot]2023-12-232-5/+5
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.1.5
| * chore(deps-dev): Bump @testing-library/jest-dom from 6.1.4 to 6.1.5dependabot[bot]2023-12-232-5/+5
|/ | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2336-4/+494
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42379 from ↵Eduardo Morales2023-12-223-8/+12
|\ | | | | | | | | nextcloud/fix/ARIA-prop-for-NcBreadCrumb-component enh(breadcrumbs): removed unnecessary aria label
| * enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-223-8/+12
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42319 from nextcloud/fix/a11y/personal-info-headingsFerdinand Thiessen2023-12-224-13/+6
|\ | | | | fix(settings): Use heading for Profile and Profile picture sections
| * fix(settings): Use heading for Profile and Profile picture sectionsChristopher Ng2023-12-224-13/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #42442 from nextcloud/fix/app-menu-focus-visibleJulia Kirschenheuter2023-12-225-5/+5
|\ \ | |/ |/| fix: Adjust focus-visible marker on appmenu
| * fix: Adjust focus-visible marker on appmenuFerdinand Thiessen2023-12-225-5/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #37469 from nextcloud/lock-restore-ttlStephan Orbaugh2023-12-228-7/+154
|\ \ | | | | | | restore shared lock ttl to previous value when releasing
| * | adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-212-9/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | restore shared lock ttl when releasingRobin Appelman2023-12-217-7/+135
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #42405 from nextcloud/fix/42374/ldap-remembered-groups-formatJulius Härtl2023-12-222-2/+29
|\ \ \ | | | | | | | | fix(LDAP): ensure stored groups are formatted as simple list
| * | | fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-202-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With array_unique it is possible that the keys are not in sequential order but have gaps. json_encode then would store them as associative array, which later on json_decode would result in a stdClass by default. This is unexpected and would also contradict the return type hint. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #42439 from nextcloud/fix/invert-on-primary-elementJohn Molakvoæ2023-12-221-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(theming): Invert filter should be based on primary-elementFerdinand Thiessen2023-12-221-2/+2
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-22154-2450/+2740
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42415 from ↵Eduardo Morales2023-12-214-5/+15
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feat/add-escape-option-to-selection-of-files-while-focused enh(files): added ability to escape out of all selection when focused
| * | | enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-214-5/+15
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | Merge pull request #42292 from ↵Ferdinand Thiessen2023-12-213-5/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/a11y/unified-search-headings-the-sequel fix(a11y): Unified search headings the sequel
| * | | chore: compile assetsChristopher Ng2023-12-212-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(a11y): Unified search headings the sequelChristopher Ng2023-12-211-2/+1
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #42424 from nextcloud/fix/background-imageFerdinand Thiessen2023-12-212-0/+0
|\ \ \ | | | | | | | | fix(theming): Add adjusted color versions of default background
| * | | fix(theming): Add adjusted color versions of default background for better ↵Ferdinand Thiessen2023-12-212-0/+0
| | |/ | |/| | | | | | | | | | | | | app-menu contrast Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42389 from ↵Joas Schilling2023-12-211-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/reset-reserved-at-when-force-running fix(cron): Reset the reserved_at when force executing from CLI
| * | | fix(cron): Reset the reserved_at when force executing from CLIJoas Schilling2023-12-201-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #42334 from nextcloud/fix/auth-tokens-settings-uiEduardo Morales2023-12-2113-605/+840
|\ \ \ \ | | | | | | | | | | enh(settings): Refactor UI for session and app token management
| * | | | chore: Compile assetsFerdinand Thiessen2023-12-214-3/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | enh(settings): Refactor frontend for session and app token managementFerdinand Thiessen2023-12-219-602/+802
| | |/ / | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42419 from nextcloud/fix/skip-buttons-filesFerdinand Thiessen2023-12-212-1/+5
|\ \ \ \ | |/ / / |/| | | fix(files): Adjust ID for skip content buttons
| * | | fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-212-1/+5
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42422 from nextcloud/fix/cache-tests-undefinedJohn Molakvoæ2023-12-211-0/+1
|\ \ \
| * | | fix(dav): undeclared `$cache` propertyJohn Molakvoæ2023-12-211-0/+1
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-21104-136/+196
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42381 from nextcloud/fix/h1-element-rename-for-dashboardEduardo Morales2023-12-201-0/+7
|\ \ \ | | | | | | | | enh(dashboard): changed h1 to say Dashboard instead of Nextcloud
| * | | enh(dashboard): changed h1 to say Dashboard instead of NextcloudEduardo Morales2023-12-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | | enh(dashboard): changed h1 to say Dashboard instead of NextcloudEduardo Morales2023-12-201-0/+7
|/ / / | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Merge pull request #42406 from ↵Anna2023-12-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/dav/calendar-notification-less-than-minute-title fix(dav): Hide less than minute diff in calendar notification title
| * | | fix(dav): Hide less than minute diff in calendar notification titlejld31032023-12-201-1/+1
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #42366 from nextcloud/fix/dragdrop-joinJohn Molakvoæ2023-12-206-18/+107
|\ \ \ | |_|/ |/| |
| * | chore: compile assetsJohn Molakvoæ2023-12-203-3/+25
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-203-14/+78
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(files): recursive drop path joinJohn Molakvoæ2023-12-201-2/+5
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #42401 from nextcloud/fix/app-menu-colorsJulia Kirschenheuter2023-12-206-10/+13
|\ \ | | | | | | fix: Ensure app menu entries and dashboard welcome message have enough contrast
| * | chore: Compile assetsFerdinand Thiessen2023-12-204-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>