| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files): also enable delete action if trashbin is disabled | Ferdinand Thiessen | 11 days | 1 | -9/+10 |
* | fix(files_sharing): ensure downloaded file has the correct filename | Ferdinand Thiessen | 2025-03-05 | 2 | -5/+30 |
* | feat(files): allow to ignore warning to change file type | Ferdinand Thiessen | 2025-03-04 | 8 | -169/+417 |
* | fix(files_trashbin): disable bulk download for trashbin | Ferdinand Thiessen | 2025-03-03 | 1 | -2/+8 |
* | refactor: use eventbus for updated filters | Ferdinand Thiessen | 2025-03-03 | 3 | -15/+7 |
* | fix(files): Ensure the filter instance is mounted | Ferdinand Thiessen | 2025-03-03 | 2 | -2/+7 |
* | fix(l10n): use `do not` instead of `don't` | Valdnet | 2025-03-02 | 2 | -2/+2 |
* | Merge pull request #51058 from nextcloud/backport/51049/stable31 | Joas Schilling | 2025-02-27 | 3 | -3/+3 |
|\ |
|
| * | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 3 | -3/+3 |
* | | fix(files): exception when share-attributes is undefinedbackport/51077/stable31 | Varun Patil | 2025-02-27 | 1 | -1/+1 |
|/ |
|
* | fix(l10n): Spelling standardization | Valdnet | 2025-02-25 | 3 | -4/+4 |
* | fix(files): do not show extension warning for folders renaming | skjnldsv | 2025-02-19 | 1 | -3/+3 |
* | fix(files): attach sidebar to main content for vue debug | skjnldsv | 2025-02-18 | 2 | -15/+26 |
* | fix(files): properly show file not found error | skjnldsv | 2025-02-18 | 1 | -3/+13 |
* | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 1 | -5/+9 |
* | fix(transferownership): allow searching by email, display user.shareWithDispl... | Julien Veyssier | 2025-02-17 | 1 | -14/+6 |
* | fix(template-filler): Hide template fields with unknown labels | Elizabeth Danzberger | 2025-02-13 | 3 | -5/+13 |
* | fix(files): only send config update requests if user is logged in | Ferdinand Thiessen | 2025-02-09 | 5 | -127/+126 |
* | chore(files): add actions cypress tests | skjnldsv | 2025-02-07 | 1 | -1/+1 |
* | fix(files): support submenu in batch actions header too | skjnldsv | 2025-02-07 | 5 | -60/+201 |
* | fix(files): Do not download files with `openfile` query flag | Ferdinand Thiessen | 2025-02-06 | 2 | -35/+68 |
* | fix(files): Correctly scroll selected file into view | Ferdinand Thiessen | 2025-02-06 | 3 | -51/+122 |
* | fix(files): properly update store on files conversions success | skjnldsv | 2025-02-04 | 5 | -63/+63 |
* | fix(files): Fix casing | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
* | chore(files): Change "filename" to "file name" | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
* | fix: Use `searchFrom` property for client side pluginsbackport/50550/stable31 | nfebe | 2025-01-31 | 1 | -0/+2 |
* | fix(files): Allow opening the same file repeatedly | provokateurin | 2025-01-30 | 1 | -1/+1 |
* | fix(unified-search): Prevent multiple file picker triggers in in-folder search | nfebe | 2025-01-29 | 1 | -20/+24 |
* | fix(unified-search): Use appId for searching | nfebe | 2025-01-29 | 1 | -2/+3 |
* | fix: Hide "Create templates folder" option if templates are disabled in confi... | Pawel Boguslawski | 2025-01-27 | 1 | -2/+4 |
* | fix(files): jsunit file_conversionsfeat/file-conversion-provider-front | skjnldsv | 2025-01-22 | 1 | -1/+1 |
* | fix(files): better conversion error messages | skjnldsv | 2025-01-22 | 1 | -3/+6 |
* | feat(files): add conversion action | skjnldsv | 2025-01-22 | 4 | -1/+228 |
* | fix(files): Ensure favorites set in sidebar work | Ferdinand Thiessen | 2025-01-21 | 3 | -10/+32 |
* | fix(files): Properly reset all file list filters on view change | Ferdinand Thiessen | 2025-01-21 | 5 | -69/+131 |
* | fix(files): File type filter UI sync with filter state | Ferdinand Thiessen | 2025-01-17 | 2 | -9/+34 |
* | chore: Resolve ESLint warnings | Ferdinand Thiessen | 2025-01-16 | 5 | -18/+15 |
* | fix(files): sort not working after changing viewsfix/files/sort-after-view-change | Richard Steinmetz | 2025-01-16 | 6 | -36/+13 |
* | fix(files): hide move dialog action if destination has no CREATE permission | Maksim Sukharev | 2025-01-15 | 1 | -0/+5 |
* | fix: Remove duplicate propfind call | Louis Chemineau | 2025-01-15 | 3 | -32/+37 |
* | fix: Show full template name | Julius Knorr | 2025-01-15 | 1 | -3/+0 |
* | feat(files_trashbin): Allow preventing trash to be deleted permanently | provokateurin | 2025-01-13 | 3 | -1/+48 |
* | fix(files): rename actions submenu back entrybackport/50123/master | skjnldsv | 2025-01-10 | 1 | -1/+1 |
* | fix(files): close submenu on main actions state change | skjnldsv | 2025-01-10 | 1 | -0/+7 |
* | fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpath | Louis Chemineau | 2025-01-09 | 1 | -1/+1 |
* | fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebar | Louis Chemineau | 2025-01-09 | 1 | -2/+2 |
* | feat(files): Display meaningful error message on move failure | Christopher Ng | 2025-01-03 | 1 | -2/+13 |
* | fix(files): Only register preview service worker once when the instance is ho...fix/files/preview-service-worker-registration | provokateurin | 2024-12-18 | 1 | -1/+8 |
* | feat(systemtags): add systemtag manage keyboard shortcut | skjnldsv | 2024-12-17 | 4 | -26/+67 |
* | feat(files): add keyboard shortcuts helper section | skjnldsv | 2024-12-17 | 2 | -4/+155 |