aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Expand)AuthorAgeFilesLines
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-1/+8
* fix(files): Remove duplicated outline on vue files entriesFerdinand Thiessen2023-08-022-0/+6
* fix(i18n) Fixed grammarrakekniven2023-08-011-1/+1
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-012-20/+42
* fix(files): Adjust files favorite marker for vue file list to not overflowFerdinand Thiessen2023-07-193-15/+94
* fix(files): default emptycontent messageJohn Molakvoæ2023-07-181-1/+1
* fix(files): empty default actionJohn Molakvoæ2023-07-112-8/+22
* fix(files): show a border around the favorite icon for better contrastJohn Molakvoæ2023-07-051-0/+7
* fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-051-1/+1
* fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-052-1/+4
* feat: add modified columnJohn Molakvoæ2023-07-054-0/+59
* fix(files): hidden default actionsJohn Molakvoæ2023-07-051-26/+13
* feat(files): implement built-in renamingJohn Molakvoæ2023-07-052-52/+261
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+0
* fix(files): make open folder a default actionJohn Molakvoæ2023-05-241-16/+17
* address reviewSimon L2023-05-191-1/+1
* migrate a few components to NcSelectSimon L2023-05-191-11/+4
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
* fix(files): do not execute the default action on foldersJohn Molakvoæ2023-04-211-8/+14
* fix(files): favorite marker cssJohn Molakvoæ2023-04-211-4/+13
* fix(files): fileid attributeJohn Molakvoæ2023-04-211-1/+1
* feat(files): add dir file action parameterJohn Molakvoæ2023-04-212-3/+7
* feat(files): add sidebar actionJohn Molakvoæ2023-04-211-2/+12
* fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
* feat(files): expose Files routerJohn Molakvoæ2023-04-201-1/+1
* feat(files): add default action supportJohn Molakvoæ2023-04-202-28/+76
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-182-57/+8
* Fix wording meaning (placeholder)Jerome-Herbinet-patch-1Jérôme Herbinet2023-04-171-1/+1
* fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-141-9/+4
* feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-135-32/+54
* fix: wrong copyrightJohn Molakvoæ2023-04-128-15/+15
* feat(files): responsive design for mobile and narrow screensJohn Molakvoæ2023-04-123-10/+55
* fix(files): cleanup common table row stylingJohn Molakvoæ2023-04-124-10/+143
* feat(files): right clickJohn Molakvoæ2023-04-112-7/+55
* feat(files): implement shift-selectJohn Molakvoæ2023-04-113-12/+47
* fix(files): use displayName in breadcrumbs if availableJohn Molakvoæ2023-04-111-1/+33
* fix(files): fix private variables and share loading marker between header and...John Molakvoæ2023-04-112-1/+22
* fix(files): better wording and catch single action runJohn Molakvoæ2023-04-062-5/+10
* chore(eslint): clean and fixJohn Molakvoæ2023-04-067-200/+30
* chore(npm): build assetsJohn Molakvoæ2023-04-061-1/+1
* feat(files): add FileAction serviceJohn Molakvoæ2023-04-061-0/+1
* fix: improved preview handlingJohn Molakvoæ2023-04-066-64/+249
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-063-24/+60
* feat(files): batch actionsJohn Molakvoæ2023-04-065-47/+217
* fix(files): use inline NcActionsJohn Molakvoæ2023-04-061-19/+12
* fix(files): breadcrumbs accessibility titleJohn Molakvoæ2023-04-061-2/+3
* fix(files): accessibility tab into recycled invisible files rowsJohn Molakvoæ2023-04-061-1/+8
* fix(files): inline action stylingJohn Molakvoæ2023-04-062-10/+27
* perf(files): less verboseJohn Molakvoæ2023-04-061-4/+1
* feat(files): propagate restore and delete eventsJohn Molakvoæ2023-04-062-7/+17