aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-142-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Allows to indicates if a search provider also support in app search Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | moving metadataqueryMaxence Lange2023-11-132-4/+4
| |/ / | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-132-0/+8
| |\ \ | | |/ | |/| enh(TextProcessing): Add two new provider interfaces
| | * fix: Update autoloadersMarcel Klehr2023-11-092-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| | * Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-092-16/+2
| | |\
| | * \ Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-082-0/+48
| | |\ \ | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| | * | | fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-072-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | chore: update openapi.jsonBenjamin Gaussorgues2023-11-105-113/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-106-16/+160
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | | Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-092-0/+14
| |\ \ \ \ | | |_|_|/ | |/| | | feat: Add out-of-office message API
| | * | | feat: Add out-of-office message APIChristoph Wurst2023-11-092-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-082-0/+2
| |\ \ \ \ | | |/ / / | |/| | | optimize builtin storage wrappers
| | * | | optimize builtin storage wrappersRobin Appelman2023-11-082-0/+2
| | | |/ | | |/| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * / | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-082-16/+0
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-072-0/+44
| |\ \ | | | | | | | | IFilesMetadata
| | * | IFilesMetadataMaxence Lange2023-11-072-0/+44
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Merge pull request #41175 from nextcloud/feat/noid/openapi-scopesJoas Schilling2023-11-072-0/+2
| |\ \ \ | | |/ / | |/| | Add OpenAPI attribute to allow multiple scopes
| | * | feat(openapi): Add OpenAPI attribute to allow multiple scopes and ↵Joas Schilling2023-11-032-0/+2
| | |/ | | | | | | | | | | | | | | | overwriting tags Signed-off-by: Joas Schilling <coding@schilljs.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>
| * feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-022-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(contactsmenu): Show user statusChristoph Wurst2023-10-312-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-262-0/+32
| |\ | | | | | | Implement TextToImage OCP API
| | * fix(TextToImage): Update autoloadersMarcel Klehr2023-10-262-0/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| | * fix(TextToImage): Add autoloader changes and registerAliasMarcel Klehr2023-10-192-0/+30
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | fix: Make linters happyMarcel Klehr2023-11-082-0/+2
|/ / | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-232-0/+8
|\ \ | | | | | | Move IToken and IProvider::getToken to OCP
| * | Update autoloadersCôme Chilliet2023-10-232-0/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-202-0/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-232-0/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-192-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | ProgressCarl Schwan2023-10-192-0/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add api to register setup checksCarl Schwan2023-10-192-0/+4
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* feat(OCM): Dispatch an event so apps can register resourcesJoas Schilling2023-10-132-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(mysql): Remove custom MySQL workaround from 2015Joas Schilling2023-10-062-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-062-2/+0
| | | | | | | | Postgres 10 is the minimum in the meantime and doctrine/dbal fixed this in 2.6.0 already ref https://github.com/doctrine/dbal/pull/2614 Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-062-2/+0
| | | | | | | | | - I installed current master and exported the schema as SQL - Then I went to this branch, removed the content of the run() method (so made it no-op) - I installed again and exported the schema as SQL - The files are exactly the same, so whatever we tried to fix was fixed since 2015 in doctrine dbal Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(phonenumber): Add OCP wrapper for PhoneNumber utils libraryJoas Schilling2023-09-252-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #40288 from nextcloud/feat/appframework/rate-limiterJoas Schilling2023-09-212-0/+4
|\ | | | | feat(appframework): Expose programmatic rate limiter
| * feat(appframework): Expose programmatic rate limiterChristoph Wurst2023-09-202-0/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-212-0/+2
|\ \ | | | | | | add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is
| * | add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-192-0/+2
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / ocm controllerMaxence Lange2023-09-202-0/+18
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #32912 from nextcloud/group-backend-batch-methodCôme Chilliet2023-09-112-0/+2
|\ | | | | Add batch methods in user backends
| * Move new methods to a new interface in OCPCôme Chilliet2023-09-052-0/+2
| | | | | | | | | | | | | | This avoids breaking compatibility for group backends not based on ABackend abstract class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Detect aborted connection in OC\Files\View and stop writing data to the ↵Benjamin Gaussorgues2023-09-072-0/+2
|/ | | | | | output buffer Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-042-0/+2
|\ | | | | move share permission logic to storage wrapper
| * cleanup di for share permissions wrapperRobin Appelman2023-08-162-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-282-0/+2
|\ \
| * \ Merge pull request #38298 from nextcloud/enh/occ-sync-account-dataAnna2023-08-282-0/+2
| |\ \ | | | | | | | | feat: Add occ user:user:sync-account-data for updating oc_accounts information from user backends
| | * | feat: Add occ user:sync-account-data for updating oc_accounts information ↵Julius Härtl2023-06-092-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from user backends This can be useful in cases where the state between user backend and oc_accounts has become inconsistent. Usually the account data is updated once the change on the user backend is detected. Potential leftovers from older bugs (https://github.com/nextcloud/user_saml/pull/582) might though never get updated. This could lead to the contacts menu never showing the correct display name. The contacts menu is read from the system address book, which is only updated from oc_accounts. Signed-off-by: Julius Härtl <jus@bitgrid.net>