summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
* fix(tests): update jsunit tests after dep and files updateJohn Molakvoæ2023-04-064-14/+14
* 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-0614-120/+378
* feat(files): actions apiJohn Molakvoæ2023-04-067-149/+340
* chore(deps): cleanup unused deps and auditJohn Molakvoæ2023-04-066-38/+106
* feat(files): custom columnsJohn Molakvoæ2023-04-069-92/+188
* feat(files): sortingJohn Molakvoæ2023-04-066-26/+135
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-067-34/+243
* 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-0617-24/+1186
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-064-8/+10
* better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-052-0/+8
* Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-042-8/+10
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-042-0/+2
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-314-184/+208
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-302-0/+4
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-276-0/+24
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2311-26/+26
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-232-0/+2
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-222-4/+4
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-202-0/+2
* fix: add important to css hidden files classAnna Larch2023-03-175-5/+5
* Set `<h1>` headings for navigation through files appjulia.kirschenheuter2023-03-161-0/+2
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-164-6/+118
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-138-10/+20
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-122-0/+2
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1118-0/+22
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-102-0/+6
* Merge pull request #37145 from nextcloud/enh/noid/add-link-to-app-tokensSimon L2023-03-091-2/+14
|\
| * 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
* | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-3/+22
|\ \ | |/ |/|
| * feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-3/+22