Ignacio Fiorentino
|
67493eca4a
|
Merge branch 'v0.3.x' of https://github.com/juanifioren/django-oidc-provider into v0.3.x
|
2016-08-08 13:08:57 -03:00 |
|
Juan Ignacio Fiorentino
|
db9f945a6e
|
Merge pull request #109 from koriaf/urlspy-cleanup
Cleanup urls.py - remove unused and wildcard import
|
2016-08-08 12:16:45 -03:00 |
|
Arkadiy Korotaev
|
8cbf5c3304
|
Cleanup urls.py - remove unused and wildcard import
|
2016-08-08 09:58:36 +04:00 |
|
Graham Ullrich
|
86fbfdba60
|
Merge remote-tracking branch 'brosner/fix-id-token-at-hash' into test-implicit-flow
|
2016-08-05 15:49:18 -06:00 |
|
Brian Rosner
|
afc3a60ee7
|
Added at_hash when access token is present
This is required by response type "id_token token", but can be
used by other flows if they choose.
|
2016-08-05 14:00:00 -06:00 |
|
Juan Ignacio Fiorentino
|
d7ea6e33cd
|
Update CHANGELOG.md
|
2016-08-05 13:25:28 -03:00 |
|
Ignacio Fiorentino
|
96a078e757
|
Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider
|
2016-08-04 14:35:39 -03:00 |
|
Juan Ignacio Fiorentino
|
642f75677b
|
Merge pull request #108 from grahamu/patch-1
Add Django 1.10 as a supported configuration.
|
2016-08-04 14:34:09 -03:00 |
|
Graham Ullrich
|
b67c35d94a
|
Add Django 1.10 as a supported configuration.
|
2016-08-04 11:07:34 -06:00 |
|
Ignacio Fiorentino
|
67dd97e8a2
|
Merge branch 'grahamu-remove-patterns-import' into v0.3.x
|
2016-08-04 13:35:50 -03:00 |
|
Ignacio Fiorentino
|
2573a60092
|
Fix test app urls and templates loaders in settings.
|
2016-08-04 13:35:27 -03:00 |
|
Graham Ullrich
|
3ef8f42cd7
|
Test against Django v1.10
Add Django 1.10 to test matrix.
|
2016-08-04 00:30:22 -06:00 |
|
Graham Ullrich
|
ddb62a383b
|
Remove unused import
Update mock requirement.
|
2016-08-03 23:44:17 -06:00 |
|
Juan Ignacio Fiorentino
|
6a15ed66f8
|
Merge pull request #104 from matterport/dj19-tox
Fix django dep range for 1.9 compat testing
|
2016-08-02 12:12:37 -03:00 |
|
Jeremy Dunck
|
ed19486918
|
Fix django dep range for 1.9 compat testing
|
2016-08-01 19:19:48 -07:00 |
|
Wojciech Bartosiak
|
c70dab13a8
|
Merge pull request #5 from juanifioren/v0.3.x
updating
|
2016-07-29 22:54:37 +02:00 |
|
Juan Ignacio Fiorentino
|
e837c222c4
|
Merge pull request #102 from fjouatte/v0.3.x.
French translation
|
2016-07-29 10:22:14 -03:00 |
|
Florent Jouatte
|
f4c27ed28d
|
tiny translation
|
2016-07-29 09:07:25 +02:00 |
|
Ignacio Fiorentino
|
3f12db6930
|
Add doc for tox.
|
2016-07-28 17:18:11 -03:00 |
|
Ignacio Fiorentino
|
6e771ad5ee
|
Edit tox supporting running single test.
|
2016-07-28 17:17:23 -03:00 |
|
Ignacio Fiorentino
|
7391a58b69
|
Tox: Remove previously installed package.
|
2016-07-28 16:35:12 -03:00 |
|
Florent Jouatte
|
c29514ca64
|
add french translation (not over)
|
2016-07-28 10:55:06 +02:00 |
|
Ignacio Fiorentino
|
b70007e4a9
|
Add ES and FR initial translations.
|
2016-07-26 17:19:33 -03:00 |
|
Ignacio Fiorentino
|
5766f814d3
|
Bump version 0.3.6.
|
2016-07-07 12:52:32 -03:00 |
|
Ignacio Fiorentino
|
dc9ec1863e
|
Change setting OIDC_USERINFO.
|
2016-07-07 12:50:27 -03:00 |
|
Ignacio Fiorentino
|
ab65aab0e1
|
Bump version v0.3.5.
|
2016-06-21 12:30:15 -03:00 |
|
Ignacio Fiorentino
|
6b9a25fdc5
|
Edit CHANGELOG.
|
2016-06-16 17:21:57 -03:00 |
|
Ignacio Fiorentino
|
4cc7474c19
|
Add verbose name and description for scopes.
|
2016-06-16 17:18:39 -03:00 |
|
Ignacio Fiorentino
|
d4f25c3dd2
|
Edit Readme.
|
2016-06-15 14:44:59 -03:00 |
|
Ignacio Fiorentino
|
739b6ef381
|
Provide doc for user consent model.
|
2016-06-13 13:26:33 -03:00 |
|
Ignacio Fiorentino
|
b145c5d477
|
Edit CHANGELOG.
|
2016-06-13 12:16:48 -03:00 |
|
Ignacio Fiorentino
|
5255719700
|
Add date_given to UserConsent model. Add verbose names in models.
|
2016-06-13 12:15:10 -03:00 |
|
Ignacio Fiorentino
|
0e7d3cb388
|
Bump version v0.3.4.
|
2016-06-10 12:27:36 -03:00 |
|
Ignacio Fiorentino
|
41f23afa31
|
Add missing migration.
|
2016-06-10 10:57:31 -03:00 |
|
Ignacio Fiorentino
|
70c7d128c1
|
Refactoring views.py.
|
2016-06-01 12:09:40 -03:00 |
|
Ignacio Fiorentino
|
0b6c64e049
|
Merge branch 'v0.3.x' of https://github.com/juanifioren/django-oidc-provider
|
2016-05-31 14:57:47 -03:00 |
|
Juan Ignacio Fiorentino
|
16f6d00cad
|
Merge pull request #95 from johnpeach/patch-1
Grammar corrections.
|
2016-05-31 14:43:06 -03:00 |
|
John Peach
|
74586f3e19
|
grammar corrections
|
2016-05-31 10:33:19 -07:00 |
|
Ignacio Fiorentino
|
21e8e89d35
|
Edit default setting.
|
2016-05-30 14:26:25 -03:00 |
|
Ignacio Fiorentino
|
eea590e006
|
Modify scope claims class.
|
2016-05-30 13:28:07 -03:00 |
|
Ignacio Fiorentino
|
3f85f7bfec
|
Edit CHANGELOG.
|
2016-05-26 17:06:06 -03:00 |
|
Ignacio Fiorentino
|
de3da208ee
|
Update docs.
|
2016-05-26 17:05:16 -03:00 |
|
Juan Ignacio Fiorentino
|
ed905128b1
|
Merge pull request #94 from matterport/site-url
Make SITE_URL optional.
|
2016-05-26 16:25:14 -03:00 |
|
Si Feng
|
86a921aba7
|
Fix typo
|
2016-05-25 15:21:27 -07:00 |
|
Si Feng
|
be5656bcf4
|
Make SITE_URL optional.
|
2016-05-25 14:58:58 -07:00 |
|
Ignacio Fiorentino
|
497f2f3a68
|
Bump version v0.3.3.
|
2016-05-03 12:17:22 -03:00 |
|
Ignacio Fiorentino
|
ef88b6ca33
|
Improve docs.
|
2016-04-27 15:55:02 -03:00 |
|
Ignacio Fiorentino
|
ad93b777db
|
Bump version v0.3.2.
|
2016-04-26 17:33:43 -03:00 |
|
Ignacio Fiorentino
|
a0c7b3c0c4
|
Create migrations. Improve docs.
|
2016-04-25 17:33:52 -03:00 |
|
Ignacio Fiorentino
|
9f9df355a3
|
Merge branch 'v0.3.x' of https://github.com/juanifioren/django-oidc-provider into feature-jwtalg
|
2016-04-25 14:55:30 -03:00 |
|