aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: psalm issues and coding styleMarcel Klehr2023-11-062-7/+19
* fix(TextProcessing/Manager): add canuseProvider check in getPreferredProvidersMarcel Klehr2023-11-061-3/+1
* fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-063-9/+13
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-035-19/+143
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
* Merge pull request #41218 from nextcloud/techdebt/noid/add-autocomplete-filte...Joas Schilling2023-11-024-0/+110
|\
| * feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-024-0/+110
* | 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-022-42/+48
|\ \
| * | feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-062-42/+48
* | | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
* | | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
* | | Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-019-9/+111
|\ \ \
| * | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-319-9/+111
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-012-2/+2
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-314-26/+32
* | | 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
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-272-0/+2
* | | | enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2621-4/+1418
|\ \ \ \
| * | | | fix(TextToImage): Update autoloadersMarcel Klehr2023-10-262-0/+2
| * | | | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| * | | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| * | | | fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-262-2/+8
| * | | | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-263-8/+37
| * | | | fix: Minor copypastaMarcel Klehr2023-10-232-2/+2
| * | | | 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
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | | | 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
| * | | | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| * | | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-222-0/+12
| * | | | fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-202-0/+12
| * | | | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-202-3/+29
| * | | | 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-204-38/+53