aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat(cache): CLI should not fail if APCu is not availableenh/do-not-enforce-cache-for-cliMichaIng2024-08-011-6/+20
* Merge pull request #46912 from nextcloud/fix/taskprocessing-speech-to-text-le...Marcel Klehr2024-08-011-0/+4
|\
| * fix(TaskProcessing): Legacy Speech To Text support needs UserIdMarcel Klehr2024-07-311-0/+4
* | Merge pull request #46872 from nextcloud/fix/taskprocessing/dont-break-with-p...Marcel Klehr2024-08-011-14/+18
|\ \ | |/ |/|
| * fix(TaskProcessing): Don't break if provider methods throwMarcel Klehr2024-07-301-14/+18
* | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interfaceJoas Schilling2024-07-302-4/+6
|\ \
| * | fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-302-4/+6
* | | Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-304-0/+269
|\ \ \ | |/ / |/| |
| * | feat(migration-attributes): testsMaxence Lange2024-07-292-5/+7
| * | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-4/+21
| * | feat(upgrade): release metadataMaxence Lange2024-07-293-0/+250
* | | feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-303-25/+70
| |/ |/|
* | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-1/+24
|\ \ | |/ |/|
| * fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-1/+24
* | chore: fix some commentswithbest2024-07-292-2/+2
* | fix: Release directory iterator and thereby its potential directory lock prio...Dennis Verspuij2024-07-271-0/+1
* | Merge pull request #46760 from nextcloud/fix/appframework/csrf-custom-headerJohn Molakvoæ2024-07-271-0/+4
|\ \
| * | fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checksprovokateurin2024-07-251-0/+4
* | | Merge pull request #46508 from nextcloud/ernolf/enh/imaginary-pdf-handlingDaniel2024-07-253-1/+16
|\ \ \
| * | | feat(preview): move previews for imaginary pdf to own class ImaginaryPDFernolf2024-07-253-1/+16
| |/ /
* | | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-3/+4
|\ \ \ | |/ / |/| |
| * | fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-221-3/+4
* | | Merge pull request #46383 from nextcloud/feat/template-fieldsJulius Härtl2024-07-251-2/+6
|\ \ \
| * | | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+3
| * | | fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-251-0/+3
* | | | fix(taskprocessing): add missing translate default task typeJulien Veyssier2024-07-251-0/+1
|/ / /
* | | fix: Don't validate input again upon running a taskMarcel Klehr2024-07-251-7/+0
* | | fix: Make sure provider provides enum valuesMarcel Klehr2024-07-251-1/+4
* | | fix(taskprocessing): Update lib/private/TaskProcessing/Manager.phpMarcel Klehr2024-07-251-2/+2
* | | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-17/+17
* | | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-35/+161
* | | Merge pull request #44788 from nextcloud/db-error-loggingStephan Orbaugh2024-07-253-4/+52
|\ \ \
| * | | feat: add additional logging for database errorsRobin Appelman2024-07-243-4/+52
* | | | Merge pull request #46644 from nextcloud/cast-bigintFerdinand Thiessen2024-07-242-1/+3
|\ \ \ \
| * | | | fix: explicitly filter for storageid in preview cleanup jobRobin Appelman2024-07-231-0/+2
| * | | | fix: cast to bigint on postgresqlRobin Appelman2024-07-231-1/+1
* | | | | Merge pull request #46694 from nextcloud/fix/file-info-nameStephan Orbaugh2024-07-241-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-221-0/+4
| | |/ / | |/| |
* | | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-243-18/+25
|\ \ \ \
| * | | | feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-223-18/+25
| |/ / /
* | | | feat: mail provider backendSebastianKrupinski2024-07-233-0/+282
* | | | fix(taskprocessing): build autoloader files and fix psalm issueJulien Veyssier2024-07-231-1/+1
* | | | feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-3/+20
* | | | feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-233-3/+45
* | | | feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-232-0/+37
| |/ / |/| |
* | | feat: let users configure their first day of weekRichard Steinmetz2024-07-221-1/+5
|/ /
* | feat: add config flag to toggle persistent redis connectionsRobin Appelman2024-07-221-12/+21
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-222-3/+92
* | Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-223-16/+31
|\ \
| * | refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-193-16/+31