Skip to content

Commit 0cda0da

Browse files
committed
"publishing from master now"
1 parent f1dea8f commit 0cda0da

102 files changed

Lines changed: 3705 additions & 1302 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changes.atom

Lines changed: 66 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,55 @@ stable for production use.</p>
7171
a member of the Avengers, with the ability to teleport through time and space. He’s the one in the middle holding the spear.</p>
7272

7373
&lt;p&gt;&lt;img src="https://f.cloud.github.com/assets/21/1210628/ae8556fa-25fc-11e3-986d-0ab522271d43.png" alt="Manifold teleporting the Avengers to a terraformed Mars surface"&gt;&lt;/p&gt;</content>
74+
</entry>
75+
<entry>
76+
<id>tag:developer.github.com,2013-09-03:/changes/2013-09-03-two-factor-authentication/</id>
77+
<title type="html">Two-Factor Authentication and the API</title>
78+
<published>2013-09-03T06:00:00Z</published>
79+
<updated>2013-09-03T06:00:00Z</updated>
80+
<author>
81+
<name>mastahyeti</name>
82+
<uri>https://github.com/technoweenie</uri>
83+
</author>
84+
<link rel="alternate" href="http://developer.github.com/changes/2013-09-03-two-factor-authentication/" />
85+
<content type="html">&lt;p&gt;As &lt;a href="https://github.com/blog/1614-two-factor-authentication"&gt;announced earlier today&lt;/a&gt;, GitHub.com now supports two-factor
86+
authentication (2FA) for increased security. For users with this feature
87+
enabled, GitHub.com will prompt for a 2FA code in addition to a username and
88+
password during authentication. We’ve also rolled out some improvements to the
89+
API to ensure that 2FA requirements in the API are consistent with GitHub.com.&lt;/p&gt;
90+
91+
&lt;h2 id="authenticating-with-the-api"&gt;Authenticating with the API&lt;/h2&gt;
92+
93+
&lt;p&gt;For users without 2FA enabled, and for applications using the &lt;a href="/v3/oauth/#web-application-flow"&gt;OAuth web
94+
flow&lt;/a&gt; for authentication, everything is
95+
business as usual. You’ll continue to authenticate with the API just as you
96+
always have. (That was easy.)&lt;/p&gt;
97+
98+
&lt;p&gt;If you enable 2FA &lt;em&gt;and&lt;/em&gt; use Basic Authentication to access the API, we’re
99+
providing multiple options to make the flow simple and easy.&lt;/p&gt;
100+
101+
&lt;h2 id="basic-authentication-and-2fa"&gt;Basic Authentication and 2FA&lt;/h2&gt;
102+
103+
&lt;h3 id="personal-access-tokens"&gt;Personal Access Tokens&lt;/h3&gt;
104+
105+
&lt;p&gt;Personal access tokens provide the simplest option for using 2FA with Basic
106+
Authentication. You can create these tokens via the &lt;a href="https://github.com/settings/applications"&gt;application settings page
107+
on GitHub.com&lt;/a&gt;, and you can revoke
108+
them at any time. For more information about authenticating to the API with
109+
personal access tokens, be sure to check out our &lt;a href="https://help.github.com/articles/creating-an-access-token-for-command-line-use"&gt;help article on the
110+
topic&lt;/a&gt;.&lt;/p&gt;
111+
112+
&lt;h3 id="tightly-integrated-2fa"&gt;Tightly-integrated 2FA&lt;/h3&gt;
113+
114+
&lt;p&gt;For developers wishing to integrate GitHub 2FA directly into their application,
115+
the API’s Basic Authentication now supports the &lt;a href="/v3/auth/#working-with-two-factor-authentication"&gt;ability to send the user’s 2FA
116+
code&lt;/a&gt;, in addition to the username and password.&lt;/p&gt;
117+
118+
&lt;h2 id="were-here-to-help"&gt;We’re here to help&lt;/h2&gt;
119+
120+
&lt;p&gt;We think GitHub users are going to love the additional security provided by
121+
two-factor authentication. As always, if you have any questions or feedback,
122+
&lt;a href="https://github.com/contact?form%5Bsubject%5D=2FA+and+the+API"&gt;let us know&lt;/a&gt;. We’re here to help!&lt;/p&gt;</content>
74123
</entry>
75124
<entry>
76125
<id>tag:developer.github.com,2013-08-20:/changes/2013-08-20-search-api-improvements/</id>
@@ -305,23 +354,6 @@ curl -u defunkt https://api.github.com/feeds
305354
&lt;/pre&gt;
306355

