aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-192-5/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db): Don't use deprecated 3rdparty constant: ↵Joas Schilling2024-07-191-1/+1
| | | | | | `Doctrine\DBAL\Connection::PARAM_STR_ARRAY` Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecatedJoas Schilling2024-07-191-4/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db): Fix internal calls to doctrine's `fetch()` methodsJoas Schilling2024-07-191-5/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵Joas Schilling2024-07-195-8/+8
| | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ↵Joas Schilling2024-07-192-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 23Joas Schilling2024-07-191-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #46583 from nextcloud/filecache-sharding-compatRobin Appelman2024-07-196-35/+50
|\ | | | | Make filecache queries compatible with sharding
| * fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-172-5/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: make usermountcache compatible with shardingRobin Appelman2024-07-172-27/+38
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: make joining on tags in search queries work with shardingRobin Appelman2024-07-171-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: always set storage id in Cache::getRobin Appelman2024-07-171-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: add set storage id for more cache queriesRobin Appelman2024-07-171-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-1971-217/+790
|\ \
| * | chore(integration): add file request testsskjnldsv2024-07-193-9/+52
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore: compile assetsskjnldsv2024-07-1842-62/+224
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request expiration date timezoneskjnldsv2024-07-181-1/+12
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request form validation and date component eventskjnldsv2024-07-182-1/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): improve file request info messagesskjnldsv2024-07-186-19/+54
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix: drop outdated handlebar comments templateskjnldsv2024-07-181-3/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-1816-61/+332
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files_sharing): use label as title and file drop destination if availableskjnldsv2024-07-182-1/+10
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-182-4/+6
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): use ClipboardText icon and fix trailing-button-clickskjnldsv2024-07-181-2/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): improve file request email handlingskjnldsv2024-07-183-9/+19
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request margin and buttons orderskjnldsv2024-07-182-18/+27
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request add email on focusoutskjnldsv2024-07-181-2/+3
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request use l10n `t` and `n` aliasesskjnldsv2024-07-184-33/+31
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): file request conditions with link/email global settingsskjnldsv2024-07-183-13/+37
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-19138-648/+2108
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46446 from nextcloud/update-app-api-rate-limit-keyAlexander Piskun2024-07-181-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 deprecatedAndrey Borysenko2024-07-181-2/+3
| | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | Merge pull request #46615 from ↵Alexander Piskun2024-07-187-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 contextAlexander Piskun2024-07-187-11/+51
| |/ / | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | Merge pull request #46567 from ↵Robin Appelman2024-07-181-22/+22
|\ \ \ | |/ / |/| | | | | | | | nextcloud/tests/cleanupremotestoragestest-named-parameters move share tests await from positional parameters
| * | test: update share tests to work with shardingRobin Appelman2024-07-161-22/+22
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #46587 from nextcloud/fix/shrink-headlinesFerdinand Thiessen2024-07-188-12/+17
|\ \ \ | | | | | | | | fix(css): Shrink headlines a bit
| * | | chore: Recompile assetsFerdinand Thiessen2024-07-176-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(css): Shrink headlines a bitFerdinand Thiessen2024-07-172-5/+10
| | |/ | |/| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46594 from nextcloud/fix/issue-28162-2Anna2024-07-181-0/+5
|\ \ \ | | | | | | | | fix(caldav): decode values before returning
| * | | fix(caldav): decode values before returningSebastianKrupinski2024-07-171-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #46607 from ↵Alexander Piskun2024-07-184-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 attrAlexander Piskun2024-07-184-6/+38
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | | Merge pull request #45547 from nextcloud/feature/recurrence-invitations2Sebastian Krupinski2024-07-188-227/+3506
|\ \ \ \ | | | | | | | | | | feature: Improved Recurrence Invitations Messages
| * | | | feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-178-227/+3506
| | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | Merge pull request #46606 from nextcloud/feat/security/warn-annotationsKate2024-07-186-14/+31
|\ \ \ \ \
| * | | | | feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-186-14/+31
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #46593 from nextcloud/fix/issue-30514Christoph Wurst2024-07-181-1/+10
|\ \ \ \ \ | | | | | | | | | | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…