aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-262-170/+115
* test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-252-3/+5
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-254-22/+23
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-256-44/+347
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-253-2/+61
* fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-251-61/+29
* fix: PHP formattingElizabeth Danzberger2024-07-251-1/+1
* fix: Can close template filler modalElizabeth Danzberger2024-07-251-4/+10
* fix: Add SPDX header to new fileElizabeth Danzberger2024-07-251-0/+5
* feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-252-13/+81
* fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-252-10/+64
* feat: TemplateFiller componentElizabeth Danzberger2024-07-251-3/+13
* feat: Add template filler componentElizabeth Danzberger2024-07-251-0/+26
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-254-16/+34
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-3/+3
* fix(files): validate input when creating file/directoryMaksim Sukharev2024-07-242-8/+67
* fix(files): Grid view virtual scrolling computationsLouis Chemineau2024-07-242-8/+6
* fix(files): Reduce preview size in grid view modeLouis Chemineau2024-07-242-5/+5
* chore: add file request cypress testingskjnldsv2024-07-191-2/+5
* 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
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-094-12/+18
* fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-242-4/+3
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-245-4/+12
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-238-49/+79
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-234-6/+6
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-2/+1
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-2/+5
* fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* fix(files): do not rely on unique fileidskjnldsv2024-06-125-37/+42
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-124-5/+9
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-121-5/+5
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-082-7/+9
* fix(files): reset menu pos when opening in grid modeJohn Molakvoæ (skjnldsv)2024-06-041-9/+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-312-6/+7
* refactor(files): Properly add type information to FilesListTableFooterFerdinand Thiessen2024-05-311-8/+8
* 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
* refactor(files): Consistently sort imports of FileEntryMixinFerdinand Thiessen2024-05-311-3/+3
* fix(files): Ensure entry with `fileid` is marked as activeFerdinand Thiessen2024-05-312-8/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2928-499/+86
* feat(files): refresh preview on etag changeskjnldsv2024-05-231-1/+6