nextcloud / nextcloud/spreed

Recording chunked upload would fail with token length > 13

Open
#18,458 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug feature: api 🛠️ feature: recordings ⏺️ good first issue
Dominant language
JavaScript
Stars
2.2k
Forks
586
Avg merge
18h 27m
Merged PRs (30d)
333

Description

But tokens can be up to 30 characters long, no? Or am I misunderstanding the entropy parameter? 🤔

Originally posted by @danxuliu in https://github.com/nextcloud/spreed/pull/18449#discussion_r3481277576

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with lib/Manager.php lines 1483-1492, then trace the chunked-upload token handling described in the issue. Verify how the entropy parameter relates to token length and confirm that recording uploads work with tokens up to 30 characters.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.