Commit Graph

  • 4dc889c00b control: depends on shortuuid >= 0.4 debian Jérôme Schneider 2015-03-13 11:05:30 +0100
  • 34775e915b Initial commit Jérôme Schneider 2015-03-13 10:55:10 +0100
  • 4269205c3f added DiscoverRunner for django 1.7 and above master Mikela Clemmons 2014-09-21 10:42:27 -0700
  • 6b1bc44fa2 removed django-dev with 2.6 Mikela Clemmons 2014-08-25 13:30:46 -0700
  • 51c2581a27 removed django dev from 2.6 since django dropped support Mikela Clemmons 2014-08-25 13:28:03 -0700
  • 8dc84e675d added updated to req and setup and test Mikela Clemmons 2014-08-25 13:03:36 -0700
  • cc06cf0b26 fixed views to use content type Mikela Clemmons 2014-08-25 12:42:35 -0700
  • 11a63b0321 added settings for proper middleware Mikela Clemmons 2014-08-25 12:17:44 -0700
  • 31cb8bcdcc Revert "added httprequest fixes" Mikela Clemmons 2014-08-25 12:16:12 -0700
  • 4a5ba08082 added app_label Mikela Clemmons 2014-08-25 10:39:30 -0700
  • 7ab7a17531 made models use old table names Mikela Clemmons 2014-08-22 14:34:09 -0700
  • d2ea6049da changed name and added label so far this hasnt solved the issue Mikela Clemmons 2014-08-22 13:38:40 -0700
  • c1ba135253 added apps.py and updated init so far its failing Mikela Clemmons 2014-08-22 13:27:38 -0700
  • 3b7ebe9f00 added httprequest fixes Mikela Clemmons 2014-08-22 12:45:50 -0700
  • 6b5bc0d3ad #56 - Uncomment an assertion in scope tests. It was commented out whilst adding support for Django 1.6. Evan Culver 2014-03-18 14:22:39 -0700
  • a7d7e0ffa4 Merge pull request #71 from Tictrac/bugfix/single-access-token-refresh Evan Culver 2014-03-17 15:06:43 -0700
  • 3a6a844259 Fix get_access_token failing on single tracker mode after token refresh (#70). Eleni Lixourioti 2014-03-17 13:57:48 +0000
  • 9ae7e652af Removing django 1.3 from tox and travis-ci matrices since it's no longer officially supported. Evan Culver 2013-12-18 12:29:47 -0800
  • 1534655420 Fixing silly bug in test wrapper's django version detection. Evan Culver 2013-12-18 12:28:36 -0800
  • af585ce74f #55 - Update travis-ci config to include Django 1.6. Evan Culver 2013-12-18 11:22:18 -0800
  • cdf4c8bd93 Django 1.6 detection for test wrapper script. Evan Culver 2013-12-18 11:21:09 -0800
  • 3e769546e4 Merge pull request #56 from eculver/compat/django-1.6 Evan Culver 2013-12-18 09:30:02 -0800
  • 7fb926f3c8 #55 - Removing another unnecessary import. Evan Culver 2013-12-18 09:28:09 -0800
  • 9dfcfe73cc #55 - Removing unnecessary imports. Evan Culver 2013-12-18 09:22:28 -0800
  • bc90f37620 #55 Adding Django 1.6 to tox coverage matrix. Evan Culver 2013-12-18 09:15:26 -0800
  • 5d6259e33a #55 - Fallback to simplejson in older versions of Django. Evan Culver 2013-11-26 09:56:11 -0800
  • 10adf8c66a Fixes #55 - Handle non-list/non-tuple form field values for scope introduced in Django 1.6 Evan Culver 2013-11-21 15:05:05 -0600
  • 8a97e5e2e6 #51 #53 - Support for model serialization/deserialization. This addresses the issues in Django 1.6 involving new session storage backend behavior. Evan Culver 2013-11-21 14:26:02 -0600
  • 0623e98a97 Fix #26 by checking for invalid data before attempting access. Evan Culver 2013-11-16 20:06:17 -0800
  • 2c345f2f5b Merge pull request #50 from caffeinehit/pr/48 Evan Culver 2013-11-06 10:45:56 -0800
  • 0c0236b389 Use `constants` instead of going directly through settings when invalidating tokens and grants. This also replaces 'clean' with 'delete' for the new setting to be more clear as to what's being done under the hood. Evan Culver 2013-11-05 15:17:44 -0800
  • 9049d6350f implement OAUTH_CLEAN_EXPIRED, clean as you go Ross McFarland 2013-11-03 13:07:10 -0800
  • 74312ebec8 Adding a License section to README. Evan Culver 2013-10-25 19:01:33 -0700
  • d53a9fbcb1 Fixes #32 - Add `token_type` to access token response to conform to section 4.2.2 of the OAuth 2.0 specification. Evan Culver 2013-10-25 18:25:27 -0700
  • a6bbb29916 #29 - Remove trailing slash that was causing installs to fail on Windows. Evan Culver 2013-10-25 16:23:16 -0700
  • 5113cf5441 Merge pull request #31 from gotche/master Evan Culver 2013-10-25 16:14:02 -0700
  • dcee7bc4c9 Addressing #28 by replacing the BSD license reference with MIT to match what's in the repo. Evan Culver 2013-10-25 15:44:46 -0700
  • 9f2523347b Bumping version to 0.2.7-dev to avoid ambiguity in an established package. Evan Culver 2013-10-25 15:22:58 -0700
  • f92c725113 Clean up and PEP8 for #41. Evan Culver 2013-10-25 15:21:34 -0700
  • 69a7c3e2e3 Public and private clients can now have different expiry times Adam Charnock 2013-09-14 14:36:17 +0100
  • 64609c0e33 Not sending a refresh_token to public clients requesting password_grants Adam Charnock 2013-09-14 14:16:03 +0100
  • ad7d4f22e1 Removing need to client_secret during password grants for public clients Adam Charnock 2013-09-14 12:54:19 +0100
  • cdce08d257 Merge pull request #14 from dulaccc/fix-imports Evan Culver 2013-10-22 11:21:21 -0700
  • d5579633b7 Minor formating tweak to last README change. Evan Culver 2013-10-21 11:54:50 -0700
  • 0faa2157af Adding link to new mailing list in README. Evan Culver 2013-10-21 11:53:16 -0700
  • 1e7f1fce52 Fixing minor typo in README. Evan Culver 2013-10-21 11:53:03 -0700
  • 69cd068a91 Add index to AccessToken.token meili 2013-08-08 21:34:29 +0200
  • 04ab258e63 Updated docs/conf.py to use the test project for settings Alen Mujezinovic 2013-06-14 16:19:42 +0100
  • 7945c81cd5 Tests updates Alen Mujezinovic 2013-06-14 16:09:55 +0100
  • efaa2379e7 Don't test 1.6 yet Alen Mujezinovic 2013-06-14 15:57:35 +0100
  • 335bbd2e71 Travis updates Alen Mujezinovic 2013-06-14 15:55:40 +0100
  • 6d68d0225a Merge remote-tracking branch 'dulaccc/improve-doc' Alen Mujezinovic 2013-06-14 15:43:43 +0100
  • a815c2a386 Version bump Alen Mujezinovic 2013-06-14 15:20:28 +0100
  • 0bef867116 Merge remote-tracking branch 'fernandogrd/master' Alen Mujezinovic 2013-06-14 15:10:00 +0100
  • f10af7336d Version bump Alen Mujezinovic 2013-06-11 12:00:57 +0100
  • e873619da8 Merge remote-tracking branch 'johanmeiring/single_access_token' Alen Mujezinovic 2013-06-11 11:58:36 +0100
  • 3ae777a215 remove duplicate code Pengfei Xue 2012-08-14 17:50:10 +0800
  • 6793dca363 Merge remote-tracking branch 'origin/master' Alen Mujezinovic 2013-06-11 11:44:47 +0100
  • eb8307f0b1 Added Django trunk to test runner Alen Mujezinovic 2013-06-11 11:43:29 +0100
  • 3c8fb6e1ba Fix migrations for custom user model Fernando Rocha 2013-03-26 10:09:28 -0300
  • b653c5786f Ensure that both dates are aware before substracting Pierre Dulac 2013-03-20 14:36:31 +0100
  • 343e422ce1 Replace naive datetimes with its aware equivalent Pierre Dulac 2013-03-20 14:15:16 +0100
  • d961211534 Single Access Token featured applied to password grant as well Johan Meiring 2013-03-20 14:40:51 +0200
  • 4d72cfa5eb Updates documentation to reflect new constant Johan Meiring 2013-03-20 13:12:36 +0200
  • 780495e678 Implements 'single access token' feature Johan Meiring 2013-03-20 12:44:00 +0200
  • cf281d4017 Adds failing test for new feature Johan Meiring 2013-03-20 11:04:30 +0200
  • 6e1bf8b0c6 Adds SINGLE_ACCESS_TOKEN constant (default is False) Johan Meiring 2013-03-20 11:04:09 +0200
  • 8bfa0f44a1 Version bump Alen Mujezinovic 2013-03-16 15:31:13 +0000
  • eaf7d8d4ff tox.ini mods for next Django release Alen Mujezinovic 2013-03-16 15:30:43 +0000
  • 3624291d85 Add some tests Pierre Dulac 2013-03-12 15:52:40 +0100
  • 3bc3413e84 Fix python2.6 compatibility Pierre Dulac 2013-03-12 15:52:09 +0100
  • 1ea85f5e37 Fix the `expires_in` value that was wrong Pierre Dulac 2013-03-12 12:44:35 +0100
  • 9c683972ed Improve cross python compatibility issues with little imports Pierre Dulac 2013-03-02 16:12:28 +0100
  • 39919baa54 Add Django to the requirements.txt so that readthedocs can build the doc Pierre Dulac 2013-03-02 00:15:53 +0100
  • 674cfd4b25 Better .gitignore file Pierre Dulac 2013-03-02 00:00:26 +0100
  • 63347a613f Update the documentation content Pierre Dulac 2013-03-01 23:54:26 +0100
  • f5025b8d18 Add the basic settings.py file to the example project Pierre Dulac 2013-03-01 23:53:56 +0100
  • d80e0d917e Update doc external references Pierre Dulac 2013-03-01 23:53:20 +0100
  • 2910b052a4 Update shortuuid minimium version required Pierre Dulac 2013-03-01 23:52:42 +0100
  • a5295e42f2 Remove the static config to avoid an uneccessary warning Pierre Dulac 2013-03-01 23:51:24 +0100
  • 8348ab4fe5 Use the default theme for the doc Pierre Dulac 2013-03-01 23:50:19 +0100
  • a7c932609c Add project path to sys.path so that provider module is accessible Pierre Dulac 2013-03-01 23:49:09 +0100
  • c0557d799b Update the draft references with the released rfc6749 Pierre Dulac 2013-03-01 23:48:01 +0100
  • be43992ff9 Update .gitignore Pierre Dulac 2013-03-01 23:40:38 +0100
  • 3198060acf Travis update Alen Mujezinovic 2013-01-17 17:25:34 +0000
  • 3667171d72 Added manage.py for testing purposes Alen Mujezinovic 2013-01-17 16:12:52 +0000
  • 3785b369f2 Travis / Tox adjustment Alen Mujezinovic 2013-01-17 10:35:01 +0000
  • 550374374e Django 1.5 compatibility Alen Mujezinovic 2013-01-16 13:39:00 +0000
  • 8e387786f3 Merge remote-tracking branch 'eculver/master' Alen Mujezinovic 2013-01-16 13:30:42 +0000
  • 2359c4e18f Added tox testrunner Alen Mujezinovic 2013-01-16 13:26:07 +0000
  • 1e20314c9a Fix typo in docs for authorization grant_type. Evan Culver 2013-01-08 16:47:38 -0800
  • 647ec2641c Use django 1.5 for TravisCI builds while some other things get sorted out. Evan Culver 2013-01-07 15:48:34 -0800
  • 7408c9786a Updating TravisCI settings to point to only master and develop branches and update README to point to my project build image. Evan Culver 2013-01-07 13:08:41 -0800
  • 243ac16427 Refactor tests to be local to oauth2 app since all tests are oauth2-related. This also fixes a few issues in tests introduced by Django 1.5's configurable user models. Evan Culver 2013-01-07 12:58:26 -0800
  • ee726835fd Change 'read-write' scope to 'read+write'. Evan Culver 2013-01-07 12:57:19 -0800
  • 4dd79ef1e7 Fixing a bug introduced by refactoring form clean method. Evan Culver 2013-01-07 12:56:34 -0800
  • 91446839b6 More cleanup and linting. Adds support for configurable user models introduced in Django 1.5. Evan Culver 2013-01-04 12:42:40 -0800
  • 97ed3a986f Lots of cleanup and linting. This also changes the capture/authorize URL patterns to be a little more semantic, but breaks backwards compatibility. Authorization flow now works from authorize form submit. Fixes a few error_response issues. Evan Culver 2013-01-04 12:41:53 -0800
  • 780c72f07b Adding master and develop branches to travis CI config. Evan Culver 2013-01-08 16:53:00 -0800
  • 039117b1f1 Version bump Alen Mujezinovic 2012-08-10 11:43:42 +0100