aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/store
Commit message (Expand)AuthorAgeFilesLines
* fix(files): properly update paths and folder children on node moveskjnldsv2024-12-033-57/+112
* feat: add confirmation dialog for file extension changesnfebe2024-11-191-1/+78
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-1/+1
* fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-3/+3
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-151-2/+81
* feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-071-12/+1
* test(files): Add tests for path handlingFerdinand Thiessen2024-09-201-0/+130
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-201-12/+63
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-141-0/+28
* feat(files): Add getter for all view configsChristopher Ng2024-08-081-0/+2
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-071-1/+0
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-011-1/+3
* fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-301-0/+2
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-0/+78
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-096-0/+21
* fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-121-3/+44
* fix(files): do not rely on unique fileidskjnldsv2024-06-124-25/+27
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-041-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2911-209/+22
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-161-0/+25
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-1/+1
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-271-2/+3
* feat(files): add grid toggle buttonJohn Molakvoæ2023-10-171-0/+1
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-7/+47
* feat(files): add move or copy actionJohn Molakvoæ2023-09-263-5/+8
* feat(files): add drag and drop supportJohn Molakvoæ2023-09-261-0/+46
* feat(files): add uploaderJohn Molakvoæ2023-09-013-2/+63
* fix(files): actions permissions requirementsJohn Molakvoæ2023-07-111-1/+1
* fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-058-54/+39
* feat: add modified columnJohn Molakvoæ2023-07-053-3/+3
* feat(files): implement built-in renamingJohn Molakvoæ2023-07-051-0/+48
* feat(files): sort favorites firstJohn Molakvoæ2023-07-051-0/+1
* fix(files): paths store reactivityJohn Molakvoæ2023-04-212-9/+11
* fix(files): forward arguments to store creationJohn Molakvoæ2023-04-195-18/+18
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-183-81/+104
* fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-142-12/+7
* feat(files): responsive design for mobile and narrow screensJohn Molakvoæ2023-04-121-1/+0
* feat(files): right clickJohn Molakvoæ2023-04-111-0/+31
* feat(files): implement shift-selectJohn Molakvoæ2023-04-114-6/+86
* fix(files): update @nextcloud/files and fix event store updateJohn Molakvoæ2023-04-113-18/+10
* chore(eslint): clean and fixJohn Molakvoæ2023-04-064-5/+4
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-061-0/+76
* feat(files): propagate restore and delete eventsJohn Molakvoæ2023-04-063-69/+115
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-16/+34
* feat(files): sortingJohn Molakvoæ2023-04-061-0/+73
* perf(files): update files store by chunksJohn Molakvoæ2023-04-061-4/+8
* feat(files): switch to piniaJohn Molakvoæ2023-04-064-136/+70
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-064-0/+235