307356
&lt;p&gt;If you have any questions or feedback, &lt;a href="https://github.com/contact?form%5Bsubject%5D=Feeds%20API"&gt;please drop us a line&lt;/a&gt;.&lt;/p&gt;</content>
308-
</entry>
309-
<entry>
310-
<id>tag:developer.github.com,2013-05-06:/changes/2013-05-06-create-update-delete-individual-files/</id>
311-
<title type="html">Create, update, and delete individual files</title>
312-
<published>2013-05-06T06:00:00Z</published>
313-
<updated>2013-05-06T06:00:00Z</updated>
314-
<author>
315-
<name>ymendel</name>
316-
<uri>https://github.com/technoweenie</uri>
317-
</author>
318-
<link rel="alternate" href="http://developer.github.com/changes/2013-05-06-create-update-delete-individual-files/" />
319-
<content type="html">&lt;p&gt;We’re following in the footsteps of GitHub.com’s ability to &lt;a href="https://github.com/blog/143-inline-file-editing"&gt;edit&lt;/a&gt; and
320-
&lt;a href="https://github.com/blog/1327-creating-files-on-github"&gt;create&lt;/a&gt; files in your web browser. Starting today, the
321-
&lt;a href="/v3/repos/contents/"&gt;Repository Contents API&lt;/a&gt; will let you easily &lt;a href="/v3/repos/contents/#create-a-file"&gt;create&lt;/a&gt;, &lt;a href="/v3/repos/contents/#update-a-file"&gt;update&lt;/a&gt;, and even
322-
&lt;a href="/v3/repos/contents/#delete-a-file"&gt;delete&lt;/a&gt; individual files.&lt;/p&gt;
323-
324-
&lt;p&gt;Happy editing!&lt;/p&gt;</content>
325357
</entry>
326358
<entry>
327359
<id>tag:developer.github.com,2013-05-06:/changes/2013-05-06-repository-stats/</id>
@@ -346,6 +378,23 @@ but we can’t wait to see what others can do with this information.&lt;/p&gt;
346378
&lt;li&gt;&lt;strong&gt;&lt;a href="/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repo-owner-and-everyone-else"&gt;Participation&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
347379
&lt;li&gt;&lt;strong&gt;&lt;a href="/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day"&gt;Punch Card&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
348380
&lt;/ul&gt;&lt;p&gt;Enjoy!&lt;/p&gt;</content>
381+
</entry>
382+
<entry>
383+
<id>tag:developer.github.com,2013-05-06:/changes/2013-05-06-create-update-delete-individual-files/</id>
384+
<title type="html">Create, update, and delete individual files</title>
385+
<published>2013-05-06T06:00:00Z</published>
386+
<updated>2013-05-06T06:00:00Z</updated>
387+
<author>
388+
<name>ymendel</name>
389+
<uri>https://github.com/technoweenie</uri>
390+
</author>
391+
<link rel="alternate" href="http://developer.github.com/changes/2013-05-06-create-update-delete-individual-files/" />
392+
<content type="html">&lt;p&gt;We’re following in the footsteps of GitHub.com’s ability to &lt;a href="https://github.com/blog/143-inline-file-editing"&gt;edit&lt;/a&gt; and
393+
&lt;a href="https://github.com/blog/1327-creating-files-on-github"&gt;create&lt;/a&gt; files in your web browser. Starting today, the
394+
&lt;a href="/v3/repos/contents/"&gt;Repository Contents API&lt;/a&gt; will let you easily &lt;a href="/v3/repos/contents/#create-a-file"&gt;create&lt;/a&gt;, &lt;a href="/v3/repos/contents/#update-a-file"&gt;update&lt;/a&gt;, and even
395+
&lt;a href="/v3/repos/contents/#delete-a-file"&gt;delete&lt;/a&gt; individual files.&lt;/p&gt;
396+
397+
&lt;p&gt;Happy editing!&lt;/p&gt;</content>
349398
</entry>
350399
<entry>
351400
<id>tag:developer.github.com,2013-04-30:/changes/2013-04-30-improved-submodule-support-in-repository-contents-api/</id>
@@ -1017,32 +1066,4 @@ should be using the public membership resources.&lt;/p&gt;
10171066
&lt;p&gt;If you have any questions or feedback, please drop us a line at
10181067
&lt;a href="mailto:support@github.com?subject=Org%20members%20API"&gt;support@github.com&lt;/a&gt;.&lt;/p&gt;</content>
10191068
</entry>
1020-
<entry>
1021-
<id>tag:developer.github.com,2012-10-14:/changes/2012-10-14-rate-limit-changes/</id>
1022-
<title type="html">Rate limit changes for unauthenticated requests</title>
1023-
<published>2012-10-14T06:00:00Z</published>
1024-
<updated>2012-10-14T06:00:00Z</updated>
1025-
<author>
1026-
<name>pengwynn</name>
1027-
<uri>https://github.com/technoweenie</uri>
1028-
</author>
1029-
<link rel="alternate" href="http://developer.github.com/changes/2012-10-14-rate-limit-changes/" />
1030-
<content type="html">&lt;p&gt;To ensure a high quality of service for all API consumers, we’ve reduced the
1031-
default rate limit for unauthenticated requests. To enjoy the default rate
1032-
limit of 5,000 requests per hour, you’ll need to
1033-
&lt;a href="http://developer.github.com/v3/#authentication"&gt;authenticate&lt;/a&gt; via Basic Auth
1034-
or OAuth. Unauthenticated requests will be limited to 60 per hour unless you
1035-
&lt;a href="http://developer.github.com/v3/#unauthenticated-rate-limited-requests"&gt;include your OAuth client and
1036-
secret&lt;/a&gt;.&lt;/p&gt;
1037-
1038-
&lt;p&gt;We’ll soon require all requests to include a valid &lt;a href="http://en.wikipedia.org/wiki/User_agent"&gt;User Agent
1039-
header&lt;/a&gt;. Setting a
1040-
unique value for this header helps us identify requests and get in touch with
1041-
developers who are abusing the API. Most HTTP libraries, wrapper libraries, and
1042-
even cURL provide a valid header for you already and allow you to change it to
1043-
something unique to your application.&lt;/p&gt;
1044-
1045-
&lt;p&gt;If you have any questions or feedback, please drop us a line at
1046-
&lt;a href="mailto:support@github.com?subject=API%20Rate%20limit"&gt;support@github.com&lt;/a&gt;.&lt;/p&gt;</content>
1047-
</entry>
10481069
</feed>

