aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen11 days1-9/+10
* fix(files_sharing): ensure downloaded file has the correct filenameFerdinand Thiessen2025-03-052-5/+30
* feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-03-048-169/+417
* fix(files_trashbin): disable bulk download for trashbinFerdinand Thiessen2025-03-031-2/+8
* refactor: use eventbus for updated filtersFerdinand Thiessen2025-03-033-15/+7
* fix(files): Ensure the filter instance is mountedFerdinand Thiessen2025-03-032-2/+7
* fix(l10n): use `do not` instead of `don't`Valdnet2025-03-022-2/+2
* Merge pull request #51058 from nextcloud/backport/51049/stable31Joas Schilling2025-02-273-3/+3
|\
| * fix(l10n): Improve english source stringsJoas Schilling2025-02-263-3/+3
* | fix(files): exception when share-attributes is undefinedbackport/51077/stable31Varun Patil2025-02-271-1/+1
|/
* fix(l10n): Spelling standardizationValdnet2025-02-253-4/+4
* fix(files): do not show extension warning for folders renamingskjnldsv2025-02-191-3/+3
* fix(files): attach sidebar to main content for vue debugskjnldsv2025-02-182-15/+26
* fix(files): properly show file not found errorskjnldsv2025-02-181-3/+13
* fix(files): properly forward open params from short urlsskjnldsv2025-02-181-5/+9
* fix(transferownership): allow searching by email, display user.shareWithDispl...Julien Veyssier2025-02-171-14/+6
* fix(template-filler): Hide template fields with unknown labelsElizabeth Danzberger2025-02-133-5/+13
* fix(files): only send config update requests if user is logged inFerdinand Thiessen2025-02-095-127/+126
* chore(files): add actions cypress testsskjnldsv2025-02-071-1/+1
* fix(files): support submenu in batch actions header tooskjnldsv2025-02-075-60/+201
* fix(files): Do not download files with `openfile` query flagFerdinand Thiessen2025-02-062-35/+68
* fix(files): Correctly scroll selected file into viewFerdinand Thiessen2025-02-063-51/+122
* fix(files): properly update store on files conversions successskjnldsv2025-02-045-63/+63
* fix(files): Fix casingChristopher Ng2025-02-041-1/+1
* chore(files): Change "filename" to "file name"Christopher Ng2025-02-041-1/+1
* fix: Use `searchFrom` property for client side pluginsbackport/50550/stable31nfebe2025-01-311-0/+2
* fix(files): Allow opening the same file repeatedlyprovokateurin2025-01-301-1/+1
* fix(unified-search): Prevent multiple file picker triggers in in-folder searchnfebe2025-01-291-20/+24
* fix(unified-search): Use appId for searchingnfebe2025-01-291-2/+3
* fix: Hide "Create templates folder" option if templates are disabled in confi...Pawel Boguslawski2025-01-271-2/+4
* fix(files): jsunit file_conversionsfeat/file-conversion-provider-frontskjnldsv2025-01-221-1/+1
* fix(files): better conversion error messagesskjnldsv2025-01-221-3/+6
* feat(files): add conversion actionskjnldsv2025-01-224-1/+228
* fix(files): Ensure favorites set in sidebar workFerdinand Thiessen2025-01-213-10/+32
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-215-69/+131
* fix(files): File type filter UI sync with filter stateFerdinand Thiessen2025-01-172-9/+34
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-165-18/+15
* fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
* fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-151-0/+5
* fix: Remove duplicate propfind callLouis Chemineau2025-01-153-32/+37
* fix: Show full template nameJulius Knorr2025-01-151-3/+0
* feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-133-1/+48
* fix(files): rename actions submenu back entrybackport/50123/masterskjnldsv2025-01-101-1/+1
* fix(files): close submenu on main actions state changeskjnldsv2025-01-101-0/+7
* fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpathLouis Chemineau2025-01-091-1/+1
* fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebarLouis Chemineau2025-01-091-2/+2
* feat(files): Display meaningful error message on move failureChristopher Ng2025-01-031-2/+13
* fix(files): Only register preview service worker once when the instance is ho...fix/files/preview-service-worker-registrationprovokateurin2024-12-181-1/+8
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-174-26/+67
* feat(files): add keyboard shortcuts helper sectionskjnldsv2024-12-172-4/+155