summaryrefslogtreecommitdiffstats
path: root/core/src/OC
Commit message (Collapse)AuthorAgeFilesLines
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* 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>
* fix(docs): Fix URL to docs of deprecated function humanFileSizeJoas Schilling2023-03-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(filepicker): Allow to pass target for rendering the file picker to ↵Julius Härtl2023-03-021-1/+1
| | | | | | different locations Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Deprecate OC.L10N functions in favor of translation functions from ↵Ferdinand Thiessen2023-02-203-368/+31
| | | | | | `@nextcloud/l10n` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Drop `OC.addTranslations` deprecated since NC17 and not used by any NC appFerdinand Thiessen2023-02-201-9/+0
| | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-6/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-34/+8
| | | | | | 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>
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-13/+0
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-1/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-102/+119
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Various fixesCarl Schwan2022-08-262-3/+3
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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-171-0/+3
| | | | | | | | | | | | 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>
* 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>
* 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>
* Rename a11y helper functionChristopher Ng2022-06-091-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update variable nameChristopher Ng2022-06-091-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add a11y utility functionChristopher Ng2022-06-091-5/+6
| | | | 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>
* 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-081-10/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Augment keyboard accessibility of contacts menuChristopher Ng2022-06-071-2/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 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-041-1/+1
| | | | | | 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-071-1/+0
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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-1135-35/+35
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Import type from packagesLouis Chemineau2022-01-113-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-119-18/+18
| | | | 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>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-0821-93/+121
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate to webpack v5Louis Chemineau2022-01-081-2/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Restore innocent code from IE purgeLouis Chemineau2022-01-031-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix persistent tooltip in the "new folder" input of the file pickerDaniel Calviño Sánchez2021-12-201-0/+4
| | | | | | | | | | | | | | | | | | | | When a new folder is tried to be created in the file picker dialog a tooltip is shown on the input if the folder name exists already. However, this tooltip was not cleared, so it was still shown even if the name was fixed, the folder was created and then the "New folder" input was shown again. Now the tooltip is cleared as soon as the input changes, as keeping it shown in that case did not provide any benefit either (and it is consistent with how the "new folder" input works in the Files app view). The input is also cleared whenever the menu that shows the input is opened again, as otherwise the tooltip would be still shown if the menu was closed and opened again without changing the input (and the menu could be opened again after changing to another directory where the new folder name is no longer duplicated). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-302-21/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Profile frontendChristopher Ng2021-10-191-7/+33
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
| | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add email addresses to contacts menuDaniel Kesselberg2021-09-151-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0Joas Schilling2021-08-311-1/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-3135-180/+253
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix encoding issue with OC.Notification.showJoas Schilling2021-01-201-1/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix loading mtime of new file in conflict dialog in firefoxRobin Appelman2020-12-011-4/+4
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>