-
Notifications
You must be signed in to change notification settings - Fork 662
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
Extra modification for Previous ECMA Version #323
base: master
Are you sure you want to change the base?
Commits on Feb 8, 2016
-
Rudolf Olah committed
Feb 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 0ed2589 - Browse repository at this point
Copy the full SHA 0ed2589View commit details -
Update and rename LICENSE to LICENSE.mit
Rudolf Olah committedFeb 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 4a834fd - Browse repository at this point
Copy the full SHA 4a834fdView commit details -
Rudolf Olah committed
Feb 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 9aefed6 - Browse repository at this point
Copy the full SHA 9aefed6View commit details -
license information using gpl v3 + mit
see this StackOverflow answer for more info: http://programmers.stackexchange.com/a/178252/7433
Rudolf Olah committedFeb 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 3894b87 - Browse repository at this point
Copy the full SHA 3894b87View commit details
Commits on Feb 9, 2016
-
Rudolf Olah committed
Feb 9, 2016 Configuration menu - View commit details
-
Copy full SHA for e918cc7 - Browse repository at this point
Copy the full SHA e918cc7View commit details -
renamed package from oauth to oauth-libre
Rudolf Olah committedFeb 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 0331b58 - Browse repository at this point
Copy the full SHA 0331b58View commit details -
renamed from oauth to oauth-libre
Rudolf Olah committedFeb 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 86dbae5 - Browse repository at this point
Copy the full SHA 86dbae5View commit details
Commits on Mar 20, 2016
-
Added bluebird as a dependency Using Bluebird's promisifyAll and an object that delegates methods to the OAuth2 implementation to be able to support promises. Copied tests from oauth2 to oauth2promises. Existing tests are passing with some small corrections.
Rudolf Olah committedMar 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 202ec07 - Browse repository at this point
Copy the full SHA 202ec07View commit details -
package.json formatting and bumped version
Version is now 0.9.15, added links to both GPL and MIT licenses.
Rudolf Olah committedMar 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 795cc48 - Browse repository at this point
Copy the full SHA 795cc48View commit details -
Merge branch 'master' into promises
Rudolf Olah committedMar 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 77a421c - Browse repository at this point
Copy the full SHA 77a421cView commit details -
Rudolf Olah committed
Mar 20, 2016 Configuration menu - View commit details
-
Copy full SHA for a2d5c8e - Browse repository at this point
Copy the full SHA a2d5c8eView commit details
Commits on Mar 25, 2016
-
Rudolf Olah committed
Mar 25, 2016 Configuration menu - View commit details
-
Copy full SHA for dc0d844 - Browse repository at this point
Copy the full SHA dc0d844View commit details -
work in progress, OAuth 1 promises support
Rudolf Olah committedMar 25, 2016 Configuration menu - View commit details
-
Copy full SHA for bff7e8b - Browse repository at this point
Copy the full SHA bff7e8bView commit details
Commits on Mar 28, 2016
-
Rudolf Olah committed
Mar 28, 2016 Configuration menu - View commit details
-
Copy full SHA for b9d4105 - Browse repository at this point
Copy the full SHA b9d4105View commit details -
OAuth1 fixing more broken tests #4
and some code style cleanup #8
Rudolf Olah committedMar 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 6a599c6 - Browse repository at this point
Copy the full SHA 6a599c6View commit details
Commits on Apr 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6f09700 - Browse repository at this point
Copy the full SHA 6f09700View commit details -
"Setting multiArgs to true means the resulting promise will always fulfill with an array of the callback's success value(s). This is needed because promises only support a single success value while some callback API's have multiple success value. The default is to ignore all but the first success value of a callback function." explanation is here: http://bluebirdjs.com/docs/api/promise.promisifyall.html#option-multiargs fixes #10
Rudolf Olah committedApr 3, 2016 Configuration menu - View commit details
-
Copy full SHA for d59643f - Browse repository at this point
Copy the full SHA d59643fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f938c91 - Browse repository at this point
Copy the full SHA f938c91View commit details
Commits on Apr 20, 2016
-
Fixed broken OAuth Promises test
Needed to use the _oa raw client instead of the oa client which is the promisfied wrapper. The test is "and followRedirect is false it should not perform the secure request with the new location". related to #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 32c1875 - Browse repository at this point
Copy the full SHA 32c1875View commit details -
Rudolf Olah committed
Apr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 7549aed - Browse repository at this point
Copy the full SHA 7549aedView commit details -
Moved bluebird to optionalDependencies
instead of being a required dependency, related to #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 6944fd1 - Browse repository at this point
Copy the full SHA 6944fd1View commit details -
signUrl is delegated instead of promisified
The function returns a string value immediately and is not asynchronous, this fixes three broken unit tests in oauthpromise-tests.js. related to #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 68ad4a2 - Browse repository at this point
Copy the full SHA 68ad4a2View commit details -
Rudolf Olah committed
Apr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for ac96d9f - Browse repository at this point
Copy the full SHA ac96d9fView commit details -
All tests for OAuth Promise are passing, #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 20d89a9 - Browse repository at this point
Copy the full SHA 20d89a9View commit details -
OAuth2 Promise get method returns data, #4
When using the promise, it would pass the response and an IncomingMessage object. We only need to pass the data object from the response.
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 38de869 - Browse repository at this point
Copy the full SHA 38de869View commit details -
github oauth2 example using promises, #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 67dc881 - Browse repository at this point
Copy the full SHA 67dc881View commit details -
example of using oauth2 promises in readme #4
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 3441d3f - Browse repository at this point
Copy the full SHA 3441d3fView commit details -
* OAuth Promises * OAuth2 Promises * Examples that use promises * Existing tests for OAuth and OAuth2 ported to ensure backwards compatibility with Promise wrapper objects
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for dcf3c86 - Browse repository at this point
Copy the full SHA dcf3c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for df76c24 - Browse repository at this point
Copy the full SHA df76c24View commit details -
alphabetical order of contributors
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 01fa956 - Browse repository at this point
Copy the full SHA 01fa956View commit details -
added Rudolf and Oleg as contributors
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 693426b - Browse repository at this point
Copy the full SHA 693426bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c10a14c - Browse repository at this point
Copy the full SHA c10a14cView commit details -
Rudolf Olah committed
Apr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for c30298e - Browse repository at this point
Copy the full SHA c30298eView commit details -
Rudolf Olah committed
Apr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 0866d95 - Browse repository at this point
Copy the full SHA 0866d95View commit details -
removed old instructions for running examples, #2
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 086e4c5 - Browse repository at this point
Copy the full SHA 086e4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a396c - Browse repository at this point
Copy the full SHA a0a396cView commit details -
optional dependencies for google auth example
Dependencies: * body-parser * express * express-session * morgan related to #2
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 4102234 - Browse repository at this point
Copy the full SHA 4102234View commit details -
in progress google auth fixup, #2
Rudolf Olah committedApr 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 7ffc57d - Browse repository at this point
Copy the full SHA 7ffc57dView commit details
Commits on May 27, 2016
-
updated package.json and readme for 0.9.15-alpha
this is for publishing to NPM --- In the future I would prefer to not rely on the centralized repo of NPM and provide a git url to download the package
Rudolf Olah committedMay 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 294b050 - Browse repository at this point
Copy the full SHA 294b050View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf657e8 - Browse repository at this point
Copy the full SHA bf657e8View commit details
Commits on Jun 29, 2016
-
removed Google OAuth server example #2
Rudolf Olah committedJun 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 244d759 - Browse repository at this point
Copy the full SHA 244d759View commit details -
twitter server example updated, #2
Rudolf Olah committedJun 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 74bfb55 - Browse repository at this point
Copy the full SHA 74bfb55View commit details -
Merge branch 'master' into readme-example-update
Rudolf Olah committedJun 29, 2016 Configuration menu - View commit details
-
Copy full SHA for c64b95c - Browse repository at this point
Copy the full SHA c64b95cView commit details -
Merge pull request #16 from omouse/readme-example-update
* Google server example removed * Twitter server example updated * Github server example tested and works * Instructions added for twitter server example
Rudolf Olah authoredJun 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 0ac7126 - Browse repository at this point
Copy the full SHA 0ac7126View commit details -
Readme.md: Updated change history with 0.9.15 details package.json: updated version to 0.9.15-beta
Rudolf Olah committedJun 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 8161fd5 - Browse repository at this point
Copy the full SHA 8161fd5View commit details
Commits on Aug 14, 2016
-
Rudolf Olah authored
Aug 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 65382cc - Browse repository at this point
Copy the full SHA 65382ccView commit details
Commits on Nov 9, 2016
-
added function to set http options
Georges W. Haddad committedNov 9, 2016 Configuration menu - View commit details
-
Copy full SHA for f1ad068 - Browse repository at this point
Copy the full SHA f1ad068View commit details
Commits on Nov 29, 2016
-
Add a library that use node-oauth-libre
Carlos Castillo Oporta authoredNov 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5ac22f5 - Browse repository at this point
Copy the full SHA 5ac22f5View commit details
Commits on Dec 2, 2016
-
Carlos Castillo Oporta authored
Dec 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 3bc4760 - Browse repository at this point
Copy the full SHA 3bc4760View commit details
Commits on Dec 3, 2016
-
Merge pull request #19 from caco0516/patch-1
Add a library that use node-oauth-libre
Rudolf Olah authoredDec 3, 2016 Configuration menu - View commit details
-
Copy full SHA for df4b09c - Browse repository at this point
Copy the full SHA df4b09cView commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bfc837a - Browse repository at this point
Copy the full SHA bfc837aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1747e2b - Browse repository at this point
Copy the full SHA 1747e2bView commit details
Commits on Dec 26, 2016
-
Merge branch 'ssl-options' of https://github.com/george-haddad/node-o…
…auth-libre into george-haddad-ssl-options
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 31968ab - Browse repository at this point
Copy the full SHA 31968abView commit details -
Rudolf Olah committed
Dec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 99aa79e - Browse repository at this point
Copy the full SHA 99aa79eView commit details -
Merge branch 'george-haddad-ssl-options'
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for ea02096 - Browse repository at this point
Copy the full SHA ea02096View commit details -
added george-haddad as contributor
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for b264657 - Browse repository at this point
Copy the full SHA b264657View commit details -
Merge pull request #21 from caco0516/master
Just added Authorization header for POST token by OAuth 2.0 specification
Rudolf Olah authoredDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 237221b - Browse repository at this point
Copy the full SHA 237221bView commit details -
Rudolf Olah committed
Dec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c43ba8 - Browse repository at this point
Copy the full SHA 5c43ba8View commit details -
Merge branch 'master' of github.com:omouse/node-oauth-libre
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 983b7fc - Browse repository at this point
Copy the full SHA 983b7fcView commit details -
Rudolf Olah committed
Dec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 249a194 - Browse repository at this point
Copy the full SHA 249a194View commit details -
travici build badge and gpl3 license badge
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for e1ce516 - Browse repository at this point
Copy the full SHA e1ce516View commit details -
buffer.from is not compatible with older versions of node
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for c0bce92 - Browse repository at this point
Copy the full SHA c0bce92View commit details -
workaround for oauth2 basic authorization to handle older and newer v…
…ersions of node
Rudolf Olah committedDec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 0210c0a - Browse repository at this point
Copy the full SHA 0210c0aView commit details -
Rudolf Olah committed
Dec 26, 2016 Configuration menu - View commit details
-
Copy full SHA for cbb0723 - Browse repository at this point
Copy the full SHA cbb0723View commit details
Commits on Dec 27, 2016
-
setup and teardown for client id and secret for getoauthtokenaccess test
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for c85ce31 - Browse repository at this point
Copy the full SHA c85ce31View commit details -
fixed tests, and use of buffer base64
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 1b6fbd1 - Browse repository at this point
Copy the full SHA 1b6fbd1View commit details -
fixing styling based on codacy, #8
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for bceb68c - Browse repository at this point
Copy the full SHA bceb68cView commit details -
supporting latest node in tests for now
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 9152ac5 - Browse repository at this point
Copy the full SHA 9152ac5View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 668dad6 - Browse repository at this point
Copy the full SHA 668dad6View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 9ab9208 - Browse repository at this point
Copy the full SHA 9ab9208View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for bb7e53f - Browse repository at this point
Copy the full SHA bb7e53fView commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 3fee7e6 - Browse repository at this point
Copy the full SHA 3fee7e6View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for a4a16b5 - Browse repository at this point
Copy the full SHA a4a16b5View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 31f5331 - Browse repository at this point
Copy the full SHA 31f5331View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 57106a0 - Browse repository at this point
Copy the full SHA 57106a0View commit details -
more more more code cleanup #8
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 7828afd - Browse repository at this point
Copy the full SHA 7828afdView commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for e8ac8ce - Browse repository at this point
Copy the full SHA e8ac8ceView commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 1906355 - Browse repository at this point
Copy the full SHA 1906355View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 766554f - Browse repository at this point
Copy the full SHA 766554fView commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 668eb08 - Browse repository at this point
Copy the full SHA 668eb08View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 28de1ca - Browse repository at this point
Copy the full SHA 28de1caView commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 1bc766b - Browse repository at this point
Copy the full SHA 1bc766bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d9db7 - Browse repository at this point
Copy the full SHA c7d9db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc6a59 - Browse repository at this point
Copy the full SHA cdc6a59View commit details -
jsdoc comments, npm run build-docs to generate docs
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 02de5b9 - Browse repository at this point
Copy the full SHA 02de5b9View commit details -
Rudolf Olah committed
Dec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d00919 - Browse repository at this point
Copy the full SHA 6d00919View commit details -
Merge pull request #24 from omouse/cr24osome-master
move extraParams to getOAuthAccessToken parameters
Rudolf Olah authoredDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for da80a85 - Browse repository at this point
Copy the full SHA da80a85View commit details -
updated contributors and change history, #23
Rudolf Olah committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for c4c91ed - Browse repository at this point
Copy the full SHA c4c91edView commit details -
Adds backward compatibility for test
We have to use both constructor because old constructor is deprecated but we still need it. And new node js versions don’t allow using old constructor.
Configuration menu - View commit details
-
Copy full SHA for 5e4012f - Browse repository at this point
Copy the full SHA 5e4012fView commit details
Commits on Dec 28, 2016
-
Merge branch 'master' into backwards-compatible-buffer-constructor
Rudolf Olah committedDec 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 0430d51 - Browse repository at this point
Copy the full SHA 0430d51View commit details -
Revert "supporting latest node in tests for now"
This reverts commit 9152ac5.
Rudolf Olah committedDec 28, 2016 Configuration menu - View commit details
-
Copy full SHA for c2f2e48 - Browse repository at this point
Copy the full SHA c2f2e48View commit details -
Merge pull request #22 from omouse/backwards-compatible-buffer-constr…
…uctor Backwards compatible buffer constructor to support older versions of Node (for Amazon Lambda)
Rudolf Olah authoredDec 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 9d7eaf7 - Browse repository at this point
Copy the full SHA 9d7eaf7View commit details
Commits on Jan 21, 2017
-
Rudolf Olah committed
Jan 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 0ec24db - Browse repository at this point
Copy the full SHA 0ec24dbView commit details -
Readme: added caco0516 to list of contributors
Rudolf Olah committedJan 21, 2017 Configuration menu - View commit details
-
Copy full SHA for c979706 - Browse repository at this point
Copy the full SHA c979706View commit details -
bumped version from 0.9.15-beta to 0.9.15, #25
Rudolf Olah committedJan 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 4f3b053 - Browse repository at this point
Copy the full SHA 4f3b053View commit details
Commits on Jan 25, 2017
-
hooks for oauth2 with event emitter api
* Adds EventEmitter api to request for OAuth2 client This add to events first one if for before _request method executes and second one is after _request method executes. This commit also include test cases. * Adds OAuth2 example with hooks * Updates Readme * Replace ES6 style for backward compatibility * version bump to 0.9.16 * style changes to appease Codacy
Carlos Castillo Oporta authored and Rudolf Olah committedJan 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 9782763 - Browse repository at this point
Copy the full SHA 9782763View commit details
Commits on Jul 29, 2017
-
Allow content-type header to be set when making requests (#30)
* Allow passing Content-Type header to OAuth constructor to set _defaultContentType * Added _defaultContentType instance variable to OAuth * Added setDefaultContentType method to set Content-Type header to something other than application/x-www-form-urlencoded when creating a request with post/get/etc * README.md: Add setting content type to 'application/json' to the example for OAuth1 and change requires to reference 'oauth-libre' instead of 'oauth'
Configuration menu - View commit details
-
Copy full SHA for 117202f - Browse repository at this point
Copy the full SHA 117202fView commit details
Commits on Aug 2, 2017
-
Rudolf Olah committed
Aug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 5644182 - Browse repository at this point
Copy the full SHA 5644182View commit details -
Readme.md: updated releases list to add 0.9.17 and updated contributo…
…rs list to add @rausanka
Rudolf Olah committedAug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for fb18d9f - Browse repository at this point
Copy the full SHA fb18d9fView commit details
Commits on Aug 23, 2017
-
Rudolf Olah authored
Aug 23, 2017 Configuration menu - View commit details
-
Copy full SHA for c9ac4ed - Browse repository at this point
Copy the full SHA c9ac4edView commit details -
Rudolf Olah authored
Aug 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 4e08e57 - Browse repository at this point
Copy the full SHA 4e08e57View commit details
Commits on Sep 18, 2017
-
readme: added section on how to help the project
Rudolf Olah authoredSep 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 55145e4 - Browse repository at this point
Copy the full SHA 55145e4View commit details
Commits on Feb 28, 2018
-
oauth-promise: delegating setDefaultContentType (#32)
Rudolf Olah authoredFeb 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 746a343 - Browse repository at this point
Copy the full SHA 746a343View commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6e2c3a5 - Browse repository at this point
Copy the full SHA 6e2c3a5View commit details