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

private git repositories are not listed #32

Closed
tolot27 opened this issue Feb 23, 2013 · 4 comments
Closed

private git repositories are not listed #32

tolot27 opened this issue Feb 23, 2013 · 4 comments
Labels

Comments

@tolot27
Copy link

tolot27 commented Feb 23, 2013

If I sign in to my GitHub account, only public repositories can be selected/opened.

Private repositories are commonly used by our group to share paper drafts. Hence, it would be great to have access to them as well.

@yoavram
Copy link
Owner

yoavram commented Feb 24, 2013

When the app stabilizes on the must have feature set this is planned to be added. Maybe earlier if it is really easy. You are welcome to look at the GitHub API docs and the Github.js javascript library and check if that is easy to implement.

@yoavram
Copy link
Owner

yoavram commented Feb 24, 2013

Hey
I had another look -
to do this you need to change user.userRepos(username, callback) to user.repos(callback) in markx.js.
I'll try to do it later this week, but you can have a go at it and check it, from the quick test I did this returns a list of ALL the user repositories, including private ones and ones in which the user is a collaborator and not the owner.

@yoavram
Copy link
Owner

yoavram commented Feb 25, 2013

Now implemented in commit e29bbcf on branch codemirror, hopefully soon (by next week) merged to master and deployed to hosted app.

@yoavram yoavram closed this as completed Feb 25, 2013
@tolot27
Copy link
Author

tolot27 commented Feb 25, 2013

works great! Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants