Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files): apply the renaming when leaving the input field | Raphaël Jakse | 2024-05-02 | 1 | -1/+1 | |
| | | | | | | Refs: #42689 Signed-off-by: Raphaël Jakse <raphael.git@jakse.fr> | |||||
* | fix(files): Use string array instead of string for forbidden characters | Ferdinand Thiessen | 2024-04-29 | 1 | -7/+5 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #44805 from nextcloud/fix/selected-files-count | Pytal | 2024-04-17 | 1 | -0/+6 | |
|\ | | | | | fix(files): Display selected files count | |||||
| * | fix(files): Display selected files count | Christopher Ng | 2024-04-17 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix(comments): Fix issues thrown by comments sidebar tab code | Ferdinand Thiessen | 2024-04-17 | 1 | -4/+4 | |
|/ | | | | | | | | When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data). This is fixed as well as some other vue related errors in the sidebar Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Ensure search query is cleared when changing view or directory | Ferdinand Thiessen | 2024-04-17 | 1 | -0/+10 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not show files from hidden folders in "Recent"-view if hidden ↵ | Ferdinand Thiessen | 2024-04-16 | 5 | -6/+59 | |
| | | | | | | | | files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Focus filename input in new-node dialog when opened | Ferdinand Thiessen | 2024-04-16 | 1 | -1/+18 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #44806 from nextcloud/chore/widget-primary-color | Pytal | 2024-04-16 | 1 | -1/+1 | |
|\ | | | | | chore(files): Switch widget to primary color | |||||
| * | chore: Switch widget to primary color | Christopher Ng | 2024-04-15 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix(files): Inherit some node attributes when creating new nodes to preserve ↵ | Ferdinand Thiessen | 2024-04-16 | 4 | -9/+35 | |
| | | | | | | | | | | | | shared state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(files): Sanitize `share-types` attribute in download action | Ferdinand Thiessen | 2024-04-16 | 1 | -1/+2 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(Cypress): Adjust tests for new breadcrumbs | Eduardo Morales | 2024-04-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): Hide full view name on small mobile to prevent overflow | Ferdinand Thiessen | 2024-04-10 | 1 | -10/+11 | |
| | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(breadcrumbs): Improved breadcrumb progress bar mobile rendering | Eduardo Morales | 2024-04-10 | 2 | -19/+21 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): Call davGetFavoritesReport after the registration of propfind ↵ | Louis Chemineau | 2024-04-08 | 1 | -2/+1 | |
| | | | | | | properties Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): breadcrumbs native drop event | skjnldsv | 2024-04-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore: add drag and drop recursion and FilesystemAPI testing | skjnldsv | 2024-04-04 | 5 | -174/+350 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files): unify drag and drop methods | skjnldsv | 2024-04-04 | 4 | -151/+355 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): breadcrumbs dnd | skjnldsv | 2024-04-04 | 3 | -70/+188 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Fix error with numeric filenames | Christopher Ng | 2024-03-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Fix translation of "Delete file" | Joas Schilling | 2024-03-28 | 1 | -4/+16 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(personal-files): correctly filters groupfolders now | Eduardo Morales | 2024-03-26 | 1 | -6/+9 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(tests): Add mock for `window._oc_webroot` | Ferdinand Thiessen | 2024-03-23 | 3 | -0/+18 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): When copying nodes only add the copy suffix for file before file ↵ | Ferdinand Thiessen | 2024-03-22 | 2 | -7/+30 | |
| | | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not escape file names for filepicker buttons | Ferdinand Thiessen | 2024-03-22 | 1 | -2/+2 | |
| | | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 2 | -1/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 2 | -12/+19 | |
| | | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): provide onDestroy callback for interactive widgets | Maksim Sukharev | 2024-03-16 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | fix(files): fixed breadcrumbs dissapearing on narrow screens | Eduardo Morales | 2024-03-15 | 1 | -2/+3 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: Ensure correct stacking context for right click menu | Christopher Ng | 2024-03-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | test(files): Add e2e tests for live photo sync | Louis Chemineau | 2024-03-14 | 2 | -4/+10 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Right click menu positioning | Christopher Ng | 2024-03-12 | 2 | -6/+8 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Right click menu scroll reset glitch | Christopher Ng | 2024-03-12 | 1 | -1/+0 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix: Open viewer on simple file widget | Julius Härtl | 2024-03-11 | 1 | -0/+4 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix(files): Close submenu actions after click like top-level actions | Christopher Ng | 2024-03-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -7/+19 | |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 1 | -0/+68 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix: Positioning and active state of viewer components | Julius Härtl | 2024-03-07 | 1 | -3/+10 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | feat(files): add Folder Preview ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -50/+88 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | feat(files): add Viewer Files ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -6/+98 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+1 | |
| | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: reconfigured NcActions to use MDI's | Eduardo Morales | 2024-03-06 | 1 | -1/+1 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Merge pull request #43941 from nextcloud/fix/files-open-text | John Molakvoæ | 2024-03-05 | 1 | -1/+7 | |
|\ | | | | | fix(files): Open new file when created from template | |||||
| * | fix(files): Open new file when created from template | Ferdinand Thiessen | 2024-03-05 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #43988 from nextcloud/fix/files-favorite | John Molakvoæ | 2024-03-05 | 1 | -56/+43 | |
|\ \ | | | | | | | fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon | |||||
| * | | fix(files): Remove deprecated function calls from sidebar and add aria-label ↵ | Ferdinand Thiessen | 2024-03-05 | 1 | -56/+43 | |
| |/ | | | | | | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / | fix: fixed breadcrumbs not showing due to viewport width | Eduardo Morales | 2024-03-04 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | feat(files): restore unified search filtering in files view | fenn-cs | 2024-02-29 | 2 | -53/+33 | |
| | | | | | | | | | | | | | | | The unified search emits, search events that other apps can subscribe to and react however they want to search queries, following 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files app ui to vue.js that feature was broken. This commit reintroduces the feature using the current `FileList` implementation. This commit also adds some logging to an empty exception handler. Resolve : https://github.com/nextcloud/server/issues/43365 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix: changed text alignment and icon logic | Eduardo Morales | 2024-02-29 | 1 | -5/+8 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> |