changes/2012-10-14-rate-limit-changes/index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overvie
8585
<ul class="js-guides">
8686
<li><a href="/v3/libraries/">Libraries</a></li>
8787
<li><a href="/v3/media/">Media Types</a></li>
88-
<li><a href="/v3/meta/">Meta</a></li>
8988
<li><a href="/v3/oauth/">OAuth</a></li>
90-
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
89+
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
9190
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
9291
</ul>
9392
</li>
@@ -97,6 +96,7 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Gui
9796
<li><a href="/guides/getting-started/">Getting Started</a></li>
9897
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
9998
<li><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></li>
99+
<li><a href="/guides/working-with-comments/">Working with Comments</a></li>
100100
</ul>
101101
</li>
102102
<li class="js-topic">
@@ -136,6 +136,16 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/issues/">
136136
<li><a href="/v3/issues/milestones/">Milestones</a></li>
137137
</ul>
138138
</li>
139+
<li class="js-topic">
140+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/misc/">Miscellaneous</a></h3>
141+
<ul class="js-guides">
142+
<li><a href="/v3/emojis/">Emojis</a></li>
143+
<li><a href="/v3/gitignore/">Gitignore</a></li>
144+
<li><a href="/v3/markdown/">Markdown</a></li>
145+
<li><a href="/v3/meta/">Meta</a></li>
146+
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
147+
</ul>
148+
</li>
139149
<li class="js-topic">
140150
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/orgs/">Orgs</a></h3>
141151
<ul class="js-guides">
@@ -166,14 +176,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/repos/">R
166176
<li><a href="/v3/repos/statuses/">Statuses</a></li>
167177
</ul>
168178
</li>
169-
<li class="js-topic">
170-
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
171-
<ul class="js-guides">
172-
<li><a href="/v3/users/emails/">Emails</a></li>
173-
<li><a href="/v3/users/followers/">Followers</a></li>
174-
<li><a href="/v3/users/keys/">Keys</a></li>
175-
</ul>
176-
</li>
177179
<li class="js-topic">
178180
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">Search</a></h3>
179181
<ul class="js-guides">
@@ -184,8 +186,14 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">
184186
<li><a href="/v3/search/legacy/">Legacy Search</a></li>
185187
</ul>
186188
</li>
187-
<li class="js-guides"><h3><a href="/v3/gitignore/">Gitignore</a></h3></li>
188-
<li class="js-guides"><h3><a href="/v3/markdown/">Markdown</a></h3></li>
189+
<li class="js-topic">
190+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
191+
<ul class="js-guides">
192+
<li><a href="/v3/users/emails/">Emails</a></li>
193+
<li><a href="/v3/users/followers/">Followers</a></li>
194+
<li><a href="/v3/users/keys/">Keys</a></li>
195+
</ul>
196+
</li>
189197
</ul>
190198
</div> <!-- /sidebar-module -->
191199
<div class="sidebar-module">

