Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48134 from nextcloud/feat/mail-provider-settings | Daniel | 2024-11-13 | 8 | -20/+258 |
|\ | | | | | feat: mail provider settings | ||||
| * | feat: mail provider settingsfeat/mail-provider-settings | SebastianKrupinski | 2024-11-12 | 8 | -20/+258 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | feat: Update supported PostgreSQL versionsfeat/postgres-13-17 | Ferdinand Thiessen | 2024-11-13 | 1 | -2/+12 |
| | | | | | | | | | | | | 12 is now EOL but 17 was released and should be supported and tested. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-13 | 8 | -2/+14 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(dav): file request guest nickname encoding | skjnldsv | 2024-11-12 | 2 | -5/+6 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messages | Sebastian Krupinski | 2024-11-12 | 87 | -193/+213 |
|\ | |||||
| * | fix(files_external): cast storage id intfix/external-storage-int | skjnldsv | 2024-11-12 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 80 | -170/+184 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | fix(app-store): Add back legacy store API used for update and removal | Ferdinand Thiessen | 2024-11-11 | 4 | -17/+24 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(files): Revert CSS causing the file name to have no bounding box | Ferdinand Thiessen | 2024-11-11 | 2 | -4/+3 |
| | | | | | | | | | | | | Instead add the direction only to the filename wrapper not the button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling | SebastianKrupinski | 2024-11-11 | 2 | -2/+29 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-11 | 4 | -0/+118 |
|\ | | | | | feat(testing): Add a fake summary task provider | ||||
| * | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-09 | 4 | -0/+118 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-11 | 48 | -58/+156 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-10 | 104 | -96/+120 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinction | Jérôme Herbinet | 2024-11-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | fix(files): Fix file names alignment in Files List in UI RTL mode. | Faisal Alghamdi | 2024-11-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> | ||||
* | | fix(systemtags): sanity checks for bulk tagging action | skjnldsv | 2024-11-09 | 2 | -3/+82 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(files): check that node is in user root folder for view-in-folder action | skjnldsv | 2024-11-09 | 2 | -0/+17 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-11-09 | 3 | -1/+9 |
|/ | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-09 | 180 | -252/+310 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): edit locally buttons | skjnldsv | 2024-11-08 | 1 | -8/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): share assignment issue in SharingEntryLink | skjnldsv | 2024-11-08 | 1 | -2/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): open sidebar on sharing tab by default for files | skjnldsv | 2024-11-08 | 2 | -3/+39 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49145 from nextcloud/ci/noid/php-8.4 | Joas Schilling | 2024-11-08 | 1 | -0/+4 |
|\ | | | | | feat(PHP): Allow PHP 8.4 | ||||
| * | ci: Skip currently PHP 8.4 incompatible testci/noid/php-8.4 | Joas Schilling | 2024-11-08 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(files_sharing): use share node or label as page titlefeat/sharing-title | skjnldsv | 2024-11-08 | 2 | -0/+7 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(SharingEntryLink): Show default password before create if any | fenn-cs | 2024-11-08 | 1 | -9/+41 |
| | | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | feat: add iMip Request Handling | SebastianKrupinski | 2024-11-07 | 2 | -2/+30 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-08 | 6 | -4/+162 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49134 from nextcloud/fix/multi-select | John Molakvoæ | 2024-11-07 | 1 | -1/+1 |
|\ | |||||
| * | fix(files): multiselect and filters store declaration | skjnldsv | 2024-11-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #49112 from nextcloud/fix/theming/default-theme-selection | John Molakvoæ | 2024-11-07 | 2 | -12/+12 |
|\ \ | |||||
| * | | fix(theming): Return default theme if the user never selected a themefix/theming/default-theme-selection | provokateurin | 2024-11-06 | 2 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix: smuggle storage id to metadata insert queries | Robin Appelman | 2024-11-07 | 2 | -0/+8 |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-07 | 86 | -278/+300 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(carddav): Handle race for SAB creation better | Christoph Wurst | 2024-11-06 | 2 | -7/+27 |
| | | | | | | | * Accept non repeatable read and INSERT conflict by another read * Handle replication edge case Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 55 | -300/+433 |
|\ | |||||
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 55 | -300/+433 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors | John Molakvoæ | 2024-11-06 | 6 | -107/+28 |
|\ \ | |||||
| * | | refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-fors | Ferdinand Thiessen | 2024-10-15 | 6 | -107/+28 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-06 | 34 | -34/+10 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48792 from nextcloud/chore/update_mysql_setup_check_i18n | Benjamin Gaussorgues | 2024-11-05 | 1 | -4/+2 |
|\ \ \ | |||||
| * | | | chore(setupchecks): update translation for MySQL row format checkchore/update_mysql_setup_check_i18n | Benjamin Gaussorgues | 2024-10-30 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-05 | 52 | -82/+68 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge branch 'master' into feat/issue-3786-allow-shared-calendarsfeat/issue-3786-allow-shared-calendars | Sebastian Krupinski | 2024-11-04 | 676 | -4119/+14277 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #48737 from nextcloud/fix/broken-event-notifications | Joas Schilling | 2024-11-04 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | fix(caldav): broken activity rich objects | ||||
| | * | | | | fix(caldav): broken activity rich objectsfix/broken-event-notifications | Anna Larch | 2024-10-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
| * | | | | | Merge pull request #49051 from nextcloud/rakekniven-patch-1 | Daniel | 2024-11-04 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | chore(i18n): Fix grammar | ||||
| | * | | | | | chore(i18n): Fix grammar | rakekniven | 2024-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> |