Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(HTTP): Add proper docs for CORS attributebackport/50070/stable30 | provokateurin | 2025-01-09 | 1 | -1/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Http): Only allow valid HTTP status code values via template | provokateurin | 2025-01-08 | 17 | -33/+35 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(HTTP): Adjust JSONResponse data typebackport/50035/stable30 | provokateurin | 2025-01-07 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2024-11-28 | 1 | -0/+17 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30 | provokateurin | 2024-11-25 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(TimedJob): Add debug log about time sensitive jobs with long intervals | provokateurin | 2024-11-25 | 1 | -0/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(comments): Document supported types and provide psalm typing | Joas Schilling | 2024-10-18 | 1 | -14/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #48077 from nextcloud/backport/47852/stable30 | Benjamin Gaussorgues | 2024-10-02 | 1 | -2/+2 |
|\ | |||||
| * | fix: misc code fixes around db shardingbackport/47852/stable30 | Robin Appelman | 2024-09-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(icons): Document icon requirements for notifications and activitiesbackport/48356/stable30 | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30 | Joas Schilling | 2024-09-25 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30 | Joas Schilling | 2024-09-23 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable30 | provokateurin | 2024-09-16 | 1 | -3/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Adjust types of IQueryBuilder to properly allow joining with sub-query | Ferdinand Thiessen | 2024-09-11 | 1 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Improve isEncrypted description | Louis Chemineau | 2024-09-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(linkReferenceProvider): better size check | Julien Veyssier | 2024-09-03 | 1 | -5/+15 |
| | | | | 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> | ||||
* | feat(templates): add support for checkboxes in template filler | Elizabeth Danzberger | 2024-08-29 | 4 | -20/+144 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | 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 #47398 from nextcloud/backport/47259/stable30 | Stephan Orbaugh | 2024-08-28 | 1 | -2/+18 |
|\ | | | | | [stable30] feat: add negative compare-and-delete to imemcache | ||||
| * | feat: add negative compare-and-delete to imemcache | Robin Appelman | 2024-08-23 | 1 | -2/+18 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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> | ||||
* | | 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> | ||||
* | 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-21 | 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> |