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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix more pep8 errors
Pavlos Ratis
2013-09-25
2
-5
/
+2
*
support multiple values (+ planet/universe fields)
Pavlos Ratis
2013-09-25
5
-65
/
+292
*
check whether user is dev and print related info
Pavlos Ratis
2013-09-25
1
-0
/
+2
*
add Gravatar support
Pavlos Ratis
2013-09-24
5
-1
/
+28
*
fix pep8 errors
Pavlos Ratis
2013-09-23
3
-8
/
+17
*
add ldapdb entry to logging settings
Pavlos Ratis
2013-09-23
2
-0
/
+8
*
remove old email field
Pavlos Ratis
2013-09-23
1
-4
/
+0
*
Add tests for LDAPAuthBackend.
Michał Górny
2013-09-22
1
-0
/
+73
*
Normalize usernames for LDAP.
Michał Górny
2013-09-22
1
-0
/
+5
*
Clean up django_auth_ldap leftovers.
Michał Górny
2013-09-22
3
-11
/
+2
*
Fix login tests for proper handling of LDAP exceptions.
Michał Górny
2013-09-22
1
-4
/
+7
*
Replace django-auth-ldap with ldapdb-based auth backend.
Michał Górny
2013-09-22
5
-3
/
+43
*
get_bound_ldapuser(): support custom username.
Michał Górny
2013-09-22
1
-2
/
+3
*
add tearDownClass
Pavlos Ratis
2013-09-20
12
-0
/
+48
*
delete ldapobj after test execution
Pavlos Ratis
2013-09-20
12
-0
/
+12
*
s/self.ldapobject/self.ldapobj/g
Pavlos Ratis
2013-09-20
12
-40
/
+40
*
Import ACLField from our forked django-ldapdb.
Michał Górny
2013-09-17
2
-1
/
+36
*
Require the database cleanup only to remove USER and PASSWORD.
Michał Górny
2013-09-17
1
-2
/
+4
*
Clean up settings.DATABASES when get_bound_ldapuser() fails.
Michał Górny
2013-09-12
1
-1
/
+5
*
Tests: check whether failed get_bound_ldapuser() doesn't pollute the db.
Michał Górny
2013-09-12
1
-0
/
+7
*
Use context managers to clean up settings.DATABASES after binds.
Michał Górny
2013-09-12
3
-249
/
+262
*
Use session identifiers for unique LDAP db aliases.
Michał Górny
2013-09-12
2
-5
/
+9
*
Fix the tests about rendered result, they were not properly concatenating str...
Theo Chatzimichos
2013-09-08
2
-17
/
+5
*
Identation, whitespace and other cosmetics fixes in templates
Theo Chatzimichos
2013-09-08
8
-61
/
+70
*
Merge pull request #86 from dastergon/misc_flake8
Theo Chatzimichos
2013-09-08
8
-92
/
+111
|
\
|
*
fix misc pep8 errors
Pavlos Ratis
2013-09-08
8
-92
/
+111
*
|
increase tests verbosity to 2
Pavlos Ratis
2013-09-08
1
-1
/
+1
|
/
*
add integration tests for settings
Pavlos Ratis
2013-09-04
1
-0
/
+77
*
move password and email settings to another page
Pavlos Ratis
2013-09-04
6
-14
/
+168
*
add support for user settings
Pavlos Ratis
2013-09-01
7
-9
/
+397
*
Add tests for ldapuser and get_bound_ldapuser
Theo Chatzimichos
2013-08-28
2
-3
/
+89
*
Bring back a needed import, and exclude it from flake checks
Theo Chatzimichos
2013-08-26
1
-0
/
+1
*
Enable ./setup.py test functionality
Theo Chatzimichos
2013-08-26
1
-0
/
+26
*
okupy.tests is not an app anymore, and it's not needed by the discover runner
Theo Chatzimichos
2013-08-26
1
-1
/
+0
*
Fix flake8 errors
Theo Chatzimichos
2013-08-26
24
-154
/
+299
*
switch back to non-relative imports, they proved to be confusing
Theo Chatzimichos
2013-08-25
28
-70
/
+72
*
Move OkupyError to okupy/__init__
Theo Chatzimichos
2013-08-25
4
-7
/
+6
*
Add tests for SSH handlers.
Michał Górny
2013-08-25
3
-14
/
+218
*
Store SSH handler list in settings.
Michał Górny
2013-08-25
3
-8
/
+11
*
Support authentication using SSH.
Michał Górny
2013-08-25
9
-4
/
+146
*
Reset RNG in @postfork.
Michał Górny
2013-08-25
1
-0
/
+6
*
Introduce the concept of auth handlers.
Michał Górny
2013-08-25
2
-1
/
+25
*
Initial SSH server support.
Michał Górny
2013-08-25
5
-1
/
+114
*
Remove search_s.seed, as it is now covered by mockldap
Theo Chatzimichos
2013-08-24
11
-73
/
+12
*
stop spamming the logs when running the tests
Theo Chatzimichos
2013-08-24
1
-14
/
+5
*
Merge pull request #75 from tampakrap/tests_v2
Theo Chatzimichos
2013-08-23
5
-3
/
+149
|
\
|
*
Add tests for the accounts lists
Theo Chatzimichos
2013-08-23
2
-0
/
+116
|
*
Add support for negative queries in set_search_seed
Theo Chatzimichos
2013-08-21
1
-2
/
+5
|
*
Add more attrs to the test accounts, for more testing
Theo Chatzimichos
2013-08-21
1
-1
/
+23
|
*
add test to ensure that anon gets redirected to requested next URL
Theo Chatzimichos
2013-08-19
1
-0
/
+5
[next]