summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34222 from nextcloud/fix/install-pageCarl Schwan2022-09-262-21/+38
|\ | | | | Fix install page
| * Fix install pageVincent Petry2022-09-242-21/+38
| | | | | | | | | | | | | | | | | | | | | | - 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>
* | [tx-robot] updated from transifexNextcloud bot2022-09-264-0/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-248-16/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-238-2/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bumped shipped apps listJoas Schilling2022-09-221-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-226-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34165 from ↵Joas Schilling2022-09-215-5/+4
|\ | | | | | | | | nextcloud/bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighter Remove last occurance of "color-primary-element-lighter"
| * Remove last occurance of "color-primary-element-lighter"Joas Schilling2022-09-205-5/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-2112-6/+26
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgsJoas Schilling2022-09-2026-25/+26
|\ | | | | Add missing viewbox to SVGs
| * Add missing viewbox to SVGsJoas Schilling2022-09-2026-25/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34140 from ↵Carl Schwan2022-09-201-0/+3
|\ \ | |/ |/| | | | | nextcloud/fix/carl/clean-search-result-when-resetting Clear search results when remove search query
| * Clear search results when remove search queryCarl Schwan2022-09-191-0/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-09-20138-362/+630
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34122 from nextcloud/Valdnet-patch-3Carl Schwan2022-09-195-12/+12
|\ | | | | l10n: Change to a capital letter
| * Fix testValdnet2022-09-191-2/+2
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * Fix testValdnet2022-09-191-3/+3
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * Fix testValdnet2022-09-191-4/+4
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Spelling unificationValdnet2022-09-191-1/+1
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * l10n: Change to a capital letterValdnet2022-09-171-2/+2
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-194-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-186-2/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-1710-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-164-19/+26
|\ | | | | Tag loading
| * Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-153-18/+21
| | | | | | | | | | | | | | 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>
| * Improve loading for tagsDaniel Kesselberg2022-09-151-1/+4
| | | | | | | | | | | | | | | | | | 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>
| * Add minimumInputLength for tags selectDaniel Kesselberg2022-09-151-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #34050 from nextcloud/bug/noid/login-form-focusVincent Petry2022-09-161-2/+2
|\ \ | | | | | | Set focus to input field for login form
| * | Set focus to input fieldDaniel Kesselberg2022-09-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #34097 from nextcloud/Rello-patch-1Carl Schwan2022-09-165-5/+2
|\ \ \ | |/ / |/| | 'overview:hidden' cutting navigation menu
| * | Compile assetsnextcloud-command2022-09-154-4/+2
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | overview:hidden cutting menuRello2022-09-151-1/+0
| | | | | | | | | | | | | | | | | | '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>
* | | Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry2022-09-161-1/+10
|\ \ \ | | | | | | | | Reset global search on files sidebar navigation change
| * | | Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-1/+10
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-1684-170/+172
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry2022-09-151-0/+40
|\ \ \ | |/ / |/| | set defaultEnabled in shipped.json
| * | set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-0/+40
| |/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.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
| | |
| * | 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-152-1/+2
|\ \ \ | | | | | | | | 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>
* | / Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-154-0/+43
| |/ |/| | | | | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34084 from nextcloud/bundling-adjustments-25Vincent Petry2022-09-151-21/+35
|\ \ | | | | | | Adjust recommended apps page
| * | Adjust recommended apps pageVincent Petry2022-09-141-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | 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-1510-4/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Compile assetsnextcloud-command2022-09-144-6/+4
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>