ChangeLog

DateChanges
Apr. 12, 2015
  • Added code syntax highlighting to samples using http://alexgorbatchev.com/SyntaxHighlighter/.
  • Added code syntax highlighting to API Documentation using http://alexgorbatchev.com/SyntaxHighlighter/.
Jan. 5, 2015
  • Added memberProfilePageUrl to the profile model.
Nov. 6, 2014
  • Fixed issue where login form would loose redirect URL if login failed.
Oct. 30, 2014
  • Changed UI to use Bootstrap 3.3.0 LESS files.
Oct. 29, 2014
  • Layout and spelling corrections.
Oct. 28, 2014
  • Implementing Authorization Code Flow for the Authorization Server.
Oct. 23, 2014
  • Branding.
Sept. 30, 2014
  • Added ParentId, ThreadId, and IndentLevel properties to the ItemSummary class which are currently only used for Messages.
  • Changed the WebsiteLink to contain an absolute URL to the item on CodeProject.
Sept. 29, 2014
  • Changed the itemSummary.abstract property name to itemSummary.summary.
Sept. 23, 2014
  • Implemented OAuth2 Resource Owner Flow.
  • Created OAuth2 Resource Owner Flow sample.
Sept. 19, 2014
  • Adding and Formatting Samples.
  • Added Source .zip files for some samples.
Sept. 18, 2014
  • Replaced out of date C# Client Credentials example with current code.
  • Enabled Cross Origin Resource Sharing (CORS).
  • Disabled Error Stack dump to non-local clients.
  • Move the My API demo to a separate page.
  • Added Samples menu item and created a SamplesController and Views.
  • Added CORS support for the /Token endpoint and the AccountController.
Sept. 17, 2014
  • Added a JavaScript sample for the Client Credentials flow.
Sept. 16, 2014
  • Fixed: All pages require HTTPS in production.
  • Fixed: Ensure the correct tab is visible on home page.
Sept. 15, 2014
  • Fixed: V1/Questions was not requiring use to be logged in.
  • Added samples showing how to call the APIs.
Sept. 12, 2014
  • Added minRating to GET v1/Articles
  • Added Change Log.