summaryrefslogtreecommitdiffstats
path: root/askbot/models/user.py
Commit message (Expand)AuthorAgeFilesLines
* fix errors caused by user names with unicode dataKP2013-05-221-2/+4
* merged adolfos tag subscriptions featureEvgeny Fadeev2013-01-131-7/+16
* Merge branch 'master' into tag_subscriptionAdolfo Fitoria2013-01-101-9/+10
|\
| * brokenEvgeny Fadeev2013-01-091-10/+11
| * added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* | added testcaseAdolfo Fitoria2013-01-091-2/+4
* | Create, add, delete done.Adolfo Fitoria2013-01-081-0/+44
* | temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-071-5/+19
|/
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-2/+16
* added "vip" option to groupsEvgeny Fadeev2012-10-031-0/+2
* fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-241-0/+7
* changed format of the personal group namesEvgeny Fadeev2012-09-161-1/+1
* factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-0/+18
* group description editing works againEvgeny Fadeev2012-09-141-0/+4
* added model field for the moderated publishing of answersEvgeny Fadeev2012-09-111-2/+8
* group join moderation worksEvgeny Fadeev2012-09-061-9/+11
* a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-0/+8
* users now can ask to join group, but there is no approval process yetEvgeny Fadeev2012-09-041-1/+11
* added the GroupMembership modelEvgeny Fadeev2012-09-031-0/+19
* fixed a bug that broke the group join buttonEvgeny Fadeev2012-09-031-1/+3
* added more changes that should have been included into the previous commitEvgeny Fadeev2012-09-031-9/+16
* added UI to set group openness and prepared ground for "ask to join" functionEvgeny Fadeev2012-09-031-8/+23
* added the openness field to group and migrated data from is_open to opennessEvgeny Fadeev2012-09-021-0/+6
* tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-3/+50
* switched from relations to auth_group to askbot_groupEvgeny Fadeev2012-08-281-1/+0
* removed old askbot group modelsEvgeny Fadeev2012-08-271-38/+0
* broken commit - migration 137 fails!Evgeny Fadeev2012-08-261-1/+37
* Merge branch 'master' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-181-9/+6
|\
| * Added options to restrict email addresses and requirement to validate an emai...Evgeny Fadeev2012-08-121-9/+6
* | made it impossible to leave the "everyone" groupEvgeny Fadeev2012-08-071-0/+5
|/
* merged feature 157 by Paul BackhouseEvgeny Fadeev2012-06-151-0/+1
|\
| * BugfixPaul Backhouse2012-04-301-4/+2
* | intermediate commit, removed two migrations and fixed bugsEvgeny Fadeev2012-05-081-8/+16
* | preapproved emails and email domains work for the groupsEvgeny Fadeev2012-05-081-4/+37
* | moved group wiki to the sidebar and made join/leave group button workEvgeny Fadeev2012-05-051-1/+5
* | started working on allowing people to join some groups without administrators...Evgeny Fadeev2012-05-031-0/+21
* | allowed admins to decide whether to moderate email posted to groupsEvgeny Fadeev2012-05-011-0/+1
* | basic post moderation feature worksEvgeny Fadeev2012-04-071-3/+3
* | group logo can be saved and displayedEvgeny Fadeev2012-03-301-3/+3
* | user group descriptions are editable, but the WMD still does not want to show...Evgeny Fadeev2012-03-271-1/+3
* | broken commit - in the process of creating group page, group description and ...Evgeny Fadeev2012-03-261-0/+9
* | assigning users to groups worksEvgeny Fadeev2012-03-201-2/+2
* | assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-191-0/+13
|/
* BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ...Tomasz Zielinski2011-12-301-1/+1
* BigMigration: prepared models for Question, Answer, Comment models removalTomasz Zielinski2011-12-291-1/+3
* made merge_users command not add multiple email subscription settings of the ...Evgeny Fadeev2011-11-031-0/+4
* kinda fixing inboxAdolfo Fitoria2011-08-081-2/+6
* made user response counts update by actually counting items in the databaseEvgeny Fadeev2011-04-251-2/+1
* removed unused importsEvgeny Fadeev2011-01-091-12/+0
* fixed a bug in the email subscriptions, where users received too many emails ...Evgeny Fadeev2011-01-021-1/+1