aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry
Commit message (Expand)AuthorAgeFilesLines
* fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-101-0/+4
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-202-8/+7
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-162-9/+10
* fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-111-3/+2
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-0/+1
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-151-58/+12
* fix(files): Fix file previews for public sharesFerdinand Thiessen2024-09-061-7/+17
* fix(files): Node loading information should be accessibleFerdinand Thiessen2024-08-311-1/+6
* chore(files): Fix remaining TypeScript errors in FileEntryPreviewFerdinand Thiessen2024-08-291-7/+9
* feat: Use the blurhash in FilesLouis Chemineau2024-08-291-10/+54
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+2
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-171-0/+1
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
* feat: Navigate via folder treeChristopher Ng2024-08-011-0/+5
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-2/+6
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-013-4/+3
* fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-012-56/+39
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-261-3/+3
* fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-251-61/+29
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-251-4/+10
* fix(files): validate input when creating file/directoryMaksim Sukharev2024-07-241-7/+6
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-241-2/+1
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-242-2/+3
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-232-16/+25
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-2/+1
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-8/+9
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-121-2/+1
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-081-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-296-100/+19
* feat(files): refresh preview on etag changeskjnldsv2024-05-231-1/+6
* fix(files): Add missing properties and fix Typescript errors in `FileEntryName`Ferdinand Thiessen2024-05-021-21/+33
* fix(files): apply the renaming when leaving the input fieldRaphaël Jakse2024-05-021-1/+1
* fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-291-7/+5
* fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-161-5/+3
* fix(files): Right click menu positioningChristopher Ng2024-03-121-2/+3
* fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-071-4/+13
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-1/+1
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-132-5/+8
* Merge pull request #42444 from nextcloud/fix/41877/files--move-focus-to-sideb...John Molakvoæ2024-02-081-1/+5
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-5/+1
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-071-1/+1
* fix(files) selection store typingJohn Molakvoæ2024-02-071-5/+6
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-201-6/+14
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-031-1/+17
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7