summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry2022-09-152-25/+103
|\ | | | | add a limit to the amount of operators a client can add to a search query
| * add test for search operator limitRobin Appelman2022-09-081-25/+76
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add a limit to the amount of operators a client can add to a search queryRobin Appelman2022-09-081-0/+27
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #34060 from andyxheli/patch-5Vincent Petry2022-09-151-1/+11
|\ \ | | | | | | Fixed LDAP Copy Button Size
| * | Updated LDAP Copy ButtonAndy Xheli2022-09-131-1/+11
| | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
* | | Merge pull request #34065 from nextcloud/bug/noid/main-scrollbarVincent Petry2022-09-153-3/+3
|\ \ \ | | | | | | | | Fix scrollbar apperance
| * | | server.scssdartcafe2022-09-151-1/+1
| | | |
| * | | Merge branch 'bug/noid/main-scrollbar' of ↵dartcafe2022-09-150-0/+0
| |\ \ \ | | | | | | | | | | | | | | | https://github.com/nextcloud/server into pr-34065/nextcloud/bug/noid/main-scrollbar
| | * | | scss and compiledartcafe2022-09-151-1/+1
| | | | |
| | * | | Fix scrollbar apperanceRené Gieling2022-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | fix #34064 Signed-off-by: René Gieling <github@dartcafe.de>
| * | | | scss and compiledartcafe2022-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | Fix scrollbar apperanceRené Gieling2022-09-151-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | fix #34064 Signed-off-by: René Gieling <github@dartcafe.de> Signed-off-by: dartcafe <github@dartcafe.de>
* | | | Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry2022-09-153-1/+3
|\ \ \ \ | | | | | | | | | | Convert file_metadata.id from int(11) to bigint(20)
| * | | | Update Version24000Date20220404230027.phptimm2k2022-09-151-1/+1
| | | | | | | | | | | | | | | Signed-off-by: timm2k <timm2k@gmx.de>
| * | | | Update ConvertFilecacheBigInt.phptimm2k2022-09-141-0/+1
| | | | | | | | | | | | | | | Signed-off-by: timm2k <timm2k@gmx.de>
| * | | | Update CheckSetupController.phptimm2k2022-09-141-0/+1
| |/ / / | | | | | | | | | | | | | | | | file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
* | | | Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-idMaxence Lange2022-09-151-2/+2
|\ \ \ \ | | | | | | | | | | rtrim cloudId url earlier
| * | | | rtrim url earlierMaxence Lange2022-09-011-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404Vincent Petry2022-09-151-6/+1
|\ \ \ \ \ | | | | | | | | | | | | Do not output a warning when a file is not found
| * | | | | Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #34081 from ↵Joas Schilling2022-09-1516-14/+179
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-global-shortcuts-setting Add global setting to disable keyboad shortcuts
| * | | | | | Fix psalm parameter typeJoas Schilling2022-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-159-9/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add a global setting to disable keyboard shortcutsJoas Schilling2022-09-156-4/+127
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #34084 from nextcloud/bundling-adjustments-25Vincent Petry2022-09-153-24/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust recommended apps page
| * | | | | | Adjust recommended apps pageVincent Petry2022-09-143-24/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed collabora code. Added description for richdocuments as the name will be "Nextcloud Office" pulled from the app store. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-09-15300-506/+920
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | 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