aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39506 from nextcloud/techdebt/39488/ensure-index-name-uni...Joas Schilling2023-07-241-0/+55
|\
| * feat(db): Ensure that index names are unique across the databaseJoas Schilling2023-07-201-0/+55
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-2110-0/+568
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| * | Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| * | Apply suggestions from code reviewMarcel Klehr2023-07-171-1/+1
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-149-92/+61
| * | cs:fixMarcel Klehr2023-07-072-4/+0
| * | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-07-072-1/+10
| * | LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-07-071-1/+1
| * | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-07-071-0/+2
| * | LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-07-071-4/+4
| * | LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-07-071-1/+6
| * | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-07-071-3/+3
| * | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-07-073-0/+69
| * | Apply suggestions from code reviewMarcel Klehr2023-07-071-1/+1
| * | LLM OCP API: Fix psam errorMarcel Klehr2023-07-071-1/+3
| * | LLM OCP API: Add identifier paramMarcel Klehr2023-07-071-2/+7
| * | cs:fixMarcel Klehr2023-07-071-1/+1
| * | Fix LanguageModelManager#runTask: Insert task into db if it doesn't existMarcel Klehr2023-07-071-2/+6
| * | Make tests passMarcel Klehr2023-07-073-5/+26
| * | TaskMapper#update: Use time factoryMarcel Klehr2023-07-071-2/+6
| * | Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-076-2/+136
| * | LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-2/+3
| * | Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2
| * | LLM OCP API: Fix static analysisMarcel Klehr2023-07-071-2/+3
| * | LLM OCP API: cs:fixMarcel Klehr2023-07-074-16/+3
| * | LLM OCP API: Implement ocs APIMarcel Klehr2023-07-074-7/+19
| * | LLM OCP API: Add to RegistrationContextMarcel Klehr2023-07-072-1/+22
| * | LLM OCP API: Add db migrationMarcel Klehr2023-07-071-1/+1
| * | LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-074-0/+326
* | | Merge pull request #39264 from nextcloud/feat/add-instance-categoryBenjamin Gaussorgues2023-07-211-14/+31
|\ \ \
| * | | Add instance category while checking new updatesBenjamin Gaussorgues2023-07-181-14/+31
* | | | Merge pull request #39504 from nextcloud/fix/caldav/access-typed-searchquery-...Anna2023-07-201-3/+3
|\ \ \ \
| * | | | fix(caldav): Assign initial value to typed CalendarQuery propertiesChristoph Wurst2023-07-201-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+3
|\ \ \ \
| * | | | fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2023-07-131-1/+3
* | | | | Merge pull request #39275 from nextcloud/log-backtraceRobin Appelman2023-07-201-0/+6
|\ \ \ \ \
| * | | | | Add optional to add backtrace to log itemsRobin Appelman2023-07-101-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-202-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add summary of detected changes to files:scan outputRobin Appelman2023-06-162-3/+7
* | | | | Merge pull request #39490 from nextcloud/bugfix/noid/fix-loading-infoxmlJoas Schilling2023-07-202-5/+5
|\ \ \ \ \
| * | | | | fix(apps): Fix loading info.xml fileJoas Schilling2023-07-202-5/+5
* | | | | | Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipartJulius Härtl2023-07-201-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-06-211-5/+5
* | | | | | fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-181-1/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #38907 from nextcloud/mail/fix/8551/contact-manager-searchJohannes2023-07-181-3/+6
|\ \ \ \ \
| * | | | | fix(mail): ContactManager search with fullmatchJohannes Merkel2023-06-291-3/+6
* | | | | | Merge pull request #39309 from nextcloud/bug/35766/fix-get-uid-on-nullableCôme Chilliet2023-07-171-1/+1
|\ \ \ \ \ \
| * | | | | | fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-111-1/+1
| | |_|_|_|/ | |/| | | |