aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
| * feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-152-1/+9
* | fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
|/
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-152-1/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-132-2/+2
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-1/+1
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-124-8/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-124-6/+6
* Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_viewFerdinand Thiessen2024-07-111-5/+2
|\
| * fix(files): Add rounded corners back in grid viewLouis Chemineau2024-07-111-5/+2
* | feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-112-9/+31
|/
* chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-102-2/+2
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-0911-14/+15
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-097-3/+16
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0918-29/+57
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-094-0/+10
* fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* style: unify copy iconAndy Scherzinger2024-07-071-1/+1
* Merge pull request #46307 from nextcloud/artonge/feat/improve_grid_viewJohn Molakvoæ2024-07-055-60/+95
|\
| * feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
| * feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-052-0/+4
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-042-12/+12
* Merge pull request #45982 from nextcloud/artonge/update/disable_copy_button_o...Louis2024-07-031-1/+2
|\
| * fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-1/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-032-0/+10
|/
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-150/+178
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-012-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-304-4/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-294-0/+12
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-284-0/+10
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* Merge pull request #46059 from nextcloud/perf/remove_useless_sessionBenjamin Gaussorgues2024-06-271-3/+0
|\
| * perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-274-2/+6
* | fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-263-2/+71
* | feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-264-2/+10
* | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-4/+5
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2548-6/+62
* | feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* | refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-243-4/+8
* | fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-245-4/+12
|/
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-2313-132/+321
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-239-55/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-212-0/+4
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-204-12/+10
* Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_foldersLouis2024-06-201-5/+3
|\