Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: lintcatchNullHash | Git'Fellow | 2024-08-15 | 1 | -3/+2 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix: stronger type hint | Git'Fellow | 2024-08-15 | 1 | -1/+1 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix: remove check for null | Git'Fellow | 2024-08-01 | 1 | -1/+1 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix: add phpDoc | Git'Fellow | 2024-08-01 | 1 | -0/+1 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(files): Catch null possibilities before hash | Git'Fellow | 2024-07-29 | 1 | -2/+14 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: don't use OCP Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: Also check if null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | chore: fix some comments | withbest | 2024-07-29 | 2 | -2/+2 |
| | | | | Signed-off-by: withbest <seekseat@outlook.com> | ||||
* | fix: Release directory iterator and thereby its potential directory lock ↵ | Dennis Verspuij | 2024-07-27 | 1 | -0/+1 |
| | | | | | | prior to deleting a directory, to avoid e.g. "Text file busy" error with VirtualBox shared folder storage Signed-off-by: Dennis Verspuij <6680484+dennisverspuij@users.noreply.github.com> | ||||
* | Merge pull request #46760 from nextcloud/fix/appframework/csrf-custom-header | John Molakvoæ | 2024-07-27 | 1 | -0/+4 |
|\ | |||||
| * | fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks | provokateurin | 2024-07-25 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #46508 from nextcloud/ernolf/enh/imaginary-pdf-handling | Daniel | 2024-07-25 | 3 | -1/+16 |
|\ \ | | | | | | | feat(preview): introducing new class ImaginaryPDF | ||||
| * | | feat(preview): move previews for imaginary pdf to own class ImaginaryPDF | ernolf | 2024-07-25 | 3 | -1/+16 |
| |/ | | | | | | | | | | | Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #46672 from nextcloud/fix/preview-invalid-id | Andy Scherzinger | 2024-07-25 | 1 | -3/+4 |
|\ \ | |/ |/| | Avoid using partial file info as valid one | ||||
| * | fix: Do not return partial file info if we have a cache entry | Julius Härtl | 2024-07-22 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #46383 from nextcloud/feat/template-fields | Julius Härtl | 2024-07-25 | 1 | -2/+6 |
|\ \ | | | | | | | feat: Template field workflow | ||||
| * | | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
| * | | fix: Emit new `BeforeGetTemplates` event | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | | fix(taskprocessing): add missing translate default task type | Julien Veyssier | 2024-07-25 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | fix: Don't validate input again upon running a task | Marcel Klehr | 2024-07-25 | 1 | -7/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Make sure provider provides enum values | Marcel Klehr | 2024-07-25 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php | Marcel Klehr | 2024-07-25 | 1 | -2/+2 |
| | | | | | | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -17/+17 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -35/+161 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Merge pull request #44788 from nextcloud/db-error-logging | Stephan Orbaugh | 2024-07-25 | 3 | -4/+52 |
|\ \ | | | | | | | feat: add additional logging for database errors | ||||
| * | | feat: add additional logging for database errors | Robin Appelman | 2024-07-24 | 3 | -4/+52 |
| | | | | | | | | | | | | | | | | | | including the stack trace of the current database transaction Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #46644 from nextcloud/cast-bigint | Ferdinand Thiessen | 2024-07-24 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | fix: cast to bigint on postgresql | ||||
| * | | | fix: explicitly filter for storageid in preview cleanup job | Robin Appelman | 2024-07-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: cast to bigint on postgresql | Robin Appelman | 2024-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #46694 from nextcloud/fix/file-info-name | Stephan Orbaugh | 2024-07-24 | 1 | -0/+4 |
|\ \ \ \ | |_|/ / |/| | | | fix: FileInfo from `View` should have the correct name of a mountpoint | ||||
| * | | | fix: FileInfo from `View` should have the correct name of a mountpoint | Ferdinand Thiessen | 2024-07-22 | 1 | -0/+4 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | If a mountpoint is returned from a `View` the name must match the view scoped name and not the global name. For example group folders have a name like `1` or `2` (the ID), but the name of the FileInfo returned fro mthe View should be the mount point name, like `First groupfolder` or similar. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 3 | -18/+25 |
|\ \ \ | | | | | | | | | feat(users): Add users and group management to admin delegation | ||||
| * | | | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 3 | -18/+25 |
| |/ / | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 3 | -0/+282 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | fix(taskprocessing): build autoloader files and fix psalm issue | Julien Veyssier | 2024-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 2 | -3/+20 |
| | | | | | | | | | | | | 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 | 3 | -3/+45 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 2 | -0/+37 |
| |/ |/| | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | feat: let users configure their first day of week | Richard Steinmetz | 2024-07-22 | 1 | -1/+5 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | feat: add config flag to toggle persistent redis connections | Robin Appelman | 2024-07-22 | 1 | -12/+21 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 2 | -3/+92 |
| | | | | | | 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 | 3 | -16/+31 |
|\ | | | | | refactor: Migrate some legacy and core functions to `IFilenameValidator` | ||||
| * | refactor: Migrate some legacy and core functions to `IFilenameValidator` | Ferdinand Thiessen | 2024-07-19 | 3 | -16/+31 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ips | Andy Scherzinger | 2024-07-22 | 9 | -67/+257 |
|\ \ | | | | | | | feat(security): restrict admin actions to IP ranges | ||||
| * | | feat(Security): add Factory for IP addresses and ranges | Benjamin Gaussorgues | 2024-07-19 | 2 | -0/+25 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | | feat(security): Add public API to allow validating IP Ranges and checking ↵ | Joas Schilling | 2024-07-19 | 8 | -76/+173 |
| | | | | | | | | | | | | | | | | | | | | | for "in range" Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | | feat(security): restrict admin actions to IP ranges | Benjamin Gaussorgues | 2024-07-19 | 6 | -67/+135 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | Merge pull request #46640 from nextcloud/fix/noid/google-scope | Julius Härtl | 2024-07-22 | 3 | -6/+19 |
|\ \ \ | |_|/ |/| | | fix(Token): take over scope in token refresh with login by cookie | ||||
| * | | fix(Token): take over scope in token refresh with login by cookie | Arthur Schiwon | 2024-07-19 | 3 | -6/+19 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 15 | -126/+170 |
|\ \ \ | |_|/ |/| | | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions | ||||
| * | | fix(db): Fix md5 for oracle >= 20 | Joas Schilling | 2024-07-19 | 4 | -1/+23 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(db): Manually track if `where()` is called when not empty to avoid recursion | Joas Schilling | 2024-07-19 | 1 | -19/+24 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |