aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-013-12/+19
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-0123-23/+22
* fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-016-74/+89
* fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
* Merge pull request #46913 from nextcloud/fix/menu-orderFerdinand Thiessen2024-07-311-2/+2
|\
| * fix(files): fix template folder and file request menu orderskjnldsv2024-07-311-2/+2
* | fix(files): do not show legacy `edit locally` action on public pagesskjnldsv2024-07-311-1/+1
|/
* Merge pull request #46897 from nextcloud/fix/missing-templateFerdinand Thiessen2024-07-311-0/+35
|\
| * revert: chore(files): cleanup old templatesFerdinand Thiessen2024-07-311-0/+35
* | fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-11/+34
* | feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
* | fix(files): Set container for file list actionsFerdinand Thiessen2024-07-311-0/+1
* | Merge pull request #46895 from nextcloud/fix/template-fillerJohn Molakvoæ2024-07-311-4/+2
|\ \
| * | fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
| * | fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-314-0/+54
|/
* fix(files_sharing): Make account file filter consistent have designFerdinand Thiessen2024-07-302-1/+11
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-302-8/+7
* fix(files): correctly shrink breadcrumbs barRaimund Schlüßler2024-07-301-0/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-3012-8/+60
* chore: fix some commentswithbest2024-07-291-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2912-0/+22
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2864-124/+306
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-274-122/+345
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2798-486/+764
* fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-1/+11
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-262-170/+115
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2696-672/+1786
* Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-2522-152/+1055
|\
| * test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-253-35/+40
| * refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-256-46/+82
| * feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-2519-116/+908
| * feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-256-68/+138
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-252-0/+16
|\ \ | |/ |/|
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-222-0/+16
* | fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-252-61/+70
* | fix: PHP formattingElizabeth Danzberger2024-07-254-2/+17
* | fix: Can close template filler modalElizabeth Danzberger2024-07-251-4/+10
* | fix: Add SPDX header to new fileElizabeth Danzberger2024-07-251-0/+5
* | feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-254-25/+100
* | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
* | fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-253-11/+65
* | feat: TemplateFiller componentElizabeth Danzberger2024-07-252-4/+24
* | feat: Add template filler componentElizabeth Danzberger2024-07-251-0/+26
* | fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-1/+8
* | fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-254-16/+34
* | chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-255-204/+12
* | fix(files): validate input when creating file/directoryMaksim Sukharev2024-07-242-8/+67
* | fix(files): Grid view virtual scrolling computationsLouis Chemineau2024-07-242-8/+6