Commit graph

27100 commits

Author SHA1 Message Date
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
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
Vincent Petry
77680ac089
Merge pull request #34062 from nextcloud/enh/sharing-tab-alignment-and-spacing
Align sharing tab content and increase spacing
2022-09-14 10:46:49 +02:00
timm2k
0c407b58db
Update CheckSetupController.php
file_metadata.id needs to be bigint(20).

Signed-off-by: timm2k <timm2k@gmx.de>
2022-09-14 10:10:12 +02:00
Vincent Petry
547253e451
Show Nextcloud Hub 3 in overview page when applicable
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14 08:55:06 +02:00
Nextcloud bot
a09077cd17
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14 02:26:49 +00:00
Christopher Ng
5d083d0b46 Align sharing tab content and increase spacing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14 01:55:20 +00:00
Simon L
cfcda15df8
Merge pull request #34055 from nextcloud/enh/noid/public-audio-style
fix public audio style
2022-09-13 20:53:33 +02:00
Andy Xheli
f5d40c9ae5
Updated LDAP Copy Button
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
2022-09-13 13:21:45 -05:00
nextcloud-command
d40b5f5afb Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-13 16:34:05 +00:00
szaimen
53a71e428c fix public audio style
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-13 18:18:41 +02:00
Joas Schilling
7d6d65600e
Fix twofactor provider icons in dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-13 17:50:25 +02:00
Simon L
b739dd5807
Merge pull request #34028 from nextcloud/enh/33803/public-view
fix public view
2022-09-13 16:08:05 +02:00
nextcloud-command
335964dc15 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-13 13:19:54 +00:00
szaimen
10ad6e17f7 fix public view
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-13 15:00:25 +02:00
Max
d8ff71292f
fix: play single audio shares with the viewer
Signed-off-by: Max <max@nextcloud.com>
2022-09-13 14:53:51 +02:00
Vincent Petry
dacd18158d
Merge pull request #34043 from nextcloud/enh/sharing-tab-additional-content-spacing
Increase spacing between additional sharing tab content sections
2022-09-13 10:30:40 +02:00
Nextcloud bot
fc7cc49461
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-13 02:27:19 +00:00
Christopher Ng
ccc8316de0 Increase spacing between additional sharing tab content
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-13 01:58:27 +00:00
Carl Schwan
52dbfcf74c
Merge pull request #34026 from nextcloud/port-profile-section-checkbox
Port Profile section checbox to NcCheckoxRadioSwitch component
2022-09-12 19:43:48 +02:00
blizzz
a1fcee0c99
Merge pull request #34001 from nextcloud/versions-create-user
use filesystem user instead of file owner for creating version
2022-09-12 18:37:02 +02:00
Côme Chilliet
b5ccece5a9
Do not output a warning when a file is not found
This would spam log with warnings from Desktop client doing HEAD on
 non-existing path to test them.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-12 16:04:02 +02:00
Carl Schwan
3fcb05e900
Port Profile section checbox to NcCheckoxRadioSwitch component
Improve accessibility and unify the design

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 15:38:20 +02:00
Vincent Petry
c22d44b82e
Merge pull request #34022 from nextcloud/fix/dark-avatar-user-list
Fix avatar icons in user list when using dark theme
2022-09-12 15:14:38 +02:00
Vincent Petry
e85ca5c7e4
Merge pull request #34023 from nextcloud/remove-transparent-top-files
Remove transparent top
2022-09-12 15:13:45 +02:00
Carl Schwan
bc142f41ad
Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbord
Improve dashboard default scrollbar behavior
2022-09-12 12:32:58 +02:00
Carl Schwan
79b2dcb897
Remove transparent top
Replace 3px of absolute positioning with top padding.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 10:04:23 +02:00
Carl Schwan
82139cc1e3
Fix avatar icons in user list when using dark theme
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 09:52:36 +02:00
Nextcloud bot
1a6d7dc12f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-11 02:31:10 +00:00
Nextcloud bot
a42976f3db
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10 02:30:26 +00:00
Carl Schwan
91042226c6
Change default login background to cloud image
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 16:23:54 +02:00
Robin Appelman
9587a4a548
use filesystem user instead of file owner for creating version
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-09 16:22:40 +02:00
Carl Schwan
3431e63c12
Bump nc vue to beta2
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 15:17:03 +02:00
Carl Schwan
f3ec1d3a9f
Fix user status in the top bar with dark theme
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 13:37:52 +02:00
blizzz
76f42e121b
Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visibility
fix versions icons
2022-09-09 13:25:11 +02:00
szaimen
0e57fb54e5 fix versions icons
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-09 09:02:12 +00:00