mediagoblin.git
2013-05-30 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-30 Christopher... Commenting out the max-height restriction on thumbnails.
2013-05-29 Christopher... Explained more clearly why it's okay for interface...
2013-05-29 Christopher... Provide a tip on how to do interfaces via our plugin...
2013-05-29 Christopher... Actually use the right underlining for the wtforms...
2013-05-29 Christopher... Additional hook tips! Documentation on how to modify...
2013-05-29 Christopher... Where do you find hooks? How do you add them? An...
2013-05-29 Christopher... Actually link to the release notes when we say "see...
2013-05-29 Christopher... Link to the plugin api stuff and the database plugin...
2013-05-28 Christopher... The pdf.js iframe view is awesome so I'm making it...
2013-05-28 Christopher... Fixing bug where non-image types might break if app_con...
2013-05-28 Rodney Ewingremoved extra argument from check_login_simple in login...
2013-05-28 Rodney Ewingcleanup
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-28 Rodney Ewingcleanup
2013-05-28 Rodney EwingConflicts:
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingremoved unused import
2013-05-27 Christopher... Committing extracted and compiled translations
2013-05-27 Rodney Ewingmodified get_user function to take kwargs instead of...
2013-05-27 Rodney Ewingno need for user might be email kwarg in check_login_simple
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-27 Rodney Ewingmoved fp_verification_email to auth/tools
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingremoved unused import
2013-05-27 Rodney Ewingchanged User model pw_hash field to nullable and added...
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-26 ElrondExtract footer into bits/base_footer.html.
2013-05-25 Rodney Ewingcreated a check_login_simple function
2013-05-25 Rodney Ewingadded a register_user function
2013-05-25 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-25 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-25 Rodney Ewingremoved unused import
2013-05-25 Rodney Ewingchanged User model pw_hash field to nullable and added...
2013-05-25 Rodney Ewingmoving forgot_password views back to gmg/auth and cleanup
2013-05-24 Rodney Ewingfixed failing tests after rebase
2013-05-24 Rodney Ewingadded gen_password_hash and check_password functions...
2013-05-24 Rodney Ewingadded focus to form input
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 Ewingadded a register_user function to be able to use in...
2013-05-24 Rodney EwingModified basic_auth plugin to work with modified auth...
2013-05-24 Rodney Ewingmodified auth/__init__ hooks to work better with multip...
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 Ewinglog a previously logged in user when switched to no_aut...
2013-05-24 Rodney Ewingmade basic_auth a default plugin
2013-05-24 Rodney Ewingadded tests for no_auth feature
2013-05-24 Rodney Ewingchanged from sys.exit() to raise AuthError for handling...
2013-05-24 Rodney Ewingexisting test all passing now
2013-05-24 Rodney Ewingmodified test .ini files and changed tests to use basic...
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 Ewingchanged User model pw_hash field to nullable and added...
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 Ewingreset mediagoblin.ini
2013-05-24 Rodney Ewingbasic_auth v0 plugin working
2013-05-24 Christopher... No more of this find_packages nonsense.
2013-05-24 Joar WandborgImproved docs
2013-05-23 Rodney Ewingmoved normalize_user_or_email_field to auth/tools.py...
2013-05-23 Christopher... Moving statcdirect automodule doc reference to autoclas...
2013-05-23 Joar WandborgCleaned up EXIF view
2013-05-23 Christopher... Documentation changes to reflect new plugin assetlink...
2013-05-23 Christopher... Full unit test for the plugin assetlink command.
2013-05-23 Christopher... Cleaning a bit: os.path.sep.join -> os.path.join
2013-05-23 Christopher... docstring update: link theme... and plugins!
2013-05-23 Christopher... Generalize "gmg theme assetlink" -> "gmg assetlink...
2013-05-23 Christopher... test_plugin_staticdirect now works and passes.
2013-05-23 Christopher... Simple "staticstuff" plugin for writing unit tests...
2013-05-23 Christopher... Various fixes to plugin assetlinking command.
2013-05-23 Christopher... Moving test_user_dev->user_dev in plugin app configs...
2013-05-23 Christopher... Document assetlink and staticdirect usage for plugins.
2013-05-23 Christopher... Oh right, actually mount /plugin_static/ :)
2013-05-23 Christopher... Work towards getting plugin static linking/serving...
2013-05-23 Christopher... Start of ability to have plugins provide static resources!
2013-05-22 Christopher... Move "bits" templates with dashes in them to underscores
2013-05-22 Christopher... Moved frontpage "welcome" stuff into its own bits file.
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'
next