aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* enh(a11y): Always visible file rename labelChristopher Ng2023-08-291-1/+9
* fix(apps): Adjust apps for FilePicker API changeFerdinand Thiessen2023-08-261-1/+0
* chore: upgrade to `@nextcloud/files@3.0.0-beta.18`John Molakvoæ2023-08-232-9/+18
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-2332-261/+46
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-2326-366/+98
* fix: Avoid throwing on folder previews as there are noneJulius Härtl2023-08-221-1/+5
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-175-37/+45
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-174-8/+36
* fix(files): window.caches checkJohn Molakvoæ2023-08-171-2/+6
* fix(tests): actions adjust and jest fetch mockJohn Molakvoæ2023-08-173-7/+19
* fix(files): sidebar favorite event syncJohn Molakvoæ2023-08-172-32/+22
* fix(files): navigation quota alignmentsJohn Molakvoæ2023-08-171-2/+2
* fix(files): unnecessary navigation change detectionJohn Molakvoæ2023-08-171-3/+5
* fix(files): dir contents variablesJohn Molakvoæ2023-08-171-5/+8
* fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-177-35/+49
* fix(files): active and open sidebar on mountJohn Molakvoæ2023-08-174-23/+64
* fix: FileEntry boundariesElement and right click menuJohn Molakvoæ2023-08-171-7/+12
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-15/+2
* perf(files): reuse vnode with unique keyJohn Molakvoæ2023-08-172-15/+9
* feat: virtual scrolling updateJohn Molakvoæ2023-08-177-20/+690
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-1720-445/+377
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-177-4/+177
* fix(files): fix extension with custom displayNameJohn Molakvoæ (skjnldsv)2023-08-021-2/+10
* fix(cypress): Really mock the initial state instead of trying to stub a moduleFerdinand Thiessen2023-08-021-41/+21
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-7/+8
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-026-17/+17
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-026-1/+366
* 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-014-32/+59
* 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-185-8/+17
* fix: Always apply fullscreen styling to sidebarJulius Härtl2023-07-171-0/+6
* feat(files_sharing): add openInFiles actionJohn Molakvoæ2023-07-111-2/+1
* fix(files): empty default actionJohn Molakvoæ2023-07-112-8/+22
* chore: add actions testingJohn Molakvoæ2023-07-111-0/+13
* fix(files): actions permissions requirementsJohn Molakvoæ2023-07-118-15/+58
* 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-0513-79/+69
* fix(files): invalid default actionsJohn Molakvoæ2023-07-055-6/+9
* feat: add caption propJohn Molakvoæ2023-07-051-0/+7
* feat: add favorites view testingJohn Molakvoæ2023-07-0511-18/+221
* chore: update webdav to 5.2.2John Molakvoæ2023-07-051-3/+8
* fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-052-1/+4
* feat: add modified columnJohn Molakvoæ2023-07-059-10/+69
* fix(files): fix actions svgJohn Molakvoæ2023-07-056-12/+12
* feat: add view in folder action with testsJohn Molakvoæ2023-07-053-0/+230
* fix(files): hidden default actionsJohn Molakvoæ2023-07-0512-47/+39
* feat(files): import all actionsJohn Molakvoæ2023-07-051-0/+3
* feat(files): implement built-in renamingJohn Molakvoæ2023-07-054-52/+315