Commit Graph

4815 Commits

Author SHA1 Message Date
Marcel Klehr 79b6a20d06 enh(javascript,file): Fix TreeMapper#getChildren
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-17 09:06:54 +02:00
Marcel Klehr 423a15ef36 enh(javascript,file): Fix TreeMapper#getChildren
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-17 07:33:52 +02:00
Marcel Klehr f6ec244152 enh(javascript,file): Allow creating javascript and file links
fixes #832
fixes #1468

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-16 20:19:22 +02:00
Marcel Klehr c9153a22e7 Fix Bookmarklet UI
fixes #2028

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-16 17:02:33 +02:00
Marcel Klehr 7fb1a6a9ce Fix UI glitch in bookmark-content
fixes #2030

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-16 16:52:19 +02:00
Marcel Klehr 8a0269103e Update @nextcloud/vue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-16 16:31:23 +02:00
Marcel Klehr 6257052c70 Fix flow.js script name
fixes #2058

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-16 16:24:54 +02:00
Nextcloud bot b6f7a45393
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-16 00:33:33 +00:00
Nextcloud bot 6c227f2457
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-15 01:07:26 +00:00
Nextcloud bot 5beb5e4b66
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-13 00:32:14 +00:00
Nextcloud bot 918b96667c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-12 00:35:00 +00:00
Nextcloud bot 57dd35feba
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-07 00:38:19 +00:00
Nextcloud bot 1f0eccb169
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-06 00:33:09 +00:00
Marcel Klehr 462f8fda11 UI: Always align shared icon with folder icon
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 15:05:33 +02:00
Marcel Klehr 8392435478 Fix nc28 compat
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 14:51:31 +02:00
Marcel Klehr bc455c787d
Merge pull request #2047 from nextcloud/fix/edit-share-root 2023-07-30 14:36:25 +02:00
Marcel Klehr 995d8f0e49 Fix TreeMapper#isFolderSharedWithUser
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 14:25:51 +02:00
Marcel Klehr 2a922736f4 Backend: Avoid Share loops
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 13:43:46 +02:00
Marcel Klehr 34a91f874c package.json: Update @nextcloud/webpack-vue-config
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 13:24:44 +02:00
Marcel Klehr 666189a970 UI: Rollback moving folders after failure
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-30 13:24:22 +02:00
Nextcloud bot 6245fe330e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-27 00:32:49 +00:00
Nextcloud bot 65139901e3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-20 00:33:19 +00:00
Nextcloud bot b2983cb176
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-19 00:33:34 +00:00
Nextcloud bot a9863ab6dc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-18 00:31:12 +00:00
Nextcloud bot 44824ff51a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-17 00:32:29 +00:00
Marcel Klehr 154cd3ce04 Folder.vue: Allow editing (direct) share roots even if they're from a non-writable share
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 17:12:09 +02:00
Marcel Klehr 642eac3a0a fix(Authorization): Create WRITE permission to signify the permission to edit children
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 17:03:20 +02:00
Marcel Klehr a08673525c test(FolderController): Extend test for editing of shared folders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:41:32 +02:00
Marcel Klehr 4de5b52363 Fix(types): Remove type casts
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:33:09 +02:00
Marcel Klehr a4978ac7e4 Fix(types): Fix static analysis
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:33:09 +02:00
Marcel Klehr 873a1d8465 fix(ci/lint): Don't lint for php7.4
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:33:09 +02:00
Marcel Klehr 44d2e24c83 fix(Authorizer): Allow editing share roots and propagate permissions across multi-share boundaries
fixes #2036

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:33:09 +02:00
Marcel Klehr f7d2b7bbee
Merge pull request #2045 from nextcloud/test/move-folders 2023-07-16 16:31:10 +02:00
Marcel Klehr b337f38bab test(FolderController): Test moving and editing read-only shares
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-16 16:09:51 +02:00
Marcel Klehr 2e7edc11d7
Merge pull request #2044 from nextcloud/fix/treemapper-getParentOf 2023-07-15 18:20:27 +02:00
Marcel Klehr be0af16d1e test(FolderController): Test moving shared folders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-15 18:06:24 +02:00
Marcel Klehr 5b1d4f72a7 test(FolderController): Test moving folders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-15 14:51:18 +02:00
Marcel Klehr ab99f4d85e fix(psalm): Add proper types to TreeMapper
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-15 14:37:36 +02:00
Marcel Klehr 026fb6229d fix(TreeMapper#getParentOf): Select correct type
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-15 14:12:50 +02:00
Nextcloud bot 53bbd8b01d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-15 00:34:07 +00:00
Nextcloud bot 139f14e61f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-14 00:36:48 +00:00
Nextcloud bot c0c8c50679
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-13 00:36:38 +00:00
Nextcloud bot 99ec50e7c3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-12 00:28:54 +00:00
Nextcloud bot adbe515215
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-11 00:39:15 +00:00
Marcel Klehr db9aee7881
Merge pull request #2040 from simonspa/fix/emptyarray 2023-07-10 09:55:31 +02:00
Simon Spannagel 5b693d8035 Check for empty arrays before accessing them
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2023-07-10 09:14:32 +02:00
Nextcloud bot 85fd8fb365
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-10 00:35:41 +00:00
Marcel Klehr 6cf567d819
Merge pull request #2038 from nextcloud/fix/ci-2023
fix ci
2023-07-09 17:46:51 +02:00
Marcel Klehr 681536d4be BookmarksParser: Distinguish between dates in ms and s
fixes #2027

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-09 17:21:44 +02:00
Marcel Klehr ac8623db36 CI: Remove old phpunit workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-09 16:58:23 +02:00