Merge branch 'master' into OPW-Moderation-Update
[mediagoblin.git] / mediagoblin / plugins /
2013-08-20 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-16 Rodney Ewingload js at the end of the page
2013-08-16 Rodney Ewinguse urlgen
2013-08-16 Rodney EwingMerge branch 'auth_docs'
2013-08-15 Christopher Allan... Merge branch 'persona_resquash'
2013-08-15 Christopher Allan... Removing the whitespace betwetween action= and its...
2013-08-15 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-08-08 Rodney EwingRevert "slugs are now generated during processing"
2013-08-08 Rodney EwingRevert "Leave slug empty until we are sure media proces...
2013-08-07 Rodney Ewingslugs are now generated during processing
2013-08-07 Rodney EwingLeave slug empty until we are sure media processing...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-29 tilly-QMerge branch 'ticket-679' into OPW-Moderation-Update
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-07-14 xray7224Fixes tests
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-12 Christopher Allan... Merge branch 'rodney757-media_plugins'
2013-07-11 Rodney Ewingupdated to new render_divs macro
2013-07-11 Jakob Krameradd login option: stay_logged_in
2013-07-11 xray7224Moves json_response into tools/json.py
2013-07-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-07-10 Christopher Allan... Merge branch 'release-0.4.1'
2013-07-10 Rodney Ewingneed to use .get('messages') to not get a keyerror
2013-07-10 Rodney Ewingonly check password if there is a store_hash
2013-07-09 Rodney Ewingtypo
2013-07-09 Rodney Ewingadded docs for the persona plugin
2013-07-09 Rodney Ewingadded basic_auth and openid docs to index and link...
2013-07-09 Rodney Ewingadded openid docs
2013-07-09 Rodney Ewingbasic_auth documentation
2013-07-03 Rodney Ewingmade it so that the create account button works with...
2013-07-03 Rodney Ewingmoved persona template stuff to use template_hooks
2013-07-03 Rodney Ewingmerge --squash persona branch to take care of a false...
2013-07-03 Christopher Allan... Merge remote-tracking branch 'remotes/lotusecho/trac_71...
2013-07-03 Rodney Ewingchanged hook name to reuse with persona
2013-07-03 Rodney Ewinguse template hooks instead of hardcoding in templates
2013-07-03 Rodney Ewingforgot to pass request.form into LoginForm class
2013-07-03 Rodney Ewingtypo
2013-07-03 Rodney Ewingfixed openid store cleanupAssociations
2013-07-03 Rodney Ewingremoved openid/lib, since the get forms functions were...
2013-07-03 Rodney Ewingmerge --squash openid branch to take care of a false...
2013-07-03 Christopher Allan... fixing the config section we pull things out of for...
2013-06-25 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-06-21 Rodney Ewingchanges after cwebb's review
2013-06-03 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-30 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingmodified get_user function to take kwargs instead of...
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingno need for check_login with the new check_login_simple...
2013-05-27 Rodney Ewingrenamed lib to tools
2013-05-27 Rodney Ewingcleanup after merge
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-25 Rodney Ewingcreated a check_login_simple function
2013-05-25 Rodney Ewingmoving forgot_password views back to gmg/auth and cleanup
2013-05-24 Rodney Ewingadded gen_password_hash and check_password functions...
2013-05-24 Rodney Ewingmodified basic_auth.check_login to check that the user...
2013-05-24 Rodney Ewingchanged occurances of form.data['whatever'] to form...
2013-05-24 Rodney Ewingcheck if password field present in basic_auth create_user
2013-05-24 Rodney EwingModified basic_auth plugin to work with modified auth...
2013-05-24 Rodney Ewingremoved check_login from db mixin
2013-05-24 Rodney Ewingadded Copyright header to basic_auth/forms.py
2013-05-24 Rodney Ewingmoved fake_login_attempt to plugins
2013-05-24 Rodney Ewingrenamed hook as to no conflict with existing hook names
2013-05-24 Rodney Ewingrenamed basic_auth/tools to basic_auth/lib
2013-05-24 Rodney Ewingmodified check_login function to return None instead...
2013-05-24 Rodney Ewingmoved bcrypt_gen_password_hash to basic_auth/tools...
2013-05-24 Rodney Ewingmoved bcrypt_check_password to basic_auth/tools from...
2013-05-24 Rodney Ewingadd a check for authentication plugin on startup and...
2013-05-24 Rodney Ewingmoved normalize_user_or_email_field to auth/tools.py...
2013-05-24 Rodney Ewingmoved forgot pw views to basic_auth plugin
2013-05-24 Rodney Ewingadded login.html template hook and basic_auth login...
2013-05-24 Rodney Ewingbasic_auth v0 plugin working
2013-05-21 Mats SjöbergPiwigo minor fix in categories_getList.
2013-05-21 Mats SjöbergPiwigo: some sanity checks before adding to collection...
2013-05-21 Mats SjöbergPiwigo: return collections list only to logged in users.
2013-05-21 Mats SjöbergRudimentary collections support for piwigo plugin.
2013-05-21 Mats SjöbergFixed minor typo in piwigo logging.
2013-05-21 ElrondMerge remote-tracking branch 'rodney757/change_pass'
2013-05-20 ElrondRefactor submit util new_upload_entry
2013-05-20 Elrondpiwigo: Return proper error for wrong user/password.
2013-05-20 Elrondpiwigo: Add PwgError class.
2013-05-20 ElrondA bit of pep8 and small typo fix.
2013-05-19 Joar WandborgAdded upload processing to the piwigo/addSimple
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-15 Christopher Allan... Merge branch '623_context_hooks'
2013-05-12 Elrondpiwigo: Fix validator usage.
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-11 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-08 Elrondpiwigo: Better logging for login.
2013-05-08 Elrondpiwigo: Let getStatus return the current user.
next