aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(TextProcessing/Manager): add canuseProvider check in getPreferredProvidersMarcel Klehr2023-11-061-3/+1
* fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-7/+3
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-032-16/+63
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
* Merge pull request #40859 from nextcloud/fix/session/log-why-session-renewal-...Christoph Wurst2023-11-021-1/+2
|\
| * fix(session): Log why session renewal failedChristoph Wurst2023-10-111-1/+2
* | Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-021-16/+14
|\ \
| * | feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-16/+14
* | | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
* | | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
* | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-314-9/+49
* | | Merge pull request #40898 from Murena-SAS/dev/custom-apps-assetsJulius Härtl2023-10-301-2/+7
|\ \ \
| * | | Add custom apps translation scripts and image path for consistencyAkhil2023-10-191-2/+7
* | | | enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-269-4/+751
|\ \ \ \
| * | | | fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-2/+2
| * | | | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-261-6/+3
| * | | | fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-1/+0
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
| * | | | fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
| * | | | Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
| * | | | fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ima...Marcel Klehr2023-10-221-2/+2
| * | | | fix(TextToImage/Manager): Appease psalmMarcel Klehr2023-10-221-1/+1
| * | | | fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
| * | | | fix(Text2Image): Fix appdata folder creationMarcel Klehr2023-10-221-8/+4
| * | | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
| * | | | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-2/+8
| * | | | fix(Text2Image): Fix psalm errorMarcel Klehr2023-10-201-1/+1
| * | | | fix(Text2Image): Fix psalm issuesMarcel Klehr2023-10-201-11/+17
| * | | | fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead ...Marcel Klehr2023-10-201-1/+1
| * | | | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-27/+27
| * | | | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-201-1/+31
| * | | | fix(TextToImage): Add autoloader changes and registerAliasMarcel Klehr2023-10-191-0/+2
| * | | | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-0/+1
| * | | | Update lib/private/TextToImage/Db/Task.phpMarcel Klehr2023-10-181-1/+1
| * | | | enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-182-2/+2
| * | | | enh(TextToImage): Implement removal of stale images and change Task#last_upda...Marcel Klehr2023-10-183-10/+40
| * | | | fix(TextToImage): Fix coding styleMarcel Klehr2023-10-181-2/+2
| * | | | fix(TextToImage): Fix psalm errorsMarcel Klehr2023-10-181-1/+1
| * | | | enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-14/+50
| * | | | Update lib/private/TextToImage/TaskBackgroundJob.phpMarcel Klehr2023-10-181-2/+2
| * | | | Small fixesMarcel Klehr2023-10-181-3/+2
| * | | | Implement TextToImage OCP APIMarcel Klehr2023-10-187-3/+633
* | | | | Don't pass invalid streams to ImaginaryGit'Fellow2023-10-251-0/+3
* | | | | Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-243-3/+18
|\ \ \ \ \