summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-062-16/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-064-153/+16
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-051-4/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
|/ | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.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>
* Change contactsmenu structure to a listjulia.kirschenheuter2023-03-271-1/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(eslint): replace node/no-unpublished-import by n/no-unpublished-importJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): replace node/no-extraneous-import by n/no-extraneous-importJohn Molakvoæ2023-03-232-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2335-115/+115
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-4/+5
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(docs): Fix URL to docs of deprecated function humanFileSizeJoas Schilling2023-03-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-0/+13
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add label and switch ocdialog close button to button elementChristopher Ng2023-03-062-3/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add avatar contact img descriptionChristopher Ng2023-03-032-2/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add notes as recommended appJulius Härtl2023-03-021-0/+4
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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>
* fix(unified-search): emptycontent messagesJohn Molakvoæ2023-03-021-18/+35
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): fix code highlightingJohn Molakvoæ2023-03-021-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(unified-search): remove conflicting trigger colorJohn Molakvoæ2023-03-021-6/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add focus border for search resultsChristopher Ng2023-02-231-5/+4
| | | | 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>
* fix too long entries in contacts-menuSimon L2023-02-161-7/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port user menu to VueChristopher Ng2023-02-093-34/+301
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-6/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Remove usages of bootstrapJoas Schilling2023-01-302-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix focus not returning to search iconChristopher Ng2023-01-251-2/+0
| | | | | | - Remove programmatic focusing already handled by focus-trap Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-182-252/+16
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-133-41/+218
| | | | | | 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 js navigation on alternative login clickzorn-v2023-01-101-5/+1
| | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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>
* Allow target="_blank" in app navigation itemsThomas Citharel2023-01-051-1/+3
| | | | | | Which was removed in the Vue rewrite in #33728. This breaks things like https://github.com/nextcloud/external/issues/79 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Remove jstz usage from serverThomas Citharel2023-01-041-2/+1
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve verbosity of search descriptionChristopher Ng2022-12-081-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #35222 from nextcloud/fix/a11y-search-headingPytal2022-12-061-4/+4
|\ | | | | Fix contrast of global search headings
| * Fix contrast of global search headingsChristopher Ng2022-11-251-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix default redirect on successful WebAuthn loginRichard Steinmetz2022-12-051-3/+4
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #35501 from ↵Simon L2022-11-301-9/+9
|\ \ | | | | | | | | | | | | nextcloud/enh/enh-33741-Focused_item_overlaps_neighbor_elements_with_text_and_border Change app menu focused items behavior that neighbor elements (text and border) have no overlapping
| * | Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-11-301-9/+9
| |/ | | | | | | | | | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Remove old code from comment to not trigger automatic scanners more than neededJoas Schilling2022-11-291-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-3/+5
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tagsJohn Molakvoæ2022-11-241-1/+0
|\
| * Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-071-1/+0
| | | | | | | | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Generate proper URL for unsupported browsers pageJulius Härtl2022-11-221-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Compile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix warnings on login pageVincent Petry2022-11-182-3/+9
| | | | | | | | | | | | | | | | | | Check for app menu container before mounting. Fix "isError" in LoginForm being a number when the throttleDelay is zero. In fact, there is no need for existence check because both undefined and null are not greater than a number. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #35227 from ↵Simon L2022-11-171-2/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/35152/fix-toggle-grid-file-picker Limit toggle grid view button scope
| * | 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>
* | | Close global search menu when focus leavesChristopher Ng2022-11-172-2/+13
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefoxSimon L2022-11-161-0/+1
|\ \ | | | | | | Fix AppMenu icons for firefox