aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33733 from ↵Simon L2022-09-1551-225/+426
|\ | | | | | | | | nextcloud/change/appearance-accessibility-settings Move background settings from dashboard app to Appearance and accessibility settings
| * Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-1451-225/+426
|/ | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34044 from nextcloud/fix/password-confirmationPytal2022-09-1439-55/+255
|\
| * Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-1439-55/+255
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34071 from nextcloud/bug/33847/fix-grid-view-toggleVincent Petry2022-09-142-29/+44
|\ \ | |/ |/| Fix grid view toggle
| * Fix grid view toggleVincent Petry2022-09-142-29/+44
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #34076 from nextcloud/enh/34070/header-appereanceSimon L2022-09-145-8/+5
|\ \ | | | | | | fix header menu appereance
| * | Compile assetsnextcloud-command2022-09-144-6/+4
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix header menu appereanceszaimen2022-09-141-2/+1
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #34069 from ↵Simon L2022-09-145-13/+99
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/33736/add-accessibility-in-user-menu Add accessibility entry in user menu
| * | Add accessibility entry in user menuVincent Petry2022-09-145-13/+99
|/ / | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #34042 from nextcloud/profile/section-pluginCarl Schwan2022-09-1410-7/+154
|\ \ | | | | | | Add api to load additional section in profile page
| * | Add api to load additional section in profile pageCarl Schwan2022-09-1410-7/+154
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #34068 from nextcloud/fix/only-apply-margin-to-audioSimon L2022-09-143-3/+3
|\ \ \ | | | | | | | | fix: also apply top margin to audio in firefox
| * | | fix: also apply top margin to audio in firefoxMax2022-09-143-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #34062 from nextcloud/enh/sharing-tab-alignment-and-spacingVincent Petry2022-09-143-7/+13
|\ \ \ | | | | | | | | Align sharing tab content and increase spacing
| * | | Align sharing tab content and increase spacingChristopher Ng2022-09-143-7/+13
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #34066 from nextcloud/its-nextcloud-hub-3Vincent Petry2022-09-141-0/+4
|\ \ \ \ | | | | | | | | | | Show Nextcloud Hub 3 in overview page when applicable
| * | | | Show Nextcloud Hub 3 in overview page when applicableVincent Petry2022-09-141-0/+4
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #34063 from nextcloud/nickvergessen-patch-1Vincent Petry2022-09-141-0/+1
|\ \ \ \ | |/ / / |/| | | Related resources will be shipped with NC25+
| * | | Related resources will be shipped with NC25+Joas Schilling2022-09-141-0/+1
|/ / / | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* / / [tx-robot] updated from transifexNextcloud bot2022-09-1440-10/+150
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34055 from nextcloud/enh/noid/public-audio-styleSimon L2022-09-135-2/+27
|\ \ | | | | | | fix public audio style
| * | Compile assetsnextcloud-command2022-09-134-2/+18
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix public audio styleszaimen2022-09-131-0/+9
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #34057 from nextcloud/bugfix/noid/fix-2fa-providers-dark-modeSimon L2022-09-132-11/+2
|\ \ \ | |/ / |/| | Fix twofactor provider icons in dark mode
| * | Fix twofactor provider icons in dark modeJoas Schilling2022-09-132-11/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34028 from nextcloud/enh/33803/public-viewSimon L2022-09-1315-12/+49
|\ \ | | | | | | fix public view
| * | Compile assetsnextcloud-command2022-09-1312-10/+32
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix public viewszaimen2022-09-133-2/+17
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #34051 from nextcloud/fix/34027/play-audioSimon L2022-09-131-1/+1
|\ \ \ | |/ / |/| | fix: play single audio shares with the viewer
| * | fix: play single audio shares with the viewerMax2022-09-131-1/+1
|/ / | | | | | | Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #34045 from ↵blizzz2022-09-131-2/+1
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2022-09-131-2/+1
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #34043 from ↵Vincent Petry2022-09-133-3/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/sharing-tab-additional-content-spacing Increase spacing between additional sharing tab content sections
| * | | Increase spacing between additional sharing tab contentChristopher Ng2022-09-133-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #34030 from nextcloud/enh/33835/buttonSimon L2022-09-135-5/+8
|\ \ \ \ | |_|/ / |/| | | fix strange-looking button
| * | | Compile assetsnextcloud-command2022-09-124-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix strange-looking buttonszaimen2022-09-121-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-138-4/+104
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34039 from nextcloud/enh/34037/heading-login-formSimon L2022-09-123-3/+8
|\ \ \ | | | | | | | | add a heading to the login form
| * | | Compile assetsnextcloud-command2022-09-122-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | add a heading to the login formszaimen2022-09-121-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttonsSimon L2022-09-123-3/+8
|\ \ \ \ | | | | | | | | | | fix ldap ui buttons
| * | | | Compile assetsnextcloud-command2022-09-122-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix ldap ui buttonsszaimen2022-09-121-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #34026 from nextcloud/port-profile-section-checkboxCarl Schwan2022-09-1211-44/+35
|\ \ \ \ \ | |_|/ / / |/| | | | Port Profile section checbox to NcCheckoxRadioSwitch component
| * | | | Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-1211-44/+35
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34001 from nextcloud/versions-create-userblizzz2022-09-121-1/+10
|\ \ \ \ | |_|_|/ |/| | | use filesystem user instead of file owner for creating version
| * | | use filesystem user instead of file owner for creating versionRobin Appelman2022-09-091-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>