Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files): breadcrumbs dnd | skjnldsv | 2024-04-04 | 3 | -70/+188 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 5 | -10/+10 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-04 | 4 | -4/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): Fix translation of "Delete file" | Joas Schilling | 2024-04-02 | 1 | -4/+16 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-02 | 2 | -0/+56 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-01 | 4 | -6/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-31 | 6 | -12/+76 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-30 | 6 | -2/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-29 | 98 | -1286/+1416 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-27 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(personal-files): correctly filters groupfolders now | Eduardo Morales | 2024-03-26 | 1 | -6/+9 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-26 | 4 | -4/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-25 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(tests): Add mock for `window._oc_webroot` | Ferdinand Thiessen | 2024-03-23 | 3 | -0/+18 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): When copying nodes only add the copy suffix for file before file ↵ | Ferdinand Thiessen | 2024-03-22 | 2 | -7/+30 | |
| | | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not escape file names for filepicker buttons | Ferdinand Thiessen | 2024-03-22 | 1 | -2/+2 | |
| | | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Update openapi spec | Christopher Ng | 2024-03-20 | 1 | -0/+5 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 3 | -1/+3 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-19 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 2 | -12/+19 | |
| | | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 90 | -110/+106 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): provide onDestroy callback for interactive widgets | Maksim Sukharev | 2024-03-16 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): fixed breadcrumbs dissapearing on narrow screens | Eduardo Morales | 2024-03-15 | 1 | -2/+3 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Merge pull request #41973 from nextcloud/files-scan-path-option | John Molakvoæ | 2024-03-15 | 1 | -1/+1 | |
|\ | ||||||
| * | use correct mode constant of files:scan's --path option | Robin Appelman | 2024-02-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix: Ensure correct stacking context for right click menu | Christopher Ng | 2024-03-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | test(files): Add e2e tests for live photo sync | Louis Chemineau | 2024-03-14 | 2 | -4/+10 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | fix(files): Do not require files_trashbin in live photo sync listener | Louis Chemineau | 2024-03-14 | 5 | -134/+72 | |
| | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-14 | 2 | -0/+12 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files): Right click menu positioning | Christopher Ng | 2024-03-12 | 2 | -6/+8 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix(files): Right click menu scroll reset glitch | Christopher Ng | 2024-03-12 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix: Open viewer on simple file widget | Julius Härtl | 2024-03-11 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-10 | 4 | -12/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #43589 from nextcloud/feat/reminder-status | Pytal | 2024-03-09 | 1 | -1/+1 | |
|\ \ | | | | | | | feat(files_reminders): Add reminder status indicator | |||||
| * | | fix(files): Close submenu actions after click like top-level actions | Christopher Ng | 2024-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-09 | 24 | -0/+82 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 2 | -17/+65 | |
|/ / | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 62 | -32/+100 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -7/+19 | |
| | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | refactor: improve autoload_static formating & update autoloaders | fenn-cs | 2024-03-07 | 3 | -4/+6 | |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 6 | -0/+145 | |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | fix: Positioning and active state of viewer components | Julius Härtl | 2024-03-07 | 1 | -3/+10 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | feat(files): add Folder Preview ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -50/+88 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | feat(files): add Viewer Files ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -6/+98 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | feat: reconfigured NcActions to use MDI's | Eduardo Morales | 2024-03-06 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | Merge pull request #43941 from nextcloud/fix/files-open-text | John Molakvoæ | 2024-03-05 | 1 | -1/+7 | |
|\ \ | | | | | | | fix(files): Open new file when created from template | |||||
| * | | fix(files): Open new file when created from template | Ferdinand Thiessen | 2024-03-05 | 1 | -1/+7 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 7 | -34/+28 | |
|\ \ \ | | | | | | | | | Cache path by id |