summaryrefslogtreecommitdiffstats
path: root/askbot/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed reputation bug on flagging postsEvgeny Fadeev2013-01-231-1/+1
|
* fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-021-5/+5
|
* fixed a bug where reputation loss for dowvoting and receiving the downvote ↵Evgeny Fadeev2012-05-201-4/+6
| | | | were swapped, spotted by zaf
* removed empty box on the registration page when login buttons are disabledEvgeny Fadeev2012-04-151-16/+26
|
* BigMigration: Restoring functionalityTomasz Zielinski2011-12-301-28/+19
|
* BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ↵Tomasz Zielinski2011-12-301-1/+1
| | | | of the codebase to make `questions()` and `question()` views roughly work
* Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2011-12-041-2/+87
|\ | | | | | | | | | | | | | | Conflicts: askbot/skins/old/templates/macros.html askbot/skins/old/templates/question.html askbot/skins/old/templates/reopen.html askbot/skins/old/templates/user_profile/user_stats.html
| * Added - ability to remove own flags to questions and answersDejan Noveski2011-12-041-2/+87
| |
* | Tickets 104, 107: transplant of accepted* fieldsTomasz Zielinski2011-12-041-10/+2
|/
* added answer own question limitations and accept own answer capability.NoahY2011-07-121-12/+12
|
* added offensive_flag_count to Comment model and made sure that comment votes ↵Evgeny Fadeev2011-06-191-16/+39
| | | | and flags are read by the stackexchange importer
* finished the anonymous posting feature on the first passEvgeny Fadeev2011-02-141-4/+4
|
* some refactoring and removal of dead codeEvgeny Fadeev2011-01-101-65/+31
|
* removed unused importsEvgeny Fadeev2011-01-091-4/+0
|
* half of the badges are redoneEvgeny Fadeev2010-12-031-3/+0
|
* removed the FlaggedItem model completelyEvgeny Fadeev2010-11-081-7/+5
|
* changed Activity model to prepare for some feature changes, bug fix in post ↵Evgeny Fadeev2010-11-041-5/+6
| | | | flagging
* candidate for version 0.6.7 readyEvgeny Fadeev2010-08-141-4/+0
|
* improved error messages and made question restore workEvgeny Fadeev2010-08-101-79/+0
|
* editing and retagging is under moderation rulesEvgeny Fadeev2010-08-091-38/+0
|
* put reopening questions under moderation rulesEvgeny Fadeev2010-08-071-9/+0
|
* moderation rules apply to post deletion, added new boolean setting to always ↵Evgeny Fadeev2010-08-071-5/+3
| | | | show all UI functions
* moderation rules apply to closing questionsEvgeny Fadeev2010-08-041-6/+0
|
* moderation rules apply to posting comments, fixed login prompt linksEvgeny Fadeev2010-08-031-31/+4
|
* added permission tests for voting, split tests.py into several filesEvgeny Fadeev2010-07-311-41/+6
|
* applied permissions to file uploadEvgeny Fadeev2010-07-281-14/+0
|
* fixed a small bugEvgeny Fadeev2010-07-171-7/+22
|
* started working on user moderationEvgeny Fadeev2010-07-151-3/+0
|
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-0/+550