Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-03 | 62 | -62/+254 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): cancel move-copy action should not be handled as an error | Ferdinand Thiessen | 2024-08-02 | 1 | -17/+36 | |
| | | | | | | Instead we should just show an information message why the file is not moved / copied. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): show folder sharing overlay on received shares | skjnldsv | 2024-08-02 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | fix(files): Close the sidebar on navigation | Ferdinand Thiessen | 2024-08-02 | 2 | -1/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(comments): Fix issues thrown by comments sidebar tab code | Ferdinand Thiessen | 2024-08-02 | 1 | -4/+4 | |
| | | | | | | | | When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data). This is fixed as well as some other vue related errors in the sidebar Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Ensure displayname is a string | Ferdinand Thiessen | 2024-08-02 | 3 | -37/+25 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not split filename into `base` and `extension` for folders | Ferdinand Thiessen | 2024-08-02 | 4 | -14/+17 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(deps): Update `@nextcloud/files` to v3.6.0 | Ferdinand Thiessen | 2024-08-02 | 5 | -169/+11 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-02 | 90 | -172/+400 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): empty folder pending size | skjnldsv | 2024-08-01 | 1 | -2/+2 | |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | fix(files): do not show legacy `edit locally` action on public pages | skjnldsv | 2024-07-31 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix: Adjust tests for editLocallyAction | fenn-cs | 2024-07-31 | 2 | -10/+39 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | feat(editLocallyAction): Handle possible no local client scenario | fenn-cs | 2024-07-31 | 1 | -3/+54 | |
| | | | | | | Resolves: https://github.com/nextcloud/server/issues/46438 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-31 | 4 | -0/+54 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-30 | 12 | -8/+60 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-29 | 12 | -0/+22 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #46763 from nextcloud/backport/46672/stable28 | Andy Scherzinger | 2024-07-28 | 2 | -0/+16 | |
|\ | | | | | [stable28] Avoid using partial file info as valid one | |||||
| * | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-25 | 2 | -0/+16 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-28 | 64 | -124/+306 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files): always ask for confirmation if trashbin app is disabled | skjnldsv | 2024-07-27 | 4 | -102/+353 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-27 | 98 | -486/+764 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 96 | -672/+1786 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): ensure forbiddenCharacters is an array | Maksim Sukharev | 2024-07-25 | 2 | -2/+2 | |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | |||||
* | fix(files): validate input when creating file/directory | Maksim Sukharev | 2024-07-24 | 2 | -10/+67 | |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-24 | 4 | -8/+16 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 8 | -2/+22 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-22 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 20 | -2/+88 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-20 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 6 | -0/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #46561 from nextcloud/backport/46354/stable28 | John Molakvoæ | 2024-07-18 | 1 | -4/+1 | |
|\ | ||||||
| * | fix: stop file actions when conflict dialog skipped | grnd-alt | 2024-07-16 | 1 | -4/+1 | |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-17 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-14 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-13 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-12 | 4 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | refactor: Use composable for `currentView` and `views` to make it reactive ↵ | Ferdinand Thiessen | 2024-07-10 | 14 | -158/+364 | |
| | | | | | | when shared with other Vue apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(deps): Update `debounce` to 2.1.0 | Ferdinand Thiessen | 2024-07-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Update `@nextcloud/files` to v3.5.1 | Ferdinand Thiessen | 2024-07-10 | 9 | -56/+10 | |
| | | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | sidebar: allow turning off tags view by default | Git'Fellow | 2024-07-09 | 2 | -2/+13 | |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> sidebar: allow turning off tags view by default Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-09 | 4 | -0/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-05 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-04 | 2 | -12/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-03 | 2 | -0/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): Rename openFileInfo to fileInfo | Louis Chemineau | 2024-07-01 | 2 | -3/+6 | |
| | | | | | | And check if openFile is set in the URL before opening a file. Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Don't react to clicks when renaming | Louis Chemineau | 2024-07-01 | 1 | -0/+9 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | feat(files): increase max copy-move concurrency to 5 | John Molakvoæ | 2024-07-01 | 1 | -1/+4 | |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-01 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-30 | 4 | -4/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-29 | 4 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |