Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | chore: Compile assets | Ferdinand Thiessen | 2024-07-26 | 4 | -4/+4 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | fix(styles): use also new CSS variable for correct header text color on ↵ | Ferdinand Thiessen | 2024-07-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | public pages Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | chore: Compile assets | Ferdinand Thiessen | 2024-07-26 | 4 | -4/+4 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(styles): Make sure footer with legal links is shown correctly | Ferdinand Thiessen | 2024-07-26 | 2 | -18/+41 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 36 | -256/+219 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpoint | Kate | 2024-07-26 | 3 | -2/+99 | |
|\ | ||||||
| * | fix(core): Document CSRF token endpoint | provokateurin | 2024-07-25 | 3 | -2/+99 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 6 | -4/+14 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #45708 from nextcloud/feat/files-filters | Ferdinand Thiessen | 2024-07-25 | 1 | -1/+1 | |
|\ \ | | | | | | | feat(files): Implement files list filters | |||||
| * | | feat(files): Implement files list filters for name, modified time and type | Ferdinand Thiessen | 2024-07-25 | 1 | -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-id | Andy Scherzinger | 2024-07-25 | 1 | -0/+4 | |
|\ \ | |/ |/| | Avoid using partial file info as valid one | |||||
| * | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | fix(taskprocessing): fix cs issues and generate autoloaders | Julien Veyssier | 2024-07-25 | 1 | -3/+0 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | fix(taskprocessing): fix OpenAPI error and generate specs | Julien Veyssier | 2024-07-25 | 3 | -14/+268 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -14/+13 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 2 | -21/+41 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-24 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 2 | -2/+16 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(taskprocessing): add stats about input/output sizes | Julien Veyssier | 2024-07-23 | 1 | -6/+47 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 4 | -3/+235 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 1 | -0/+56 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 10 | -0/+16 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 4 | -2/+79 | |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidator | Stephan Orbaugh | 2024-07-22 | 1 | -2/+1 | |
|\ | | | | | refactor: Migrate some legacy and core functions to `IFilenameValidator` | |||||
| * | refactor: Migrate some legacy and core functions to `IFilenameValidator` | Ferdinand Thiessen | 2024-07-19 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 14 | -0/+14 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | refactor: Fix some linting issues in frontend code | Ferdinand Thiessen | 2024-07-19 | 1 | -2/+4 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 4 | -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 Schilling | 2024-07-19 | 3 | -6/+4 | |
| | | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵ | Joas Schilling | 2024-07-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #46368 from nextcloud/fix/task-processing | Marcel Klehr | 2024-07-19 | 3 | -4/+447 | |
|\ \ | |/ |/| | TaskProcessing follow-up | |||||
| * | chore: update openapi specs | Marcel Klehr | 2024-07-18 | 3 | -1512/+1908 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix(TaskProcessing): Update openapi specs | Marcel Klehr | 2024-07-17 | 3 | -1712/+1712 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix(TaskProcessingApiController): Address review comments | Marcel Klehr | 2024-07-17 | 1 | -5/+5 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: psalm errors | Marcel Klehr | 2024-07-17 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | feat(TaskProcessing): Allow setting task results for file slots | Marcel Klehr | 2024-07-17 | 1 | -2/+49 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 2 | -0/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #46587 from nextcloud/fix/shrink-headlines | Ferdinand Thiessen | 2024-07-18 | 8 | -12/+17 | |
|\ \ | | | | | | | fix(css): Shrink headlines a bit | |||||
| * | | chore: Recompile assets | Ferdinand Thiessen | 2024-07-17 | 6 | -7/+7 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | fix(css): Shrink headlines a bit | Ferdinand Thiessen | 2024-07-17 | 2 | -5/+10 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-18 | 6 | -12/+52 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(ReferenceApiController): Remove accidently added AnonRateLimit | Jonas | 2024-07-17 | 1 | -1/+0 | |
|/ / | | | | | | | Signed-off-by: Jonas <jonas@freesources.org> | |||||
* / | feat(Reference): Add public API endpoints to get references | Jonas | 2024-07-17 | 3 | -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 upgrade | Louis Chemineau | 2024-07-16 | 1 | -6/+11 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 12 | -12/+12 | |
| | | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-14 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | Merge pull request #46414 from nextcloud/feat/provide-new-files-config | Ferdinand Thiessen | 2024-07-11 | 1 | -1/+4 | |
|\ | | | | | feat: Add new forbidden filename options to Capabilities | |||||
| * | feat: Add new forbidden filename options to Capabilities | Ferdinand Thiessen | 2024-07-11 | 1 | -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 assets | Ferdinand Thiessen | 2024-07-11 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |