accounts
/
web
2to3
master
remove-service-passwords
web interface for the spline accounts
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add about page; Comment out service settings
Marian Sigler
2012-09-27
7
-5
/
+35
*
Implement username blacklist; Don't allow registration with existing usernames.
Marian Sigler
2012-09-26
3
-1
/
+28
*
also allow uppercase letters in username
Marian Sigler
2012-09-26
1
-1
/
+1
*
define default font, increase body's top padding
Marian Sigler
2012-09-26
1
-1
/
+6
*
Make logo a link to /; Increase margin of header
Marian Sigler
2012-09-26
2
-2
/
+4
*
allow - in usernames (so now it is [-a-z]{2,16} )
Marian Sigler
2012-09-26
3
-5
/
+6
*
account: only update password as admin when explicitly requested
Marian Sigler
2012-09-26
1
-7
/
+9
*
added missing ou entry
Nico von Geyso
2012-09-26
1
-1
/
+1
*
added InvalidPasswordError Exception
Nico von Geyso
2012-09-26
1
-1
/
+5
*
make sure to utf8-encode passwords correctly.
Marian Sigler
2012-09-26
2
-4
/
+13
*
account: fix delete()
Marian Sigler
2012-09-26
1
-3
/
+2
*
Merge branch 'master' of ssh://git.spline.de/account-web
Marian Sigler
2012-09-26
1
-36
/
+66
|
\
|
*
Merge branch 'master' of ssh://git.spline.de/account-web
Nico von Geyso
2012-09-26
6
-25
/
+35
|
|
\
|
*
|
added escape method and use it nearly everywhere. good old paranoia
Nico von Geyso
2012-09-26
1
-27
/
+66
*
|
|
check for unique mail addresses
Marian Sigler
2012-09-26
4
-3
/
+27
|
|
/
|
/
|
*
|
Fix password change; Don't require old password for settings changes
Marian Sigler
2012-09-26
3
-4
/
+4
*
|
add get_by_uid
Marian Sigler
2012-09-26
1
-4
/
+14
*
|
layout stuff
Marian Sigler
2012-09-26
2
-17
/
+26
|
/
*
add accounts logo, style header
Marian Sigler
2012-09-26
6
-34
/
+274
*
Implement password recovery functionality.
Marian Sigler
2012-09-26
10
-13
/
+124
*
fix munin plugin
Marian Sigler
2012-09-26
1
-2
/
+2
*
account.py: Fix find(); Add get_by_uid()
Marian Sigler
2012-09-26
1
-1
/
+17
*
start with form and template changes for service password management
Marian Sigler
2012-09-26
6
-59
/
+88
*
add a Service() class to have more data about the services
Marian Sigler
2012-09-26
3
-7
/
+25
*
fixed password bug for register()
Nico von Geyso
2012-09-25
1
-2
/
+2
*
wildcards for find() are by default off
Nico von Geyso
2012-09-25
1
-6
/
+13
*
Merge branch 'master' of ssh://git.spline.de/account-web
Nico von Geyso
2012-09-24
10
-60
/
+153
|
\
|
*
templates/_macros: move errors in own macro
Marian Sigler
2012-09-24
3
-13
/
+16
|
*
indentation
Marian Sigler
2012-09-24
1
-1
/
+1
|
*
Merge branch 'master' of ssh://git.spline.de/account-web
Marian Sigler
2012-09-24
1
-8
/
+25
|
|
\
|
*
|
Warn users not to enter valuable passwords (because of osqa etc)
Marian Sigler
2012-09-24
1
-0
/
+1
|
*
|
Add `logout_required; Add bootstrap for forms
Marian Sigler
2012-09-24
10
-45
/
+125
|
*
|
settings: start with service management
Marian Sigler
2012-09-21
3
-7
/
+16
*
|
|
use passwd_s for password changes
Nico von Geyso
2012-09-24
1
-16
/
+27
|
|
/
|
/
|
*
|
find() now uses dict instead of ldap search str
Nico von Geyso
2012-09-23
1
-7
/
+24
|
/
*
Send verify mail on change of mail address
Marian Sigler
2012-09-21
5
-20
/
+65
*
add color to flashes
Marian Sigler
2012-09-21
3
-6
/
+28
*
use img instead of background-image
Nico von Geyso
2012-09-21
2
-6
/
+2
*
fixed path for logo
Nico von Geyso
2012-09-21
1
-1
/
+1
*
added spline logogit status111
Nico von Geyso
2012-09-21
3
-1
/
+19
*
Add confirmation to registration.
Marian Sigler
2012-09-21
6
-23
/
+115
*
utils: use flask.current_app to avoid circular import
Marian Sigler
2012-09-21
1
-8
/
+6
*
add send_mail function
Marian Sigler
2012-09-21
2
-1
/
+25
*
account: remove delete by string for the time being
Marian Sigler
2012-09-21
1
-12
/
+12
*
add functions to create confirmation links
Marian Sigler
2012-09-21
1
-1
/
+36
*
Merge branch 'master' of ssh://git.spline.de/account-web
Marian Sigler
2012-09-21
1
-0
/
+3
|
\
|
*
contrib/munin: add relative import
Alexander Sulfrian
2012-09-21
1
-0
/
+3
*
|
basic settings (yet without confirmation mail on mail change etc)
Marian Sigler
2012-09-21
6
-13
/
+49
*
|
account: don't fail on unicode input strings. Update examples
Marian Sigler
2012-09-21
1
-8
/
+14
|
/
*
Merge branch 'master' of ssh://git.spline.de/account-web
Marian Sigler
2012-09-21
1
-0
/
+1
|
\
[next]