Nextcloud bot
caa2a97890
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-04 00:19:39 +00:00
fenn-cs
d36c002305
Use @nextcloud/capabilities to obtain share api defaults
...
- Remove redundant initial state added
- Call `getCapabilities()` in share config file.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-02-03 20:31:03 +01:00
fenn-cs
61adb716fe
Consider admin defaults when creating shares
...
The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL`
which includes everything.
This commit updates share creation logic to use `defaultPermissions` if set
by admin for the creation of new shares.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-02-03 20:30:51 +01:00
Ferdinand Thiessen
d0295750b9
Merge pull request #43282 from nextcloud/backport/42696/stable28
...
[stable28] fix(caldav): only call getTimestamp() on actual DateTime data
2024-02-03 15:26:31 +01:00
Thomas Citharel
020c2960b8
fix(caldav): only call getTimestamp() on actual DateTime data
...
For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable
Closes #42464
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-03 14:24:09 +01:00
Grigorii K. Shartsev
5b792407a1
fix(files): selected files actions position on scroll/with readme block
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-03 14:22:43 +01:00
Ferdinand Thiessen
8b57f5d4bb
fix(files): Consistent sorting for folders before files (user configurable)
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-03 11:53:21 +01:00
Julia Kirschenheuter
e0f96bc1ac
Merge pull request #43040 from nextcloud/backport/43028/stable28
...
[stable28] Correct values and attributes
2024-02-03 11:35:44 +01:00
julia.kirschenheuter
1380e5b5e2
Correct values and attributes
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2024-02-03 10:14:59 +01:00
julia.kirschenheuter
8f5d05c3d8
fix(files): replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2024-02-03 09:31:35 +01:00
Julia Kirschenheuter
fad72344c5
Merge pull request #43112 from nextcloud/backport/43098/stable28
...
[stable28] fix(settings): federation scope menu a11y
2024-02-03 09:20:51 +01:00
Nextcloud bot
0f6b626ce8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-03 00:19:24 +00:00
Christopher Ng
ac2d5924aa
fix(user_status): Fix losing focus to body when closing user status modal
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-02 11:18:47 -08:00
Grigorii K. Shartsev
2d8c0dfeaa
Merge pull request #43292 from nextcloud/backport/43174/stable28
...
[stable28] fix(files): do not open file by id on load for folders
2024-02-02 23:16:20 +05:00
Ferdinand Thiessen
eab6b49854
Merge pull request #43013 from nextcloud/backport/42821/stable28
...
[stable28] Remove disputed bz2 check
2024-02-02 17:07:49 +01:00
Grigorii K. Shartsev
f90d70d0b0
fix(files): do not open file by id on load for folders
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-02 17:04:58 +01:00
Grigorii K. Shartsev
2909263b30
fix(settings): use default styles for federation scope menu
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-02 16:56:59 +01:00
Grigorii K. Shartsev
b1ed3f888a
fix(settings): federation scope menu a11y
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-02 16:56:59 +01:00
Christopher Ng
72c0626ac3
chore(user_status): Remove unused styles + svgs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit b61c13c8eb )
2024-02-02 16:08:51 +01:00
Christopher Ng
6553d91638
fix(user_status): Migrate to NcUserStatusIcon
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f060475189 )
2024-02-02 16:08:51 +01:00
Christopher Ng
e429435349
fix(dashboard): Migrate to NcUserStatusIcon
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 693eb6926e )
2024-02-02 16:08:51 +01:00
Ferdinand Thiessen
5e22ee1e05
Merge pull request #43167 from nextcloud/backport/43084/stable28
...
[stable28] Move modal outside of the Version component.
2024-02-02 16:07:51 +01:00
J0WI
d8ba5f621f
Remove disputed bz2 check
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-02-02 15:34:36 +01:00
Ferdinand Thiessen
30706d4f41
Merge pull request #43126 from nextcloud/backport/43078/stable28
...
[stable28] handle storage not available when expiring versions
2024-02-02 15:14:41 +01:00
Louis Chemineau
a445a87339
Move modal outside of the Version component.
...
This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-02 15:14:02 +01:00
Robin Appelman
27ac4e25b7
handle storage not available when expiring versions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-02-02 12:51:13 +01:00
Christopher Ng
0ed973b3f6
chore: Update dav snapshot
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-02 12:44:25 +01:00
Ferdinand Thiessen
1f80acb0ea
Merge pull request #43065 from nextcloud/backport/42822/stable28
...
[stable28] fix(settings): set viewBox on SVG icons
2024-02-02 12:36:30 +01:00
Ferdinand Thiessen
7dc0234775
Merge pull request #43158 from nextcloud/backport/43094/stable28
...
[stable28] fix: added a label element to the NcSelect in update settings
2024-02-02 12:07:32 +01:00
Nextcloud bot
477f6f1f86
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-02 00:19:41 +00:00
Grigorii K. Shartsev
0df65df58f
fix(settings): set viewBox on SVG icons
...
Without viewBox they don't scale
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-02-01 23:40:51 +01:00
Ferdinand Thiessen
8d1d8da6b5
Merge pull request #43108 from nextcloud/backport/43090/stable28
...
[stable28] fix(files): combine navigation and files list into single Vue app
2024-02-01 23:34:27 +01:00
Christopher Ng
d32abae55d
fix(files_sharing): Return focus to trigger element on sharing details close
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-01 10:15:58 -08:00
John Molakvoæ
8b92cf8692
fix(files): right lick actions menu
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-01 18:37:43 +01:00
Grigorii K. Shartsev
5620e057cf
fix(files): combine navigation and files list into single Vue app
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-01 18:35:56 +01:00
Ferdinand Thiessen
5ea2f483d9
Merge pull request #43242 from nextcloud/backport/41338/stable28
...
[stable28] fix(files): make sure we focus the parent actions submenu entry
2024-02-01 16:16:03 +01:00
Ferdinand Thiessen
d501f2de92
Merge pull request #43195 from nextcloud/backport/42331/stable28
...
[stable28] fix(settings): Disable renaming for tokens marked to be wiped
2024-02-01 12:15:23 +01:00
Nextcloud bot
0f24d9d590
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-01 00:19:14 +00:00
John Molakvoæ
02f2850817
fix(files): make sure we focus the parent actions submenu entry
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-31 17:14:53 +00:00
Nextcloud bot
4b01ca87a4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-31 00:19:32 +00:00
Nextcloud bot
032adc0080
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-30 00:19:17 +00:00
Ferdinand Thiessen
193bb176d5
fix(settings): Disable renaming for tokens marked to be wiped
...
This otherwise a WipeException will be thrown when trying to rename
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-29 17:47:46 +00:00
Eduardo Morales
eea9900e56
fix: added a label element to the NcSelect in update settings
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
[skip ci]
2024-01-29 08:33:13 -06:00
Nextcloud bot
a35ba912b9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-29 00:19:37 +00:00
Nextcloud bot
a6b0fb1db7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-28 00:19:17 +00:00
John Molakvoæ
dd87b3a9ad
fix(files): disable Unshare until proper fix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-27 13:10:48 +01:00
Nextcloud bot
787b2a3c90
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-27 00:38:38 +00:00
Ferdinand Thiessen
9d949c15a2
chore: Update @nextcloud/dialogs to 5.1.1
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-26 14:55:03 +01:00
Nextcloud bot
b0c003d7be
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-26 00:19:18 +00:00
Ferdinand Thiessen
6a5181f534
fix(files): Ensure the correct dir query is set on folder action
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-25 17:43:48 +01:00