aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Update lib/private/TextToImage/Db/Task.phpMarcel Klehr2023-10-181-1/+1
| * | | | enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-183-4/+4
| * | | | 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-182-2/+2
| * | | | enh(TextToImage): Address review commentsMarcel Klehr2023-10-184-17/+53
| * | | | Update lib/private/TextToImage/TaskBackgroundJob.phpMarcel Klehr2023-10-181-2/+2
| * | | | Update lib/public/TextToImage/Events/TaskSuccessfulEvent.phpMarcel Klehr2023-10-181-1/+1
| * | | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-181-1/+1
| * | | | cs:FixMarcel Klehr2023-10-183-5/+0
| * | | | Small fixesMarcel Klehr2023-10-181-3/+2
| * | | | Small fixesMarcel Klehr2023-10-181-2/+1
| * | | | Implement TextToImage OCP APIMarcel Klehr2023-10-1815-3/+1159
* | | | | Merge pull request #41120 from nextcloud/imaginaryInvalidStreamSimon L2023-10-261-0/+3
|\ \ \ \ \
| * | | | | Don't pass invalid streams to ImaginaryGit'Fellow2023-10-251-0/+3
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-262-8/+8
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-254-4/+4
* | | | | 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
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-242-0/+2
* | | | | | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-233-1/+32
* | | | | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-2312-135/+330
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-237-9/+27
| * | | | | | Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
| * | | | | | Update autoloadersCôme Chilliet2023-10-232-0/+6
| * | | | | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-235-0/+47
| * | | | | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-237-33/+126
| * | | | | | Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
| * | | | | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-205-104/+139
* | | | | | | fix(profile): Directly migrate to OCP constantsJoas Schilling2023-10-231-4/+4
* | | | | | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-235-13/+127
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2266-132/+134
* | | | | | | fix(l10n): invalid translation of a numberJohn Molakvoæ2023-10-211-1/+1
|/ / / / / /
* | | | | | feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-193-11/+49
* | | | | | feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-192-0/+33
* | | | | | Small code style fix in SetupCheckManagerCôme Chilliet2023-10-191-3/+1
* | | | | | Change SetupResult API to named constructorsCôme Chilliet2023-10-191-1/+34
* | | | | | Add debug logging when running setup checks to help with debugging slow resultsCôme Chilliet2023-10-191-4/+6
* | | | | | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-195-1/+45
* | | | | | Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-193-0/+70
* | | | | | Fix PHPDoc in OCP for new SetupResult classCôme Chilliet2023-10-191-0/+5
* | | | | | Fix docblock and types for new public APICôme Chilliet2023-10-193-28/+24
* | | | | | ProgressCarl Schwan2023-10-193-0/+7
* | | | | | Add api to register setup checksCarl Schwan2023-10-197-3/+161
* | | | | | Merge pull request #40969 from nextcloud/ishare-typeJohn Molakvoæ2023-10-191-1/+1
|\ \ \ \ \ \
| * | | | | | Fix return type of IShare::getExpirationDateVarun Patil2023-10-181-1/+1