34 Commits

Author SHA1 Message Date
Thomas Waldmann
3aabe41c1b profile view: require login (gave 500 without login) 2013-12-25 16:30:33 +01:00
Thomas Waldmann
14b9407ab5 remove unused imports 2013-12-15 18:27:59 +01:00
Thomas Waldmann
d83df3ead1 use get_user_model and AUTH_USER_MODEL 2013-11-24 09:37:47 +01:00
Thomas Waldmann
f2aca63d2d fix typo 2013-11-22 04:15:51 +01:00
Thomas Waldmann
a0a33f36d3 add some hints to the login view. Fixes #89 2013-11-22 03:55:06 +01:00
Thomas Waldmann
be43b61a97 prettier and more clear login screen
separate the forgot pw / register stuff from the usual login form

use more button style
2013-11-22 03:39:47 +01:00
Thomas Waldmann
ae260e2725 prettier remote login selection. Fixes #90 2013-11-21 14:19:03 +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
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
b3ef4b0ce7 removed unused PasswordChangeView class 2013-11-08 06:57:19 +01:00
Thomas Waldmann
f59981616f offer test account 2013-11-08 05:19:43 +01:00
Thomas Waldmann
808c9e7d5d use post requests for disconnecting from social account 2013-11-02 09:28:29 +01:00
Thomas Waldmann
4753a2a84c (de)associate local profile with remote accounts 2013-11-02 08:26:15 +01:00
Thomas Waldmann
4029deb1bf rearrange login screen 2013-11-02 08:04:17 +01:00
Thomas Waldmann
972146ec87 add python-social-auth for amazon, bitbucket, dropbox, reddit, soundcloud, stackoverflow 2013-11-02 07:20:20 +01:00
Thomas Waldmann
49a466ef1e fix some social-auth urls, remove twitter auth
twitter does not support ipv6 and our production server VM
has only v6. :-(
2013-11-02 06:14:51 +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
Thomas Waldmann
7436a8b578 add autofocussed fields
TODO: autofocus for registration / login views
2013-11-01 21:11:57 +01:00
Thomas Waldmann
a8cc003fe1 replace useless logout page by a redirect to the login page 2013-11-01 00:25:03 +01:00
Thomas Waldmann
b5d036eb72 add email to user profile form, so it can be updated by the user
cosmetic change to the profile view headings
2013-10-31 23:41:44 +01:00
Bastian Blank
d2eab62ac4 Move all stuff into own top-level package 2013-10-17 23:59:07 +02:00
Thomas Waldmann
1924888b37 reorder imports: stdlib, other libs, django, nsupdate stuff (views, etc.) 2013-10-03 19:26:39 +02:00
Thomas Waldmann
0ec52cc1e1 make method signature match base class method's 2013-10-03 17:55:48 +02:00
Thomas Waldmann
51caaea41f use newstyle classes 2013-10-03 17:21:18 +02:00
Arne Schauf
9c741cb4f9 bugfix 2013-09-29 19:54:30 +02:00
Arne Schauf
edc888419d eyecandy for the registration form 2013-09-29 16:40:13 +02:00
Arne Schauf
d7e02ed95c link fixing (leave me alone, i18n) 2013-09-29 16:26:31 +02:00
Arne Schauf
41a4a2b357 links now working 2013-09-29 16:21:23 +02:00
Thomas Waldmann
15722a086a fix syntax errors / typos 2013-09-29 15:44:29 +02:00
Fabian Faessler
dcd78ac304 pep8 fixes 2013-09-29 15:37:58 +02:00
Thomas Waldmann
ac4860f54a pep8 fixes 2013-09-29 01:23:27 +02:00
Arne Schauf
4a3751732c user profile edit name form 2013-09-28 18:33:45 +02:00
Arne Schauf
22eecac4d5 Host model 2013-09-28 18:02:13 +02:00
Arne Schauf
ec2b8ab88a split up into new app accounts 2013-09-28 17:17:15 +02:00