Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | chore(assets): Recompile assets | nextcloud-command | 2024-08-26 | 2 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | fix(files): Remove huge margin on bottom | Ferdinand Thiessen | 2024-08-26 | 2 | -13/+7 | |
| | | | | | | | | | | | | | | | | | | Instead make it relative to screen size. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-27 | 48 | -96/+96 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47482 from nextcloud/backport/47480/stable29 | Arthur Schiwon | 2024-08-26 | 3 | -4/+4 | |
|\ \ | | | | | | | [stable29] fix(flow): cannot set custom user agent | |||||
| * | | build: js assets | Arthur Schiwon | 2024-08-26 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | fix(flow): cannot set customer user agent | Arthur Schiwon | 2024-08-26 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #47477 from nextcloud/backport/47435/stable29 | Joas Schilling | 2024-08-26 | 1 | -12/+14 | |
|\ \ | | | | | | | [stable29] fix(mailer): Call to custom mail_template_class | |||||
| * | | fix call to custom mail_template_class | Christoph Klaffl | 2024-08-26 | 1 | -12/+14 | |
|/ / | | | | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu> | |||||
* | | Merge pull request #47234 from nextcloud/backportof/45848/stable29 | Ferdinand Thiessen | 2024-08-26 | 24 | -139/+111 | |
|\ \ | | | | | | | Stable29: Fix/comment deleting with activities installed | |||||
| * | | fix: Handle comment deletion correctly | greta | 2024-08-24 | 24 | -139/+111 | |
| | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-26 | 16 | -14/+54 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-25 | 14 | -26/+52 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-24 | 46 | -50/+222 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47428 from nextcloud/backport/47415/stable29 | Ferdinand Thiessen | 2024-08-23 | 4 | -0/+37 | |
|\ \ | | | | | | | [stable29] fix: Trusted server icon recovery without addressbook change | |||||
| * | | fix(federation): always set server status to OK after successful runs | Pablo Zimdahl | 2024-08-22 | 4 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if a server status got set to failure, it stayed that way until an addressbook-sync found changes. Now the server status is set to OK after each successful sync check (if that's not the case already), regardless of addressbook changes. This change also includes two new logging statements, which could help next time someone debugs this. Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-23 | 136 | -124/+390 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47421 from nextcloud/backport/47413/stable29 | Anna | 2024-08-22 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable29] fix(caldav): limit property length | |||||
| * | | fix(caldav): limit property length | Anna Larch | 2024-08-22 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | Merge pull request #47410 from nextcloud/backport/47409/stable29 | Joas Schilling | 2024-08-22 | 2 | -16/+32 | |
|\ \ | | | | | | | [stable29] fix(provisioning): Support setting new app configs as well | |||||
| * | | fix(provisioning): Support setting new app configs as well | Joas Schilling | 2024-08-22 | 2 | -16/+32 | |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-22 | 56 | -134/+258 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47394 from nextcloud/backport/46991/stable29 | Arthur Schiwon | 2024-08-21 | 2 | -4/+43 | |
|\ \ | | | | | | | [stable29] fix(ProvisioningAPI): set typed config values by via API | |||||
| * | | fix(ProvisioningAPI): set typed config values by via API | Arthur Schiwon | 2024-08-21 | 2 | -4/+43 | |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #47384 from nextcloud/backport/47380/stable29 | Joas Schilling | 2024-08-21 | 1 | -3/+14 | |
|\ \ | | | | | | | [stable29] fix(theming): Make getImage() call save against missing non-SVG version | |||||
| * | | fix(theming): Make getImage() call save against missing non-SVG version | Joas Schilling | 2024-08-21 | 1 | -3/+14 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #47367 from nextcloud/fix/uploader | John Molakvoæ | 2024-08-21 | 131 | -343/+270 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | chore(assets): Recompile assets | nextcloud-command | 2024-08-21 | 129 | -227/+185 | |
| | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
| * | | chore(deps): Update `@nextcloud/upload` | Ferdinand Thiessen | 2024-08-21 | 2 | -116/+85 | |
|/ / | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/44723#issuecomment-2299624174 for stable29 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #47378 from nextcloud/followup/46711/fix-version-check | Joas Schilling | 2024-08-21 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable29] fix(setupcheck): Fix mimetype server version check in backport | |||||
| * | | fix(setupcheck): Fix mimetype server version check in backport | Joas Schilling | 2024-08-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #47263 from nextcloud/backport/47258/stable29 | Joas Schilling | 2024-08-21 | 5 | -11/+25 | |
|\ \ \ | |/ / |/| | | [stable29] Don't save translated predefined user status as custom status | |||||
| * | | fix(userstatus): Don't set predefined user status as custom when changing ↵ | Joas Schilling | 2024-08-16 | 5 | -11/+25 | |
| | | | | | | | | | | | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-21 | 90 | -86/+44 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #47345 from nextcloud/release/29.0.5v29.0.5 | John Molakvoæ | 2024-08-20 | 3 | -5/+5 | |
|\ \ \ | ||||||
| * | | | build(hub): 29.0.5 | skjnldsv | 2024-08-20 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | | | Merge pull request #47354 from nextcloud/backport/47346/stable29 | John Molakvoæ | 2024-08-20 | 2 | -5/+6 | |
|\ \ \ \ | |/ / / |/| | | | [stable29] store the mountpoint of storages in the mount options and use it to find the encryption keys | |||||
| * | | | fix: use mountpoint from storage to find the encryption keys | Robin Appelman | 2024-08-20 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | feat: store the mountpoint of storages in the mount options | Robin Appelman | 2024-08-20 | 1 | -2/+3 | |
|/ / / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-20 | 20 | -12/+208 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #47278 from nextcloud/backport/46881/stable29 | Stephan Orbaugh | 2024-08-19 | 1 | -6/+18 | |
|\ \ \ | | | | | | | | | [stable29] fix: try to find non-recursive share source | |||||
| * | | | fix: try to find non-recursive share source | Robin Appelman | 2024-08-16 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-19 | 14 | -8/+238 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-18 | 126 | -160/+524 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-17 | 28 | -4/+174 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-16 | 54 | -82/+340 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47230 from nextcloud/backport/47212/stable29 | Joas Schilling | 2024-08-15 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable29] fix(security): Update expiration date in security.txt | |||||
| * | | fix(security): Update expiration date in security.txt | Joas Schilling | 2024-08-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-15 | 1438 | -24654/+6754 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47192 from nextcloud/backport/47180/stable29 | John Molakvoæ | 2024-08-14 | 4 | -8/+168 | |
|\ \ | |/ |/| | ||||||
| * | chore(tests): fix import in cypress test limit_to_same_group.cy.ts | Côme Chilliet | 2024-08-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |