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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use TestCase instead of OkupyTestCase for login integration tests
Theo Chatzimichos
2013-08-19
1
-2
/
+3
*
Add test_ prefix to all the test files
Theo Chatzimichos
2013-08-19
12
-23
/
+0
*
Add tests for *OpenIDStore.use_nonce().
Michał Górny
2013-08-17
3
-0
/
+20
*
Remove get_ldap_connection completely
Theo Chatzimichos
2013-08-17
1
-60
/
+0
*
Add tests for not removing unknown hashes in secondary password
Theo Chatzimichos
2013-08-17
1
-0
/
+24
*
Tests for secondary password
Theo Chatzimichos
2013-08-17
5
-3
/
+130
*
various minor fixes in login tests
Theo Chatzimichos
2013-08-17
2
-10
/
+11
*
Merge pull request #60 from tampakrap/discoverrunner
Theo Chatzimichos
2013-08-13
5
-0
/
+15
|
\
|
*
Use DiscoverRunner, which will be the default test discover runner in 1.6
Theo Chatzimichos
2013-08-13
5
-0
/
+15
*
|
Fix get_ldap_connection to get secondary_password from the session
Theo Chatzimichos
2013-08-13
1
-4
/
+6
*
|
use create_user() instead of save()
Theo Chatzimichos
2013-08-13
1
-1
/
+1
*
|
Sync with settings/
Theo Chatzimichos
2013-08-13
1
-5
/
+7
*
|
Remove useless fixture
Theo Chatzimichos
2013-08-13
1
-20
/
+0
*
|
minor improvements
Theo Chatzimichos
2013-08-13
2
-4
/
+1
*
|
Convert more integration to unit login tests
Theo Chatzimichos
2013-08-13
2
-70
/
+40
|
/
*
Move SSL verification into a dedicated backend.
Michał Górny
2013-08-12
1
-1
/
+1
*
Use local memory cache session backend in tests.
Michał Górny
2013-08-12
1
-0
/
+8
*
Introduce a universal OkupyCipher. Use it for IDCipher.
Michał Górny
2013-08-12
1
-1
/
+2
*
Merge pull request #55 from tampakrap/unittests
Theo Chatzimichos
2013-08-12
8
-145
/
+187
|
\
|
*
minor fix in import
Theo Chatzimichos
2013-08-11
1
-2
/
+1
|
*
Various improvements to index tests
Theo Chatzimichos
2013-08-11
2
-10
/
+39
|
*
Add ldapobj.search_s.seed for login integration tests
Theo Chatzimichos
2013-08-11
1
-1
/
+5
|
*
trivial fix
Theo Chatzimichos
2013-08-11
1
-1
/
+1
|
*
disable signup tests for now
Theo Chatzimichos
2013-08-11
1
-2
/
+2
|
*
Fix the no database connection test
Theo Chatzimichos
2013-08-11
1
-15
/
+6
|
*
typo
Theo Chatzimichos
2013-08-11
1
-1
/
+1
|
*
Rename the unit test classes, and split them into different modules
Theo Chatzimichos
2013-08-11
4
-27
/
+42
|
*
Convert a bunch of integration to unit tests
Theo Chatzimichos
2013-08-11
2
-42
/
+74
|
*
Move the request/response creation inside tests
Theo Chatzimichos
2013-08-11
1
-12
/
+14
|
*
remove broken tests
Theo Chatzimichos
2013-08-10
1
-6
/
+0
|
*
minor test name improvements
Theo Chatzimichos
2013-08-10
1
-2
/
+2
|
*
split test in two parts
Theo Chatzimichos
2013-08-10
1
-1
/
+6
|
*
Move accounts outside of the class
Theo Chatzimichos
2013-08-10
1
-12
/
+14
|
*
Improve the test that checks if the correct templates are being used
Theo Chatzimichos
2013-08-10
1
-3
/
+3
|
*
Remove useless tests, they are covered by django_auth_ldap testsuite already
Theo Chatzimichos
2013-08-10
1
-20
/
+0
|
*
switch to set_request in the tests
Theo Chatzimichos
2013-08-10
1
-17
/
+6
|
*
Rename common/testcase to common/test_helpers
Theo Chatzimichos
2013-08-10
3
-3
/
+3
*
|
sync tests/settings with settings/
Theo Chatzimichos
2013-08-11
1
-50
/
+50
|
/
*
Sync tests/settings with settings/
Theo Chatzimichos
2013-08-10
1
-32
/
+33
*
Re-use TOTPDevice for handling 'OTP disabled'.
Michał Górny
2013-08-09
1
-1
/
+0
*
Revoke used tokens atomically.
Michał Górny
2013-08-09
1
-0
/
+1
*
Support SOTP recovery keys.
Michał Górny
2013-08-09
1
-0
/
+1
*
Support TOTP with database storage (temporarily).
Michał Górny
2013-08-09
1
-0
/
+1
*
Introduce initial code for two-phase auth support.
Michał Górny
2013-08-09
2
-6
/
+14
*
Catch exception in redirect as pointed out by mgorny at PR #41
Theo Chatzimichos
2013-08-08
1
-1
/
+3
*
Merge branch 'get_ldap_connection'
Theo Chatzimichos
2013-08-08
4
-8
/
+77
|
\
|
*
minor improvement
Theo Chatzimichos
2013-08-08
1
-6
/
+3
|
*
Add get_ldap_connection helper function
Theo Chatzimichos
2013-08-08
2
-0
/
+62
|
*
Add more values in settings for further testing
Theo Chatzimichos
2013-08-08
1
-7
/
+15
|
*
remove only the users from the directory instead of totally emptying it
Theo Chatzimichos
2013-08-08
1
-1
/
+3
[prev]
[next]