Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-20 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #47182 from nextcloud/orphan-cleanup-chunk-perf | Robin Appelman | 2024-08-19 | 1 | -9/+6 |
|\ | | | | | perf: improve cleanup of tags/comments | ||||
| * | perf: improve cleanup of tags/comments | Robin Appelman | 2024-08-15 | 1 | -9/+6 |
| | | | | | | | | | | | | delete entire chunk at once instead of one-by-one Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-19 | 2 | -0/+66 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-18 | 8 | -0/+28 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 2 | -1/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-17 | 6 | -0/+22 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-16 | 24 | -4/+100 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-15 | 98 | -2390/+766 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #47212 from nextcloud/chore/master-is-now-31 | John Molakvoæ | 2024-08-14 | 1 | -2/+2 |
|\ | |||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | perf(files): Cache `getContents` function used for uploader | Ferdinand Thiessen | 2024-08-14 | 3 | -12/+36 |
|/ | | | | | | | | Instead of trigger a PROPFIND for every new-menu entry clicks, or conflict handling of uploads, we can just use the cached content from the file store. If we do not have any cache entry we fetch new, but otherwise this is not needed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): Drop unneeded initial state | Ferdinand Thiessen | 2024-08-14 | 2 | -62/+20 |
| | | | | | | | The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite it was only used for the `id` which can be loaded just from the URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Fix non-sticky sticky views in files nav | Christopher Ng | 2024-08-14 | 1 | -1/+6 |
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | chore(i18n): Improved grammar | rakekniven | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-14 | 6 | -4/+44 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵ | Ferdinand Thiessen | 2024-08-13 | 2 | -6/+5 |
| | | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Add messages when "new folder" fails or gets cancelled | Ferdinand Thiessen | 2024-08-13 | 1 | -3/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-13 | 4 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-12 | 4 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #47157 from nextcloud/perf/prevent-extra-requests | Pytal | 2024-08-10 | 1 | -6/+3 |
|\ | | | | | perf(files): Prevent extraneous requests when tree children are loading | ||||
| * | perf(files): Prevent extraneous requests when tree children are loading | Christopher Ng | 2024-08-09 | 1 | -6/+3 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-10 | 20 | -0/+82 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): trim names on new node creation | skjnldsv | 2024-08-09 | 3 | -7/+11 |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(files): Disable tags editing for shared files/folders with view only ↵ | Konstantin Myakshin | 2024-08-09 | 2 | -0/+2 |
| | | | | | | permission Signed-off-by: Konstantin Myakshin <molodchick@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-09 | 8 | -30/+92 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat: Load limited depth tree | Christopher Ng | 2024-08-08 | 5 | -33/+101 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Add getter for all view configs | Christopher Ng | 2024-08-08 | 1 | -0/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(files): Remove redundant call to get navigation | Christopher Ng | 2024-08-08 | 1 | -1/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Update openapi | Christopher Ng | 2024-08-08 | 3 | -28/+93 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Allow specifying path and depth for returned folder tree | Christopher Ng | 2024-08-08 | 1 | -44/+37 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-08 | 2 | -0/+70 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): file name and header sort buttons alignments | skjnldsv | 2024-08-07 | 2 | -2/+3 |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(files): use `files:config:updated` to monitor user config change | skjnldsv | 2024-08-07 | 2 | -4/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-07 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-06 | 12 | -0/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-05 | 8 | -0/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-04 | 6 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): When redirecting to a file (internal link) then it should open ↵ | Ferdinand Thiessen | 2024-08-03 | 1 | -0/+2 |
| | | | | | | by default Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): `openfile` is set on the query not as a param | Ferdinand Thiessen | 2024-08-03 | 1 | -2/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-03 | 62 | -62/+254 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | 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> | ||||
* | fix(files): Minimize `min-height` of dialog form | julia.kirschenheuter | 2024-08-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #46963 from nextcloud/fix/move-copy-error | John Molakvoæ | 2024-08-02 | 1 | -13/+32 |
|\ | |||||
| * | fix(files): cancel move-copy action should not be handled as an error | Ferdinand Thiessen | 2024-08-01 | 1 | -13/+32 |
| | | | | | | | | | | | | | | Instead we should just show an information message why the file is not moved / copied. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-02 | 90 | -172/+400 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(files): Update openapi spec | Christopher Ng | 2024-08-01 | 3 | -1/+104 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | test(files): Fix ApiController test | Christopher Ng | 2024-08-01 | 1 | -1/+16 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Allow toggling folder tree | Christopher Ng | 2024-08-01 | 3 | -1/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files): Fix root crumb not marking navigation entry as active | Christopher Ng | 2024-08-01 | 1 | -0/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |