aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(tests): Fix SPDX license header on new cypress testCôme Chilliet2024-08-121-19/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(tests): Adapt tests to change of DefaultShareProvider constructorCôme Chilliet2024-08-121-6/+15
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-122-39/+64
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(tests): Test limiting sharing to same groupLouis Chemineau2024-08-121-0/+97
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files_sharing): Delete user shares if needed when user is removed from a ↵Louis Chemineau2024-08-122-2/+47
| | | | | | group Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1210-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1116-12/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47157 from nextcloud/perf/prevent-extra-requestsPytal2024-08-103-9/+6
|\ | | | | perf(files): Prevent extraneous requests when tree children are loading
| * chore: compile assetsChristopher Ng2024-08-092-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #47153 from nextcloud/trashbin-fix-folder-extractFerdinand Thiessen2024-08-103-4/+4
|\ \ | | | | | | fix: fix getting the folder node from the dav response
| * | chore(assets): Recompile assetsnextcloud-command2024-08-102-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix: fix getting the folder node from the dav responseRobin Appelman2024-08-101-1/+1
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-08-10138-14/+342
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47152 from nextcloud/fix/guest-layoutFerdinand Thiessen2024-08-093-37/+28
|\ | | | | fix(styles): Guest layout should follow the new design
| * chore: Compile assetsFerdinand Thiessen2024-08-092-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(styles): Guest layout should follow the new designFerdinand Thiessen2024-08-091-35/+26
| | | | | | | | | | | | | | | | 1. Adjust some places that used the old pill-style design 2. Make indention consistent using tabs 3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47135 from nextcloud/fix/open-tags-in-folderFerdinand Thiessen2024-08-095-3/+172
|\ \ | |/ |/| fix(systemtags): Sub folders should be opened in files
| * fix(systemtags): Sub folders should be opened in filesFerdinand Thiessen2024-08-095-3/+172
|/ | | | | | | | | | | Currently this is simply broken and here are two ways: 1. Open subfolders in files view 2. Implement logic to save last request 1 is the way this is now implemented, basically copy-paste from the recent view. 2 is much more complicated because if we get `/2/foo/bar` as the path we need to know the source of `foo`, so we would need at least 2 requests or cache the previous directory. We do not do it like this for any view so lets just stick with 1 for now. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47147 from nextcloud/fix/trim-new-folderFerdinand Thiessen2024-08-095-10/+14
|\ | | | | fix(files): trim names on new node creation
| * fix(files): trim names on new node creationskjnldsv2024-08-095-10/+14
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #47149 from nextcloud/fix/disable-tags-editingJohn Molakvoæ2024-08-097-6/+13
|\ | | | | fix(files): Disable tags editing for shared files/folders with view only permission
| * chore(assets): Recompile assetsnextcloud-command2024-08-094-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Disable tags editing for shared files/folders with view only ↵Konstantin Myakshin2024-08-093-0/+7
|/ | | | | | permission Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-09362-642/+906
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47100 from nextcloud/release/30.0.0_beta_5v30.0.0beta5Benjamin Gaussorgues2024-08-081-2/+2
|\
| * build(hub): 30.0.0 beta 5Benjamin Gaussorgues2024-08-071-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #46456 from nextcloud/fix/check-datadirBenjamin Gaussorgues2024-08-0812-32/+84
|\ \
| * | fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-0812-32/+84
|/ / | | | | | | | | | | | | | | | | | | | | | | | | When checking for public (web) access to the data directory the status is not enough as you might have a webserver that forwards to e.g. a login page. So instead check that the content of the file matches. For this the `.ncdata` file (renamed from `.ocdata`¹) has minimal text content to allow checking. ¹The file was renamed from the legacy `.ocdata`, there is a repair step to remove the old one. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47122 from nextcloud/feat/limited-depth-treePytal2024-08-08118-266/+393
|\ \ | | | | | | feat(files): Load limited depth tree
| * | chore: compile assetsChristopher Ng2024-08-08107-152/+152
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat: Load limited depth treeChristopher Ng2024-08-087-41/+109
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Add getter for all view configsChristopher Ng2024-08-081-0/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Update openapiChristopher Ng2024-08-083-28/+93
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #47140 from nextcloud/fix/app-menu-focusAndy Scherzinger2024-08-084-6/+46
|\ \ | | | | | | fix: Make focused app menu entry wider to see full name
| * | chore: Compile assetsFerdinand Thiessen2024-08-082-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Make focussed app menu entry wider to see full nameFerdinand Thiessen2024-08-082-3/+43
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47121 from nextcloud/fix/a11y-inline-actionFerdinand Thiessen2024-08-088-56/+266
|\ \ | | | | | | fix(systemtags): Make inline tags list fully accessible
| * | chore: Compile assetsFerdinand Thiessen2024-08-082-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test: Added e2e tests for inline system tags file actionFerdinand Thiessen2024-08-082-0/+199
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(systemtags): Make inline tags list fully accessibleFerdinand Thiessen2024-08-084-53/+64
| | | | | | | | | | | | | | | | | | | | | | | | 1. The label was wrong it mentioned the first and last tag, so the information was duplicated 2. It only mentioned the first and last but not all other 3. All other tags were only added as `title` which is not accessible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46624 from nextcloud/fix/issue-43923Sebastian Krupinski2024-08-082-2/+29
|\ \ \ | |/ / |/| | fix(caldav): test for null and blank value
| * | fix(caldav): test for null and blank valueSebastianKrupinski2024-08-072-2/+29
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #47120 from nextcloud/fix/systemtagsAndy Scherzinger2024-08-083-4/+4
|\ \ \ | | | | | | | | fix(systemtags): Correctly load tagged files in "tags"-files-view
| * | | chore(assets): Recompile assetsnextcloud-command2024-08-072-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(systemtags): Correctly load tagged files in "tags"-files-viewFerdinand Thiessen2024-08-081-1/+1
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47116 from nextcloud/addColMigNotExGit'Fellow2024-08-081-4/+6
|\ \ \ | | | | | | | | fix(migration): Add column if not exists
| * | | fix(migration): Add column if not existsGit'Fellow2024-08-071-4/+6
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>