Skip to content
Snippets Groups Projects
Commit 8c382a22 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Github -> GitHub

parent fed43102
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ It is a great solution for communities and companies wanting to privately host t
## Issues
[Github Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more.
[GitHub Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more.
## Integrations
......@@ -274,7 +274,7 @@ We are developing the APIs based on the competition, so stay tuned and you will
## Documentation
Checkout [Github Wiki](https://github.com/RocketChat/Rocket.Chat/wiki)
Checkout [GitHub Wiki](https://github.com/RocketChat/Rocket.Chat/wiki)
## License
......
......@@ -3,6 +3,6 @@
"API_GitHub_Enterprise_URL" : "Server URL",
"Accounts_OAuth_GitHub_Enterprise_id" : "Client Id",
"Accounts_OAuth_GitHub_Enterprise_secret" : "Client Secret",
"Accounts_OAuth_GitHub_Enterprise_callback_url" : "Github Enterprise Callback URL",
"Accounts_OAuth_GitHub_Enterprise_callback_url" : "GitHub Enterprise Callback URL",
"API_GitHub_Enterprise_URL_Description" : "Example: http://domain.com (excluding trailing slash)"
}
......@@ -45,7 +45,7 @@ RocketChat.settings.addGroup 'OAuth', ->
@add 'Accounts_OAuth_Google_secret', '', { type: 'string', enableQuery: {_id: 'Accounts_OAuth_Google', value: true} }
@add 'Accounts_OAuth_Google_callback_url', __meteor_runtime_config__?.ROOT_URL + '_oauth/google', { type: 'string', blocked: true }
@section 'Github', ->
@section 'GitHub', ->
@add 'Accounts_OAuth_Github', false, { type: 'boolean', public: true }
@add 'Accounts_OAuth_Github_id', '', { type: 'string', enableQuery: {_id: 'Accounts_OAuth_Github', value: true} }
@add 'Accounts_OAuth_Github_secret', '', { type: 'string', enableQuery: {_id: 'Accounts_OAuth_Github', value: true} }
......
......@@ -8,7 +8,7 @@
<a target="_blank" class="button share twitter" href="https://twitter.com/RocketChatApp"><i class="icon-twitter"></i><span>Twitter</span></a>
<a target="_blank" class="button share facebook" href="https://www.facebook.com/RocketChatApp"><i class="icon-facebook"></i><span>Facebook</span></a>
<a target="_blank" class="button share google" href="https://plus.google.com/+RocketChatApp"><i class="icon-gplus"></i><span>Google Plus</span></a>
<a target="_blank" class="button share github" href="https://github.com/RocketChat/Rocket.Chat"><i class='icon-github-circled'></i><span>Github</span></a>
<a target="_blank" class="button share github" href="https://github.com/RocketChat/Rocket.Chat"><i class='icon-github-circled'></i><span>GitHub</span></a>
<a target="_blank" class="button share linkedin" href="https://www.linkedin.com/company/rocket-chat"><i class='icon-linkedin'></i><span>LinkedIn</span></a>
</nav>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment