Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: psalm issues and coding style | Marcel Klehr | 2023-11-06 | 2 | -7/+19 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 2 | -2/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 3 | -3/+80 |
| | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(events): Add typed event for filtering autocompletion suggestions | Joas Schilling | 2023-11-02 | 2 | -0/+108 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #38425 from nextcloud/feat/ocp/strict-igroup | Christoph Wurst | 2023-11-02 | 1 | -26/+34 |
|\ | | | | | feat(ocp): Add types and strict typing to \OCP\Group\IGroup | ||||
| * | feat(ocp): Add types and strict typing to \OCP\Group\IGroup | Christoph Wurst | 2023-09-06 | 1 | -26/+34 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | feat(contactsmenu): Show user status | Christoph Wurst | 2023-10-31 | 3 | -0/+60 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #40326 from nextcloud/enh/text-to-image-api | Joas Schilling | 2023-10-26 | 10 | -0/+635 |
|\ \ | | | | | | | Implement TextToImage OCP API | ||||
| * | | Update lib/public/TextToImage/IProvider.php | Marcel Klehr | 2023-10-26 | 1 | -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.php | Marcel Klehr | 2023-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | en(TextToImage): Add getId method to IProvider | Marcel Klehr | 2023-10-26 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | en(TextToImage): Use specific exception class instead of generic ↵ | Marcel Klehr | 2023-10-26 | 2 | -2/+34 |
| | | | | | | | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix: Minor copypasta | Marcel Klehr | 2023-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update lib/public/TextToImage/Task.php | Marcel Klehr | 2023-10-23 | 1 | -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.php | Marcel Klehr | 2023-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(Text2Image): Fix $completionExpectedAt default value | Marcel Klehr | 2023-10-22 | 1 | -7/+9 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(Text2Image): Add AI settings section to text2image | Marcel Klehr | 2023-10-22 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(Text2Image): Fix psalm errors | Marcel Klehr | 2023-10-20 | 2 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(Text2Image): Expose expected completion time | Marcel Klehr | 2023-10-20 | 1 | -1/+21 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 2 | -11/+26 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵ | Marcel Klehr | 2023-10-20 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(TextToImage): Fix psalm issues | Marcel Klehr | 2023-10-18 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(TextToImage): Fix psalm issues | Marcel Klehr | 2023-10-18 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update lib/public/TextToImage/Exception/TextToImageException.php | Marcel Klehr | 2023-10-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update lib/public/TextToImage/Exception/TaskNotFoundException.php | Marcel Klehr | 2023-10-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(TextToImage): Allow anonymous access to IManager#getUserTasksByApp | Marcel Klehr | 2023-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(TextToImage): Fix psalm errors | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(TextToImage): Address review comments | Marcel Klehr | 2023-10-18 | 3 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update lib/public/TextToImage/Events/TaskSuccessfulEvent.php | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update lib/public/TextToImage/IManager.php | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | cs:Fix | Marcel Klehr | 2023-10-18 | 3 | -5/+0 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Small fixes | Marcel Klehr | 2023-10-18 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 8 | -0/+526 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org> | ||||
* | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocp | Côme Chilliet | 2023-10-23 | 5 | -0/+285 |
|\ \ \ | | | | | | | | | Move IToken and IProvider::getToken to OCP | ||||
| * | | | Improve docblock annotations for tokens and their exceptions | Côme Chilliet | 2023-10-23 | 4 | -7/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Make sure that OC interfaces returns OC interfaces for backward compatibility | Côme Chilliet | 2023-10-23 | 3 | -0/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Move Exceptions used in OCP to OCP | Côme Chilliet | 2023-10-23 | 4 | -0/+114 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Move IToken and IProvider::getToken to OCP | Côme Chilliet | 2023-10-20 | 2 | -0/+135 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | feat(profile): Add public interface for profile manager so apps can check config | Joas Schilling | 2023-10-23 | 1 | -0/+106 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | feat(NavigationManager): Always sort the default app first | Ferdinand Thiessen | 2023-10-19 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | feat(IAppManager): Allow to set the (user) default apps and get all global ↵ | Ferdinand Thiessen | 2023-10-19 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | default apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Change SetupResult API to named constructors | Côme Chilliet | 2023-10-19 | 1 | -1/+34 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Add OCP interface for SetupCheckManager | Côme Chilliet | 2023-10-19 | 1 | -0/+37 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Add missing licences and copyright in SetupCheck | Côme Chilliet | 2023-10-19 | 2 | -0/+46 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix PHPDoc in OCP for new SetupResult class | Côme Chilliet | 2023-10-19 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix docblock and types for new public API | Côme Chilliet | 2023-10-19 | 3 | -28/+24 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Progress | Carl Schwan | 2023-10-19 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Add api to register setup checks | Carl Schwan | 2023-10-19 | 3 | -0/+99 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Merge pull request #40969 from nextcloud/ishare-type | John Molakvoæ | 2023-10-19 | 1 | -1/+1 |
|\ \ \ |