Commit Graph

474 Commits

Author SHA1 Message Date
Benjamin Dauvergne 5a765e9b23 Prevent the logout view to put message (behaviour inherited from django-allauth)
fixes #5734
2014-12-19 11:06:01 +01:00
Benjamin Dauvergne a7bb0c4f47 Do not force email to be unique 2014-12-16 16:45:31 +01:00
Frédéric Péters adf9dccb09 add copy of AGPL text 2014-10-21 10:27:29 +02:00
Serghei Mihai 06692d683e new templatetags added 2014-10-12 16:15:29 +02:00
Jérôme Schneider 1687bb23ba New version 1.1.1 2014-10-10 16:55:22 +02:00
Serghei Mihai ee62f27e70 CKEditor widgets list updated. CSS classe preset added for DIV element
Closes #5576
2014-10-01 17:01:40 +02:00
Benjamin Dauvergne a9a8454ea7 Add natural keys to feed-plugins models (fixes #5600) 2014-09-30 12:01:46 +02:00
Serghei Mihai 5d31d739bc plugins list width adjustement with css 2014-09-23 23:18:27 +02:00
Benjamin Dauvergne e60284ca38 Remove cms_ajax_text_plugin from tenant_settings 2014-09-19 09:42:55 +02:00
Benjamin Dauvergne 3289f72898 Remove dependency link toward python-entrouvert
It's on pypi now.
2014-09-17 10:23:00 +02:00
Serghei Mihai d550f6da2c cms_ajax_text_plugin removed from installed_apps
Closes #5392
2014-09-04 17:19:56 +02:00
Serghei Mihai 8bb9a3d277 useless dependencies removed.
plugins logging improved
2014-09-04 16:42:50 +02:00
Serghei Mihai dcd9549295 initial version of plugins system 2014-09-03 15:05:11 +02:00
Benjamin Dauvergne 8437ef501b Add sentry support (fixes #5258) 2014-08-20 15:31:33 +02:00
Benjamin Dauvergne b2ee01b583 Check if user should get admin role on all logins, not just the first one (fixes #5290)
The user object in sociallogin.account.user is not the final user object
that's gonna be logged in, so the admin flags should be set in the
pre_social_login signal handler if we want them to be saved in the real
user object.
2014-08-20 13:41:23 +02:00
Frédéric Péters 7711717ace settings: set CSRF_COOKIE_SECURE from environment
fixes #5211
2014-07-30 16:31:56 +02:00
Frédéric Péters 01a569ddf7 settings: only enable option when it is set to 'yes'
fixes #5006
2014-07-30 16:26:07 +02:00
Benjamin Dauvergne 510da1beb8 bump release to 1.1.0 2014-07-15 16:13:20 +02:00
Benjamin Dauvergne b96ceaf71e allauth_authentic2/provider: in pre_social_login_populate_user signal, only save existing users 2014-07-15 16:12:32 +02:00
Benjamin Dauvergne a7ed8a9646 allauth_authentic2/provider: update user first_name and last_name event after its first connection 2014-07-03 14:58:06 +02:00
Benjamin Dauvergne 1e4add7841 add a __template.ezt view 2014-07-01 16:22:46 +02:00
Benjamin Dauvergne e86d71ac0a settings: import /etc/portail-citoyen/config.json and /etc/portail-citoyen/config.json 2014-07-01 13:52:55 +02:00
Benjamin Dauvergne eebae2484e settings,urls: load cmsplugin-blurp if it's importable 2014-07-01 12:55:46 +02:00
Benjamin Dauvergne 94f3d5ca6a templates: add template autologin.html to provider autologin capability in any page
It use the new JSONP logged-in web service from authentic. You must
declare you website in the VALID_REFERERS settings of your authentic
server.
2014-06-18 22:45:53 +02:00
Serghei Mihai ef4cb6dbff tenant templates dir got from env var 2014-05-27 10:50:49 +02:00
Benjamin Dauvergne ad08e4e9be allauth_authentic2: provision first_name and last_name 2014-05-27 10:32:47 +02:00
Benjamin Dauvergne 61fd4a3090 start.sh: make it work inside jenkins 2014-05-26 23:40:04 +02:00
Benjamin Dauvergne 307b0638fa README: complete document to use authentic2 as an OAuth2 IdP 2014-05-26 23:17:01 +02:00
Benjamin Dauvergne 1d6b540adb jenkins.sh: test the start.sh script 2014-05-26 23:16:49 +02:00
Benjamin Dauvergne fe4559e01c start.sh: make start.sh run migrations 2014-05-26 23:16:34 +02:00
Benjamin Dauvergne d81c6d1011 requirements: remove doubly listed django-admin-tools 2014-05-26 22:59:44 +02:00
Benjamin Dauvergne c71a4a7a07 requirements: use released django-cms 3, add dependency on django-admin-tools 2014-05-26 22:56:18 +02:00
Benjamin Dauvergne a0598983b2 start.sh: fix pyOpenSSL install, add libffi-dev to needed Debian packages 2014-05-26 22:56:18 +02:00
Benjamin Dauvergne 8b4e06eabf urls: remove commented code 2014-05-26 22:56:18 +02:00
Benjamin Dauvergne 7f8a95928c settings: make the authentic social account provider non mandatory 2014-05-26 22:56:18 +02:00
Serghei Mihai 9114b3b405 Doc update regarding the IdP config 2014-05-26 19:41:09 +02:00
Frédéric Péters 94dd6fa81e build: add missing django-admin-tools to requirements 2014-05-26 17:46:16 +02:00
Frédéric Péters cb8784feed jenkins: fix references to manage.py custom name 2014-05-26 17:41:50 +02:00
Frédéric Péters 63d0f8a411 fix name of requirements file 2014-05-26 17:38:06 +02:00
Serghei Mihai 3ac701909f typo fix 2014-05-26 17:19:26 +02:00
Serghei Mihai 3a07c1f93f multitenant settings included 2014-05-26 16:22:33 +02:00
Benjamin Dauvergne cc273544e7 feed_plugin: augment cache of aggregated feeds to 1 week
fixes #4838
2014-05-23 09:09:52 +02:00
Benjamin Dauvergne 4360c773a6 allauth_authentic2: fix typo 2014-05-22 19:20:09 +02:00
Benjamin Dauvergne b2dbc03414 allauth_authentic2: cast app_settings.VERIFY to bool 2014-05-22 19:16:29 +02:00
Benjamin Dauvergne 7fba45e625 allauth_authentic2: add an ALLAUTH_A2_VERIFY settings
Define SETTING_ALLAUTH_A2_VERIFY=0 to deactivate verification of SSL
certificate when contacting an OAuth2 identity provider.
2014-05-22 18:08:51 +02:00
Benjamin Dauvergne 423943e76c settings: change path of local static files 2014-05-22 16:02:33 +02:00
Benjamin Dauvergne ff40f36c46 allauth_authentic2: adding debug log around user provisionning 2014-05-22 12:14:10 +02:00
Benjamin Dauvergne 518c0e5a75 settings: activate CMS_PERMISSION 2014-05-22 11:28:08 +02:00
Benjamin Dauvergne c2aed13885 jenkins.sh: do not force pyOpenSSL version 2014-05-20 00:44:44 +02:00
Benjamin Dauvergne fa6873c3c4 allauth_authentic2: add setting to give super-admin power to user having a specific role 2014-04-07 11:02:07 +02:00