aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/users.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-18/+17
* Prevent unhandled exception on non-existant user.Ben Sturmfels2015-11-051-13/+15
* Fix some unit tests and bugsJessica Tallon2015-08-241-4/+4
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-8/+13
* Return non-zero exit code if the command cannot be completed successfully.Berker Peksag2015-07-221-0/+6
* Change all unicode() calls with six.text_type().Berker Peksag2015-06-251-1/+1
* Let parser handle typing for deletuser commandJessica Tallon2015-01-201-3/+3
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-12/+16
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+21
| |\
| * | Fix print statements.Berker Peksag2014-06-291-6/+8
| * | Use six.text_type instead of unicode().Berker Peksag2014-06-021-4/+6
* | | Modify deleteuser to fail gracefullyayleph2014-09-161-1/+1
| |/ |/|
* | This was a very simple update. The gmg command `adduser` was generating antilly-Q2014-07-101-2/+2
* | #303 : enhancement : add a command to delete usersLoïc Le Ninan2014-06-111-0/+20
|/
* This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-2/+0
* This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-1/+1
* This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+0
* This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-311-8/+12
* Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-8/+10
|\
| * Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-5/+7
| * moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...Rodney Ewing2013-05-241-3/+3
* | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+7
* | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-0/+4
|/
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Dot-Notation for Users.is_adminElrond2011-12-051-1/+1
* Dot-Notation for Users.statusElrond2011-12-051-1/+1
* Dot-Notation for Users.email_verifiedElrond2011-12-051-1/+1
* Dot-Notation for Users.pw_hashElrond2011-12-051-2/+2
* Dot-Notation for Users.emailElrond2011-12-051-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-1/+1
* Prompt for arguments in adduser if not present (I created a function in util....Manuel Urbano Santos2011-12-031-1/+4
* Change adduser arguments from positional to --keyword style.Manuel Urbano Santos2011-12-031-5/+5
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-4/+3
|\
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-4/+3
* | Make gmg's -cf option a global optionElrond2011-10-231-4/+0
* | Refactor gmg's cf option into a functionElrond2011-10-231-9/+4
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Adds license headerWill Kahn-Greene2011-07-301-0/+16
* Slightly clearer message about email marked as verified w/ adduser gmg commandChristopher Allan Webber2011-06-221-1/+1
* Setting status to active when adding users with ./bin/gmg adduserChristopher Allan Webber2011-06-221-0/+1
* Making arguments positional and removing the "usage" functionsChristopher Allan Webber2011-06-221-76/+41
* Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373Alejandro Villanueva2011-06-221-0/+128