aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-102-0/+4
|\ | | | | feat: Add `IFilenameValidator` to have one consistent place for filename validation
| * feat: Add `IFilenameValidator` to have one consistent place for filename ↵Ferdinand Thiessen2024-07-092-0/+4
| | | | | | | | | | | | | | | | validation Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat: Add IPasswordHashBackendChristopher Ng2024-07-082-0/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occCôme Chilliet2024-07-082-0/+4
|\ | | | | feat(occ): Add a --debug option to output all log levels to the output
| * feat: Add reserved options in a new OCP class so that applications know ↵Côme Chilliet2024-07-042-0/+2
| | | | | | | | | | | | about them Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-022-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypesJoas Schilling2024-07-042-0/+8
|\ \ | | | | | | feat(TaskProcessing): Add more task types
| * | feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-042-0/+8
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-022-0/+6
|\ \ \ | |_|/ |/| | feat: add commands for exporting current and expected database schema
| * | feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-022-0/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #46185 from ↵Daniel2024-07-022-8/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/debt/noid/migrate-background-commands-to-iappconfig refactor: simplify background commands
| * | | refactor: simplify background commandsDaniel Kesselberg2024-07-012-8/+2
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-0/+4
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-252-0/+2
|\ \ | |/ |/| feat: implement public OCP api to update resources and rooms
| * feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-272-0/+2
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | chore: remove chunking-v1Robin Appelman2024-06-192-2/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-182-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore(composer): composer install --no-devCôme Chilliet2024-06-114-87/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore(webhooks): Rename webhooks application to webhook_listenersCôme Chilliet2024-06-111-0/+1
| | | | | | | | | | | | There is already a webhooks application in the appstore Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-112-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat: Make node events serializableCôme Chilliet2024-06-112-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Revert "feat: Add support for webhook listeners"Côme Chilliet2024-06-112-4/+0
| | | | | | | | | | | | This reverts commit 3b790df0127b2bf95e8fe3a8460aa3813e58bef8. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat: Add support for webhook listenersCôme Chilliet2024-06-112-0/+4
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Move OC_EventSource to OC namespaceCôme Chilliet2024-05-162-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-162-0/+2
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-222-0/+2
| | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | chore: Check in autoloader updatesMarcel Klehr2024-05-142-0/+33
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Don't check in barmani plugin in composer autoloaderMarcel Klehr2024-05-141-29/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Update autoloadersMarcel Klehr2024-05-142-0/+4
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Wire-up the new classesMarcel Klehr2024-05-142-0/+62
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat(bg-jobs): allow setting a job class list instead of a single class in ↵Julien Veyssier2024-05-022-0/+4
| | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵Julius Härtl2024-04-222-0/+2
|/ | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-172-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when the event is unknown to the ↵Joas Schilling2024-04-172-0/+2
| | | | | | provider Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when not all fields are set while ↵Joas Schilling2024-04-172-0/+2
| | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-172-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-commandyemkareems2024-04-161-0/+1
|\ | | | | Feature/occ clear avatar cache command
| * feat: changes by build/autoloaderchecker.shyemkareems2024-04-161-0/+1
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | fix(notifications): Add a dedicated exception when a notification was not ↵Joas Schilling2024-04-122-0/+2
| | | | | | | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(notifications): Add a dedicated exception when the notification is ↵Joas Schilling2024-04-122-0/+2
| | | | | | | | | | | | unknown to the notifier Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(notifications): Add a dedicated exception when not all fields are set ↵Joas Schilling2024-04-122-0/+2
| | | | | | | | | | | | while saving a notification Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(notifications): Add a dedicated exception when invalid values are setJoas Schilling2024-04-123-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: use proper jailed patch in watcherRobin Appelman2024-04-082-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: drop support for php 8.0Richard Steinmetz2024-04-081-2/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: add interface for lower level filecache acess without having to do ↵Robin Appelman2024-03-252-0/+4
| | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(ObjectStore): Use common S3 trait so config and connection trait members ↵Ferdinand Thiessen2024-03-212-0/+2
| | | | | | are in sync Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-142-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Adding PublicSectorBundlesorbaugh2024-03-122-8/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add declarative settingsjld31032024-03-124-4/+16
| | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* chore(assets): build autoloaderEduardo Morales2024-03-111-0/+8
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>