aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | setup filesystem wrappers before we mark the root as setupRobin Appelman2023-09-121-2/+3
| * | add more checks to ensure mounts aren't emptyRobin Appelman2023-09-122-1/+15
* | | Merge pull request #41061 from nextcloud/bugfix/noid/dont-use-indirect-depend...Joas Schilling2023-10-242-2/+2
|\ \ \
| * | | fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-232-2/+2
* | | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-232-1/+20
* | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-235-135/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Allow passing null to PublicKeyToken::setScope, fixes testsCôme Chilliet2023-10-231-2/+2
| * | | Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-233-2/+5
| * | | Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
| * | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-232-0/+26
| * | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-233-33/+12
| * | | Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
| * | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-201-104/+2