aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-063-24/+151
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-062-0/+2
* fix(files): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-052-0/+2
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-042-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-036-2/+10
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-024-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0120-2/+44
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3178-82/+86
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
* Merge pull request #43194 from nextcloud/fix/fix-psalm-missing-template-param...Côme Chilliet2024-01-302-0/+2
|\
| * chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-306-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2910-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2898-130/+26
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-274-4/+15
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-274-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2686-86/+100
* Merge pull request #43104 from nextcloud/chore/cleanupJohn Molakvoæ2024-01-255-243/+0
|\
| * chore(files): cleanup old templatesJohn Molakvoæ2024-01-255-243/+0
* | 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-255-53/+90
* | 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-253-18/+29
* | fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
* | Merge pull request #43090 from nextcloud/fix/files--combine-navigation-and-appJulia Kirschenheuter2024-01-257-75/+51
|\ \ | |/ |/|
| * fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-257-75/+51
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-254-0/+12
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-244-32/+46
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2312-6/+42
* Merge pull request #43027 from nextcloud/fix/svg-viewbox-attributeKate2024-01-222-2/+2
|\
| * fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-222-2/+2
* | fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2218-4/+72
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-21100-266/+266
* 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): Fix checkbox state semanticsChristopher Ng2024-01-204-17/+23
* Merge pull request #42888 from nextcloud/techdebt/noid/openapi-scopesJoas Schilling2024-01-193-6/+6
|\