aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1722-26/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1664-308/+308
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40893 from nextcloud/enh/a11y/files-header-sortJohn Molakvoæ2023-10-155-531/+15
|\
| * 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-152-0/+28
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-142-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-136-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1226-2/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-108-101/+343
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-104-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-088-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0626-2/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-052-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-044-3/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #40756 from nextcloud/fix/encoded-sourceJohn Molakvoæ2023-10-0410-24/+24
|\
| * fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-045-15/+15
| | | | | | | | Signed-off-by: John Molakvoæ <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(l10n): Update translations from TransifexNextcloud bot2023-10-042-0/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-036-2/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-022-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-306-28/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40644 from ↵Christoph Wurst2023-09-292-2/+4
|\ | | | | | | | | nextcloud/fix/noid/encode-uri-trashbin-restore-files-delete-favorite fix: encode uri for delete, restore and favorite
| * 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(l10n): Update translations from TransifexNextcloud bot2023-09-296-2/+88
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>
* Merge pull request #39225 from shdehnavi/null_coalescing_conversion_appsChristoph Wurst2023-09-281-1/+1
|\ | | | | Convert isset ternary to null coalescing operator
| * Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | Merge pull request #40583 from nextcloud/feat/button-mtimeJohn Molakvoæ2023-09-284-21/+26
|\ \ | |/ |/|
| * feat(files): properly format buttons, align mtime to the left and apply ↵John Molakvoæ (skjnldsv)2023-09-274-21/+26
| | | | | | | | | | | | opacity based on file last modification Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2822-0/+334
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-24/+36
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptionsKate2023-09-274-46/+8
|\ | | | | Add single status code descriptions for OpenAPI
| * Add single status code descriptions for OpenAPIjld31032023-09-274-46/+8
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | 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
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #40065 from nextcloud/bugfix/files/navigation-apiJohn Molakvoæ2023-09-272-5/+4
|\ \ | |/ |/|
| * fix(files): use `OC.Files.getClient()`Max2023-09-261-2/+2
| | | | | | | | | | | | `OCA.Files.App.fileList` is not initiated anymore. Signed-off-by: Max <max@nextcloud.com>
| * fix(files): do not include scripts for merge-indexMax2023-09-261-3/+2
| | | | | | | | Signed-off-by: Max <max@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2748-0/+174
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): preview loadingJohn Molakvoæ (skjnldsv)2023-09-262-9/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-2616-137/+722
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add drag and drop supportJohn Molakvoæ2023-09-263-4/+125
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add folder icon overlayJohn Molakvoæ2023-09-261-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-246-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>