summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Wrap long productName on login formfenn-cs2023-09-041-0/+1
| | | | | | | Backport : https://github.com/nextcloud/server/pull/39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix app menu flickerZetaTom2023-07-131-1/+0
| | | | | Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Trap focus in dialogsChristopher Ng2023-06-061-2/+21
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(search): fix load moreJohn Molakvoæ2023-05-161-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(AppMenu): On bright color theme the app icons in the overflow menu must ↵Ferdinand Thiessen2023-05-031-4/+10
| | | | | | | be inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Change contactsmenu structure to a listjulia.kirschenheuter2023-03-301-0/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones of entries in contacts menu.julia.kirschenheuter2023-03-292-7/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Create headings for settings pagesjulia.kirschenheuter2023-03-091-0/+12
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add label and switch ocdialog close button to button elementChristopher Ng2023-03-072-3/+6
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add avatar contact img descriptionChristopher Ng2023-03-052-2/+7
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-261-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add focus border for search resultsChristopher Ng2023-02-241-5/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port user menu to VueChristopher Ng2023-02-243-34/+301
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit c77998209f779dfccd86afeeafd43a7bbd886ff2)
* fix too long entries in contacts-menuSimon L2023-02-161-7/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-091-6/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix focus not returning to search iconChristopher Ng2023-01-261-2/+0
| | | | | | | - Remove programmatic focusing already handled by focus-trap Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-192-252/+16
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-183-41/+218
| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove js navigation on alternative login clickzorn-v2023-01-101-5/+1
| | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Allow target="_blank" in app navigation itemsThomas Citharel2023-01-051-1/+3
| | | | | | Which was removed in the Vue rewrite in #33728. This breaks things like https://github.com/nextcloud/external/issues/79 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-221-9/+9
| | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35497 from nextcloud/backport/35494/stable25Vincent Petry2022-12-161-2/+0
|\ | | | | [stable25] Remove old code from comment to not trigger automatic scanners more than needed
| * Remove old code from comment to not trigger automatic scanners more than neededJoas Schilling2022-11-291-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Improve verbosity of search descriptionChristopher Ng2022-12-131-1/+1
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix contrast of global search headingsChristopher Ng2022-12-081-4/+4
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 29b1748e2c1114aeac41dbe93043a022d6c54a34)
* Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-241-1/+0
| | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Allow single character search by defaultChristopher Ng2022-11-241-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35235 from nextcloud/backport/35227/stable25Simon L2022-11-171-2/+2
|\ | | | | [stable25] Limit toggle grid view button scope
| * Limit toggle grid view button scopeVincent Petry2022-11-171-2/+2
| | | | | | | | | | | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Close global search menu when focus leavesChristopher Ng2022-11-172-2/+13
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix AppMenu icons for firefoxSimon L2022-11-161-0/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix rendering of login headlineChristopher Ng2022-11-151-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-271-1/+6
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix more icon colorChristopher Ng2022-10-211-0/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-202-2/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix empty password string being submitted to serverChristopher Ng2022-10-191-1/+1
| | | | | | | - Fix reveal password not working Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit dbaf8f3b89678de481a3214728dbec99df4ac57e)
* Merge pull request #34661 from nextcloud/backport/34614/stable25blizzz2022-10-191-4/+11
|\ | | | | [stable25] Fix regexp for unified searching in apps
| * Fix regexp for unified searching in appsVincent Petry2022-10-181-4/+11
| | | | | | | | | | | | | | | | Use the correct match for operators. Prevent the dropdown to close itself when selecting an app to filter by. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-0/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #34332 from nextcloud/backport/34327/stable25Simon L2022-10-011-2/+6
|\ | | | | [stable25] Fix starred favourite icon
| * Fix starred favourite iconJohn Molakvoæ (skjnldsv)2022-09-291-2/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Only match http(s) URLs for referencesJoas Schilling2022-09-301-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clear search results when remove search queryCarl Schwan2022-09-191-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* l10n: Change to a capital letterValdnet2022-09-171-2/+2
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-163-11/+18
|\ | | | | Tag loading
| * Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-152-10/+13
| | | | | | | | | | | | | | 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>
* | 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>