Nextcloud bot
c3a87e8c48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-19 02:32:20 +00:00
Nextcloud bot
f780d6d94c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18 02:26:13 +00:00
Nextcloud bot
cc814bb568
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17 02:31:51 +00:00
Christopher Ng
4de19e9f85
Fix test failure introduced in https://github.com/nextcloud/server/pull/33819
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16 19:56:42 +00:00
Christopher Ng
f922b2fd70
Remake locale saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16 19:02:18 +00:00
Vincent Petry
c14ad845bd
Merge pull request #33819 from nextcloud/fix/user-exists-l10n
...
Fix translation of user exists error server-side
2022-09-16 14:57:59 +02:00
Vincent Petry
8880fe3fd1
Merge pull request #34096 from nextcloud/bug/noid/tag-loading
...
Tag loading
2022-09-16 14:53:12 +02:00
Vincent Petry
703dd64e7e
Merge pull request #33658 from nextcloud/dashboard-api-widgets
...
Extend dashboard api to allow listing of widgets
2022-09-16 12:18:24 +02:00
Joas Schilling
3009e02324
Fix phpunit
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16 11:03:44 +02:00
Valdnet
bd402efe73
l10n: Remove spaces
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-16 09:33:53 +02:00
Vincent Petry
8b6f5a41c8
Merge pull request #34100 from nextcloud/fix/reset-global-search
...
Reset global search on files sidebar navigation change
2022-09-16 08:32:30 +02:00
Nextcloud bot
88b66442a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16 02:26:19 +00:00
Pytal
38569444d2
Merge pull request #33512 from nextcloud/enh/27869/details
...
Remake group and quota details section with Vue
2022-09-15 16:37:38 -07:00
Pytal
fcd45c1b63
Merge pull request #34101 from nextcloud/fix/dashboard-controller-typo
...
Fix initial state typo in dashboard controller
2022-09-15 16:36:41 -07:00
Christopher Ng
8a15c629e2
Fix translation of user exists error server-side
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 22:56:18 +00:00
Vincent Petry
b9cd65291a
Merge pull request #34098 from nextcloud/fix/test/updatenotifications
...
Fix test update notification
2022-09-15 22:53:23 +02:00
Vincent Petry
d39f047af2
Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2
...
set defaultEnabled in shipped.json
2022-09-15 22:03:12 +02:00
Christopher Ng
8eb46c995e
Remake group and quota details section with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 19:09:13 +00:00
Christopher Ng
b1856d0fc9
Fix initial state typo in dashboard controller
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 19:02:23 +00:00
Christopher Ng
a7c7d84f59
Reset global search on files sidebar navigation change
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 18:55:00 +00:00
Julien Veyssier
da74da8a9c
adjust empty array check
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15 18:24:43 +02:00
Carl Schwan
954f4940cf
Fix test update notification
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-15 18:18:30 +02:00
Robin Appelman
9ba26ee326
set round item icons for user status widget
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:06:22 +02:00
Julien Veyssier
500ba958f3
implement IButtonWidget and IIconWidget in user_status
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15 18:06:21 +02:00
Julien Veyssier
8e2e3b4a9f
implement IAPIWidget in user_status
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15 18:06:21 +02:00
Robin Appelman
d9e75f00b1
move widget options into a Option class
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:06:21 +02:00
Julien Veyssier
845149bb7c
add IItemOptionWidget to define some item-related parameters, only getItemIconsRound() for now
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15 18:06:21 +02:00
Robin Appelman
a3912e264a
change widget button api to support multiple button types
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:05:52 +02:00
Robin Appelman
79adca6b8b
allow adding button to dashboard api output
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:05:52 +02:00
Robin Appelman
7f52a99ffb
allow filtering dashboard items api by widgets
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:05:52 +02:00
Robin Appelman
0e5944748d
add dashboard api to list widgets
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15 18:05:52 +02:00
Daniel Kesselberg
700875d90d
Rewrite OC.SystemTags.getDescriptiveTag to vanilla js
...
For every tag a deprecation warning is emitted.
With 10k tags the ui becomes unresponsive and inspector crashed occasionally.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15 17:08:04 +02:00
Carl Schwan
02d55eb90f
Merge pull request #33941 from nextcloud/fix/public-sharing
...
Only normalize data in public shares and not crud
2022-09-15 16:43:01 +02:00
Vincent Petry
c0c31bdc45
Merge pull request #33947 from nextcloud/updatenotificaiton-cleanup
...
Cleanup updatenotification
2022-09-15 14:12:00 +02:00
Vincent Petry
ec75b7c571
Merge pull request #33964 from nextcloud/search-limit-operators
...
add a limit to the amount of operators a client can add to a search query
2022-09-15 14:07:40 +02:00
Vincent Petry
54ea4830e3
Merge pull request #34060 from andyxheli/patch-5
...
Fixed LDAP Copy Button Size
2022-09-15 14:05:10 +02:00
Vincent Petry
cd21caf846
Merge pull request #34067 from nextcloud/timm2k-patch-1
...
Convert file_metadata.id from int(11) to bigint(20)
2022-09-15 14:03:30 +02:00
Vincent Petry
ee183efd46
Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404
...
Do not output a warning when a file is not found
2022-09-15 13:42:35 +02:00
Daniel Kesselberg
e1d9b0bae2
Add minimumInputLength for tags select
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15 12:01:28 +02:00
Maxence Lange
0efd6d9950
set defaultEnabled in shipped.json
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-15 08:15:33 -01:00
Joas Schilling
7672152579
Add a global setting to disable keyboard shortcuts
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15 10:52:55 +02:00
Carl Schwan
7bd83d9dcf
Cleanup updatenotification
...
- Port away from jquery inside vue
- Use modern vue components when possible
- Fix some readability isssues particularly on dark theme
- Use IInitialState
- Use php7.4
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-15 07:46:24 +00:00
Nextcloud bot
fde8c081d8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-15 02:31:48 +00:00
greta
02cc42d40a
Move background settings from dashboard app to Appearance and accessibility settings
...
Signed-off-by: greta <gretadoci@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14 20:17:01 +00:00
Pytal
bd03c79785
Merge pull request #34044 from nextcloud/fix/password-confirmation
2022-09-14 12:54:21 -07:00
Vincent Petry
af35ea308b
Merge pull request #34071 from nextcloud/bug/33847/fix-grid-view-toggle
...
Fix grid view toggle
2022-09-14 20:20:50 +02:00
Christopher Ng
26535e4856
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14 17:23:22 +00:00
Vincent Petry
da01494a37
Add accessibility entry in user menu
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14 15:05:35 +02:00
Vincent Petry
d939be4a43
Fix grid view toggle
...
Move grid view logic to the files app itself because the button does not
belong to any specific file list.
Then inject the grid view state when switching file lists.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-14 12:52:01 +00:00
Max
d914b21876
fix: also apply top margin to audio in firefox
...
Based on https://github.com/nextcloud/viewer/pull/1371 .
If we are displaying an audio file in a single page share
provide enough margin to display the speed settings.
Signed-off-by: Max <max@nextcloud.com>
2022-09-14 11:11:43 +02:00