-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broke strider config out of package.json and into strider.json
Moved parseRepo out of codeplex.js and into webapp.js Removed some logging from passport-codeplex.js Added mongoose templates to webapp.js Added method stubs that strider docs say are required.
- Loading branch information
abe545
committed
Mar 16, 2014
1 parent
7c04782
commit 8db71d8
Showing
5 changed files
with
73 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"id": "codeplex", | ||
"title": "Codeplex", | ||
"type": "provider", | ||
"hosted": true, | ||
"config": { | ||
"controller": "CodeplexController" | ||
}, | ||
"accountConfig": { | ||
"setupLink": "/ext/codeplex/oauth" | ||
}, | ||
"webapp": "webapp.js", | ||
"worker": "worker.js", | ||
"inline_icon": "windows" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters