aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 #46708 from nextcloud/update-event-docsAnna2024-07-246-2/+17
|\ \ \
| * | | docs: update docs for ocp eventsDaniel Kesselberg2024-07-236-2/+17