Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wtforms.fields.TextField was deprecated | Jakob Kramer | 2015-03-12 | 1 | -2/+2 |
* | Merge branch 'master' into merge-python3-port | Christopher Allan Webber | 2014-09-16 | 1 | -4/+4 |
|\ | |||||
| * | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep... | Loïc Le Ninan | 2014-06-13 | 1 | -4/+4 |
* | | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 1 | -1/+4 |
* | | Use six.iteritems() instead of dict.iteritems(). | Berker Peksag | 2014-05-26 | 1 | -1/+3 |
|/ | |||||
* | LDAP readme link | Christopher Allan Webber | 2013-11-30 | 1 | -0/+15 |
* | catch a keyerror | Rodney Ewing | 2013-08-15 | 1 | -5/+5 |
* | typo in docs | Rodney Ewing | 2013-08-15 | 1 | -3/+3 |
* | added docs for ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -0/+49 |
* | use pluginapi.get_config | Rodney Ewing | 2013-08-15 | 1 | -2/+2 |
* | removed unused import | Rodney Ewing | 2013-08-15 | 1 | -1/+0 |
* | added a create_account hook | Rodney Ewing | 2013-08-15 | 2 | -0/+33 |
* | only create a user if the register_form is from the ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -1/+2 |
* | - fixed typo with unbinding code | Rodney Ewing | 2013-08-15 | 2 | -6/+21 |
* | - changed host and port to just a server uri | Rodney Ewing | 2013-08-15 | 1 | -4/+11 |
* | ldap uses it own views | Rodney Ewing | 2013-08-15 | 4 | -47/+119 |
* | starting ldap plugin | Rodney Ewing | 2013-08-15 | 3 | -0/+166 |