aboutsummaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-142-0/+2
|\
| * feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-032-0/+2
* | Merge pull request #47896 from nextcloud/fix/resiliant-user-removalFerdinand Thiessen2024-10-072-0/+6
|\ \ | |/ |/|
| * fix: Skip users that still exist in backendfix/resiliant-user-removalFerdinand Thiessen2024-09-262-2/+2
| * fix: Make user removal more resilientFerdinand Thiessen2024-09-262-0/+6
* | feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-012-0/+2
* | chore: Drop unused legacy `OC_Files`Ferdinand Thiessen2024-09-282-2/+0
|/
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-232-0/+2
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-0/+2
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-202-0/+2
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-192-2/+0
* feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-172-0/+4
* chore: fix autoloadersCôme Chilliet2024-09-162-2/+0
* feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-162-0/+2
* Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-132-0/+6
|\
| * feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-102-0/+6
* | chore: Deleted now unused classes from \OC\OCSCôme Chilliet2024-09-092-4/+0
* | fix: Move ApiHelper to \OC\OCS next to related classesCôme Chilliet2024-09-092-2/+2
* | fix: Move OC_API into \OC\ApiHelper in standard namespaceCôme Chilliet2024-09-092-2/+2
|/
* chore: update autoloaderAnupam Kumar2024-09-062-0/+2
* fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-052-0/+2
* fix: Move \OC_Image to \OC\Image with the other internal classesCôme Chilliet2024-08-292-2/+2
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-282-0/+20
* feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-282-0/+14
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-272-0/+6
* feat: add command to send raw commands to redisRobin Appelman2024-08-232-0/+2
* feat(Security): Allow setting password context for validation and generationFerdinand Thiessen2024-08-222-0/+2
* feat: Add user:welcome commandFedericoHeichou2024-08-162-0/+2
* feat(webauthn): Add user verification to webauthn challengesS1m2024-08-152-0/+2
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-142-0/+2
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-122-0/+2
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-082-0/+2
* Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-062-0/+2
|\
| * feat: add command to export certificate bundleRobin Appelman2024-08-012-0/+2
* | chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-022-2/+0
* | chore: Remove deprecated legacy search backendJulius Härtl2024-08-012-16/+0
|/
* Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interfaceJoas Schilling2024-07-302-0/+2
|\
| * fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-302-0/+2
* | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-10/+10
* | feat(upgrade): migration attributesMaxence Lange2024-07-292-0/+40
|/
* feat(preview): move previews for imaginary pdf to own class ImaginaryPDFernolf2024-07-252-0/+2
* fix: Correct name of `InvalidFieldTypeException` class fileElizabeth Danzberger2024-07-252-0/+2
* fix: Composer autoloads for Field classesElizabeth Danzberger2024-07-252-0/+4
* fix: Move field classes out of the server apiElizabeth Danzberger2024-07-252-4/+0
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-252-0/+2
* feat: Template fieldsElizabeth Danzberger2024-07-252-0/+4
* feat(taskprocessing): add translate task typeJulien Veyssier2024-07-252-0/+2
* fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-252-0/+2
* feat: mail provider backendSebastianKrupinski2024-07-232-0/+26