summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing wordMartin Geisler2014-06-251-1/+1
* allow bulk deletion of content by user upon blockingEvgeny Fadeev2014-06-207-5/+75
* updated the contributors fileEvgeny Fadeev2014-06-151-0/+1
* a minor fix in the settings templatesEvgeny Fadeev2014-06-152-4/+0
* Merge pull request #156 from dmzio/corrsettingsEvgeny Fadeev2014-06-152-4/+8
|\
| * fixes #155zio2013-08-192-4/+8
* | Merge pull request #160 from powlo/fix_delete_unused_tagsEvgeny Fadeev2014-06-152-2/+18
|\ \
| * | Remove manual transactions when deleting tags.Paul Backhouse2013-08-232-2/+18
* | | changed single quotes to double in js trans stringsEvgeny Fadeev2014-06-151-4/+4
* | | Merge pull request #181 from harobed/addadmin-noinput-optionEvgeny Fadeev2014-06-151-1/+11
|\ \ \
| * | | Append help msg + noinput option to add_admin management commandStéphane Klein2013-10-121-1/+11
* | | | removed unused importEvgeny Fadeev2014-06-151-2/+1
* | | | Merge pull request #215 from keto/fix-prefork-modeEvgeny Fadeev2014-06-151-0/+4
|\ \ \ \
| * | | | Close cache after startup proceduresPami Ketolainen2014-03-171-1/+3
| * | | | Fix database connection issues in prefork mode.Pami Ketolainen2014-03-171-0/+2
* | | | | merged keto's work on better handler500Evgeny Fadeev2014-06-153-4/+24
|\ \ \ \ \
| * | | | | Fix 500 template processing errorPami Ketolainen2014-03-183-2/+12
| |/ / / /
* | | | | added validation to custom logo destination urlEvgeny Fadeev2014-06-154-4/+26
* | | | | Merge pull request #238 from hackingspirit/custom_logo_url_destinationEvgeny Fadeev2014-06-154-3/+14
|\ \ \ \ \
| * | | | | Allow customization of the destional URL for the logo imageZhenlei Cai2014-05-034-3/+14
* | | | | | Added option to allow asking without registrationEvgeny Fadeev2014-06-149-19/+46
|\ \ \ \ \ \
| * | | | | | Added support for directly posting as anonymous with recaptchaEgil Moeller2014-02-144-10/+35
* | | | | | | added Andrew Chen to the contribs listEvgeny Fadeev2014-06-141-0/+1
* | | | | | | Merge pull request #206 from yongjhih/fbEvgeny Fadeev2014-06-141-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Oauth2: Facebook: Fix email not foundAndrew Chen2014-02-061-2/+3
* | | | | | | | Merge pull request #250 from BenjaminABEL/masterEvgeny Fadeev2014-06-1411-32/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix deprecation warning in HttpResponseBenjamin ABEL2014-06-138-29/+29
| * | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develBenjamin ABEL2014-06-1346-193/+261
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | small changes in the group messaging jsEvgeny Fadeev2014-06-131-2/+2
* | | | | | | | | put email footer two paragraphs into oneEvgeny Fadeev2014-06-111-2/+1
* | | | | | | | | hopefully fixed issue with the deletion of the login method under httpsEvgeny Fadeev2014-06-102-2/+2
* | | | | | | | | fixes broken subscribed tags editor on the user profile subscriptions tab and...Evgeny Fadeev2014-06-0415-83/+95
* | | | | | | | | removed unnecessary class from signup buttonEvgeny Fadeev2014-06-041-1/+0
* | | | | | | | | added remote ip fixer middlewareEvgeny Fadeev2014-06-021-0/+21
* | | | | | | | | fixed captcha issue when posting questionEvgeny Fadeev2014-05-291-2/+2
* | | | | | | | | added recaptcha remote ip decorators to the recaptcha protected viewsEvgeny Fadeev2014-05-292-0/+6
* | | | | | | | | removed/disabled checking of avatar type synchronously as there were timeouts...Evgeny Fadeev2014-05-297-46/+9
* | | | | | | | | recaptcha seems to workEvgeny Fadeev2014-05-288-13/+16
* | | | | | | | | added recaptcha on posts + first pass on watched user statusEvgeny Fadeev2014-05-2819-58/+100
* | | | | | | | | added recaptcha to the openid registration formEvgeny Fadeev2014-05-272-1/+24
| * | | | | | | | Updated requirements of django-celery to >=3.0.11Benjamin ABEL2014-05-153-3/+3
|/ / / / / / / /
* | | | | | | | allowed use of custom csrf cookie name in jsEvgeny Fadeev2014-05-152-13/+17
* | | | | | | | Merge pull request #217 from keto/protect-convert-viewsEvgeny Fadeev2014-05-146-6/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | Add CSRF token in comments loaded via JavascriptPami Ketolainen2014-03-261-0/+19
| * | | | | | | | Require loggedin user on answer/comment convertPami Ketolainen2014-03-181-0/+10
| * | | | | | | | Check that user can convert comments or answersPami Ketolainen2014-03-182-2/+22
| * | | | | | | | Add CSRF protection to comment_to_answer viewPami Ketolainen2014-03-184-4/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | fixed change of language on whole thread when editing questionEvgeny Fadeev2014-05-137-13/+84
* | | | | | | | fixed a bug when question is posted with manually selected languageEvgeny Fadeev2014-05-124-12/+28
* | | | | | | | added language code to tag synonym modelEvgeny Fadeev2014-05-128-15/+482