Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(db): Deprecate using table alias for DELETE and UPDATE | Joas Schilling | 2024-07-19 | 2 | -5/+18 |
| | | | | 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(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecated | Joas Schilling | 2024-07-19 | 1 | -4/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Fix internal calls to doctrine's `fetch()` methods | Joas Schilling | 2024-07-19 | 1 | -5/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵ | Joas Schilling | 2024-07-19 | 5 | -8/+8 |
| | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ↵ | Joas Schilling | 2024-07-19 | 2 | -0/+20 |
| | | | | | | be removed with Doctrine/DBAL 4 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | ci(oracle): Test against Oracle 11, 18, 21 and 23 | Joas Schilling | 2024-07-19 | 1 | -14/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #46583 from nextcloud/filecache-sharding-compat | Robin Appelman | 2024-07-19 | 6 | -35/+50 |
|\ | | | | | Make filecache queries compatible with sharding | ||||
| * | fix: make batch propagator work with sharding restrictions | Robin Appelman | 2024-07-17 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: make usermountcache compatible with sharding | Robin Appelman | 2024-07-17 | 2 | -27/+38 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: make joining on tags in search queries work with sharding | Robin Appelman | 2024-07-17 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: always set storage id in Cache::get | Robin Appelman | 2024-07-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: add set storage id for more cache queries | Robin Appelman | 2024-07-17 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followup | John Molakvoæ | 2024-07-19 | 71 | -217/+790 |
|\ \ | |||||
| * | | chore(integration): add file request tests | skjnldsv | 2024-07-19 | 3 | -9/+52 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | chore: compile assets | skjnldsv | 2024-07-18 | 42 | -62/+224 |
| | | | | | | | | | | | | 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> | ||||
| * | | fix: drop outdated handlebar comments template | skjnldsv | 2024-07-18 | 1 | -3/+0 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 16 | -61/+332 |
| | | | | | | | | | | | | 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 | 138 | -648/+2108 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46446 from nextcloud/update-app-api-rate-limit-key | Alexander Piskun | 2024-07-18 | 1 | -2/+3 |
|\ \ | | | | | | | use "app_api" session key in rate limit middleware, "app_api_system" is deprecated | ||||
| * | | chore: use "app_api" session key, "app_api_system" is deprecated | Andrey Borysenko | 2024-07-18 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.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 #46587 from nextcloud/fix/shrink-headlines | Ferdinand Thiessen | 2024-07-18 | 8 | -12/+17 |
|\ \ \ | | | | | | | | | fix(css): Shrink headlines a bit | ||||
| * | | | chore: Recompile assets | Ferdinand Thiessen | 2024-07-17 | 6 | -7/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | fix(css): Shrink headlines a bit | Ferdinand Thiessen | 2024-07-17 | 2 | -5/+10 |
| | |/ | |/| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | 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 #46607 from ↵ | Alexander Piskun | 2024-07-18 | 4 | -6/+38 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/AppApiAdminAccessWithoutUser-attribute feat: allow for ExApps to call Admin endpoints marked with specific attr | ||||
| * | | | | feat: allow for ExApps to call Admin endpoints marked with specific attr | Alexander Piskun | 2024-07-18 | 4 | -6/+38 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.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 #46606 from nextcloud/feat/security/warn-annotations | Kate | 2024-07-18 | 6 | -14/+31 |
|\ \ \ \ \ | |||||
| * | | | | | feat(Security): Warn about using annotations instead of attributes | provokateurin | 2024-07-18 | 6 | -14/+31 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | 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… |