aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add LICENSE, AGPLv3Theo Chatzimichos2011-08-221-0/+661
* identationTheo Chatzimichos2011-08-221-11/+11
* typoTheo Chatzimichos2011-08-221-4/+4
* Add setup.pyTheo Chatzimichos2011-08-221-0/+10
* New Addressbook under account/allTheo Chatzimichos2011-08-223-0/+27
* Merge branch 'ldap'Theo Chatzimichos2011-08-1656-70/+1937
|\
| * In edit account view, bind as the current user and update theTheo Chatzimichos2011-08-161-4/+36
| * Add csrf token in the edit account templateTheo Chatzimichos2011-08-161-1/+1
| * Bind as the current user instead of the admin accountTheo Chatzimichos2011-08-161-4/+3
| * Finally, fix a nasty bug in logout, it now removes the secondaryTheo Chatzimichos2011-07-211-2/+9
| * Exclude the salt from the returned decrypted passwordTheo Chatzimichos2011-07-211-1/+1
| * Improve gitignore to ignore the custom made settings filesTheo Chatzimichos2011-07-211-2/+3
| * Improve login/logout:Theo Chatzimichos2011-07-211-0/+31
| * New lib to cleanup the secondary password from the LDAP serverTheo Chatzimichos2011-07-211-0/+17
| * Add custon widget/field that will print multivalue LDAP attributes asTheo Chatzimichos2011-07-216-8/+53
| * Rename the encryption functions in signup and recover appsTheo Chatzimichos2011-07-212-4/+4
| * Add explicitly the SESSION_ENGINE var to save the session files in theTheo Chatzimichos2011-07-211-0/+2
| * Improve encryption functions:Theo Chatzimichos2011-07-211-6/+15
| * Add another argument in ldap_user_search wrapper for unbindTheo Chatzimichos2011-07-201-2/+3
| * 1) Catch also TypeError for NoneType (empty) objectTheo Chatzimichos2011-07-201-10/+3
| * In ldap_wrapper for user search, set anon=False if an ldap object isTheo Chatzimichos2011-07-201-2/+4
| * Move the ModelForms from models.py to forms.pyTheo Chatzimichos2011-07-192-54/+53
| * New style for settings splitting. User has to specify production||development...Theo Chatzimichos2011-07-125-16/+27
| * Revert "New style for settings splitting. User has to specify"Theo Chatzimichos2011-07-128-47/+22
| * New style for settings splitting. User has to specifyTheo Chatzimichos2011-07-118-22/+47
| * Add important noteTheo Chatzimichos2011-07-051-0/+3
| * New ldap function: ldap_current_user_bind, binds with the credentials ofTheo Chatzimichos2011-07-052-8/+15
| * Remove printsTheo Chatzimichos2011-07-051-2/+0
| * Make base_attr default to settings.LDAP_BASE_ATTR in ldap_bind functionTheo Chatzimichos2011-07-051-1/+1
| * New view, for password editTheo Chatzimichos2011-07-055-2/+66
| * Change LDAP backend once again:Theo Chatzimichos2011-07-051-9/+36
| * Hide objectClass from regular users, add a Privileged form for baseTheo Chatzimichos2011-07-051-5/+16
| * Improve the account view a bitTheo Chatzimichos2011-07-042-11/+16
| * Fix SECURITY ISSUE in LDAP backend. It didn't authenticate properly whenTheo Chatzimichos2011-07-041-7/+6
| * New view recover_password, along with RecoverForm and RecoverMail modelTheo Chatzimichos2011-07-047-14/+111
| * Identation fixesTheo Chatzimichos2011-07-041-4/+4
| * Fix bug in checkConfirmationKey, call the model directly instead ofTheo Chatzimichos2011-07-041-2/+2
| * Small fix to follow checkConfirmationKey's changesTheo Chatzimichos2011-07-041-1/+2
| * New app, recover. It has a simple form, where the user gives hisTheo Chatzimichos2011-07-049-1/+96
| * Small improvement in signup render_to_responseTheo Chatzimichos2011-07-041-2/+2
| * Finish last commit with improvements to verification.pyTheo Chatzimichos2011-07-041-7/+7
| * Small improvement in sendConfirmationEmailTheo Chatzimichos2011-07-041-2/+3
| * Move sendConfirmationEmail and checkConfirmationKey to a new library,Theo Chatzimichos2011-07-043-42/+48
| * Add two more vars in settingsTheo Chatzimichos2011-07-042-0/+16
| * docstringsTheo Chatzimichos2011-07-041-3/+6
| * Improve docstringsTheo Chatzimichos2011-07-031-0/+4
| * Check if the user we are trying to view is validated (check if he has aTheo Chatzimichos2011-07-031-4/+8
| * One LDAP query lessTheo Chatzimichos2011-07-031-2/+5
| * Improve error handling in signup, separate duplicate username fromTheo Chatzimichos2011-07-031-3/+8
| * Improve signup templateTheo Chatzimichos2011-07-031-6/+13