19 Commits

Author SHA1 Message Date
Fabian Weisshaar
80033041e9 Add A Well-Known URL for Changing Passwords
based on https://wicg.github.io/change-password-url/index.html
2018-12-28 20:36:45 +01:00
Thomas Waldmann
896531276f django 2.0 does not allow giving a 3-tuple to include() 2018-10-19 22:29:18 +02:00
Thomas Waldmann
70c9f9e24a use error views without templating, fixes #365 2018-10-19 00:50:50 +02:00
Fabian Weisshaar
6b3d2ffbd8 Minor changes and fixes, v0.12 milestone 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
55f47ff52d Update to Django 1.11 LTS, fixes #293 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
cb7f55d55d upgrade python-social-auth 2016-12-29 17:53:27 +01:00
Thomas Waldmann
4383226046 fix some issues found by pycharm 2014-11-01 19:25:49 +01:00
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
b1afe75a62 add language selector, use set_language redirect view from django 2014-08-25 00:01:26 +02:00
Fabian Weisshaar
73e37dad14 uses nsupdate.login urls and fixed registration url in nsupdate.accounts 2013-12-29 22:22:08 +01:00
Thomas Waldmann
bbe7ae096a reorder apps, so templates of django's "admin" get considered last (so nsupdate or django registration can override them) 2013-12-22 02:58:25 +01:00
Thomas Waldmann
0df4efce1c add/fix some module-level docstrings 2013-12-15 17:09:22 +01:00
Thomas Waldmann
2516b48c88 django-debug-toolbar - we pull it via requirements, so i added the necessary settings so it can work
maybe the more simple "quick setup" (see ddt docs) would also have worked, if I had found out earlier
that INTERNAL_IPS is a required setting.
2013-12-08 14:42:58 +01:00
Thomas Waldmann
4589dd512b fix session cookie behaviour to be more private for not logged-in users, fixes #96
the bug was that it used a permanent cookie for not-logged in users and only switched it to
a session cookie when you logged in (and did not check the remember me checkbox).

now it uses (non-permanent) session cookies by default and switches to the permanent cookie
only if you tell so when logging in and checking that checkbox.
2013-11-28 09:14:16 +01:00
Thomas Waldmann
56341d0581 implement remember_me checkbox in the login view
if checked, we use a permanent cookie as configured in settings.
if not, we use a session cookie that gets cleared at the end of the session.
2013-11-16 04:52:45 +01:00
Thomas Waldmann
d3724032e1 simplify url dispatcher
we can include all the urls (as usual) AFTER overiding some of them giving a special rule first.
2013-11-16 04:52:45 +01:00
Thomas Waldmann
aa755d2ce2 so much pain and duplication just to get the cursor into the right field using html5 autofocus attr 2013-11-15 10:07:40 +01:00
Thomas Waldmann
f357997f07 add python-social-auth for twitter, github, google
still incomplete, only login view
2013-11-02 05:15:06 +01:00
Bastian Blank
d2eab62ac4 Move all stuff into own top-level package 2013-10-17 23:59:07 +02:00