-
Notifications
You must be signed in to change notification settings - Fork 27
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
[WIP] GitHub integration #7
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # manage/github.php
I haven't tested it, but looking over it seems fine.when applying this needs to be coordinated with schema changes and should be tested once master synced. |
This is currently using |
I don't remove the repo administration section, if a user is in |
# Conflicts: # users.sql
Signed-off-by: Sergey Panteleev <[email protected]>
What I meant here is that the user shouldn't need to grant PHP write access to all their public and private repos just to associate their GitHub account. We should only request minimal permissions for this purpose. |
replaced with |
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.
Having looked at what this code did before ... I think we can just drop the repo management part entirely. What it currently implements will not work right now (because the team it assigns doesn't exist anymore), and this doesn't really seem like particularly useful functionality in the first place. I wasn't aware this tool existed and have always created repositories without it...
# Conflicts: # public/manage/github.php
Hi @saundefined. As you know I'm currently working on a RFC to create a global login system, that likely will use GitHub. I just saw this PR and now I'm not sure if I should include this in the RFC and how, because it looks pretty finished, but it has no update since over a year. |
@Aaron-Junker, this PR proposes simply linking GitHub profiles to a PHP account. |
Ok. |
Changed
Added
SQL migration