aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Refactors lib/private/SystemTag.Faraz Samapoor2023-11-075-65/+32
| | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Add a command to run the setup checks from CLICôme Chilliet2023-11-062-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-042-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40995 from nextcloud/cache-jail-optimizationsArthur Schiwon2023-11-032-6/+1
|\ | | | | optimize cache jail creation
| * optimize cache jail creationRobin Appelman2023-10-192-6/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #41263 from nextcloud/enh/noid/fix-semaphore-guardingSimon L2023-11-031-4/+4
|\ \
| * | address reviewSimon L2023-11-031-4/+4
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | fix semaphore guardingSimon L2023-11-031-1/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #41211 from nextcloud/fix/text-to-imageChristoph Wurst2023-11-031-29/+30
|\ \ \ | | | | | | | | fix(TextToImage): Consistently use the right method to get the preferred providers
| * | | fix(TextToImage): Always set completionExpectedAt in run/schedule methodsMarcel Klehr2023-11-021-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(TextToImage): Consistently use the right method to get the preferred ↵Marcel Klehr2023-10-311-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
| |/ / |/| | | | | | | | | | | | | | Allows working with classes that might or might not be available. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #41218 from ↵Joas Schilling2023-11-024-0/+110
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/add-autocomplete-filter-event feat(events): Add typed event for filtering autocompletion sugges…
| * | | feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-024-0/+110
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #40859 from ↵Christoph Wurst2023-11-021-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/session/log-why-session-renewal-failed fix(session): Log why session renewal failed
| * | | fix(session): Log why session renewal failedChristoph Wurst2023-10-111-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | 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\IGroup
| * | | | feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-062-42/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-019-9/+111
|\ \ \ \ \ | | | | | | | | | | | | feat(contactsmenu): Show user status
| * | | | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-319-9/+111
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-012-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-314-26/+32
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-272-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2621-4/+1418
|\ \ \ \ \ | | | | | | | | | | | | Implement TextToImage OCP API
| * | | | | fix(TextToImage): Update autoloadersMarcel Klehr2023-10-262-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-262-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | en(TextToImage): Use specific exception class instead of generic ↵Marcel Klehr2023-10-263-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix: Minor copypastaMarcel Klehr2023-10-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix: appease linters and psalmMarcel Klehr2023-10-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ↵Marcel Klehr2023-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | images in TextToImage Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(TextToImage/Manager): Appease psalmMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(Text2Image): Fix appdata folder creationMarcel Klehr2023-10-221-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>