aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(settings): add occ commands to handle admin delegationBenjamin Gaussorgues2023-12-136-1/+255
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-13132-1666/+1768
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42094 from ↵Ferdinand Thiessen2023-12-1234-1416/+1414
|\ | | | | | | | | nextcloud/refactor-global-search-to-unified-search Rename "global search" to "unified search"
| * chore: Compile assetsFerdinand Thiessen2023-12-1217-67/+67
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * Rename "global search" to "unified search"fenn-cs2023-12-1217-1349/+1347
|/ | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #42126 from nextcloud/click-outside-should-abort-shareFerdinand Thiessen2023-12-128-11/+10
|\ | | | | Tooltip outside click, should abort share creation
| * chore(assets): Recompile assetsnextcloud-command2023-12-116-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Allow user to finish typing date before formattingfenn-cs2023-12-111-3/+2
| | | | | | | | | | | | | | Debounce `onExpirationChange` to avoid calling `formatDateToString` on invalid on uncompletely inputed date strings. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Tooltip outside click, should abort share creationfenn-cs2023-12-111-1/+1
| | | | | | | | | | | | | | It's unexpected that click outside a tooltip would proceed with the action that could be carried out inside the tooltip. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #42165 from ↵Grigorii K. Shartsev2023-12-1210-19/+14
|\ \ | | | | | | | | | | | | nextcloud/deps/nextcloud-upload-from-1.0.2-to-1.0.3 chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3
| * | chore(assets): Recompile assetsnextcloud-command2023-12-118-13/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3Grigorii K. Shartsev2023-12-112-6/+7
| |/ | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #41670 from nextcloud/fix/reminder_conditional_renderingJohn Molakvoæ2023-12-123-14/+40
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2023-12-092-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(papercut): rerendered submenu actions for time sensitive actionsEduardo Morales2023-12-083-14/+40
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-12148-288/+724
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42142 from nextcloud/fix/dav/ooo-event-time-zone-driftChristoph Wurst2023-12-112-29/+92
|\ \ | | | | | | fix(dav): Prevent out-of-office event time drifts
| * | fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-112-29/+92
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sabre-serverAnna2023-12-111-3/+0
|\ \ \ | | | | | | | | chore(dav): Remove dead \OCA\DAV\Server::getSabreServer
| * | | chore(dav): Remove dead \OCA\DAV\Server::getSabreServerChristoph Wurst2023-12-111-3/+0
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #42154 from nextcloud/fix/noid/live-photos-renameArthur Schiwon2023-12-111-30/+17
|\ \ \ | | | | | | | | fix rename on live photos
| * | | fix renameMaxence Lange2023-12-111-30/+17
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #41535 from ↵Côme Chilliet2023-12-115-25/+36
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/feat/merge-sqlite-check-to-database-check Merge sqlite check to database check
| * | | Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-075-25/+36
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #42144 from nextcloud/fix/dont-reuse-query-builder-caldavAnna2023-12-111-0/+2
|\ \ \ \ | |_|/ / |/| | | fix(caldav): don't reuse query builder objects
| * | | fix(caldav): don't reuse query builder objectsAnna Larch2023-12-111-0/+2
|/ / / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-1142-24/+166
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41681 from ↵dependabot[bot]2023-12-102-40/+40
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/sabre/dav-4.5.1
| * | | chore(deps-dev): Bump sabre/dav in /build/integrationdependabot[bot]2023-12-102-40/+40
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sabre/dav](https://github.com/sabre-io/dav) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/4.5.1/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.4.0...4.5.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #42129 from ↵dependabot[bot]2023-12-102-33/+33
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.8.1
| * | | chore(deps-dev): Bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2023-12-092-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.8.0 to 7.8.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.8.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle 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-1024-0/+52
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42111 from nextcloud/fix/a11y/unified-search-headingsPytal2023-12-083-6/+8
|\ \ \ | |/ / |/| | fix(a11y): Unified search headings
| * | chore: compile assetsChristopher Ng2023-12-072-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(a11y): Unified search headingsChristopher Ng2023-12-071-3/+5
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-09156-134/+220
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42112 from nextcloud/enh/a11y/page-headingsPytal2023-12-0810-13/+34
|\ \ \ | | | | | | | | enh(settings): Set main page heading
| * | | chore: compile assetsChristopher Ng2023-12-076-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(settings): Expected string aria-label got boolean errorChristopher Ng2023-12-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | enh(settings): Set main heading for AppsChristopher Ng2023-12-072-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | enh(settings): Set main heading for User managementChristopher Ng2023-12-071-1/+12
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #42012 from nextcloud/3rdparty-bump-zipstreamerDaniel2023-12-081-0/+0
|\ \ \
| * | | chore: update zipstreamer to v2.0.2Daniel Kesselberg2023-12-081-0/+0
|/ / / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #42093 from nextcloud/fix/l10n/init-race-conditionArthur Schiwon2023-12-081-2/+14
|\ \ \ | | | | | | | | fix(l10n): fix translations for init scripts
| * | | fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #42115 from nextcloud/chore/deps/update-openapi-extractorJoas Schilling2023-12-085-23/+82
|\ \ \ \ | | | | | | | | | | chore(deps): Update openapi-extractor
| * | | | chore(deps): Update openapi-extractorjld31032023-12-085-23/+82
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #42030 from nextcloud/fix/41882-add-password-messageJulia Kirschenheuter2023-12-088-12/+18
|\ \ \ \ \ | |/ / / / |/| | | | Replace input filed with password field and added password error message
| * | | | Replace input filed with password field and added password error messagejulia.kirschenheuter2023-12-088-12/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | Remove unneeded NcDateTimePicker Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #42100 from nextcloud/fix/41881-login-page-translationJohn Molakvoæ2023-12-081-0/+1
|\ \ \ \ | |_|/ / |/| | |