aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
* fix(files): correct item heightVarun Patil2023-10-212-1/+2
* fix(files): disable size containment on headersVarun Patil2023-10-201-1/+1
* fix(files): virtual list will-change valueVarun Patil2023-10-201-1/+2
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-195-38/+16
* perf(files): performance optimizationsVarun Patil2023-10-194-15/+25
* Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
* fix(files): fix new folder encodingJohn Molakvoæ2023-10-171-4/+10
* Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settingsSimon L2023-10-171-1/+9
|\
| * fix several personal settings problemsSimon L2023-10-171-1/+9
* | fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-172-2/+5
* | perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-173-13/+37
* | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-174-4/+47
* | perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
* | feat(files): grid viewJohn Molakvoæ2023-10-178-66/+604
* | fix(files): split FileEntry NameJohn Molakvoæ2023-10-174-254/+352
* | fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-172-189/+292
* | fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-172-52/+137
* | chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-174-158/+238
|/
* feat(files): migrate template pickerJohn Molakvoæ2023-10-1713-151/+210
* chore(files): Clean up unused componentsChristopher Ng2023-10-143-523/+0
* fix(files): Remove unnecessary sort direction from labelChristopher Ng2023-10-141-5/+1
* enh(files): Add accessible sort directionChristopher Ng2023-10-141-3/+14
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-107-98/+338
* fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-042-2/+12
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-035-9/+9
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-282-2/+4
* fix(files): pass WCAG AA for hover rowsJohn Molakvoæ2023-09-282-18/+20
* feat(files): properly format buttons, align mtime to the left and apply opaci...John Molakvoæ (skjnldsv)2023-09-274-21/+26
* Merge pull request #40604 from nextcloud/fix/dnd/open-fileidJohn Molakvoæ2023-09-274-7/+13
|\
| * fix(files): open folder fileid while navigating without opening the sidebarJohn Molakvoæ2023-09-274-7/+13
* | fix(files): use `OC.Files.getClient()`Max2023-09-261-2/+2
|/
* fix(files): preview loadingJohn Molakvoæ (skjnldsv)2023-09-261-8/+10
* feat(files): add move or copy actionJohn Molakvoæ2023-09-2616-137/+722
* feat(files): add drag and drop supportJohn Molakvoæ2023-09-263-4/+125
* feat(files): add folder icon overlayJohn Molakvoæ2023-09-261-0/+1
* fix(files): revert button maxcontrastJohn Molakvoæ (skjnldsv)2023-09-211-4/+0
* fix(files): title and inline actionsJohn Molakvoæ (skjnldsv)2023-09-211-2/+13
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-2116-207/+78
* feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-203-2/+9
* fix(systemtags): fix capabilities and sidebar + tag visibilityJohn Molakvoæ (skjnldsv)2023-09-183-4/+4
* fix(files): allow downloading folders within user root folders onlyJohn Molakvoæ (skjnldsv)2023-09-181-1/+13
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-185-58/+21
* fix(files): CustomElementRender $el replacement bugJohn Molakvoæ (skjnldsv)2023-09-183-8/+8
* refactor(f2v): Migrate unread comments action to the new FileAction APILucas Azevedo2023-09-161-1/+0
* Use t and n for translationLouis Chemineau2023-09-141-5/+5
* fix: Update file list headers on breadcrumb navigationJulius Härtl2023-09-111-0/+3
* Remove quotation marksValdnet2023-09-081-1/+1
* feat(files): add folder icon overlayJohn Molakvoæ2023-09-052-7/+73