aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* perf(deleteAction): Queue delete requestsfenn-cs2024-05-151-1/+16
* fix(deleteAction): Remove unused nc l10n importfenn-cs2024-05-151-1/+1
* fix: Do not import styles that are already included in server bundleFerdinand Thiessen2024-05-063-6/+2
* 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
* Merge pull request #44805 from nextcloud/fix/selected-files-countPytal2024-04-171-0/+6
|\
| * fix(files): Display selected files countChristopher Ng2024-04-171-0/+6
* | fix(comments): Fix issues thrown by comments sidebar tab codeFerdinand Thiessen2024-04-171-4/+4
|/
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-0/+10
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-165-6/+59
* fix(files): Focus filename input in new-node dialog when openedFerdinand Thiessen2024-04-161-1/+18
* Merge pull request #44806 from nextcloud/chore/widget-primary-colorPytal2024-04-161-1/+1
|\
| * chore: Switch widget to primary colorChristopher Ng2024-04-151-1/+1
* | fix(files): Inherit some node attributes when creating new nodes to preserve ...Ferdinand Thiessen2024-04-164-9/+35
* | fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-161-1/+2
|/
* fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-101-1/+1
* fix(files): Hide full view name on small mobile to prevent overflowFerdinand Thiessen2024-04-101-10/+11
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-102-19/+21
* fix(files): Call davGetFavoritesReport after the registration of propfind pro...Louis Chemineau2024-04-081-2/+1
* fix(files): breadcrumbs native drop eventskjnldsv2024-04-041-1/+1
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-045-174/+350
* feat(files): unify drag and drop methodsskjnldsv2024-04-044-151/+355
* fix(files): breadcrumbs dndskjnldsv2024-04-043-70/+188
* fix(files): Fix error with numeric filenamesChristopher Ng2024-03-281-1/+1
* fix(files): Fix translation of "Delete file"Joas Schilling2024-03-281-4/+16
* fix(personal-files): correctly filters groupfolders nowEduardo Morales2024-03-261-6/+9
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-233-0/+18
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-03-222-7/+30
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-221-2/+2
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-202-1/+2
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
* fix(files): provide onDestroy callback for interactive widgetsMaksim Sukharev2024-03-161-1/+1
* fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
* fix(files): Right click menu positioningChristopher Ng2024-03-122-6/+8
* fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
* fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
* 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-072-7/+19
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+68
* fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
* feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-50/+88
* feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-6/+98
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-1/+1
* feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-061-1/+1
* Merge pull request #43941 from nextcloud/fix/files-open-textJohn Molakvoæ2024-03-051-1/+7
|\
| * fix(files): Open new file when created from templateFerdinand Thiessen2024-03-051-1/+7
* | Merge pull request #43988 from nextcloud/fix/files-favoriteJohn Molakvoæ2024-03-051-56/+43
|\ \