aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-254-18/+18
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update typehint for confirmDestructiveDaniel Kesselberg2022-08-241-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-172-1/+4
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Allow to manually specify a theme to apply to a section of an appJohn Molakvoæ2022-08-161-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add share attrs + download permission support in frontendVincent Petry2022-07-282-0/+33
| | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix caldav invitation related public pagesCarl Schwan2022-07-271-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-276-184/+166
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix contrast of the search iconCarl Schwan2022-07-251-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
| | | | | | | | | | If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE` currently only the button but not the outline of it is hidden. This also hides the outline to fix #33142 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* LoginForm: Fix password label translation callMarcel Klehr2022-07-181-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix HTML validation of material design iconsJoas Schilling2022-07-151-8/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix duplicate id "hole"Joas Schilling2022-07-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-071-13/+37
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-0/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>