Commit Graph

63 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
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
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 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 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 fa6873c3c4 allauth_authentic2: add setting to give super-admin power to user having a specific role 2014-04-07 11:02:07 +02:00
Benjamin Dauvergne 84f76d34af setting: extract authentic2 URL from environment 2014-04-03 16:53:22 +02:00
Benjamin Dauvergne 925809afbb settings: remove dead settings 2014-04-03 13:17:06 +02:00
Benjamin Dauvergne d89e048e3d settings: load cms_ajax_text_plugin 2014-04-03 13:15:41 +02:00
Benjamin Dauvergne 363bd383b3 settings: disable plugin cache 2014-04-03 13:15:30 +02:00
Benjamin Dauvergne 8cfe341c3e remove dependencies on cms-ajax-text-plugin and cms-textwrapper 2014-04-03 10:15:04 +02:00
Jérôme Schneider 788bc81155 __init__ : update version to match last git annotated tag 2014-04-01 16:01:14 +02:00
Benjamin Dauvergne ed6c299cab settings: in default settings ask for read and write scopes when using OAuth2 authentication 2014-03-31 11:34:37 +02:00
Benjamin Dauvergne 2a1eb70f19 data_source_plugin: add OAuth2 authentication 2014-03-31 11:34:14 +02:00
Benjamin Dauvergne 2a3788ff0f admin: override AdminSite.login to use classic login even for the administration pages 2014-03-26 15:17:01 +01:00
Benjamin Dauvergne 1bad481bf5 templates: remove unused files 2014-03-26 15:16:47 +01:00
Benjamin Dauvergne 633a5d1613 templates: overload admin/base_site.html 2014-03-26 15:16:32 +01:00
Benjamin Dauvergne ded6730804 update french translation 2014-03-26 15:16:14 +01:00
Benjamin Dauvergne 96e93aabf8 admin menu: remove all menu items 2014-03-26 15:11:54 +01:00
Benjamin Dauvergne 9bd45986bd admin dashboard: remove users and roles panel 2014-03-26 15:11:40 +01:00