Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fix: mark systemconfig value as not being tainted because they are ↵ | Robin Appelman | 2024-08-28 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implicitly trusted Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 6 | -13/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: fix share cleanup for deleted groups with sharding | Robin Appelman | 2024-08-28 | 1 | -10/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: run mimetype repair query across all shards | Robin Appelman | 2024-08-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: hint storage id in more places | Robin Appelman | 2024-08-28 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: only allow pre-defined shards | Robin Appelman | 2024-08-28 | 1 | -8/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 25 | -26/+1431 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 12 | -2/+985 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: delay calculating global cache prefix untill a cache is created | Robin Appelman | 2024-08-28 | 2 | -30/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | fix: don't make ICacheFactory depend on database | Robin Appelman | 2024-08-28 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | feat: track expected output columns in query builder | Robin Appelman | 2024-08-28 | 3 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | Merge pull request #47511 from nextcloud/artonge/chore/is_encrypted_description | Louis | 2024-08-28 | 1 | -1/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | chore: Improve `FileInfo::isEncrypted` description | |||||
| * | | | | | chore: Improve isEncrypted description | Louis Chemineau | 2024-08-27 | 1 | -1/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | | | Merge pull request #47290 from nextcloud/feat/checkbox-template-field-type | Elizabeth Danzberger | 2024-08-27 | 6 | -16/+146 | |
|\ \ \ \ \ | | | | | | | | | | | | | feat(templates): checkbox field type | |||||
| * | | | | | feat(templates): add support for checkboxes in template filler | Elizabeth Danzberger | 2024-08-27 | 6 | -16/+146 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | | | | | Merge pull request #47521 from nextcloud/fix/noid/loosing-systemconfig-on-setup | Maxence Lange | 2024-08-27 | 2 | -4/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | fix(logger): ignore session logging during setup | |||||
| * | | | | fix(setup): ignore long session login during installation | Maxence Lange | 2024-08-27 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | Merge pull request #47522 from nextcloud/enh/noid/taskprocessing-runtask | Julien Veyssier | 2024-08-27 | 3 | -83/+165 | |
|\ \ \ \ \ | | | | | | | | | | | | | [TaskProcessing] Add manager::runTask method | |||||
| * | | | | | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob | Julien Veyssier | 2024-08-27 | 1 | -10/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
| * | | | | | feat(taskprocessing): add IManager::runTask method to run task synchronously | Julien Veyssier | 2024-08-27 | 3 | -73/+152 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | | | | Merge pull request #47509 from nextcloud/fix/exif-orientation-type | Daniel | 2024-08-27 | 1 | -9/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | fix: gracefully handle unexpected exif orientation types | |||||
| * | | | | fix: gracefully handle unexpected exif orientation types | Richard Steinmetz | 2024-08-27 | 1 | -9/+15 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | | | Merge pull request #47508 from nextcloud/fix/router/attribute-routes-all-apps | Kate | 2024-08-27 | 1 | -14/+24 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | fix(Router): Load attribute routes of all apps when not app is specified | provokateurin | 2024-08-27 | 1 | -14/+24 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* / / / | fix(db): Increase log level for very slow transactions | Christoph Wurst | 2024-08-27 | 1 | -2/+29 | |
|/ / / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Merge pull request #46013 from ↵ | Julius Härtl | 2024-08-26 | 1 | -0/+25 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/obj-store-move-from-storage-preserve-fileid fix: write object to the correct urn when moving from another storage to object store | |||||
| * | | | fix: write object to the correct urn when moving from another storage to ↵ | Robin Appelman | 2024-08-23 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #47435 from phreaker0/fix-mail-template-class-call | Joas Schilling | 2024-08-26 | 1 | -12/+14 | |
|\ \ \ \ | | | | | | | | | | | fix(mailer): Call to custom mail_template_class | |||||
| * | | | | fix call to custom mail_template_class | Christoph Klaffl | 2024-08-22 | 1 | -12/+14 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-26 | 6 | -6/+18 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -18/+18 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 268 | -1610/+1610 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-24 | 8 | -2/+36 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Merge pull request #47452 from ↵ | Sebastian Krupinski | 2024-08-23 | 4 | -21/+21 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/issue-47447-mail-provider-documentation fix: correct documentation for mail provider | |||||
| * | | | | fix: correct documentation for mail provider | SebastianKrupinski | 2024-08-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
| * | | | | fix: correct documentation for mail provider | SebastianKrupinski | 2024-08-23 | 3 | -19/+19 | |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | | | Merge pull request #46021 from nextcloud/middleware-delay-admin | Robin Appelman | 2024-08-23 | 2 | -9/+31 | |
|\ \ \ \ | | | | | | | | | | | perf: delay getting (sub)admin status for user in the security middleware untill we need it | |||||
| * | | | | perf: delay getting (sub)admin status for user in the security middleware ↵ | Robin Appelman | 2024-08-23 | 2 | -9/+31 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | untill we need it Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #45457 from nextcloud/qb-escape-like | Robin Appelman | 2024-08-23 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | expose escapeLikeParameter trough query builder | |||||
| * | | | | feat: expose escapeLikeParameter trough query builder | Robin Appelman | 2024-08-23 | 1 | -0/+4 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / / / | feat: add command to send raw commands to redis | Robin Appelman | 2024-08-23 | 2 | -0/+2 | |
|/ / / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-23 | 36 | -100/+252 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | feat(Security): Allow setting password context for validation and generation | Ferdinand Thiessen | 2024-08-22 | 5 | -6/+82 | |
|/ / | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-22 | 42 | -132/+146 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #47259 from nextcloud/memcache-ncad | Robin Appelman | 2024-08-21 | 6 | -2/+73 | |
|\ \ | | | | | | | feat: add negative compare-and-delete to imemcache | |||||
| * | | feat: add negative compare-and-delete to imemcache | Robin Appelman | 2024-08-20 | 6 | -2/+73 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-ios | Ferdinand Thiessen | 2024-08-21 | 2 | -0/+10 | |
|\ \ \ | | | | | | | | | fix: Disable auto-zoom on iOS | |||||
| * | | | fix: Support Safari mobile | Ferdinand Thiessen | 2024-08-21 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | fix: Disable auto-zoom on iOS | Ferdinand Thiessen | 2024-08-21 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #47352 from nextcloud/fix/context-write-wording | Andy Scherzinger | 2024-08-21 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write" |