boinc-upstream:dpa_account_finish

Last commit made on 2020-11-10
Get this branch:
git clone -b dpa_account_finish https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
dpa_account_finish
Repository:
lp:boinc-upstream

Recent commits

e46c83e... by David Anderson <email address hidden>

Manager and web: don't pass authenticator to account_finish.php

If you attach to a project using the Manager, as a "new user",
the Manager finishes the process by opening a browser window
to account_finish.php on that project,
which asks you for your name, country, and (optionally) postal code.
It passes the authenticator to this script;
this could be viewed as a security risk.

I changed things so that:
- the Manager doesn't pass the authenticator
- account_finish.php asks you to log in (with email/passwd).

Compatibility issues:
Old manager, new project: no problem. User will see login form.
New manager, old project: user will see confusing "no such user" message

f8f3573... by CharlieFenton <email address hidden>

Merge pull request #4082 from armstrdj/branded_screensaver_fix

MACOS Bug Fix: Modify the screen saver name parameter passed to boinc_ss_helper.sh..

5a6b3e2... by Jonathan Armstrong <email address hidden>

Modified the screen saver name parameter passed to boinc_ss_helper.sh to be quoted to allow for spaces in branded screensaver names

c02fdac... by David Anderson <email address hidden>

Merge pull request #4062 from BOINC/mac_build_OpenSSL_arm64_x86_64

Update OpenSSL build script to build arm64 and x86_64 Universal binary

8a08ed1... by David Anderson <email address hidden>

Merge pull request #4076 from AenBleidd/vko_fix_wxSizer_alignments

[Manager] Fix wxSizer alignments

9826dd8... by Vitalii Koshura

[Manager] Fix wxSizer alignments

Signed-off-by: Vitalii Koshura <email address hidden>

3940eec... by David Anderson <email address hidden>

Merge pull request #4075 from AenBleidd/vko_4072_fix_window_create_x64

[Windows] Fix Window create function on x64.

0e290b6... by Vitalii Koshura

[Windows] Fix Window create function on x64.

This issue affects only Windows 8.1/10 x64 built with VS2013 and VS2019.
The reason is a different memory addressing on these OSs in pure 64-bit mode.

This fixes #4072.

Signed-off-by: Vitalii Koshura <email address hidden>

d8fe68d... by Kevin Reed <email address hidden>

Merge pull request #4066 from BOINC/dpa_rpc_get

client: disable GET feature of GUI RPC

8f9e29b... by David Anderson <email address hidden>

Merge pull request #4070 from towstone/master

updated print to work with python 3