aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-192-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-212-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-312-0/+2
| | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix: use proper jailed patch in watcherRobin Appelman2024-04-102-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* prepare migration to lazy configMaxence Lange2024-01-222-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* occ background-job:deleteMaxence Lange2024-01-152-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #41540 from ↵Louis2023-11-212-4/+4
|\ | | | | | | | | nextcloud/artonge/feat/add_metadata_generation_job Add metadata generation job
| * Add metadata generation jobLouis Chemineau2023-11-162-4/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | add named metadata eventMaxence Lange2023-11-202-0/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-162-0/+2
|\ \ | |/ |/| feat: add preview provider for emf files based on office
| * feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-132-0/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add migration from the old to new metadata tablesLouis Chemineau2023-11-162-0/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #41436 from ↵Arthur Schiwon2023-11-142-0/+2
|\ \ | | | | | | | | | | | | nextcloud/feat/introduce-inAppSearch-method-for-advanced-search Add `inAppSearch` for advanced search providers
| * | 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>
* | 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>