-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WebAPI/WebUI for managing cookies #21340
Conversation
6980297
to
e87911f
Compare
99991f5
to
ced240c
Compare
@@ -787,7 +785,6 @@ void TorrentsController::pieceStatesAction() | |||
void TorrentsController::addAction() | |||
{ | |||
const QString urls = params()[u"urls"_s]; | |||
const QString cookie = params()[u"cookie"_s]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a WebAPI bump yet in 5.1? It'd be nice to get this in 5.0 if possible but otherwise can bump the WebAPI in 5.1 too.
ced240c
to
25ff213
Compare
fcabdc5
to
67a7d3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just letting you know there are merge conflicts.
67a7d3c
to
d99cda0
Compare
d99cda0
to
1b21aa7
Compare
Signed-off-by: Thomas Piccirello <thomas@piccirello.com>
Signed-off-by: Thomas Piccirello <thomas@piccirello.com>
The cookie manager should now be used. Signed-off-by: Thomas Piccirello <thomas@piccirello.com>
1b21aa7
to
c352f89
Compare
@Piccirello |
Closes #21125