Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix(linkReferenceProvider): better size check | Julien Veyssier | 2024-08-30 | 1 | -4/+14 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵ | Julien Veyssier | 2024-08-30 | 1 | -1/+3 | |
|/ | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix: Move \OC_Image to \OC\Image with the other internal classes | Côme Chilliet | 2024-08-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #46639 from nextcloud/autosharding | Stephan Orbaugh | 2024-08-28 | 3 | -0/+79 | |
|\ | | | | | Transparent* database sharding | |||||
| * | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 3 | -0/+71 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | feat: track expected output columns in query builder | Robin Appelman | 2024-08-28 | 1 | -0/+8 | |
| | | | | | | | | 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> | |||||
* | | feat(templates): add support for checkboxes in template filler | Elizabeth Danzberger | 2024-08-27 | 4 | -16/+140 | |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | | feat(taskprocessing): add IManager::runTask method to run task synchronously | Julien Veyssier | 2024-08-27 | 1 | -0/+27 | |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | 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 | 80 | -657/+657 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | 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> | |||||
* | feat(Security): Allow setting password context for validation and generation | Ferdinand Thiessen | 2024-08-22 | 3 | -6/+80 | |
| | | | | | | 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> | |||||
* | Merge pull request #47259 from nextcloud/memcache-ncad | Robin Appelman | 2024-08-21 | 1 | -2/+18 | |
|\ | | | | | feat: add negative compare-and-delete to imemcache | |||||
| * | feat: add negative compare-and-delete to imemcache | Robin Appelman | 2024-08-20 | 1 | -2/+18 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | 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" | |||||
| * | | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write" | Marcel Klehr | 2024-08-21 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* / | fix: adding blurhash to definitions | Joas Schilling | 2024-08-20 | 1 | -0/+6 | |
|/ | | | | | Signed-off-by: skalidindi53 <s.teja2004@gmail.com> Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | test: Adjust tests for CSP nonce | Ferdinand Thiessen | 2024-08-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Make sure CSP nonce is not double base64 encoded | Ferdinand Thiessen | 2024-08-13 | 1 | -2/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(taskprocessing): select preferred provider when running sync task, fix ↵ | Julien Veyssier | 2024-08-12 | 1 | -2/+2 | |
| | | | | | | task type values according to preferred provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 1 | -0/+26 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | docs: clearify IMemcache::inc and dec behavior | Robin Appelman | 2024-08-07 | 1 | -0/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix: set default TTL for APCu cache as per docs | Robin Appelman | 2024-08-07 | 1 | -0/+5 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #47048 from nextcloud/fix/log-link-reference-error | John Molakvoæ | 2024-08-06 | 1 | -5/+2 | |
|\ | ||||||
| * | fix: Do not log link reference exceptions as error | Julius Härtl | 2024-08-05 | 1 | -5/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | chore: refactor "substr" calls to improve code readability | Hamid Dehnavi | 2024-08-06 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | |||||
* | fix: Update documentation for Mail Provider Send | SebastianKrupinski | 2024-08-02 | 1 | -0/+2 | |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | feat: Allow passing additional encode flags for json response | Christopher Ng | 2024-08-01 | 1 | -2/+15 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | feat: Increase max depth of encoded json | Christopher Ng | 2024-08-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 2 | -60/+0 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interface | Joas Schilling | 2024-07-30 | 3 | -13/+29 | |
|\ | | | | | fix: Add `acceptShare` as an interface | |||||
| * | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 3 | -13/+29 | |
| | | | | | | | | | | | | | | | | | | It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(migration-attributes): psalm | Maxence Lange | 2024-07-29 | 5 | -0/+32 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(migration-attributes): tests | Maxence Lange | 2024-07-29 | 14 | -21/+39 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | fix(migration-attributes): privatizing AttributeException | Maxence Lange | 2024-07-29 | 14 | -24/+193 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 15 | -0/+474 | |
|/ | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | chore: fix some comments | withbest | 2024-07-29 | 2 | -2/+2 | |
| | | | | Signed-off-by: withbest <seekseat@outlook.com> | |||||
* | chore: deprecate old AI APIs | Marcel Klehr | 2024-07-26 | 39 | -0/+39 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 2 | -10/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: PHP formatting | Elizabeth Danzberger | 2024-07-25 | 3 | -19/+11 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Fix static analysis errors | Elizabeth Danzberger | 2024-07-25 | 3 | -0/+35 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+11 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix(api): Add alias to `Field` | Elizabeth Danzberger | 2024-07-25 | 1 | -3/+4 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Make field index a string for better id/index support | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Correct name of `InvalidFieldTypeException` class file | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+0 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Add proper field types | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+5 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> |