Joas Schilling
c41cbcf7ba
Merge pull request #42077 from nextcloud/enh/a11y/app-nav-labels
enh(a11y): Add navigation labels
2 years ago
Joas Schilling
4f8c9986f6
Merge pull request #42065 from nextcloud/chore/ignore-dev-dependencies
fix: Let git ignore composer dev dependencies
2 years ago
Joas Schilling
929678856c
Merge pull request #42055 from nextcloud/enh/navigation-manager-set-app-from-id
enh(NavigationManager): Use ID as fallback for `app` property of entries
2 years ago
nextcloud-command
cad0f580c0
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Christopher Ng
7c479aad51
enh(settings): Add apps and user management navigation labels
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Christopher Ng
0167f671f5
enh(files): Add files navigation label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Nextcloud bot
b71b6dca97
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
F. E Noel Nfebe
669cf65283
Merge pull request #42067 from nextcloud/share-flow-improvments
Fix some silent share bugs
2 years ago
nextcloud-command
342dbb5c27
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
fenn-cs
e73a54906e
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>
2 years ago
fenn-cs
06314a37c1
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>
2 years ago
Julius Härtl
f6b49b1132
Merge pull request #41944 from nextcloud/fix/shared-versions
2 years ago
F. E Noel Nfebe
0eadd0dd6b
Merge pull request #42062 from nextcloud/use-href-for-search-results
Correct semantics for link opening in global search
2 years ago
Joas Schilling
add17584a5
Update .drone.yml signature
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Pytal
089aec87ec
Merge pull request #42066 from nextcloud/fix/cypress-wait-for-network-requests
fix(cypress): Wait for network requests to finish when using the FilePicker
2 years ago
Julius Härtl
74acfa452f
Merge pull request #42061 from nextcloud/revert/index-preferences
2 years ago
John Molakvoæ
b6f43c1d9b
Merge pull request #41975 from nextcloud/fix/files-handle-drop-folders-correctly
2 years ago
Ferdinand Thiessen
aa30452cb4
Merge pull request #41948 from nextcloud/fix/accessibility-dark-mode
fix(theming): Adjust dark theme to be accessible adjust cypress tests
2 years ago
nextcloud-command
eb90cd07b5
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Ferdinand Thiessen
008ea1bff2
fix(cypress): Wait for network requests to finish when using the FilePicker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
fenn-cs
aa25590130
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>
2 years ago
Ferdinand Thiessen
0d75a4129e
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Ferdinand Thiessen
dd8897bb31
fix(files): Correctly handle dropping folders on file list
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Ferdinand Thiessen
b6df9b703a
fix: Let git ignore composer dev dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Julius Härtl
75505747bb
fix: Properly fetch version from shared files by accessing the owner storage version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Ferdinand Thiessen
b1fffb0d3b
enh(NavigationManager): Use ID as fallback for `app` property of entries
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
Julius Härtl
1cfc8a2e03
Revert "perf: Add partial index on configvalue of preferences table"
This reverts commit 0ccf84bb31 .
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
jld3103
310832ade9
chore(dashboard): Add limit range to items v1 API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
Andy Scherzinger
e1ecf798d9
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
2 years ago
Ferdinand Thiessen
0d6255bafc
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>
2 years ago
Joas Schilling
5cf42ff25c
Merge pull request #42044 from 1manprojects/patch-3
Fix AppSettingsController.php overwriting currentLanguage
2 years ago
Nextcloud bot
1631bec8a6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Andy Scherzinger
13eecbba06
Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Fix copy-paste doc block throws
2 years ago
Julius Härtl
3f6c1991e0
Merge pull request #42033 from nextcloud/perf/cache-trusted-servers-per-request
2 years ago
Julius Härtl
3bdabae487
Merge pull request #42021 from nextcloud/bugfix/noid/fix-undefined-array-entries
2 years ago
1 Man Projects
6ef5958007
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>
2 years ago
Simon L
b0976e4568
Merge pull request #42031 from nextcloud/enh/41614/fix-personal-settings
fix look of personal global credentials settings
2 years ago
Julius Härtl
8b5eeb1586
chore: Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl
782e0cfaa4
fix: Also filter out undefined entries from the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl
1bff7ccb5c
perf: Only query the db once for trusted servers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl
fd06f0c72d
Merge pull request #41744 from nextcloud/3rdparty/json-schema
2 years ago
Joas Schilling
022577f082
Merge pull request #42001 from nextcloud/bugfix/noid/improve-logging-of-bulk-failures
fix(dav): Improve handling and logging of bulk upload failures
2 years ago
John Molakvoæ
788fc781be
Merge pull request #41346 from nextcloud/fix/files/quota-warning
2 years ago
John Molakvoæ
f0108cbe5f
Merge pull request #41979 from nextcloud/fix/status-size
2 years ago
Simon L
cafa805390
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>
2 years ago
Ferdinand Thiessen
1a8ac20a51
Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labels
fix(UnifiedSearch): Show translated text for filter label
2 years ago
Ferdinand Thiessen
50ae2bbeea
Merge pull request #42007 from nextcloud/fix/2f-ui
fix: inconsistencies in the shared two-factor UI
2 years ago
Ferdinand Thiessen
9fce9aef15
Merge pull request #41984 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
2 years ago
John Molakvoæ
f89ef392b3
fix(files): better upload error handling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago
Joas Schilling
e4460e3bff
fix(dav): Improve handling and logging of bulk upload failures
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago