index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
gmg_commands
/
users.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-18
/
+17
*
Prevent unhandled exception on non-existant user.
Ben Sturmfels
2015-11-05
1
-13
/
+15
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-4
/
+4
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-8
/
+13
*
Return non-zero exit code if the command cannot be completed successfully.
Berker Peksag
2015-07-22
1
-0
/
+6
*
Change all unicode() calls with six.text_type().
Berker Peksag
2015-06-25
1
-1
/
+1
*
Let parser handle typing for deletuser command
Jessica Tallon
2015-01-20
1
-3
/
+3
*
Merge branch 'merge-python3-port'
Christopher Allan Webber
2014-09-22
1
-12
/
+16
|
\
|
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+21
|
|
\
|
*
|
Fix print statements.
Berker Peksag
2014-06-29
1
-6
/
+8
|
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-4
/
+6
*
|
|
Modify deleteuser to fail gracefully
ayleph
2014-09-16
1
-1
/
+1
|
|
/
|
/
|
*
|
This was a very simple update. The gmg command `adduser` was generating an
tilly-Q
2014-07-10
1
-2
/
+2
*
|
#303 : enhancement : add a command to delete users
Loïc Le Ninan
2014-06-11
1
-0
/
+20
|
/
*
This was a quick update, I mostly worked on the transition from using the old
tilly-Q
2013-09-08
1
-2
/
+0
*
This was a big commit! I included lots of documentation below, but generally I
tilly-Q
2013-08-29
1
-1
/
+1
*
This has been an update to clean out the code a little bit. The primary change
tilly-Q
2013-08-13
1
-1
/
+0
*
This commit was the work I did fixing errors that cropped up from the merge.
tilly-Q
2013-07-31
1
-8
/
+12
*
Merge branch 'ticket-679' into OPW-Moderation-Update
tilly-Q
2013-07-29
1
-8
/
+10
|
\
|
*
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-5
/
+7
|
*
moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...
Rodney Ewing
2013-05-24
1
-3
/
+3
*
|
Whew. This is a big update. I did some significant keeping work. I moved all of
tilly-Q
2013-07-17
1
-0
/
+7
*
|
This was a simple commit. I changed all references to Groups into Privileges so
tilly-Q
2013-07-03
1
-0
/
+4
|
/
*
Mongo removal: Remove the validate=True arg to obj.save()
Elrond
2012-12-24
1
-1
/
+1
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Dot-Notation for Users.is_admin
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.status
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.email_verified
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-2
/
+2
*
Dot-Notation for Users.email
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
*
Prompt for arguments in adduser if not present (I created a function in util....
Manuel Urbano Santos
2011-12-03
1
-1
/
+4
*
Change adduser arguments from positional to --keyword style.
Manuel Urbano Santos
2011-12-03
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-4
/
+3
|
\
|
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-4
/
+3
*
|
Make gmg's -cf option a global option
Elrond
2011-10-23
1
-4
/
+0
*
|
Refactor gmg's cf option into a function
Elrond
2011-10-23
1
-9
/
+4
|
/
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Adds license header
Will Kahn-Greene
2011-07-30
1
-0
/
+16
*
Slightly clearer message about email marked as verified w/ adduser gmg command
Christopher Allan Webber
2011-06-22
1
-1
/
+1
*
Setting status to active when adding users with ./bin/gmg adduser
Christopher Allan Webber
2011-06-22
1
-0
/
+1
*
Making arguments positional and removing the "usage" functions
Christopher Allan Webber
2011-06-22
1
-76
/
+41
*
Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373
Alejandro Villanueva
2011-06-22
1
-0
/
+128