Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 2 | -6/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: https://github.com/nextcloud/calendar/issues/6079 and ↵ | tobiasKaminsky | 2024-07-25 | 2 | -2/+16 |
| | | | | | | https://github.com/nextcloud/contacts/issues/3997 Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> | ||||
* | Merge pull request #46685 from nextcloud/sabre-directory-exception-previous | Robin Appelman | 2024-07-25 | 1 | -10/+10 |
|\ | | | | | fix: keep previous exception when wrapping dav exceptions | ||||
| * | fix: keep previous exception when wrapping dav exceptions | Robin Appelman | 2024-07-23 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-24 | 2 | -0/+34 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 3 | -31/+190 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Merge pull request #45667 from ↵ | Richard Steinmetz | 2024-07-23 | 13 | -19/+326 |
|\ | | | | | | | | | nextcloud/fix/caldav/strict-default-calendar-checks fix(caldav): stricter default calendar checks | ||||
| * | fix(caldav): stricter default calendar checks | Richard Steinmetz | 2024-07-22 | 13 | -19/+326 |
| | | | | | | | | | | | | | | | | | | | | | | Reject calendars that - are subscriptions - are not writable - are shared with a user - are deleted - don't support VEVENTs Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 6 | -36/+86 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(dav): Call Sabre server start | Christoph Wurst | 2024-07-22 | 1 | -1/+1 |
|/ | | | | | | exec is deprecated and calls start. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hits | rakekniven | 2024-07-22 | 1 | -1/+82 |
|\ | | | | | fix(caldav): added localization hints for translators | ||||
| * | fix(caldav): added localization hits for translators | SebastianKrupinski | 2024-07-20 | 1 | -1/+82 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-22 | 6 | -46/+78 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 10 | -0/+406 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-20 | 20 | -36/+900 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46225 from nextcloud/fix/issue-11633 | Andy Scherzinger | 2024-07-19 | 1 | -7/+14 |
|\ | | | | | fix(dav): Thrown forbidden error for authenticated user instead of no… | ||||
| * | fix(dav): Thrown forbidden error for authenticated user instead of not found | SebastianKrupinski | 2024-07-10 | 1 | -7/+14 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | fix(db): Deprecate `IExpressionBuilder::or()` and ↵ | Joas Schilling | 2024-07-19 | 2 | -36/+40 |
| | | | | | | | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵ | Joas Schilling | 2024-07-19 | 1 | -2/+1 |
| | | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(db): Don't use deprecated 3rdparty constant: ↵ | Joas Schilling | 2024-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | `Doctrine\DBAL\Connection::PARAM_STR_ARRAY` Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followup | John Molakvoæ | 2024-07-19 | 4 | -13/+56 |
|\ \ | |||||
| * | | chore(integration): add file request tests | skjnldsv | 2024-07-19 | 1 | -6/+4 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 4 | -11/+59 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | feat(files_sharing): allow uploading to subfolders in File requests | skjnldsv | 2024-07-18 | 1 | -5/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 80 | -606/+1720 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46594 from nextcloud/fix/issue-28162-2 | Anna | 2024-07-18 | 1 | -0/+5 |
|\ \ | | | | | | | fix(caldav): decode values before returning | ||||
| * | | fix(caldav): decode values before returning | SebastianKrupinski | 2024-07-17 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Merge pull request #45547 from nextcloud/feature/recurrence-invitations2 | Sebastian Krupinski | 2024-07-18 | 8 | -227/+3506 |
|\ \ \ | | | | | | | | | feature: Improved Recurrence Invitations Messages | ||||
| * | | | feat: Improve recurrence invitations messages | SebastianKrupinski | 2024-07-17 | 8 | -227/+3506 |
| |/ / | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Merge pull request #46593 from nextcloud/fix/issue-30514 | Christoph Wurst | 2024-07-18 | 1 | -1/+10 |
|\ \ \ | | | | | | | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server… | ||||
| * | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server Error | SebastianKrupinski | 2024-07-17 | 1 | -1/+10 |
| |/ / | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-18 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46510 from nextcloud/feat/info-xml-backends | Richard Steinmetz | 2024-07-17 | 2 | -6/+28 |
|\ \ | | | | | | | feat: hide caldav server settings if no app uses the caldav backend | ||||
| * | | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 2 | -6/+28 |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-17 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(dav): Verify target path in `setName` instead of source path | Ferdinand Thiessen | 2024-07-16 | 2 | -7/+10 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | refactor: Migrate filename validation logic from `Storage` to ↵ | Ferdinand Thiessen | 2024-07-16 | 1 | -3/+4 |
|/ / | | | | | | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | 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-11 | 6 | -18/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-10 | 2 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 6 | -31/+30 |
| | | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-09 | 2 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46315 from nextcloud/fix/limit-vevent-size | Sebastian Krupinski | 2024-07-08 | 6 | -0/+119 |
|\ | | | | | fix(caldav): limit vevent size | ||||
| * | fix(caldav): limit vevent size | SebastianKrupinski | 2024-07-04 | 6 | -0/+119 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-08 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46295 from ↵ | Richard Steinmetz | 2024-07-05 | 1 | -25/+0 |
|\ \ | | | | | | | | | | | | | nextcloud/chore/remove-obsolete-function-generateVCalendar chore(caldav): remove obsolete function | ||||
| * | | chore(caldav): remove obsolete function | SebastianKrupinski | 2024-07-04 | 1 | -25/+0 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-05 | 4 | -2/+12 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46193 from nextcloud/fix/limit-vcard-size | Richard Steinmetz | 2024-07-05 | 6 | -0/+119 |
|\ \ | | | | | | | fix(carddav): limit vcard size | ||||
| * | | fix(carddav): limit vcard size | SebastianKrupinski | 2024-07-04 | 6 | -0/+119 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> |