aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+9
* fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-0/+2
* fix(INavigationManager): Add psalm typing for `add` parameterFerdinand Thiessen2023-11-141-1/+7
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-143-6/+78
* ignore metadata if table is emptyMaxence Lange2023-11-141-2/+2
* Merge pull request #41436 from nextcloud/feat/introduce-inAppSearch-method-fo...Arthur Schiwon2023-11-141-0/+34
|\
| * Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-0/+34
* | moving metadataqueryMaxence Lange2023-11-132-2/+3
|/
* Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-135-2/+133
|\
| * Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-094-4/+7
| |\
| * | Update lib/public/TextProcessing/IProviderWithUserId.phpMarcel Klehr2023-11-081-1/+1
| * | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-0819-5/+1350
| |\ \
| * | | fix coding styleMarcel Klehr2023-11-071-1/+0
| * | | fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-073-11/+46
| * | | fix: psalm issues and coding styleMarcel Klehr2023-11-062-7/+19
| * | | fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-062-2/+10
| * | | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-033-3/+80
* | | | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-105-0/+285
* | | | Merge pull request #40615 from nextcloud/enh/automate-calendar-event-user-statusChristoph Wurst2023-11-091-0/+18
|\ \ \ \
| * | | | feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+18
| | |_|/ | |/| |
* | | | Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-095-0/+269
|\ \ \ \ | |/ / / |/| | |
| * | | feat: Add out-of-office message APIChristoph Wurst2023-11-095-0/+269
* | | | Merge pull request #41295 from nextcloud/fix/has-reserved-jobJoas Schilling2023-11-091-1/+2
|\ \ \ \
| * | | | fix: Extend docblock of hasReservedJobMarcel Klehr2023-11-081-1/+2
| | |/ / | |/| |
* | | | feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+1
| |/ / |/| |
* | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-082-3/+4
| |/ |/|
* | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-0714-5/+1209
|\ \
| * | IFilesMetadataMaxence Lange2023-11-074-25/+10
| * | IFilesMetadataMaxence Lange2023-11-0714-2/+1221
| |/
* | Add $name property in SetupResult and improve APICôme Chilliet2023-11-072-0/+34
* | Merge pull request #41214 from nextcloud/bugfix/noid/make-install-verboseJoas Schilling2023-11-071-0/+7
|\ \
| * | fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+7
| |/
* / feat(openapi): Add OpenAPI attribute to allow multiple scopes and overwriting...Joas Schilling2023-11-032-0/+100
|/
* feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-022-0/+108
* Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-021-26/+34
|\
| * feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-26/+34
* | feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-0/+60
* | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2610-0/+635
|\ \
| * | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| * | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| * | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-0/+6
| * | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-262-2/+34
| * | fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| * | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| * | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
| * | fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-202-0/+12
| * | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+21
| * | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-11/+26