aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListVirtual.vue
Commit message (Expand)AuthorAgeFilesLines
* fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-151-1/+1
* feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-141-7/+23
* fix(files): Fallback icons should fill the containerFerdinand Thiessen2024-09-061-2/+5
* feat: Use the blurhash in FilesLouis Chemineau2024-08-291-1/+14
* fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-17/+16
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-11/+11
* fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-261-5/+0
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-11/+20
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-071-1/+2
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-011-9/+7
* fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-12/+6
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-14/+12
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-2/+27
* fix(files): Grid view virtual scrolling computationsLouis Chemineau2024-07-241-4/+2
* fix(files): Reduce preview size in grid view modeLouis Chemineau2024-07-241-1/+1
* fix(files): Add rounded corners back in grid viewLouis Chemineau2024-07-111-5/+2
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-091-1/+1
* fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-041-30/+55
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-2/+5
* fix(files): Only execute default action if there is an action to performFerdinand Thiessen2024-06-041-7/+11
* refactor(files): Make `currentView` a prop of `FilesListTableFooter`Ferdinand Thiessen2024-05-311-1/+2
* refactor(files): Correctly cast table ref to fix TypeScript errorsFerdinand Thiessen2024-05-311-6/+7
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* fix(files): Display selected files countChristopher Ng2024-04-171-0/+6
* fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-091-7/+28
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-301-4/+11
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-171-1/+0
* fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-101-0/+35
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-201-1/+3
* fix(files): Remove confusing table header labelsFerdinand Thiessen2023-12-011-1/+2
* fix(files): remove focus outline on file list item clickGrigorii K. Shartsev2023-11-281-2/+4
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-11-271-6/+7
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-271-83/+51
* Fix star stroke color on hoverMarco Ambrosini2023-11-231-1/+1
* Trigger default action when open file initial state is setLouis Chemineau2023-11-211-2/+23
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-2/+5
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-181-7/+8
* fix(files): Use color-primary-element-text for files/folders overlay iconsJonas2023-11-141-1/+1
* Use background to increase overlay contrastLouis Chemineau2023-11-131-9/+4
* Display play icon over live photos' previewsLouis Chemineau2023-11-091-2/+14
* fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
* fix(files): correct item heightVarun Patil2023-10-211-0/+1