changes/2012-10-17-org-members-redirection/index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overvie
8787
<ul class="js-guides">
8888
<li><a href="/v3/libraries/">Libraries</a></li>
8989
<li><a href="/v3/media/">Media Types</a></li>
90-
<li><a href="/v3/meta/">Meta</a></li>
9190
<li><a href="/v3/oauth/">OAuth</a></li>
92-
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
91+
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
9392
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
9493
</ul>
9594
</li>
@@ -99,6 +98,7 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Gui
9998
<li><a href="/guides/getting-started/">Getting Started</a></li>
10099
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
101100
<li><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></li>
101+
<li><a href="/guides/working-with-comments/">Working with Comments</a></li>
102102
</ul>
103103
</li>
104104
<li class="js-topic">
@@ -138,6 +138,16 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/issues/">
138138
<li><a href="/v3/issues/milestones/">Milestones</a></li>
139139
</ul>
140140
</li>
141+
<li class="js-topic">
142+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/misc/">Miscellaneous</a></h3>
143+
<ul class="js-guides">
144+
<li><a href="/v3/emojis/">Emojis</a></li>
145+
<li><a href="/v3/gitignore/">Gitignore</a></li>
146+
<li><a href="/v3/markdown/">Markdown</a></li>
147+
<li><a href="/v3/meta/">Meta</a></li>
148+
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
149+
</ul>
150+
</li>
141151
<li class="js-topic">
142152
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/orgs/">Orgs</a></h3>
143153
<ul class="js-guides">
@@ -168,14 +178,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/repos/">R
168178
<li><a href="/v3/repos/statuses/">Statuses</a></li>
169179
</ul>
170180
</li>
171-
<li class="js-topic">
172-
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
173-
<ul class="js-guides">
174-
<li><a href="/v3/users/emails/">Emails</a></li>
175-
<li><a href="/v3/users/followers/">Followers</a></li>
176-
<li><a href="/v3/users/keys/">Keys</a></li>
177-
</ul>
178-
</li>
179181
<li class="js-topic">
180182
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">Search</a></h3>
181183
<ul class="js-guides">
@@ -186,8 +188,14 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">
186188
<li><a href="/v3/search/legacy/">Legacy Search</a></li>
187189
</ul>
188190
</li>
189-
<li class="js-guides"><h3><a href="/v3/gitignore/">Gitignore</a></h3></li>
190-
<li class="js-guides"><h3><a href="/v3/markdown/">Markdown</a></h3></li>
191+
<li class="js-topic">
192+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
193+
<ul class="js-guides">
194+
<li><a href="/v3/users/emails/">Emails</a></li>
195+
<li><a href="/v3/users/followers/">Followers</a></li>
196+
<li><a href="/v3/users/keys/">Keys</a></li>
197+
</ul>
198+
</li>
191199
</ul>
192200
</div> <!-- /sidebar-module -->
193201
<div class="sidebar-module">

