Commit Graph

39 Commits

Author SHA1 Message Date
Benjamin Dauvergne d991423d83 Fix placement of debian packaging files 2015-04-03 12:08:18 +02:00
Benjamin Dauvergne bc5eb821f5 debian/control: fix syntax 2015-04-02 19:25:36 +02:00
Benjamin Dauvergne 9ab117fffa control: add dependency on djangorestframework and django-oauth2-provider 2015-04-02 19:25:36 +02:00
Jérôme Schneider 022d2f1fea debian: fix changelog 2015-04-02 19:25:36 +02:00
Benjamin Dauvergne 9c0c50eee4 changelog: fixe wrong package name 2015-04-02 19:25:36 +02:00
Benjamin Dauvergne c69111e191 add debian packaging 2015-04-02 19:25:36 +02:00
Jérôme Schneider 9b2f83fc87 rename migrations to south_migrations for Django 1.7 2015-03-13 10:35:46 +01:00
Benjamin Dauvergne ffeda43234 Do not request the db at loading time
Modify choices in the constructor of the AttributeReleaselineForm class.
2015-03-12 18:38:34 +01:00
Benjamin Dauvergne 9b7d3cec1b Do not crash on an invalid WebService id or an unknown WebService slug
fixes #6015
2014-12-04 16:56:48 +01:00
Serghei Mihai ffd71df9a8 missing migration for authorized_scopes field
Closes #5389
2014-09-04 14:39:12 +02:00
Serghei Mihai 65f1db6ccc handle the correctly authorized_scopes attribute format
Closes #5231
2014-08-18 09:36:12 +02:00
Benjamin Dauvergne 6893b249f9 bump release to 1.0.14 2014-08-12 14:50:49 +02:00
Benjamin Dauvergne f615f898c4 remove template api.html 2014-08-12 14:50:49 +02:00
Serghei Mihai 047746e9d1 automatically granted scopes defined also in client attribute besides of settings
Closes #5231
2014-08-12 14:48:06 +02:00
Benjamin Dauvergne 142caf82d5 models: AttributeRelease.attribute_name must not be contrained at the model level 2014-07-16 14:16:19 +02:00
Benjamin Dauvergne babe9b0abc bump release to 1.0.13 2014-07-16 10:30:15 +02:00
Benjamin Dauvergne 3ccf3946b8 models: translate default value for AttributeRelease.attribute_name 2014-07-16 10:29:37 +02:00
Benjamin Dauvergne 1dcf52823b admin: fix missing blank value for AttributeRelease.attribute_name 2014-07-16 10:28:29 +02:00
Benjamin Dauvergne f84444401b bump release to 1.0.12 2014-07-15 15:21:22 +02:00
Benjamin Dauvergne 7990ee11b4 models,admin: do not put choice for attribut name in models only admin 2014-07-15 15:20:22 +02:00
Benjamin Dauvergne 10821da43e bump release to 1.0.11 2014-07-15 12:59:13 +02:00
Benjamin Dauvergne 35b8c517a4 dashboard: show link to webservice model 2014-07-15 12:08:36 +02:00
Frédéric Péters 415ab297f5 makes sure a non-unicode string is passed to sign_url 2014-07-03 19:37:54 +02:00
Benjamin Dauvergne 8364249d99 make attribute release by the user-info web service customizable using the new attribute engine of authentic2 2014-07-03 15:57:03 +02:00
Benjamin Dauvergne dd81494707 adapt to new signature of LogouAbstractModel.get_logout_url() 2014-06-02 21:51:11 +02:00
Benjamin Dauvergne 2da934b9b1 bump version to 1.0.10 2014-05-23 14:22:22 +02:00
Benjamin Dauvergne 91f5698da4 plugin: if no use is_authenticated return an empty logout list 2014-04-07 11:23:40 +02:00
Benjamin Dauvergne 093fe0782b app_settings: fix settings getter 2014-03-31 11:36:01 +02:00
Benjamin Dauvergne afd3f287ec add new web service proxy service using OAuth2 for authentication
You can translate user identifiers by referring to NameID in the output
URL.
2014-03-27 10:22:14 +01:00
Benjamin Dauvergne 4d4b2f3449 app_settings: remove copied code from django-allauth 2014-03-26 15:26:23 +01:00
Benjamin Dauvergne 3ab5c72584 initialize migrations 2014-03-26 15:23:08 +01:00
Benjamin Dauvergne c7d5ed2367 add missing file dashboard.py 2014-03-26 15:20:29 +01:00
Benjamin Dauvergne 55cf82537c views: get_or_create() returns a tuple 2014-03-26 15:19:24 +01:00
Benjamin Dauvergne 4403365917 setup.py: use get_version 2014-03-13 13:35:53 +01:00
Benjamin Dauvergne 6eab8ab72f add plugin hook to setup admin blocks 2014-03-13 11:03:21 +01:00
Benjamin Dauvergne 4b3ec93fb3 views: add federation support by generating a pseudonymous federation identifier 2014-03-10 09:25:54 +01:00
Benjamin Dauvergne 7d5a3f1356 models: inherit from oauth2.Client to add logout urls 2014-03-10 09:25:03 +01:00
Benjamin Dauvergne 60ad3b099d add slo support 2014-03-07 17:39:50 +01:00
Benjamin Dauvergne 42fa36551b first commit 2014-03-06 15:57:27 +01:00