Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2022-09-14Add accessibility entry in user menuVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14Fix grid view toggleVincent Petry
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-14fix: also apply top margin to audio in firefoxMax
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-14Merge pull request #34062 from nextcloud/enh/sharing-tab-alignment-and-spacingVincent Petry
Align sharing tab content and increase spacing
2022-09-14Update CheckSetupController.phptimm2k
file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
2022-09-14Show Nextcloud Hub 3 in overview page when applicableVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14Align sharing tab content and increase spacingenh/sharing-tab-alignment-and-spacingChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-13Merge pull request #34055 from nextcloud/enh/noid/public-audio-styleSimon L
fix public audio style
2022-09-13Updated LDAP Copy ButtonAndy Xheli
Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
2022-09-13Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-13fix public audio styleszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-13Fix twofactor provider icons in dark modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-13Merge pull request #34028 from nextcloud/enh/33803/public-viewSimon L
fix public view
2022-09-13Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-13fix public viewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-13fix: play single audio shares with the viewerMax
Signed-off-by: Max <max@nextcloud.com>
2022-09-13Merge pull request #34043 from ↵Vincent Petry
nextcloud/enh/sharing-tab-additional-content-spacing Increase spacing between additional sharing tab content sections
2022-09-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-13Increase spacing between additional sharing tab contentenh/sharing-tab-additional-content-spacingChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-12Merge pull request #34026 from nextcloud/port-profile-section-checkboxCarl Schwan
Port Profile section checbox to NcCheckoxRadioSwitch component
2022-09-12Merge pull request #34001 from nextcloud/versions-create-userblizzz
use filesystem user instead of file owner for creating version
2022-09-12Do not output a warning when a file is not foundfix/do-not-log-warning-on-404Côme Chilliet
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-12Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan
Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12Merge pull request #34022 from nextcloud/fix/dark-avatar-user-listVincent Petry
Fix avatar icons in user list when using dark theme
2022-09-12Merge pull request #34023 from nextcloud/remove-transparent-top-filesVincent Petry
Remove transparent top
2022-09-12Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbordCarl Schwan
Improve dashboard default scrollbar behavior
2022-09-12Remove transparent topCarl Schwan
Replace 3px of absolute positioning with top padding. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12Fix avatar icons in user list when using dark themeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09Change default login background to cloud imageCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09use filesystem user instead of file owner for creating versionversions-create-userRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-09Bump nc vue to beta2Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09Fix user status in the top bar with dark themeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visibilityblizzz
fix versions icons
2022-09-09fix versions iconsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-09fix overlapping of elements in certain viewsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-09Improve dashboard default scrollbar behaviorremove-scrollbar-default-dashbordCarl Schwan
- Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09Merge pull request #33954 from nextcloud/enh/33868/dashboard-scrollbarSimon L
dashboard should not have a scrollbar by default
2022-09-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08Merge pull request #33942 from nextcloud/background-job-notecartCarl Schwan
Use NoteCard component in BackgroundJob settings
2022-09-08Merge pull request #33948 from nextcloud/enh/33801/fix-input-filenameSimon L
fix filename input
2022-09-08Merge pull request #33962 from nextcloud/enh/33864/fix-2FA-iconsSimon L
fix 2FA icons
2022-09-08fix filename inputszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-08fix 2FA iconsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-08Merge pull request #33959 from nextcloud/enh/33909/filmenu-carrotSimon L
fix the new filemenu carrot
2022-09-08Only normalize data in public shares and not crudfix/public-sharingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Use NoteCard component in BackgroundJob settingsCarl Schwan
Fix #33880 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Merge pull request #33937 from nextcloud/fix/menuitem-radiusv25.0.0beta5Carl Schwan
Fix menuitem border radius