aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* feat(files): responsive design for mobile and narrow screensJohn Molakvoæ2023-04-127-14/+100
* fix(files): cleanup common table row stylingJohn Molakvoæ2023-04-125-180/+143
* feat(files): right clickJohn Molakvoæ2023-04-114-7/+93
* feat(files): implement shift-selectJohn Molakvoæ2023-04-118-20/+142
* 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-113-4/+25
* fix(files): update @nextcloud/files and fix event store updateJohn Molakvoæ2023-04-113-18/+10
* fix(files): better wording and catch single action runJohn Molakvoæ2023-04-062-5/+10
* fix:(files-checker): add cypress.d.ts and custom.d.tsJohn Molakvoæ2023-04-061-1/+1
* fix(cypress): component testing with piniaJohn Molakvoæ2023-04-061-13/+53
* chore(eslint): clean and fixJohn Molakvoæ2023-04-0617-216/+45
* chore(npm): build assetsJohn Molakvoæ2023-04-061-1/+1
* feat(files): add FileAction serviceJohn Molakvoæ2023-04-063-1/+187
* fix: improved preview handlingJohn Molakvoæ2023-04-067-64/+286
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-068-48/+170
* feat(files): batch actionsJohn Molakvoæ2023-04-066-55/+237
* 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-062-1/+21
* fix(files): inline action stylingJohn Molakvoæ2023-04-064-12/+40
* perf(files): less verboseJohn Molakvoæ2023-04-061-4/+1
* feat(files): propagate restore and delete eventsJohn Molakvoæ2023-04-068-83/+156
* fix(files): selection and render performanceJohn Molakvoæ2023-04-062-5/+15
* feat(accessibility): add files table caption and summaryJohn Molakvoæ2023-04-066-44/+186
* fix(files): fix custom render components reactivityJohn Molakvoæ2023-04-068-36/+56
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-068-71/+328
* feat(files): actions apiJohn Molakvoæ2023-04-066-148/+336
* chore(deps): cleanup unused deps and auditJohn Molakvoæ2023-04-066-38/+106
* feat(files): custom columnsJohn Molakvoæ2023-04-068-91/+187
* feat(files): sortingJohn Molakvoæ2023-04-064-25/+128
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-065-34/+218
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-065-14/+105
* perf(files): update files store by chunksJohn Molakvoæ2023-04-061-4/+8
* feat(files): switch to piniaJohn Molakvoæ2023-04-0611-177/+172
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-0614-13/+1176
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2311-26/+26
* Set `<h1>` headings for navigation through files appjulia.kirschenheuter2023-03-161-0/+2
* Add underline decoration to links and use div element as targetLouis Chemineau2023-03-091-5/+10
* add a direct link from files settings to app-token-settingsSimon L2023-03-091-0/+7
* Implement file reference wigetJulius Härtl2023-03-023-0/+353
* l10n: Fixed grammarrakekniven2023-02-131-2/+2
* feat(files): Quota in navigationJohn Molakvoæ2023-01-174-14/+283
* l10n: Change to uppercaseValdnet2023-01-091-1/+1
* feat(files): Add clipboard copy to webdav url in files settingsJohn Molakvoæ2023-01-041-3/+36
* fix(files): Settings & cypress fixesJohn Molakvoæ2023-01-042-3/+1
* Hide settings when emptyJohn Molakvoæ2023-01-041-1/+3
* Fix favourite openingJohn Molakvoæ2023-01-042-15/+26
* Add component testingJohn Molakvoæ2023-01-043-18/+154
* Fix preview cropJohn Molakvoæ2023-01-043-31/+83
* Port settings to ModalJohn Molakvoæ2023-01-046-78/+149