Recording chunked upload would fail with token length > 13
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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