aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/newMenu
Commit message (Expand)AuthorAgeFilesLines
* fix(files): "New folder" menu entry requires read permissionFerdinand Thiessen2024-09-061-1/+1
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-171-1/+1
* chore(i18n): Improved grammarrakekniven2024-08-141-1/+1
* fix(files): Add messages when "new folder" fails or gets cancelledFerdinand Thiessen2024-08-131-3/+10
* fix(files): trim names on new node creationskjnldsv2024-08-092-3/+7
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* fix(files): fix template folder and file request menu orderskjnldsv2024-07-311-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-293-61/+6
* fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-162-3/+17
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+1
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-093-18/+210
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for copy-move-...Ferdinand Thiessen2024-01-201-12/+2
* fix(files): fix new folder encodingJohn Molakvoæ2023-10-171-4/+10
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-8/+3
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-031-1/+1
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-3/+1
* fix(files): `New folder` caseJohn Molakvoæ2023-09-021-1/+1
* feat(files): add uploaderJohn Molakvoæ2023-09-011-0/+96