aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #102 from dastergon/settings_improvementsHEADmasterPavlos Ratis2013-09-258-70/+296
|\
| * fix more pep8 errorsPavlos Ratis2013-09-252-5/+2
| * support multiple values (+ planet/universe fields)Pavlos Ratis2013-09-255-65/+292
| * check whether user is dev and print related infoPavlos Ratis2013-09-251-0/+2
|/
* Merge pull request #100 from dastergon/gravatarPavlos Ratis2013-09-245-1/+28
|\
| * add Gravatar supportPavlos Ratis2013-09-245-1/+28
|/
* Merge pull request #101 from dastergon/final_fixesPavlos Ratis2013-09-237-13/+26
|\
| * fix pep8 errorsPavlos Ratis2013-09-233-8/+17
| * add ldapdb entry to logging settingsPavlos Ratis2013-09-232-0/+8
| * oopsPavlos Ratis2013-09-231-1/+1
| * remove old email fieldPavlos Ratis2013-09-231-4/+0
|/
* Merge pull request #92 from mgorny/no-django_ldap_authMichał Górny2013-09-228-21/+133
|\
| * Add tests for LDAPAuthBackend.Michał Górny2013-09-221-0/+73
| * Normalize usernames for LDAP.Michał Górny2013-09-221-0/+5
| * Clean up django_auth_ldap leftovers.Michał Górny2013-09-223-11/+2
| * Fix login tests for proper handling of LDAP exceptions.Michał Górny2013-09-221-4/+7
| * Replace django-auth-ldap with ldapdb-based auth backend.Michał Górny2013-09-226-4/+43
| * get_bound_ldapuser(): support custom username.Michał Górny2013-09-221-2/+3
|/
* Merge pull request #99 from dastergon/minor_fixesPavlos Ratis2013-09-213-4/+17
|\
| * convert README from Markdown to ReStructedText + add short descriptionPavlos Ratis2013-09-213-3/+16
| * fix wrong classifierPavlos Ratis2013-09-211-1/+1
|/
* Merge pull request #98 from dastergon/test_updatesPavlos Ratis2013-09-2012-40/+100
|\
| * add tearDownClassPavlos Ratis2013-09-2012-0/+48
| * delete ldapobj after test executionPavlos Ratis2013-09-2012-0/+12
| * s/self.ldapobject/self.ldapobj/gPavlos Ratis2013-09-2012-40/+40
|/
* Merge pull request #97 from dastergon/minor_fix_docsPavlos Ratis2013-09-181-0/+2
|\
| * include docs in MANIFEST.inPavlos Ratis2013-09-181-0/+2
|/
* Merge pull request #96 from tampakrap/setuppyTheo Chatzimichos2013-09-172-7/+3
|\
| * remove dependency_links from setup.pyTheo Chatzimichos2013-09-171-3/+0
| * Minor fixTheo Chatzimichos2013-09-171-3/+2
| * Switch to other ldapdb forkTheo Chatzimichos2013-09-171-1/+1
|/
* Merge pull request #95 from mgorny/clean-ldapdbMichał Górny2013-09-173-2/+37
|\
| * Switch travis to the clean branch.Michał Górny2013-09-171-1/+1
| * Import ACLField from our forked django-ldapdb.Michał Górny2013-09-172-1/+36
|/
* Merge pull request #94 from mgorny/tests-fixMichał Górny2013-09-171-2/+4
|\
| * Require the database cleanup only to remove USER and PASSWORD.Michał Górny2013-09-171-2/+4
|/
* Merge pull request #93 from dastergon/docsPavlos Ratis2013-09-1711-0/+994
|\
| * add documentationPavlos Ratis2013-09-1711-0/+994
|/
* Merge pull request #91 from mgorny/ensure-credentials-cleaned_up-on-exceptionMichał Górny2013-09-122-1/+12
|\
| * Clean up settings.DATABASES when get_bound_ldapuser() fails.Michał Górny2013-09-121-1/+5
| * Tests: check whether failed get_bound_ldapuser() doesn't pollute the db.Michał Górny2013-09-121-0/+7
* | Merge pull request #90 from mgorny/new-bind_as-2Michał Górny2013-09-123-246/+263
|\|
| * Use context managers to clean up settings.DATABASES after binds.Michał Górny2013-09-123-249/+262
| * Use session identifiers for unique LDAP db aliases.Michał Górny2013-09-122-5/+9
|/
* Merge pull request #88 from tampakrap/templatesTheo Chatzimichos2013-09-1010-78/+75
|\
| * Fix the tests about rendered result, they were not properly concatenating str...Theo Chatzimichos2013-09-082-17/+5
| * Identation, whitespace and other cosmetics fixes in templatesTheo Chatzimichos2013-09-088-61/+70
* | Merge pull request #87 from tampakrap/binTheo Chatzimichos2013-09-092-6/+11
|\ \ | |/ |/|
| * Add -v support in runtestsTheo Chatzimichos2013-09-081-2/+3
| * Remove the -s arg, since we always need to define the test settingsTheo Chatzimichos2013-09-081-5/+6