Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #50813 from nextcloud/backport/50769/stable30 | Git'Fellow | 2025-02-17 | 1 | -6/+6 | |
|\ | | | | | [stable30] fix(SharedStorage): Check if storage ID is set on cache | |||||
| * | fix(SharedStorage): Check if storage ID is set on cachebackport/50769/stable30 | Git'Fellow | 2025-02-14 | 1 | -6/+6 | |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | Merge pull request #50803 from nextcloud/backport/50784/stable30 | Andy Scherzinger | 2025-02-17 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable30] fix: Fix regression in calendar invitation sending | |||||
| * | | fix: Fix regression in calendar invitation sendingbackport/50784/stable30 | SebastianKrupinski | 2025-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-17 | 6 | -0/+170 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-16 | 14 | -10/+328 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix: use relative paths for upload locksbackport/49004/stable30 | Robin Appelman | 2025-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | fix: Replace the TypeError to prevent exposing the installation path | Daniel Kesselberg | 2025-02-15 | 1 | -0/+90 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2025-02-15 | 7 | -55/+55 | |
| | | | | | | | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Revert "fix: Drop unnecessary exit" | Daniel Kesselberg | 2025-02-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵ | Daniel Kesselberg | 2025-02-15 | 1 | -23/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 22 | -20/+332 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #49657 from nextcloud/backport/48769/stable30 | Andy Scherzinger | 2025-02-14 | 1 | -0/+27 | |
|\ \ | | | | | | | [stable30] Fix incorrect permissions when copying shared files | |||||
| * | | test: add test for permissions of copied sharebackport/48769/stable30 | Robin Appelman | 2025-02-13 | 1 | -0/+27 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-14 | 24 | -26/+40 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | test: fix share storage move test with object store | Robin Appelman | 2025-02-13 | 1 | -0/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2025-02-13 | 1 | -5/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #50761 from nextcloud/backport/50324/stable30 | Andy Scherzinger | 2025-02-13 | 3 | -0/+46 | |
|\ | | | | | [stable30] fix: don't use cached root info from shared cache if the watcher has detected an update | |||||
| * | fix: don't use cached root info from shared cache if the watcher has ↵backport/50324/stable30 | Robin Appelman | 2025-02-11 | 2 | -0/+9 | |
| | | | | | | | | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | test: add test for shared storage root being changed after watcher | Robin Appelman | 2025-02-11 | 1 | -0/+37 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix(files): Do not download files with `openfile` query flag | Ferdinand Thiessen | 2025-02-13 | 2 | -28/+65 | |
| | | | | | | | | | | | | | | Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #50777 from nextcloud/backport/46480/stable30 | John Molakvoæ | 2025-02-13 | 2 | -9/+27 | |
|\ \ | | | | | | | [stable30] fix(Mailer): Fix sendmail binary fallback | |||||
| * | | fix(Mailer): Fix sendmail binary fallbackbackport/46480/stable30 | Josh | 2025-02-12 | 2 | -9/+27 | |
| | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | | | fix(template-filler): Hide template fields with unknown labels | Elizabeth Danzberger | 2025-02-13 | 3 | -5/+13 | |
| | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-13 | 40 | -112/+244 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-12 | 70 | -128/+362 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50750 from nextcloud/backport/50735/stable30 | Joas Schilling | 2025-02-11 | 1 | -1/+12 | |
|\ | | | | | [stable30] fix(setupcheck): Update setup check for PHP version to be more accurate | |||||
| * | fix(setupcheck): Update setup check for PHP version to be more accuratebackport/50735/stable30 | Joas Schilling | 2025-02-10 | 1 | -1/+12 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-11 | 46 | -50/+52 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-10 | 26 | -16/+154 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-09 | 24 | -60/+812 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(theming): allow to disable standalone windowsbackport/50666/stable30 | Simon L | 2025-02-08 | 2 | -3/+16 | |
| | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-08 | 20 | -2/+168 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(settings): Also sanitize fediverse and twitter handle in the frontend | Ferdinand Thiessen | 2025-02-07 | 6 | -49/+69 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-07 | 2 | -1/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(AccountManager): Sanitize social media handles | Ferdinand Thiessen | 2025-02-07 | 2 | -1/+10 | |
| | | | | | | Ensure to only accept valid X and fediverse handles. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-07 | 10 | -6/+152 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Update `QuickShareSelect` if share is modified | nfebe | 2025-02-06 | 2 | -1/+13 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | test(files_sharing): Check that default expiration date is shown b4 create share | nfebe | 2025-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | fix: Show default expiration date before create link share | nfebe | 2025-02-06 | 3 | -18/+17 | |
| | | | | | | | | | Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | refactor: Remove some deprecated containers and exceptions | nfebe | 2025-02-06 | 1 | -16/+18 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | Merge pull request #50217 from nextcloud/backport/49898/stable30 | John Molakvoæ | 2025-02-06 | 1 | -4/+7 | |
|\ | ||||||
| * | fix(sharing): send share emails for internal users toobackport/49898/stable30 | Anna Larch | 2025-01-16 | 1 | -4/+7 | |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | Merge pull request #50677 from nextcloud/backport/50582/stable30 | Andy Scherzinger | 2025-02-06 | 3 | -50/+131 | |
|\ \ | | | | | | | [stable30] fix(files): Correctly scroll selected file into view | |||||
| * | | fix(files): Correctly scroll selected file into view | Ferdinand Thiessen | 2025-02-06 | 3 | -50/+131 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 128 | -536/+704 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #50670 from nextcloud/backport/50284/stable30 | Andy Scherzinger | 2025-02-05 | 28 | -222/+682 | |
|\ \ | | | | | | | [stable30] chore: update icewind/smb to 3.7.0 | |||||
| * | | chore: update icewind/smb to 3.7.0backport/50284/stable30 | Robin Appelman | 2025-02-05 | 28 | -222/+682 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | fix: change translation logic to handle plurals betterbackport/49852/stable30 | SebastianKrupinski | 2025-02-05 | 2 | -105/+746 | |
|/ / | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | fix(dashboard): don't reload hidden widgets | Richard Steinmetz | 2025-02-05 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> |