Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Fix some linting issues in frontend code | Ferdinand Thiessen | 2024-07-19 | 2 | -5/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | 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> | ||||
* | | Merge pull request #46631 from nextcloud/feat/file-request-cypress | John Molakvoæ | 2024-07-19 | 7 | -21/+27 |
|\ \ | |||||
| * | | chore: add file request cypress testing | skjnldsv | 2024-07-19 | 3 | -6/+12 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | fix(files_sharing): default empty file request expiration | skjnldsv | 2024-07-19 | 4 | -15/+15 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compat | Ferdinand Thiessen | 2024-07-19 | 10 | -7/+214 |
|\ \ \ | | | | | | | | | feat(files): Allow to configure Windows filename compatibility in the settings | ||||
| * | | | feat(files): Allow to configure Windows filename compatibility in the settings | Ferdinand Thiessen | 2024-07-17 | 10 | -7/+214 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 8 | -58/+65 |
|\ \ \ \ | | | | | | | | | | | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions | ||||
| * | | | | fix(db): Deprecate `IExpressionBuilder::or()` and ↵ | Joas Schilling | 2024-07-19 | 4 | -50/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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 | 3 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | | | fix(settings): Fix endless spinner when wiping or deleting accounts | Christopher Ng | 2024-07-19 | 1 | -2/+5 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followup | John Molakvoæ | 2024-07-19 | 25 | -149/+517 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | chore(integration): add file request tests | skjnldsv | 2024-07-19 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request expiration date timezone | skjnldsv | 2024-07-18 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request form validation and date component event | skjnldsv | 2024-07-18 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): improve file request info messages | skjnldsv | 2024-07-18 | 6 | -19/+54 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): also allow removing READ permissions on email shares | skjnldsv | 2024-07-18 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 15 | -61/+331 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | | | feat(files_sharing): use label as title and file drop destination if available | skjnldsv | 2024-07-18 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request creation permissions and link copy display | skjnldsv | 2024-07-18 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): use ClipboardText icon and fix trailing-button-click | skjnldsv | 2024-07-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): improve file request email handling | skjnldsv | 2024-07-18 | 3 | -9/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request margin and buttons order | skjnldsv | 2024-07-18 | 2 | -18/+27 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request add email on focusout | skjnldsv | 2024-07-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request use l10n `t` and `n` aliases | skjnldsv | 2024-07-18 | 4 | -33/+31 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_sharing): file request conditions with link/email global settings | skjnldsv | 2024-07-18 | 3 | -13/+37 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 134 | -648/+2100 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #46615 from ↵ | Alexander Piskun | 2024-07-18 | 7 | -11/+51 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/feat/webhook_listeners-AppApiAdminAccessWithoutUser feat: allow for ExApps to use webhook_listeners without user context | ||||
| * | | | feat: allow to use webhook_listeners without user context | Alexander Piskun | 2024-07-18 | 7 | -11/+51 |
| | | | | | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> | ||||
* | | | | Merge pull request #46567 from ↵ | Robin Appelman | 2024-07-18 | 1 | -22/+22 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/tests/cleanupremotestoragestest-named-parameters move share tests await from positional parameters | ||||
| * | | | test: update share tests to work with sharding | Robin Appelman | 2024-07-16 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | 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 | 86 | -102/+216 |
|/ / / / | | | | | | | | | | | | | 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> | ||||
* | | | | | Merge pull request #46509 from nextcloud/feat/settings/taskprocessing | Marcel Klehr | 2024-07-17 | 3 | -7/+76 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | feat(settings/admin/ai): Add Task Processing API settings | ||||
| * | | | | feat(settings/admin/ai): increase min width of provider selects | Julien Veyssier | 2024-07-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | feat(settings/admin/ai): Add Task Processing API settings | Marcel Klehr | 2024-07-17 | 3 | -7/+70 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | | Merge pull request #45974 from nextcloud/fix/caldav-scheduling-job | Anna | 2024-07-17 | 1 | -2/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | fix(caldav): lower scheduling table size warning | ||||
| * | | | | fix(caldav): lower scheduling table size warning | Anna Larch | 2024-07-17 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlook | Joas Schilling | 2024-07-17 | 2 | -0/+25 |
|\ \ \ \ \ | |/ / / / |/| | | | | fix(mail): Fix big logos in mail templates for Outlook | ||||
| * | | | | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-17 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |