summaryrefslogtreecommitdiffstats
path: root/askbot/deps
Commit message (Expand)AuthorAgeFilesLines
...
* | made the badges feature optional and implemented private mode for the karmaEvgeny Fadeev2012-03-281-0/+6
|/
* merged the LDAP login contribution by user monkutEvgeny Fadeev2012-03-112-35/+103
|\
| * Merge remote-tracking branch 'askbot/master'unknown2012-01-311-0/+7
| |\
| * | added ldap_authentication() function into backends.py. Reads in newly added ...unknown2012-01-252-35/+103
* | | made "bare" english django.po fileEvgeny Fadeev2012-02-251-1/+1
| |/ |/|
* | Upgraded migrations to make them work for MySQL+InnoDB - BETA versionTomasz Zielinski2012-01-261-0/+7
|/
* merged the master branchEvgeny Fadeev2012-01-162-21/+48
|\
| * made email recovery link work when askbot is deployed on subdirectoryEvgeny Fadeev2012-01-121-1/+4
| * fixed facebook loginEvgeny Fadeev2012-01-111-20/+44
* | Initial refactor to remove SearchState from the sessionTomasz Zielinski2012-01-111-14/+4
|/
* allowed changing of file storage backend from settings.py fileEvgeny Fadeev2012-01-081-5/+12
* replaced ASKBOT_UPLOADED_FILES_URL with django setting MEDIA_URLEvgeny Fadeev2012-01-081-1/+4
* replaced ASKBOT_FILE_UPLOAD_DIR setting with MEDIA_ROOTEvgeny Fadeev2012-01-071-1/+5
* made facebook login method deletable again and fixed a wrong translation stri...Evgeny Fadeev2011-12-101-2/+0
* added support for LOGIN_REDIRECT_URL to django_authopenid submoduleEvgeny Fadeev2011-11-251-1/+7
* closed issue 130 - organize live settings into groupsEvgeny Fadeev2011-10-194-18/+56
* added a fix for problem described at http://askbot.org/en/question/656/keyerr...Evgeny Fadeev2011-10-011-7/+17
* fixed o ptyoEvgeny Fadeev2011-09-091-1/+1
* allowed using email address to log inEvgeny Fadeev2011-09-061-1/+15
* removed favorite count from the question summary and made small change to pas...Evgeny Fadeev2011-08-281-0/+2
* making wordpress login work, adding it's documentation to optionalAdolfo Fitoria2011-08-194-2/+53
* adding self hosted wordpress blog as a login providerAdolfo Fitoria2011-08-181-1/+9
* facebook login works againAdolfo Fitoria2011-08-151-7/+7
* some cleanup of filesEvgeny Fadeev2011-08-031-0/+0
* Merge branch 'remove-recaptcha-module'Evgeny Fadeev2011-07-3114-314/+4
|\
| * django-recaptcha-works module works indeed, also added a simple framework to ...Evgeny Fadeev2011-07-311-0/+2
| * changed to using django-recaptcha-works moduleEvgeny Fadeev2011-07-311-2/+2
| * removed recaptcha_django module from bundled dependencies, now need to get th...Evgeny Fadeev2011-07-271-1/+1
| * removed recaptcha django module from the depsEvgeny Fadeev2011-07-2612-312/+0
* | Merge branch 'rtnpro'Evgeny Fadeev2011-07-301-0/+23
|\ \
| * | Added Identi.ca oauth signin method in askbotRatnadeep Debnath2011-07-301-0/+23
* | | fixed uploading of favicons: allowed only extension of type .ico and allowed ...Evgeny Fadeev2011-07-281-3/+9
| |/ |/|
* | removed askbot settings from recaptcha django, maybe will package it laterEvgeny Fadeev2011-07-242-3/+14
* | fixed a doc string in the askbot.deps moduleEvgeny Fadeev2011-07-241-5/+0
* | removed the bundled copy of python openid libraryEvgeny Fadeev2011-07-24127-27253/+10
* | disabled facebook in edit login methodsEvgeny Fadeev2011-07-231-0/+2
|/
* removed the unused grapefruit moduleEvgeny Fadeev2011-07-211-1973/+0
* added csrf token to the group settings formEvgeny Fadeev2011-07-111-1/+1
* added possibility to create custom login modulesEvgeny Fadeev2011-06-263-5/+187
* almost finished support of other login apps to be used with askbotEvgeny Fadeev2011-06-052-7/+1
* moved logout.html temlpate to django_authopenid app and made an openid-relate...Evgeny Fadeev2011-06-023-0/+17
* added possibility to disable login method management by the users in the user...Evgeny Fadeev2011-06-011-0/+6
* added "allow account recovery by email" setting and incremented versionEvgeny Fadeev2011-05-121-0/+2
* fixed a bug preventing password login when all "social" login providers are d...Evgeny Fadeev2011-05-114-28/+67
* Merge branch 'bearstech'Evgeny Fadeev2011-04-191-1/+1
|\
| * The sreg requested is "nickname" not usernameCharpentier Johan2011-04-191-1/+1
* | added csrf tokens to all post formsEvgeny Fadeev2011-04-191-0/+6
|/
* handle ldap auth failurejeffmad2011-04-121-0/+2
* fixed a bug on account recovery by emailEvgeny Fadeev2011-04-111-2/+3
* temporarily disabled facebook login and commented the parameters for OAuth pr...Evgeny Fadeev2011-04-111-12/+37