aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OC
Commit message (Expand)AuthorAgeFilesLines
* chore: Move legacy dialogs template from files to core until we can remove itFerdinand Thiessen2024-09-201-1/+1
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-204-10/+12
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-094-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-1331-664/+68
* feat: Deprecate `OC.dialogs` and replace generic dialogs with `@nextcloud/dia...Ferdinand Thiessen2024-04-101-128/+131
* feat: Deprecate `OC.dialogs.prompt` an replace with Vue implementationFerdinand Thiessen2024-04-101-61/+18
* fix: Add deprecation to `OC.dialogs.fileexists`Ferdinand Thiessen2024-04-091-0/+2
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-172-91/+8
* refactor: Contacts menu to VueChristoph Wurst2023-10-167-569/+0
* enh(a11y): Add search contacts labelChristopher Ng2023-09-072-3/+3
* fix(dialogs): Use FilePickerBuilder to create the file pickerFerdinand Thiessen2023-08-261-38/+51
* feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-261-629/+93
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
* Update aria-expanded attribute for sidebar apps-slide-togglesfenn-cs2023-06-301-0/+2
* fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-252-1/+137
* address reviewSimon L2023-06-242-3/+3
* only print deprecation logs if debug mode is enabledSimon L2023-06-242-3/+3
* Move deprecation warnings to debugSimon L2023-06-242-3/+3
* chore(OC): Remove deprecated legacy loader from OC (`OC.loadScript` and `OC.l...Ferdinand Thiessen2023-05-312-82/+0
* chore: Remove deprecated OC.appSettingsFerdinand Thiessen2023-05-202-99/+0
* Merge branch 'master' into patch-20Jérôme Herbinet2023-04-193-142/+9
|\
| * fix: Fix filepicker breadcrumbsJulius Härtl2023-04-071-3/+3
| * fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-062-16/+14
| * feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-063-151/+16
| * fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-051-4/+8
* | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
|/
* Replace custom tooltips with native ones of entries in contacts menu.julia.kirschenheuter2023-03-292-7/+2
* Change contactsmenu structure to a listjulia.kirschenheuter2023-03-271-1/+6
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2312-46/+46
* fix(docs): Fix URL to docs of deprecated function humanFileSizeJoas Schilling2023-03-081-2/+2
* Add avatar contact img descriptionChristopher Ng2023-03-032-2/+7
* feat(filepicker): Allow to pass target for rendering the file picker to diffe...Julius Härtl2023-03-021-1/+1
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
* Deprecate OC.L10N functions in favor of translation functions from `@nextclou...Ferdinand Thiessen2023-02-203-368/+31
* Drop `OC.addTranslations` deprecated since NC17 and not used by any NC appFerdinand Thiessen2023-02-201-9/+0
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-6/+7
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-34/+8
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-13/+0
* Limit toggle grid view button scopeVincent Petry2022-11-171-2/+2
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-1/+6
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-102/+119
* Various fixesCarl Schwan2022-08-262-3/+3
* Update typehint for confirmDestructiveDaniel Kesselberg2022-08-241-1/+1
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-0/+3
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-0/+8
* Rename a11y helper functionChristopher Ng2022-06-091-6/+6
* Update variable nameChristopher Ng2022-06-091-4/+4
* Add a11y utility functionChristopher Ng2022-06-091-5/+6
* Use keyboard controls for new folder creationChristopher Ng2022-06-091-9/+9