mediagoblin.git
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 Ewingadded error handling on bad token, fixed route, and...
2013-05-25 Rodney Ewingadded support for user to change email address
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'
2013-05-21 Rodney Ewingfixed translation, and changed tabs to spaces, and...
2013-05-20 ElrondRefactor submit util new_upload_entry
2013-05-20 Rodney Ewingmodified change_pass tests
2013-05-20 Rodney Ewingmoved change pass to a seperate view and fixed issues 709
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 WandborgOnly calculate aperture if fnumber is provided
2013-05-19 Joar WandborgTake into account incomplete EXIF data
2013-05-19 Joar WandborgFixed EXIF tests
2013-05-19 Gabriel SaldanaModifies EXIF section with Camera Info, display toggle...
2013-05-19 Gabriel SaldanaChanges to display all EXIF information
2013-05-19 Joar WandborgAdded upload processing to the piwigo/addSimple
2013-05-17 Christopher... Just word-wrapping the recent changes to the deployment...
2013-05-17 Christopher... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-17 Christopher... Noting why we don't have an email uniqueness constraint...
2013-05-17 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher... Reverting "Always activate testing in every test module...
2013-05-16 ElrondAlways activate testing using pytest fixture.
2013-05-16 Christopher... Always activate testing in every test module ever.
2013-05-16 Christopher... Fixing bug in dbupdate where it would explode on plugin...
2013-05-15 Christopher... Merge branch '623_context_hooks'
2013-05-15 Christopher... Testing the template_context_prerender hook
2013-05-15 Christopher... Simple tyop, view->test... I was writing too many tests...
2013-05-15 Christopher... Oh right, actually add that hook we just documented...
2013-05-15 Christopher... Hook->hooks since there's more than one of them :)
2013-05-15 Christopher... Adding global context hooks & fixing method names-...
2013-05-14 Christopher... Added documentation on view specific hooks
2013-05-14 Christopher... Normalizing indentation a bit in media.html
2013-05-14 Rodney Ewingfix for bug when comments are disabled, link attribute...
2013-05-14 Christopher... Documenting the test_modify_context and context_modifie...
2013-05-14 Christopher... Fully working context hooks, both template/view and...
2013-05-12 Elrondpiwigo: Start first tests.
2013-05-12 Elrondpiwigo: Fix validator usage.
2013-05-12 Christopher... Merge branch 'master' into 623_context_hooks
2013-05-12 Christopher... Removing reference to nose (thanks for catching, Elrond!)
2013-05-12 Christopher... Tests should no longer use the environment-variable...
next