aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix styles for input fields on focus statejulia.kirschenheuter2023-11-062-2/+19
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-44/+45
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Add separate profile entryChristopher Ng2023-10-262-2/+150
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #40994 from nextcloud/fix/37092/user-menu-validationFerdinand Thiessen2023-10-202-4/+22
|\ | | | | fix(user_menu): pass only actual prop to user menu entries
| * fix(core): do not assign all navigation entry properties as html attributesGrigorii K. Shartsev2023-10-192-4/+22
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #40979 from nextcloud/fix/36965-fix-global-searchFerdinand Thiessen2023-10-201-1/+1
|\ \ | | | | | | Fix placement of actions within unified search
| * | Fix placement of actions within unified searchjulia.kirschenheuter2023-10-191-1/+1
| |/ | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-201-1/+1
|/ | | | | | `autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Shortcut Ctrl+F for different keyboard layoutsAndrii Ilkiv2023-10-191-1/+1
| | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com>
* Fix width of input on contacts menujulia.kirschenheuter2023-10-181-1/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(xhr-request): Make sure to also allow strings as urlFerdinand Thiessen2023-10-171-12/+17
| | | | | | | | | | Our utility to add `X-Requested-With` headers on API calls intercepts calls to `window.fetch`, so we must ensure we allow all parameters that the default browser provided `window.fetch` allows. In this case make sure to allow all stringify-able objects. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-173-93/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* enh(a11y): Add label to app menu navChristopher Ng2023-10-161-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Add avatar descriptionChristopher Ng2023-10-161-5/+79
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Add accessible user menu semanticsChristopher Ng2023-10-161-71/+64
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vueChristoph Wurst2023-10-1611-682/+537
|\ | | | | refactor: Contacts menu to Vue
| * refactor: Contacts menu to VueChristoph Wurst2023-10-1611-682/+537
| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #40890 from ↵Christoph Wurst2023-10-161-0/+3
|\ \ | |/ |/| | | | | nextcloud/fix/search/close-unified-search-second-ctrl-f fix(search): Close unified search at the second ctrl+f
| * fix(search): Close unified search at the second ctrl+fChristoph Wurst2023-10-161-0/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | only add x-requested-with header if requests point to NCJulien Veyssier2023-10-161-1/+12
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-27/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* enh(a11y): Add search contacts labelChristopher Ng2023-09-073-4/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Migrate to new @nextcloud/vue APIChristopher Ng2023-08-293-4/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(dialogs): Use FilePickerBuilder to create the file pickerFerdinand Thiessen2023-08-261-38/+51
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-262-629/+97
| | | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Pin beta releases so we do not get version conflicts. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Remove padding for longer wordingsJérôme Herbinet2023-08-241-1/+0
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix: Set X-Requested-With header on all requests to avoid browser auth dialogsJulius Härtl2023-08-182-0/+58
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-43/+44
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Wrap long productName on login formfenn-cs2023-08-131-0/+1
| | | | | | | Resolves : https://github.com/nextcloud/server/issues/39804 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-9/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(a11y): Add aria-modal to dialogsChristopher Ng2023-07-201-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Remove jQuery from main entry pointFerdinand Thiessen2023-07-131-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Remove deprecation warning for already removed APIFerdinand Thiessen2023-07-062-40/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update aria-expanded attribute for sidebar apps-slide-togglesfenn-cs2023-06-301-0/+2
| | | | | | | | | | | Some apps which use the machanism provided in `core/src/OC/apps.js` for toggle slide up/down in the side bar would equally rely on same for `aria-expanded` state change. For example : https://github.com/nextcloud/activity/pull/1230 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(core): Migrate from deprecated `excludeClickOutsideClasses` to ↵Ferdinand Thiessen2023-06-271-1/+1
| | | | | | `excludeClickOutsideSelectors` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-253-1/+139
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* address reviewSimon L2023-06-246-8/+8
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix one more placeSimon L2023-06-241-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* only print deprecation logs if debug mode is enabledSimon L2023-06-245-6/+6
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Move deprecation warnings to debugSimon L2023-06-245-6/+6
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-191-1/+1
| | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add border around favorite marker to ensure contrast ↵Ferdinand Thiessen2023-06-061-0/+1
| | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust color of `icon-starred-yellow` to fulfill A11Y contrast requirementsFerdinand Thiessen2023-06-061-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix contrast for inactive elements of the main navigationjulia.kirschenheuter2023-06-051-1/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(OC): Remove deprecated legacy loader from OC (`OC.loadScript` and ↵Ferdinand Thiessen2023-05-312-82/+0
| | | | | | `OC.loadStyle`) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>