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/core
AgeCommit message (Collapse)Author
2022-09-26Merge pull request #34222 from nextcloud/fix/install-pageCarl Schwan
Fix install page
2022-09-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-24Fix install pagefix/install-pageVincent Petry
- Use normal labels instead of hiding them - Fix position of the eye button (this is still very hacky) - Define width on the box and not on the text fields This really needs to be ported to vue Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-22Bumped shipped apps listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-21Merge pull request #34165 from ↵Joas Schilling
nextcloud/bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighter Remove last occurance of "color-primary-element-lighter"
2022-09-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-20Remove last occurance of "color-primary-element-lighter"bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgsJoas Schilling
Add missing viewbox to SVGs
2022-09-20Merge pull request #34140 from ↵Carl Schwan
nextcloud/fix/carl/clean-search-result-when-resetting Clear search results when remove search query
2022-09-20Add missing viewbox to SVGsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-19Clear search results when remove search queryfix/carl/clean-search-result-when-resettingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-19Merge pull request #34122 from nextcloud/Valdnet-patch-3Carl Schwan
l10n: Change to a capital letter
2022-09-19Fix testValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-19Fix testValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-19Fix testValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-19l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry
Tag loading
2022-09-16Merge pull request #34050 from nextcloud/bug/noid/login-form-focusVincent Petry
Set focus to input field for login form
2022-09-16Set focus to input fieldDaniel Kesselberg
Fix: - TypeError: this.$refs.user.focus is not a function - TypeError: this.$refs.password.focus is not a function Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-16Merge pull request #34097 from nextcloud/Rello-patch-1Carl Schwan
'overview:hidden' cutting navigation menu
2022-09-16Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry
Reset global search on files sidebar navigation change
2022-09-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-15Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry
set defaultEnabled in shipped.json
2022-09-15Reset global search on files sidebar navigation changefix/reset-global-searchChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15Compile assetsRello-patch-1nextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-15Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg
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-15overview:hidden cutting menuRello
'overview: hidden' is cutting the app-navigation-entry-menu. see https://user-images.githubusercontent.com/13385119/190428421-b6f08498-779e-4ee7-9518-7c6a68e890e4.png Signed-off-by: Rello <Rello@users.noreply.github.com>
2022-09-15Merge pull request #34065 from nextcloud/bug/noid/main-scrollbarVincent Petry
Fix scrollbar apperance
2022-09-15Merge pull request #34067 from nextcloud/timm2k-patch-1Vincent Petry
Convert file_metadata.id from int(11) to bigint(20)
2022-09-15Improve loading for tagsDaniel Kesselberg
When opening the tag select and type something the tags are loaded. If you continue to type but the tags are not finally loaded yet (the first xhr request is still running) another xhr request is triggered. This happens for every keystroke. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15Add minimumInputLength for tags selectDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling
and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15set defaultEnabled in shipped.jsonMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-15Merge pull request #34084 from nextcloud/bundling-adjustments-25Vincent Petry
Adjust recommended apps page
2022-09-15server.scssdartcafe
2022-09-15scss and compiledartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-09-15Fix scrollbar apperanceRené Gieling
fix #34064 Signed-off-by: René Gieling <github@dartcafe.de> Signed-off-by: dartcafe <github@dartcafe.de>
2022-09-15Update Version24000Date20220404230027.phptimm2k
Signed-off-by: timm2k <timm2k@gmx.de>
2022-09-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14Adjust recommended apps pagebundling-adjustments-25Vincent Petry
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>
2022-09-14Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-14fix header menu appereanceszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>