summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-3020-0/+1002
|\
| * fix(migration-attributes): psalmMaxence Lange2024-07-295-0/+32
| * feat(migration-attributes): testsMaxence Lange2024-07-2916-26/+46
| * fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-2917-22/+208
| * feat(upgrade): release metadataMaxence Lange2024-07-293-0/+250
| * feat(upgrade): migration attributesMaxence Lange2024-07-2917-0/+514
* | 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
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-302-0/+2
| |/ |/|
* | chore: fix some commentswithbest2024-07-294-4/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-288-0/+50
* | 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
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2712-6/+90
* | | chore: deprecate old AI APIsMarcel Klehr2024-07-2639-0/+39
* | | refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-262-10/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-26164-28/+364
* | | Merge pull request #46508 from nextcloud/ernolf/enh/imaginary-pdf-handlingDaniel2024-07-255-1/+18
|\ \ \
| * | | feat(preview): move previews for imaginary pdf to own class ImaginaryPDFernolf2024-07-255-1/+18
| |/ /
* | | 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-2510-5/+161
|\ \ \
| * | | fix: PHP formattingElizabeth Danzberger2024-07-253-19/+11
| * | | fix: Fix static analysis errorsElizabeth Danzberger2024-07-253-0/+35
| * | | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-252-3/+14
| * | | fix(api): Add alias to `Field`Elizabeth Danzberger2024-07-251-3/+4
| * | | fix: Make field index a string for better id/index supportElizabeth Danzberger2024-07-251-1/+1
| * | | fix: Correct name of `InvalidFieldTypeException` class fileElizabeth Danzberger2024-07-253-0/+2
| * | | fix: Add proper field typesElizabeth Danzberger2024-07-251-1/+5
| * | | fix: Remove commentsElizabeth Danzberger2024-07-251-3/+0
| * | | fix: Add `InvalidFieldType` exceptionElizabeth Danzberger2024-07-252-1/+18
| * | | fix: `Field` and `FieldType` implementationElizabeth Danzberger2024-07-252-8/+32
| * | | fix: Composer autoloads for Field classesElizabeth Danzberger2024-07-252-0/+4
| * | | fix: Add Field and FieldType back to server APIElizabeth Danzberger2024-07-252-0/+30
| * | | fix: Move field classes out of the server apiElizabeth Danzberger2024-07-254-32/+0
| * | | fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-257-6/+31
| * | | feat: Template fieldsElizabeth Danzberger2024-07-255-1/+47
* | | | fix(taskprocessing): add missing translate default task typeJulien Veyssier2024-07-251-0/+1
|/ / /
* | | fix(taskprocessing): fix typo in text2text task typeJulien Veyssier2024-07-251-1/+1
* | | feat(taskprocessing): add translate task typeJulien Veyssier2024-07-253-0/+104
* | | 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): fix psalm issueJulien Veyssier2024-07-251-0/+1
* | | fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-252-0/+2
* | | fix(taskprocessing): add licenseJulien Veyssier2024-07-251-0/+8
* | | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-252-18/+18
* | | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-256-38/+286