changes/2012-10-24-set-default-branch/index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overvie
8181
<ul class="js-guides">
8282
<li><a href="/v3/libraries/">Libraries</a></li>
8383
<li><a href="/v3/media/">Media Types</a></li>
84-
<li><a href="/v3/meta/">Meta</a></li>
8584
<li><a href="/v3/oauth/">OAuth</a></li>
86-
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
85+
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
8786
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
8887
</ul>
8988
</li>
@@ -93,6 +92,7 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Gui
9392
<li><a href="/guides/getting-started/">Getting Started</a></li>
9493
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
9594
<li><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></li>
95+
<li><a href="/guides/working-with-comments/">Working with Comments</a></li>
9696
</ul>
9797
</li>
9898
<li class="js-topic">
@@ -132,6 +132,16 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/issues/">
132132
<li><a href="/v3/issues/milestones/">Milestones</a></li>
133133
</ul>
134134
</li>
135+
<li class="js-topic">
136+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/misc/">Miscellaneous</a></h3>
137+
<ul class="js-guides">
138+
<li><a href="/v3/emojis/">Emojis</a></li>
139+
<li><a href="/v3/gitignore/">Gitignore</a></li>
140+
<li><a href="/v3/markdown/">Markdown</a></li>
141+
<li><a href="/v3/meta/">Meta</a></li>
142+
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
143+
</ul>
144+
</li>
135145
<li class="js-topic">
136146
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/orgs/">Orgs</a></h3>
137147
<ul class="js-guides">
@@ -162,14 +172,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/repos/">R
162172
<li><a href="/v3/repos/statuses/">Statuses</a></li>
163173
</ul>
164174
</li>
165-
<li class="js-topic">
166-
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
167-
<ul class="js-guides">
168-
<li><a href="/v3/users/emails/">Emails</a></li>
169-
<li><a href="/v3/users/followers/">Followers</a></li>
170-
<li><a href="/v3/users/keys/">Keys</a></li>
171-
</ul>
172-
</li>
173175
<li class="js-topic">
174176
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">Search</a></h3>
175177
<ul class="js-guides">
@@ -180,8 +182,14 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">
180182
<li><a href="/v3/search/legacy/">Legacy Search</a></li>
181183
</ul>
182184
</li>
183-
<li class="js-guides"><h3><a href="/v3/gitignore/">Gitignore</a></h3></li>
184-
<li class="js-guides"><h3><a href="/v3/markdown/">Markdown</a></h3></li>
185+
<li class="js-topic">
186+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
187+
<ul class="js-guides">
188+
<li><a href="/v3/users/emails/">Emails</a></li>
189+
<li><a href="/v3/users/followers/">Followers</a></li>
190+
<li><a href="/v3/users/keys/">Keys</a></li>
191+
</ul>
192+
</li>
185193
</ul>
186194
</div> <!-- /sidebar-module -->
187195
<div class="sidebar-module">

0 commit comments

Comments
 (0)