Skip to content
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

Implement auto attach #2250

Merged
merged 17 commits into from
Dec 7, 2017
Merged

Implement auto attach #2250

merged 17 commits into from
Dec 7, 2017

Commits on Nov 16, 2017

  1. Client: make autologin work for account managers as well as projects.

    The login_token_lookup RPC returns different things in the 2 cases
    davidpanderson committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    5c4fea1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dpa_autologin_client' of https://github.com/BOINC/boinc

    …into dpa_autologin_client
    davidpanderson committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    3bd4dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48b853 View commit details
    Browse the repository at this point in the history
  4. Win installer: don't overwrite project list file.

    People doing early testing of autologin may need to delete old files.
    davidpanderson committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    0d1c8f8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dpa_autologin_client' of https://github.com/BOINC/boinc

    …into dpa_autologin_client
    davidpanderson committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    fbdb9ea View commit details
    Browse the repository at this point in the history
  6. Manager: if client is auto-attaching to a project, increase the delay…

    … before displaying the "Communicating with client" dialog from 1.5 seconds to 60 second. This allows for the time the auto-attach may take before GUI RPCs are enabled. But we do display it after 60 seconds a a safety feature, so that the user can exit BOINC if the client hangs.
    Charlie Fenton committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    051f9e6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dpa_autologin_client' of https://github.com/BOINC/boinc

    …into dpa_autologin_client
    
    # By David Anderson
    # Via David Anderson
    * 'dpa_autologin_client' of https://github.com/BOINC/boinc:
      Win installer: don't overwrite project list file.
      login_token_lookup RPC: make it work for account managers too
      Client: make autologin work for account managers as well as projects.
    Charlie Fenton committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    b8467bb View commit details
    Browse the repository at this point in the history
  8. Manager: remove obsolete comment

    Charlie Fenton committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    ca920a4 View commit details
    Browse the repository at this point in the history
  9. Mac installer: correctly determine package name and branding if insta…

    …ller file name has been modified
    Charlie Fenton committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    7eec5f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    3980f20 View commit details
    Browse the repository at this point in the history
  2. client: change name of autologin file

    The client took "account_data.txt" as an account file,
    causing a spurious error message.
    davidpanderson committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    45868c1 View commit details
    Browse the repository at this point in the history
  3. client: don't start two project-list fetches at once.

    Also remove no-projects-attached message; confusing in autologin case.
    davidpanderson committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    32307b3 View commit details
    Browse the repository at this point in the history
  4. Manager: don't bother checking for autologin file before showing atta…

    …ch wizard
    
    The way things work now, autologin is completed before
    this code is reached (since it follows a GUI RPC)
    davidpanderson committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    a8f8908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29183cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c912d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    dcf5653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038d274 View commit details
    Browse the repository at this point in the history