aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* add commands to copy/move filesRobin Appelman2023-07-125-0/+261
* files: Add OpenAPI specjld31032023-07-1213-10/+2116
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12122-746/+768
* feat(files_sharing): add openInFiles actionJohn Molakvoæ2023-07-111-2/+1
* fix(files): empty default actionJohn Molakvoæ2023-07-112-8/+22
* chore: add actions testingJohn Molakvoæ2023-07-111-0/+13
* fix: legacy files favorite event node typeJohn Molakvoæ2023-07-111-1/+2
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-116-84/+10
* fix(files): actions permissions requirementsJohn Molakvoæ2023-07-118-15/+58
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-116-2/+52
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-106-2/+48
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-092-4/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-088-8/+52
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0722-14/+230
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06122-282/+532
* fix(files): show a border around the favorite icon for better contrastJohn Molakvoæ2023-07-051-0/+7
* fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-0513-79/+69
* fix(files): invalid default actionsJohn Molakvoæ2023-07-055-6/+9
* chore: remove old favorites viewJohn Molakvoæ2023-07-0512-1020/+0
* feat: add caption propJohn Molakvoæ2023-07-051-0/+7
* feat: add favorites view testingJohn Molakvoæ2023-07-0511-18/+221
* chore: update webdav to 5.2.2John Molakvoæ2023-07-051-3/+8
* fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-052-1/+4
* feat: add modified columnJohn Molakvoæ2023-07-059-10/+69
* fix(files): fix actions svgJohn Molakvoæ2023-07-056-12/+12
* feat: add view in folder action with testsJohn Molakvoæ2023-07-053-0/+230
* fix(files): hidden default actionsJohn Molakvoæ2023-07-0512-47/+39
* feat(files): import all actionsJohn Molakvoæ2023-07-051-0/+3
* feat(files): implement built-in renamingJohn Molakvoæ2023-07-054-52/+315
* feat(files): sort favorites firstJohn Molakvoæ2023-07-054-3/+23
* fix(files): fix favorites legacy to vue handling and sortingJohn Molakvoæ2023-07-052-30/+77
* feat(files): favoritesJohn Molakvoæ2023-07-057-1/+399
* Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-032-53/+47
|\
| * Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
* | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
|/
* Merge pull request #38905 from nextcloud/artonge/feat/improve_files_versions_...Louis2023-06-302-1/+13
|\
| * Do not load preview if version tab is not activeLouis Chemineau2023-06-282-1/+13
* | fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-291-2/+2
|/
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-276-16/+13
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-274-66/+66
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-262-72/+72
* address reviewSimon L2023-06-242-5/+5
* only print deprecation logs if debug mode is enabledSimon L2023-06-242-5/+5
* Move deprecation warnings to debugSimon L2023-06-242-5/+5
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-244-30/+106
* Merge pull request #38948 from nextcloud/Jerome-Herbinet-collaborative-tags-a...John Molakvoæ2023-06-235-5/+4
|\
| * Align collaborative tags differentlyJérôme Herbinet2023-06-235-5/+4
* | feat: add rename action with testsJohn Molakvoæ2023-06-224-2/+164
* | fix(files): action default is false if not setJohn Molakvoæ2023-06-223-1/+3
* | feat: add favorite action with testsJohn Molakvoæ2023-06-222-0/+490