summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable keyboard activation of legacy contacts menuChristopher Ng2022-06-101-1/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepickerVincent Petry2022-06-094-54/+105
|\ | | | | Augment file picker modal accessibility
| * Rename a11y helper functionChristopher Ng2022-06-093-11/+13
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Update variable nameChristopher Ng2022-06-091-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Set circular radius on close buttonChristopher Ng2022-06-091-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Add a11y utility functionChristopher Ng2022-06-093-8/+46
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Activate the primary dialog button on enter if there is a single inputChristopher Ng2022-06-091-0/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use keyboard controls with the action buttonsChristopher Ng2022-06-091-2/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use keyboard controls for new folder creationChristopher Ng2022-06-091-9/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-091-12/+13
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Prevent pressing enter key without control focus from activating the primary ↵Christopher Ng2022-06-091-12/+0
| | | | | | | | | | | | button Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Fix focus stylingChristopher Ng2022-06-091-0/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Restore grid view toggleChristopher Ng2022-06-091-4/+0
| | | | | | | | | | | | Removed in https://github.com/nextcloud/server/pull/29966 and partially restored in https://github.com/nextcloud/server/pull/30452 Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Prepend file picker to be initial keyboard focus targetChristopher Ng2022-06-091-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Handle keyboard navigation in the file pickerChristopher Ng2022-06-082-14/+22
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #32769 from nextcloud/enh/32749/regex-universal-searchVincent Petry2022-06-091-2/+2
|\ \ | |/ |/| Specify the filter first for unified search
| * Specify the filter first for unified searchDaniel Kesselberg2022-06-081-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Augment keyboard accessibility of contacts menuChristopher Ng2022-06-071-2/+7
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Properly calculate carret positionLouis Chemineau2022-06-071-9/+4
| | | | | | | | The carret position is currently hard coded based on the position of the icon in the header. This PR calculate its position relatively to the header icon. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-162-2/+7
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix profile and add gradient-primary-backgroundJohn Molakvoæ2022-05-131-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup and compileJohn Molakvoæ2022-05-131-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile themingJohn Molakvoæ2022-05-111-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate to static icons coloursJohn Molakvoæ2022-05-102-1/+336
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Mount profile after DOMContentLoadedLouis Chemineau2022-04-271-1/+4
| | | | | | Fix https://github.com/nextcloud/server/issues/32187 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Lint and psalm fixJohn Molakvoæ2022-04-211-2/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-216-59/+64
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update search icon sizeJohn Molakvoæ (skjnldsv)2022-04-211-8/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #30311 from nextcloud/enh/search-loadJulius Härtl2022-04-202-7/+30
|\ | | | | Add unified search options
| * Make typeahead and search limit/length configurableJulius Härtl2022-04-132-7/+30
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Increase debounce timeout to be more realistic with real typing behaviorJulius Härtl2022-04-131-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add extra filter for file pickerVincent Petry2022-04-141-0/+9
|/ | | | | | | | Makes it possible to be more flexible when filtering entries to be displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Wrap contact search result in a linkGnana Sekar2022-04-111-5/+9
| | | | | Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Explicitly close div elementLouis Chemineau2022-04-044-6/+6
| | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Center dialog new file menuJohn Molakvoæ2022-03-072-2/+1
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Target_Blank option to open External linkschristophe canovas2022-02-151-2/+2
| | | | | Signed-off-by: christophe canovas <christophecanovas66@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #30729 from ↵John Molakvoæ2022-01-226-26/+13
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * Auto fix warningsLouis Chemineau2022-01-216-26/+13
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | l10n: Spelling unification in Transifex.Valdnet2022-01-201-2/+2
|/ | | | | There should be no abbreviations in official sentences. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Improve installation pagesChristopher Ng2022-01-142-22/+86
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Don't use the deprecated methodJoas Schilling2022-01-141-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix file picker not respecting hidden files settingsCarl Schwan2022-01-131-0/+10
| | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-1189-89/+89
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Import type from packagesLouis Chemineau2022-01-115-4/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-117-22/+22
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-1121-59/+58
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix undescore versionLouis Chemineau2022-01-081-0/+1
| | | | | Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Don't import $ in every file that needs itLouis Chemineau2022-01-081-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-083-9/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-0839-170/+267
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>