aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
Commit message (Expand)AuthorAgeFilesLines
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-262-2/+70
* feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-233-83/+98
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-2/+2
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-7/+7
* fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-111-1/+1
* refactor(files): Migrate `favorites` view to `@nextcloud/files` functions and...Ferdinand Thiessen2024-06-111-4/+5
* fix(files): Correctly type virtual files list ref typeFerdinand Thiessen2024-06-071-2/+4
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-041-0/+36
* fix(files): Close sidebar if shown node is deletedFerdinand Thiessen2024-06-041-1/+14
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-311-1/+2
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
* fix(files): Keep 'back'-button for not found directories or if user can not u...Ferdinand Thiessen2024-05-291-3/+17
* feat(files): Show upload menu in folders' emptycontentMarco2024-05-291-14/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-2913-233/+35
* fix(files): Adjust type import and usage for removed dependencyFerdinand Thiessen2024-05-271-2/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+1
* feat(files): refresh preview on etag changeskjnldsv2024-05-231-1/+2
* fix(files): Debounce does not return a function so it should be used as computedFerdinand Thiessen2024-05-231-9/+10
* fix(files): Use translation function directly instead of calling the instance...Ferdinand Thiessen2024-05-231-13/+13
* fix(files): Fix typing issues with dataFerdinand Thiessen2024-05-231-11/+20
* fix(files): Fix naming issue for reserved Vue property namesFerdinand Thiessen2024-05-231-3/+3
* fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-171-16/+16
* fix(comments): Fix issues thrown by comments sidebar tab codeFerdinand Thiessen2024-04-171-4/+4
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-0/+10
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-162-1/+9
* Merge pull request #44806 from nextcloud/chore/widget-primary-colorPytal2024-04-161-1/+1
|\
| * chore: Switch widget to primary colorChristopher Ng2024-04-151-1/+1
* | fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-161-1/+15
|/
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-101-5/+3
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
* fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
* fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
* feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-071-49/+86
* feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-071-5/+97
* Merge pull request #43941 from nextcloud/fix/files-open-textJohn Molakvoæ2024-03-051-1/+7
|\
| * fix(files): Open new file when created from templateFerdinand Thiessen2024-03-051-1/+7
* | fix(files): Remove deprecated function calls from sidebar and add aria-label ...Ferdinand Thiessen2024-03-051-56/+43
|/
* feat(files): restore unified search filtering in files viewfenn-cs2024-02-291-11/+33
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-02-261-1/+1
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
* fix(tests): favorites view orderJohn Molakvoæ2024-02-151-1/+1
* fix: condensed filtering logicEduardo Morales2024-02-151-4/+1
* enh: added option to render icon and text for breadcrumbEduardo Morales2024-02-151-2/+2
* feat: changed filtering logicEduardo Morales2024-02-151-23/+1
* feat: added filtering to filter out files that are sharedEduardo Morales2024-02-153-11/+9
* feature: personal viewsEduardo Morales2024-02-151-0/+70
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-091-37/+31