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
Commit message (
Expand
)
Author
Age
Files
Lines
*
moving forgot_password views back to gmg/auth and cleanup
Rodney Ewing
2013-05-24
15
-477
/
+144
*
fixed failing tests after rebase
Rodney Ewing
2013-05-24
5
-19
/
+18
*
added gen_password_hash and check_password functions to auth/__init__
Rodney Ewing
2013-05-24
3
-3
/
+13
*
added focus to form input
Rodney Ewing
2013-05-24
5
-4
/
+13
*
modified basic_auth.check_login to check that the user has a pw_hash first
Rodney Ewing
2013-05-24
1
-3
/
+4
*
changed occurances of form.data['whatever'] to form.whatever.data
Rodney Ewing
2013-05-24
2
-11
/
+12
*
check if password field present in basic_auth create_user
Rodney Ewing
2013-05-24
1
-1
/
+1
*
added a register_user function to be able to use in a plugin's register view,...
Rodney Ewing
2013-05-24
2
-28
/
+47
*
Modified basic_auth plugin to work with modified auth plugin hooks. Added con...
Rodney Ewing
2013-05-24
2
-32
/
+27
*
modified auth/__init__ hooks to work better with multiple plugins. Removed au...
Rodney Ewing
2013-05-24
3
-96
/
+74
*
removed check_login from db mixin
Rodney Ewing
2013-05-24
3
-9
/
+4
*
added Copyright header to basic_auth/forms.py
Rodney Ewing
2013-05-24
1
-0
/
+15
*
moved fake_login_attempt to plugins
Rodney Ewing
2013-05-24
6
-27
/
+166
*
log a previously logged in user when switched to no_auth mode
Rodney Ewing
2013-05-24
2
-1
/
+10
*
made basic_auth a default plugin
Rodney Ewing
2013-05-24
1
-0
/
+1
*
added tests for no_auth feature
Rodney Ewing
2013-05-24
6
-4
/
+138
*
changed from sys.exit() to raise AuthError for handling no_auth=false in conf...
Rodney Ewing
2013-05-24
1
-4
/
+10
*
existing test all passing now
Rodney Ewing
2013-05-24
3
-121
/
+194
*
modified test .ini files and changed tests to use basic_auth bcrypt
Rodney Ewing
2013-05-24
5
-3
/
+11
*
renamed hook as to no conflict with existing hook names
Rodney Ewing
2013-05-24
2
-2
/
+2
*
renamed basic_auth/tools to basic_auth/lib
Rodney Ewing
2013-05-24
2
-4
/
+103
*
modified check_login function to return None instead of False to be able to h...
Rodney Ewing
2013-05-24
2
-2
/
+8
*
moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...
Rodney Ewing
2013-05-24
5
-22
/
+13
*
moved bcrypt_check_password to basic_auth/tools from auth/lib
Rodney Ewing
2013-05-24
6
-40
/
+9
*
add a check for authentication plugin on startup and respond according to no_...
Rodney Ewing
2013-05-24
9
-19
/
+70
*
changed User model pw_hash field to nullable and added migrations
Rodney Ewing
2013-05-24
2
-1
/
+10
*
moved normalize_user_or_email_field to auth/tools.py from auth/forms.py
Rodney Ewing
2013-05-24
1
-1
/
+1
*
moved forgot pw views to basic_auth plugin
Rodney Ewing
2013-05-24
9
-152
/
+272
*
added login.html template hook and basic_auth login template
Rodney Ewing
2013-05-24
1
-3
/
+0
*
reset mediagoblin.ini
Rodney Ewing
2013-05-24
1
-1
/
+0
*
basic_auth v0 plugin working
Rodney Ewing
2013-05-24
6
-58
/
+162
*
No more of this find_packages nonsense.
Christopher Allan Webber
2013-05-24
1
-2
/
+2
*
Improved docs
Joar Wandborg
2013-05-24
1
-25
/
+39
*
moved normalize_user_or_email_field to auth/tools.py from auth/forms.py
Rodney Ewing
2013-05-23
2
-27
/
+51
*
Moving statcdirect automodule doc reference to autoclass per Elrond's suggest...
Christopher Allan Webber
2013-05-23
1
-2
/
+1
*
Cleaned up EXIF view
Joar Wandborg
2013-05-23
3
-57
/
+53
*
Documentation changes to reflect new plugin assetlink stuff
Christopher Allan Webber
2013-05-23
4
-4
/
+24
*
Full unit test for the plugin assetlink command.
Christopher Allan Webber
2013-05-23
1
-1
/
+73
*
Cleaning a bit: os.path.sep.join -> os.path.join
Christopher Allan Webber
2013-05-23
1
-2
/
+2
*
docstring update: link theme... and plugins!
Christopher Allan Webber
2013-05-23
1
-1
/
+1
*
Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ...
Christopher Allan Webber
2013-05-23
2
-52
/
+29
*
test_plugin_staticdirect now works and passes.
Christopher Allan Webber
2013-05-23
2
-1
/
+35
*
Simple "staticstuff" plugin for writing unit tests on plugin static asset lin...
Christopher Allan Webber
2013-05-23
4
-0
/
+94
*
Various fixes to plugin assetlinking command.
Christopher Allan Webber
2013-05-23
2
-7
/
+7
*
Moving test_user_dev->user_dev in plugin app configs & adding plugin static s...
Christopher Allan Webber
2013-05-23
5
-26
/
+25
*
Document assetlink and staticdirect usage for plugins.
Christopher Allan Webber
2013-05-23
1
-0
/
+31
*
Oh right, actually mount /plugin_static/ :)
Christopher Allan Webber
2013-05-23
1
-0
/
+1
*
Work towards getting plugin static linking/serving to work
Christopher Allan Webber
2013-05-23
4
-8
/
+73
*
Start of ability to have plugins provide static resources!
Christopher Allan Webber
2013-05-23
3
-0
/
+64
*
Move "bits" templates with dashes in them to underscores
Christopher Allan Webber
2013-05-22
5
-3
/
+19
[next]