aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-182-7/+20
| | | | | | Otherwise it is not valid and does not ception the table. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(chore) - built and changed this.source -> sourceEduardo Morales2023-11-161-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(component): changed moment to date object for Nc Component using ↵Eduardo Morales2023-11-161-15/+2
| | | | | | Node.mtime returned date object Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(component): utilized NcDateTime componentEduardo Morales2023-11-161-2/+10
| | | | | | Resolves #41261 Replaces span element with custom Nc Vue Component Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Ensure favorites and folders are sorted first regardless or ↵Ferdinand Thiessen2023-11-161-16/+35
| | | | | | | | sorting order Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Sort list ASC by defaultJoas Schilling2023-11-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve shared status buttonMarco2023-11-141-1/+14
| | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* fix(files): Use color-primary-element-text for files/folders overlay iconsJonas2023-11-141-1/+1
| | | | Signed-off-by: Jonas <jonas@freesources.org>
* fix(files): Show Collectives icon in Collectives foldersJonas2023-11-142-0/+45
| | | | Signed-off-by: Jonas <jonas@freesources.org>
* Use background to increase overlay contrastLouis Chemineau2023-11-132-10/+5
| | | | | | | And limit it to files Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display play icon over live photos' previewsLouis Chemineau2023-11-093-3/+29
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Hide .mov for live photosLouis Chemineau2023-11-093-2/+44
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-082-21/+19
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-084-48/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): support nested actionsJohn Molakvoæ2023-11-082-18/+132
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Do not encode the path twice (and do not use undefined method)Ferdinand Thiessen2023-11-071-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* display inline title alwaysSimon L2023-11-071-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Revert "display inline title always"Simon L2023-11-071-1/+1
| | | | This reverts commit 9ea30dcab612b8b1d035525ab4ae3b1990d0022e.
* display inline title alwaysSimon L2023-11-071-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix(files): correct item heightVarun Patil2023-10-212-1/+2
| | | | | | | | | 1. grid: typo? The icon size is 160 - 44 + (44 / 2) = 138px 2. non-grid: border is already included in height because the tr is a border-box (made this explicit to be safe) Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): disable size containment on headersVarun Patil2023-10-201-1/+1
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix(files): virtual list will-change valueVarun Patil2023-10-201-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-195-38/+16
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* perf(files): performance optimizationsVarun Patil2023-10-194-15/+25
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(files): fix new folder encodingJohn Molakvoæ2023-10-171-4/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settingsSimon L2023-10-171-1/+9
|\ | | | | fix several personal settings problems
| * fix several personal settings problemsSimon L2023-10-171-1/+9
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-172-2/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-173-13/+37
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-174-4/+47
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): grid viewJohn Molakvoæ2023-10-178-66/+604
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry NameJohn Molakvoæ2023-10-174-254/+352
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-172-189/+292
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-172-52/+137
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-174-158/+238
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-1713-151/+210
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): Clean up unused componentsChristopher Ng2023-10-143-523/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Remove unnecessary sort direction from labelChristopher Ng2023-10-141-5/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(files): Add accessible sort directionChristopher Ng2023-10-141-3/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-107-98/+338
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-042-2/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-035-9/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-282-2/+4
| | | | | | To encode # and other characters properly Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(files): pass WCAG AA for hover rowsJohn Molakvoæ2023-09-282-18/+20
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>