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

add support for golink peer capability #88

Merged
merged 2 commits into from
Oct 31, 2023
Merged

add support for golink peer capability #88

merged 2 commits into from
Oct 31, 2023

Commits on Oct 30, 2023

  1. go.mod: bump to tailscale 1.52.0

    Technically, this is one commit before the 1.52.0 tag to keep it a
    pseudo-version.
    
    Signed-off-by: Will Norris <[email protected]>
    willnorris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1f9fe17 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. add support for golink peer capability

    The "tailscale.com/golink" peercap includes a single "admin" bool field.
    When set, this grants the user the ability to edit all links stored in
    the system.
    
    Update currentUser to return a simple user struct instead of just a bare
    username. Rename checkLinkOwnership to canEditLink and change to a bool
    return value.
    
    Signed-off-by: Will Norris <[email protected]>
    willnorris committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fd97618 View commit details
    Browse the repository at this point in the history