aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(styles): use also new CSS variable for correct header text color on ↵Ferdinand Thiessen2024-07-261-2/+2
| | | | | | | | | | | | public pages Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-262-18/+41
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-2636-256/+219
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpointKate2024-07-263-2/+99
|\
| * fix(core): Document CSRF token endpointprovokateurin2024-07-253-2/+99
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-266-4/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-251-1/+1
|\ \ | | | | | | feat(files): Implement files list filters
| * | feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-1/+1
| |/ | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\ \ | |/ |/| Avoid using partial file info as valid one
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-251-3/+0
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(taskprocessing): fix OpenAPI error and generate specsJulien Veyssier2024-07-253-14/+268
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-14/+13
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-252-21/+41
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-242-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-2/+16
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(taskprocessing): add stats about input/output sizesJulien Veyssier2024-07-231-6/+47
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-234-3/+235
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-0/+56
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2310-0/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵Julien Veyssier2024-07-224-2/+79
| | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-221-2/+1
|\ | | | | refactor: Migrate some legacy and core functions to `IFilenameValidator`
| * refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-2/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2114-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-2/+4
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-194-8/+6
|\ | | | | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions
| * fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵Joas Schilling2024-07-193-6/+4
| | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵Joas Schilling2024-07-191-2/+2
| | | | | | | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-193-4/+447
|\ \ | |/ |/| TaskProcessing follow-up
| * chore: update openapi specsMarcel Klehr2024-07-183-1512/+1908
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-173-1712/+1712
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+49
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-192-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46587 from nextcloud/fix/shrink-headlinesFerdinand Thiessen2024-07-188-12/+17
|\ \ | | | | | | fix(css): Shrink headlines a bit
| * | chore: Recompile assetsFerdinand Thiessen2024-07-176-7/+7
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(css): Shrink headlines a bitFerdinand Thiessen2024-07-172-5/+10
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-186-12/+52
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(ReferenceApiController): Remove accidently added AnonRateLimitJonas2024-07-171-1/+0
|/ / | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* / feat(Reference): Add public API endpoints to get referencesJonas2024-07-173-0/+713
|/ | | | | | | | | | | | | | | | | | | | | | | Calling the public API endpoints will check for matching registered reference providers that implement `IPublicReferenceProvider` and call their respective functions. If no matching provider is found, the default `LinkReferenceProvider` will be used to provide open graph data. The frontend reference widget components will call these endpoints from unauthorized sessions, e.g. in public shares. If present, the sharing token of the origin URL is passed to `resolveReferencePublic()` as additional information for the reference provider to determine the access scope. This allows the respective reference providers to determine whether the origin share has access to the linked resource. `getCacheKeyPublic` also gets the sharing token so it can scope the cached entry to it. Contributes to #45978 Signed-off-by: Jonas <jonas@freesources.org>
* fix(files_metadata): Don't run generation job on every upgradeLouis Chemineau2024-07-161-6/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-1512-12/+12
| | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #46414 from nextcloud/feat/provide-new-files-configFerdinand Thiessen2024-07-111-1/+4
|\ | | | | feat: Add new forbidden filename options to Capabilities
| * feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-1/+4
| | | | | | | | | | | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Recompile assetsFerdinand Thiessen2024-07-111-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>