aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListVirtual.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): show hidden files and folders count in summaryskjnldsv2025-04-021-6/+5
* fix(files): Ensure actions never overflow filenameFerdinand Thiessen2025-03-241-3/+20
* fix(files): also show file list headers on empty viewsFerdinand Thiessen2025-03-051-14/+7
* fix(l10n): use `do not` instead of `don't`Valdnet2025-02-281-1/+1
* fix(l10n): Improve english source stringsJoas Schilling2025-02-261-1/+1
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-2/+2
* fix(files): properly forward open params from short urlsskjnldsv2025-02-181-5/+9
* fix(files): Do not download files with `openfile` query flagFerdinand Thiessen2025-02-061-28/+40
* fix(files): Correctly scroll selected file into viewFerdinand Thiessen2025-02-051-4/+2
* fix(files): Allow opening the same file repeatedlyprovokateurin2025-01-301-1/+1
* feat(files): add opendetails param and file list up/down keyboard shortcutskjnldsv2024-12-171-43/+129
* feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-031-2/+18
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-10/+8
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-191-5/+2
* fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-111-1/+1
* fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-091-1/+1
* fix(files): Do not jump to top when fileId is set to currentFolderartonge/fix/file_list_jump_on_viewer_closeLouis Chemineau2024-10-291-0/+5
* 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