]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Wed, 27 Dec 2023 15:44:46 +0000 (16:44 +0100)]
fixup! fix(loginflow): Log state token mismatch errors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 7 Dec 2023 13:44:18 +0000 (14:44 +0100)]
fix(loginflow): Log state token mismatch errors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 7 Dec 2023 10:29:04 +0000 (11:29 +0100)]
Merge pull request #42056 from nextcloud/chore/dashboard/limit-range-items-v1-api
chore(dashboard): Add limit range to items v1 API
Joas Schilling [Thu, 7 Dec 2023 08:56:12 +0000 (09:56 +0100)]
Merge pull request #42077 from nextcloud/enh/a11y/app-nav-labels
enh(a11y): Add navigation labels
Joas Schilling [Thu, 7 Dec 2023 08:09:54 +0000 (09:09 +0100)]
Merge pull request #42065 from nextcloud/chore/ignore-dev-dependencies
fix: Let git ignore composer dev dependencies
Joas Schilling [Thu, 7 Dec 2023 08:09:01 +0000 (09:09 +0100)]
Merge pull request #42055 from nextcloud/enh/navigation-manager-set-app-from-id
enh(NavigationManager): Use ID as fallback for `app` property of entries
nextcloud-command [Thu, 7 Dec 2023 01:11:51 +0000 (01:11 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 7 Dec 2023 01:01:05 +0000 (17:01 -0800)]
enh(settings): Add apps and user management navigation labels
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 7 Dec 2023 01:01:05 +0000 (17:01 -0800)]
enh(files): Add files navigation label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Nextcloud bot [Thu, 7 Dec 2023 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
F. E Noel Nfebe [Wed, 6 Dec 2023 23:26:44 +0000 (00:26 +0100)]
Merge pull request #42067 from nextcloud/share-flow-improvments
Fix some silent share bugs
nextcloud-command [Wed, 6 Dec 2023 21:27:33 +0000 (21:27 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Wed, 6 Dec 2023 21:05:57 +0000 (22:05 +0100)]
Remove `newPassword` from share model, if disabled
It's important to delete the `newPassword` prop from the share
model, if the user unchecks the isPasswordProtected checkbox.
This clearer and allows for the unchecking to actually work as
`this.$set()` fails with the falsy value `''`.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Wed, 6 Dec 2023 16:46:17 +0000 (17:46 +0100)]
Create element reference inside $nextTick()
Accessing `this.$refs.shareList` outside $nextTick()
could lead to the holder (`listComponent`) being undefined
as the ref is yet to exist.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Julius Härtl [Wed, 6 Dec 2023 20:09:28 +0000 (21:09 +0100)]
Merge pull request #41944 from nextcloud/fix/shared-versions
F. E Noel Nfebe [Wed, 6 Dec 2023 19:17:46 +0000 (20:17 +0100)]
Merge pull request #42062 from nextcloud/use-href-for-search-results
Correct semantics for link opening in global search
Joas Schilling [Wed, 6 Dec 2023 19:11:18 +0000 (20:11 +0100)]
Update .drone.yml signature
Signed-off-by: Joas Schilling <coding@schilljs.com>
Pytal [Wed, 6 Dec 2023 18:49:54 +0000 (10:49 -0800)]
Merge pull request #42066 from nextcloud/fix/cypress-wait-for-network-requests
fix(cypress): Wait for network requests to finish when using the FilePicker
Julius Härtl [Wed, 6 Dec 2023 18:09:13 +0000 (19:09 +0100)]
Merge pull request #42061 from nextcloud/revert/index-preferences
John Molakvoæ [Wed, 6 Dec 2023 17:59:44 +0000 (18:59 +0100)]
Merge pull request #41975 from nextcloud/fix/files-handle-drop-folders-correctly
Ferdinand Thiessen [Wed, 6 Dec 2023 16:50:38 +0000 (17:50 +0100)]
Merge pull request #41948 from nextcloud/fix/accessibility-dark-mode
fix(theming): Adjust dark theme to be accessible adjust cypress tests
nextcloud-command [Wed, 6 Dec 2023 16:12:11 +0000 (16:12 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 6 Dec 2023 16:07:08 +0000 (17:07 +0100)]
fix(cypress): Wait for network requests to finish when using the FilePicker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
fenn-cs [Wed, 6 Dec 2023 15:03:27 +0000 (16:03 +0100)]
Correct semantics for link opening in global search
Following the update of `NcListItem` to allow control over
where and how passed `hrefs` open, the search result component
can now make use of these props.
See : https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923
Resolves : #41800
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Ferdinand Thiessen [Wed, 6 Dec 2023 15:47:07 +0000 (16:47 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 2 Dec 2023 02:05:30 +0000 (03:05 +0100)]
fix(files): Correctly handle dropping folders on file list
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 6 Dec 2023 15:37:46 +0000 (16:37 +0100)]
fix: Let git ignore composer dev dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julius Härtl [Thu, 30 Nov 2023 19:31:52 +0000 (20:31 +0100)]
fix: Properly fetch version from shared files by accessing the owner storage version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Ferdinand Thiessen [Wed, 6 Dec 2023 13:39:33 +0000 (14:39 +0100)]
enh(NavigationManager): Use ID as fallback for `app` property of entries
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julius Härtl [Wed, 6 Dec 2023 14:21:42 +0000 (15:21 +0100)]
Revert "perf: Add partial index on configvalue of preferences table"
This reverts commit
0ccf84bb3174a0dba47938888d104db96dcacb1b .
Signed-off-by: Julius Härtl <jus@bitgrid.net>
jld3103 [Wed, 6 Dec 2023 13:52:13 +0000 (14:52 +0100)]
chore(dashboard): Add limit range to items v1 API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Andy Scherzinger [Wed, 6 Dec 2023 13:28:34 +0000 (14:28 +0100)]
Merge pull request #42043 from nextcloud/fix/update-dialogs-to-fix-copy-move
fix: Update `@nextcloud/dialogs` to 5.0.3 fixing files copy move
Ferdinand Thiessen [Tue, 5 Dec 2023 18:03:58 +0000 (19:03 +0100)]
fix: Update `@nextcloud/dialogs` to 5.0.3 fixing files copy move
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Wed, 6 Dec 2023 04:59:52 +0000 (05:59 +0100)]
Merge pull request #42044 from 1manprojects/patch-3
Fix AppSettingsController.php overwriting currentLanguage
Nextcloud bot [Wed, 6 Dec 2023 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Tue, 5 Dec 2023 23:07:27 +0000 (00:07 +0100)]
Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Fix copy-paste doc block throws
Julius Härtl [Tue, 5 Dec 2023 19:52:53 +0000 (20:52 +0100)]
Merge pull request #42033 from nextcloud/perf/cache-trusted-servers-per-request
Julius Härtl [Tue, 5 Dec 2023 19:52:13 +0000 (20:52 +0100)]
Merge pull request #42021 from nextcloud/bugfix/noid/fix-undefined-array-entries
1 Man Projects [Tue, 5 Dec 2023 19:24:35 +0000 (20:24 +0100)]
Fix AppSettingsController.php overwriting currentLanguage
Fix for CurrentLanguage being overwritten by currentVersion thus breaking App-View
Signed-off-by: 1 Man Projects <reed@1manprojects.de>
Simon L [Tue, 5 Dec 2023 16:27:11 +0000 (17:27 +0100)]
Merge pull request #42031 from nextcloud/enh/41614/fix-personal-settings
fix look of personal global credentials settings
Julius Härtl [Tue, 5 Dec 2023 15:57:41 +0000 (16:57 +0100)]
chore: Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 4 Dec 2023 21:47:15 +0000 (22:47 +0100)]
fix: Also filter out undefined entries from the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 5 Dec 2023 11:31:20 +0000 (12:31 +0100)]
perf: Only query the db once for trusted servers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 5 Dec 2023 14:10:14 +0000 (15:10 +0100)]
Merge pull request #41744 from nextcloud/3rdparty/json-schema
Joas Schilling [Tue, 5 Dec 2023 14:09:21 +0000 (15:09 +0100)]
Merge pull request #42001 from nextcloud/bugfix/noid/improve-logging-of-bulk-failures
fix(dav): Improve handling and logging of bulk upload failures
John Molakvoæ [Tue, 5 Dec 2023 13:18:25 +0000 (14:18 +0100)]
Merge pull request #41346 from nextcloud/fix/files/quota-warning
John Molakvoæ [Tue, 5 Dec 2023 13:17:17 +0000 (14:17 +0100)]
Merge pull request #41979 from nextcloud/fix/status-size
Simon L [Tue, 5 Dec 2023 10:29:43 +0000 (11:29 +0100)]
fix look of personal global credentials settings
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Tue, 5 Dec 2023 11:56:31 +0000 (12:56 +0100)]
Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labels
fix(UnifiedSearch): Show translated text for filter label
Ferdinand Thiessen [Tue, 5 Dec 2023 11:55:48 +0000 (12:55 +0100)]
Merge pull request #42007 from nextcloud/fix/2f-ui
fix: inconsistencies in the shared two-factor UI
Ferdinand Thiessen [Tue, 5 Dec 2023 11:25:55 +0000 (12:25 +0100)]
Merge pull request #41984 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
John Molakvoæ [Wed, 8 Nov 2023 17:38:44 +0000 (18:38 +0100)]
fix(files): better upload error handling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Joas Schilling [Mon, 4 Dec 2023 10:06:47 +0000 (11:06 +0100)]
fix(dav): Improve handling and logging of bulk upload failures
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Sun, 3 Dec 2023 21:22:24 +0000 (22:22 +0100)]
fix(UnifiedSearch): Show translated text for filter label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Wed, 8 Nov 2023 16:50:20 +0000 (17:50 +0100)]
feat(files): disable upload button if quota is reached
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 8 Nov 2023 16:44:26 +0000 (17:44 +0100)]
feat(files): show quota warning on page load or if storage becomes full
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Sat, 2 Dec 2023 12:36:30 +0000 (13:36 +0100)]
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Julius Härtl [Tue, 5 Dec 2023 10:11:33 +0000 (11:11 +0100)]
Merge pull request #41927 from nextcloud/perf/login-with-email-token
Ferdinand Thiessen [Tue, 5 Dec 2023 10:07:33 +0000 (11:07 +0100)]
Merge pull request #41993 from nextcloud/fix/move-heading-out-of-list-unified-search
fix(UnifiedSearch): Move headings out of list element (invalid HTML)
Joas Schilling [Tue, 5 Dec 2023 09:52:28 +0000 (10:52 +0100)]
Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-time
fix(dav): Make current ooo info time-dependent
Andy Scherzinger [Tue, 5 Dec 2023 09:10:49 +0000 (10:10 +0100)]
Merge pull request #42019 from nextcloud/fix/41980/check-migration
+files_metadata_installed
Christoph Wurst [Fri, 1 Dec 2023 09:46:16 +0000 (10:46 +0100)]
fix(dav): Make current ooo info time-dependent
* If there is an out of office absence info and it happens now -> return
data
* Else: return no data
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Maxence Lange [Tue, 5 Dec 2023 02:37:22 +0000 (01:37 -0100)]
+files_metadata_installed
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Nextcloud bot [Tue, 5 Dec 2023 00:21:19 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Sun, 3 Dec 2023 02:54:06 +0000 (02:54 +0000)]
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Julius Härtl [Mon, 4 Dec 2023 21:09:55 +0000 (22:09 +0100)]
Merge pull request #42006 from nextcloud/bugfix/41448
nextcloud-command [Mon, 4 Dec 2023 19:56:52 +0000 (19:56 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Julius Härtl [Mon, 4 Dec 2023 11:35:43 +0000 (12:35 +0100)]
fix: Properly take show_hidden user setting into account for file listing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Varun Patil [Mon, 4 Dec 2023 15:34:51 +0000 (07:34 -0800)]
Merge pull request #41985 from nextcloud/pulsejet/fix-log-exception
fix(dav): allow any throwable in logException
Joas Schilling [Mon, 4 Dec 2023 13:57:32 +0000 (14:57 +0100)]
fix(metadata): Fix copy-paste doc block throws
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 4 Dec 2023 13:44:27 +0000 (14:44 +0100)]
Merge pull request #42008 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Allow to load metadata of multiple files at once
Joas Schilling [Mon, 4 Dec 2023 12:26:47 +0000 (13:26 +0100)]
fix(metadata): Allow to load metadata of multiple files at once
Signed-off-by: Joas Schilling <coding@schilljs.com>
Richard Steinmetz [Mon, 4 Dec 2023 11:36:54 +0000 (12:36 +0100)]
fix: inconsistencies in the shared two-factor UI
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Joas Schilling [Mon, 4 Dec 2023 10:46:27 +0000 (11:46 +0100)]
Merge pull request #41999 from nextcloud/bugfix/noid/handle-idn_to_utf8-returning-false
fix(security): Handle idn_to_utf8 returning false
Varun Patil [Sun, 3 Dec 2023 04:52:45 +0000 (20:52 -0800)]
fix(files): allow any throwable in logException
If a TypeError is passed here, it in turn causes a TypeError which
kills the rendering of the error page.
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Joas Schilling [Mon, 4 Dec 2023 09:39:50 +0000 (10:39 +0100)]
Merge pull request #41995 from nextcloud/fix/template-manager-templatedirectory-empty
fix(TemplateManager): Bail early if templatedirectory is empty
Joas Schilling [Mon, 4 Dec 2023 09:38:46 +0000 (10:38 +0100)]
fix(security): Handle idn_to_utf8 returning false
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Mon, 4 Dec 2023 07:29:37 +0000 (08:29 +0100)]
fix(TemplateManager): Bail early if templatedirectory is empty
fixes #39266
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Nextcloud bot [Mon, 4 Dec 2023 00:18:27 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 3 Dec 2023 21:12:19 +0000 (22:12 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 3 Dec 2023 22:08:33 +0000 (23:08 +0100)]
fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 only
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 3 Dec 2023 21:11:47 +0000 (22:11 +0100)]
fix(UnifiedSearch): Move headings out of list elements
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Sun, 3 Dec 2023 00:18:21 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Sat, 2 Dec 2023 16:04:32 +0000 (17:04 +0100)]
Merge pull request #41971 from nextcloud/enh/upgrade-disable-web-instructions
Josh Richards [Fri, 1 Dec 2023 14:03:42 +0000 (09:03 -0500)]
feat(Updater/Admin): Clarify instructions for `upgrade.disable-web`
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Sat, 2 Dec 2023 00:21:18 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Fri, 1 Dec 2023 23:17:08 +0000 (00:17 +0100)]
Merge pull request #41953 from nextcloud/fix/files-favorite-icon-label
fix(files): Move aria-label for favorite icon from span to icon
Ferdinand Thiessen [Fri, 1 Dec 2023 03:06:34 +0000 (04:06 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 1 Dec 2023 03:06:14 +0000 (04:06 +0100)]
fix(files): Remove aria-label from span and move to favorite icon
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Grigorii K. Shartsev [Fri, 1 Dec 2023 20:10:52 +0000 (01:10 +0500)]
Merge pull request #41916 from nextcloud/fix/41835/files--add-visible-label-to-webdav-settings
fix(files): add visible label to webdav URL in settings
Grigorii K. Shartsev [Fri, 1 Dec 2023 19:57:01 +0000 (20:57 +0100)]
chore(assets): recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 29 Nov 2023 21:47:26 +0000 (22:47 +0100)]
fix(files): add label for WebDAV URL in files settings
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Joas Schilling [Fri, 1 Dec 2023 18:32:49 +0000 (19:32 +0100)]
Merge pull request #41942 from nextcloud/update/nextcloud-vue
chore: Update `@nextcloud/vue` to 8.3.0
Ferdinand Thiessen [Thu, 30 Nov 2023 16:42:53 +0000 (17:42 +0100)]
chore: Update `@nextcloud/vue` to 8.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 1 Dec 2023 17:03:42 +0000 (18:03 +0100)]
Merge pull request #41951 from nextcloud/fix/files-table-headers
fix(files): Remove confusing table header labels
Pytal [Fri, 1 Dec 2023 16:42:04 +0000 (08:42 -0800)]
Merge pull request #40169 from nextcloud/enh/load-disabled-users-directly
enh(settings): Load from disabled users endpoint
Ferdinand Thiessen [Fri, 1 Dec 2023 16:32:06 +0000 (17:32 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 1 Dec 2023 01:33:52 +0000 (02:33 +0100)]
fix(files): Remove confusing table header labels
For screen readers the table header was very verbose and confusing,
as the SR reads out e.g. "sort list by name button FILENAME" for every row / file.
Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1]
[1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Arthur Schiwon [Fri, 1 Dec 2023 12:59:37 +0000 (13:59 +0100)]
Merge pull request #41650 from nextcloud/enh/6428/ldap-group-admin-mapping
feat(LDAP): implement IIsAdmin interface
Marcel Klehr [Fri, 1 Dec 2023 12:24:17 +0000 (13:24 +0100)]
Merge pull request #41844 from nextcloud/fix/tp-api-covariance
fix(TextProcessing): Add task type template param to IManager and registerTPProvider