summaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-253-28/+40
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-252-11/+23
* fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
* fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-214-17/+23
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-1/+3
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for copy-move-...Ferdinand Thiessen2024-01-206-41/+43
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-35/+79
* fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-181-4/+7
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-183-4/+4
* use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
* fix(files): better upload error handlingJohn Molakvoæ2024-01-162-2/+38
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2024-01-161-1/+28
* feat(files): show quota warning on page load or if storage becomes fullJohn Molakvoæ2024-01-161-0/+18
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
* fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
* Merge pull request #42719 from nextcloud/feature/filelist_refresh_current_fol...John Molakvoæ2024-01-121-1/+17
|\
| * Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+17
* | fix(files): switched native input to NcButtonEduardo Morales2024-01-111-3/+4
|/
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-113-13/+11
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-112-24/+56
* fix(files): fix unshare actionJohn Molakvoæ2024-01-111-1/+26
* refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-104-49/+82
* Fix typo in move or copy dialogJoas Schilling2024-01-101-1/+1
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-091-1/+4
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-081-3/+13
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-082-2/+2
* refactor(files): replace deprecated `is` attr on `<a>` with dynamic componentGrigorii K. Shartsev2024-01-081-11/+20
* fix(files): make file list item link focusableGrigorii K. Shartsev2024-01-081-1/+2
* fix(files): remove focus outline on file list item clickGrigorii K. Shartsev2024-01-081-2/+4
* fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2024-01-081-0/+1
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
* enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-281-5/+11
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-282-4/+18
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-272-2/+12
* fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-271-0/+6
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-243-14/+78
* fix(files): recursive drop path joinJohn Molakvoæ2023-12-241-2/+5
* fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-211-72/+8
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
* fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-152-7/+7
* fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-151-1/+1
* fix(files): navigation exactJohn Molakvoæ2023-12-141-1/+2
* fix(files): templates logger usageJohn Molakvoæ2023-12-141-1/+1
* feat(files): add batch support to copy-moveJohn Molakvoæ2023-12-142-24/+48