GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/proj/identity.gentoo.org.git
master
LDAP front-end and OpenID server for Gentoo Infrastructure (GSoC 2011, 2013)
Pavlos Ratis <dastergon@gentoo.org>, Michał Górny <mgorny@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
okupy
/
accounts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch ciphers to output urlsafe base64.
Michał Górny
2013-08-21
1
-1
/
+1
*
Move crypto-related stuff to okupy.crypto.
Michał Górny
2013-08-21
3
-4
/
+4
*
Move RevokedToken to common and make it more universal.
Michał Górny
2013-08-21
1
-3
/
+3
*
Move session ID encryption, decryption & validation to SessionRefCipher.
Michał Górny
2013-08-21
2
-29
/
+8
*
ssl_auth: check decrypted session ID validity.
Michał Górny
2013-08-20
2
-10
/
+12
*
SSL auth: decrypt session ID in forms cleanup.
Michał Górny
2013-08-20
2
-4
/
+14
*
Add @anonymous_required decorator
Theo Chatzimichos
2013-08-19
1
-1
/
+3
*
Improvements in signup/activate views:
Theo Chatzimichos
2013-08-19
1
-15
/
+24
*
Remove try/except block, ldap connection check is performed already
Theo Chatzimichos
2013-08-19
1
-6
/
+1
*
check if the passwords match in form.is_valid()
Theo Chatzimichos
2013-08-19
2
-3
/
+8
*
Revoke OTP tokens in views rather than backends.
Michał Górny
2013-08-19
1
-0
/
+8
*
login: ask only for password when upgrading auth.
Michał Górny
2013-08-19
2
-5
/
+21
*
login: give a proper info() message when asking for strong auth.
Michał Górny
2013-08-19
1
-7
/
+10
*
Merge pull request #69 from mgorny/otp-ldap
Theo Chatzimichos
2013-08-19
1
-5
/
+7
|
\
|
*
Bind properly for *OTP setup.
Michał Górny
2013-08-18
1
-5
/
+7
*
|
update models with the new attributes
Pavlos Ratis
2013-08-18
1
-5
/
+8
|
/
*
rename accounts_lists view to lists
Pavlos Ratis
2013-08-18
2
-4
/
+4
*
add url tag to templates
Pavlos Ratis
2013-08-18
1
-5
/
+5
*
Merge pull request #66 from mgorny/otp-ldap
Theo Chatzimichos
2013-08-17
2
-2
/
+3
|
\
|
*
Use LDAP as secret backend for OTP.
Michał Górny
2013-08-18
2
-2
/
+3
*
|
Merge pull request #63 from dastergon/improve_lists_view
Theo Chatzimichos
2013-08-17
2
-16
/
+14
|
\
\
|
|
/
|
/
|
|
*
add per-view caching on lists
Pavlos Ratis
2013-08-17
1
-0
/
+2
|
*
improved dev lists view
Pavlos Ratis
2013-08-17
2
-16
/
+12
*
|
Add @strong_auth_required decorator.
Michał Górny
2013-08-17
1
-2
/
+7
*
|
Reuse @require_POST decorator from django.
Michał Górny
2013-08-17
1
-4
/
+2
*
|
OpenID: make nonce creation atomic.
Michał Górny
2013-08-17
1
-6
/
+8
*
|
Fix handling timedeltas in use_nonce().
Michał Górny
2013-08-17
1
-1
/
+1
*
|
Merge pull request #61 from mgorny/openid-auto-logout
Theo Chatzimichos
2013-08-17
2
-5
/
+26
|
\
\
|
*
|
OpenID: always enable auto-logout for SSL cert auth.
Michał Górny
2013-08-14
1
-0
/
+6
|
*
|
OpenID: add 'auto logout' option.
Michał Górny
2013-08-14
2
-5
/
+20
|
|
/
*
|
Replace get_ldap_connection with LDAPUser
Theo Chatzimichos
2013-08-17
1
-47
/
+27
*
|
Add support for secondary password
Pavlos Ratis
2013-08-17
1
-2
/
+15
|
/
*
Move SSL verification into a dedicated backend.
Michał Górny
2013-08-12
1
-28
/
+7
*
SSL auth: authenticate directly into session.
Michał Górny
2013-08-12
3
-40
/
+66
*
Merge pull request #47 from dastergon/prof_page_ldapdb
Theo Chatzimichos
2013-08-12
1
-35
/
+2
|
\
|
*
use LDAPUser and ldapdb in profile page
Pavlos Ratis
2013-08-08
1
-35
/
+2
*
|
Support SOTP recovery keys.
Michał Górny
2013-08-09
1
-0
/
+18
*
|
Support displaying QRCode for TOTP URI.
Michał Górny
2013-08-09
2
-1
/
+17
*
|
Introduce 'otp-setup', to set TOTP up.
Michał Górny
2013-08-09
2
-0
/
+44
*
|
Introduce a dummy token input.
Michał Górny
2013-08-09
2
-12
/
+40
*
|
Introduce initial code for two-phase auth support.
Michał Górny
2013-08-09
1
-4
/
+9
*
|
urls: import the whole module rather than single views.
Michał Górny
2013-08-08
1
-14
/
+14
|
/
*
Merge branch 'get_ldap_connection'
Theo Chatzimichos
2013-08-08
2
-17
/
+8
|
\
|
*
Use get_ldap_connection instead of ldap.initialize
Theo Chatzimichos
2013-08-08
1
-10
/
+4
|
*
pep8
Theo Chatzimichos
2013-08-08
2
-9
/
+6
*
|
login: reorder the conditionals to keep it cleaner.
Michał Górny
2013-08-08
1
-17
/
+17
*
|
login: Reuse request.user.is_authenticated() after login.
Michał Górny
2013-08-08
1
-5
/
+2
*
|
login: Use OkupyError in wider scope.
Michał Górny
2013-08-08
1
-24
/
+25
*
|
login: Commonize the after-auth login code.
Michał Górny
2013-08-08
1
-6
/
+4
*
|
login: Drop duplicate 'Cancel' code.
Michał Górny
2013-08-08
1
-30
/
+24
[next]