xray7224 [Mon, 29 Jul 2013 16:28:50 +0000 (17:28 +0100)]
Fix problem with routing to oauth
xray7224 [Mon, 29 Jul 2013 16:25:10 +0000 (17:25 +0100)]
Fixes problem with headers pointing to old federation dir
xray7224 [Mon, 22 Jul 2013 16:06:00 +0000 (17:06 +0100)]
Renames OAuth1 code to federation
xray7224 [Mon, 22 Jul 2013 15:56:22 +0000 (16:56 +0100)]
Refactor WTFormData
Jessica Tallon [Mon, 22 Jul 2013 16:17:01 +0000 (17:17 +0100)]
Fix problem with migration - OAuth
Jessica Tallon [Sat, 20 Jul 2013 18:08:02 +0000 (19:08 +0100)]
Fixes some typo's and removes unused imports
xray7224 [Thu, 18 Jul 2013 19:39:15 +0000 (20:39 +0100)]
Moves first versions of the the models to migrations
xray7224 [Thu, 18 Jul 2013 19:21:35 +0000 (20:21 +0100)]
Adds migration for OAuth1 tables
xray7224 [Thu, 18 Jul 2013 18:15:05 +0000 (19:15 +0100)]
Adds test for request_tokens
xray7224 [Tue, 16 Jul 2013 18:19:49 +0000 (19:19 +0100)]
Adds some tests for the OAuth and some docs
xray7224 [Sun, 14 Jul 2013 18:00:52 +0000 (19:00 +0100)]
Fixes tests
xray7224 [Sun, 14 Jul 2013 16:31:03 +0000 (17:31 +0100)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Christopher Allan Webber [Sun, 14 Jul 2013 16:23:52 +0000 (11:23 -0500)]
Skip the openid tests if the openid module is not installed.
This commit sponsored by Brandon Smith. Thank you!
xray7224 [Sun, 14 Jul 2013 15:24:04 +0000 (16:24 +0100)]
Using nonce now, preventing OAuth replay attacks
xray7224 [Sun, 14 Jul 2013 14:27:52 +0000 (15:27 +0100)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Christopher Allan Webber [Fri, 12 Jul 2013 22:13:48 +0000 (17:13 -0500)]
Documenting the media_manager fetching hook
This commit sponsored by Christian Corrodi. Thank you!
Christopher Allan Webber [Fri, 12 Jul 2013 22:04:08 +0000 (17:04 -0500)]
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
By switching this to a tuple that includes the media type in the key
itself, this requires iteration and execution of functions that
"check" that they are the right type.
This commit sponsored by Greg Grossmeier. Thanks buddy! :)
Rodney Ewing [Fri, 12 Jul 2013 18:57:16 +0000 (11:57 -0700)]
documenting the new media_type plugins and available hooks
Christopher Allan Webber [Fri, 12 Jul 2013 21:24:36 +0000 (16:24 -0500)]
Merge branch 'rodney757-media_plugins'
Conflicts:
mediagoblin.ini
mediagoblin/tests/test_mgoblin_app.ini
Christopher Allan Webber [Fri, 12 Jul 2013 20:52:20 +0000 (15:52 -0500)]
Fix the last bit preventing all the unit tests from passing in media types->plugins
The last commit was also small, so Jeff Moe gets... two! Two sponsored commits!
Ah ah ah. </count_voice>
Christopher Allan Webber [Fri, 12 Jul 2013 19:53:10 +0000 (14:53 -0500)]
Switch the import of the image media manager over to the new class
This helps resolve one of the remaining issues with the tests for the
media type pluginification.
This commit sponsored by Jeffrey Moe. Thanks Jeff! Lulzbot rocks!
Christopher Allan Webber [Fri, 12 Jul 2013 19:16:47 +0000 (14:16 -0500)]
Changing the information spat out while printing from media types->plugins
Previously it called even plugins media types. Ha!
This commit sponsored by Jon Merkley. Thank you!
Rodney Ewing [Fri, 12 Jul 2013 16:51:42 +0000 (09:51 -0700)]
Patch by Strum. Remove redundent tool-tips from Stl media_type
Rodney Ewing [Fri, 12 Jul 2013 16:32:50 +0000 (09:32 -0700)]
Patch by pythonsnake. Make mediagoblin.ini comments more helpful.
Rodney Ewing [Thu, 11 Jul 2013 23:33:33 +0000 (16:33 -0700)]
make change_pass page autofocus
Rodney Ewing [Thu, 11 Jul 2013 23:21:35 +0000 (16:21 -0700)]
forgot to render errors
Rodney Ewing [Wed, 26 Jun 2013 15:45:59 +0000 (08:45 -0700)]
change to class instead of id to work with firefox
Rodney Ewing [Wed, 26 Jun 2013 15:29:03 +0000 (08:29 -0700)]
fix for boolean fields
Rodney Ewing [Tue, 25 Jun 2013 23:37:28 +0000 (16:37 -0700)]
updated to new render_divs macro
Jakob Kramer [Wed, 22 May 2013 12:51:12 +0000 (14:51 +0200)]
save “stay_logged_in” in the session
Since sessions are rebuilt, e.g. when you try to post a blank
comment and therefore receive an error message, the session will
be overwritten without the old max_age.
Jakob Kramer [Thu, 9 May 2013 22:40:13 +0000 (00:40 +0200)]
add login option: stay_logged_in
As proposed in issue #354; it adds an attribute max_age
to mediagoblin.tools.session.Session that is passed to
response.set_cookie; max_age is set to 30 days if the
checkbox is selected
Rodney Ewing [Thu, 11 Jul 2013 16:37:38 +0000 (09:37 -0700)]
Patch submitted by mrb.
Fix to link to the pubsub hub for atom_feed 'by tag'.
Added 'rel': 'alternate' and 'type': 'text/html' to 'atomlinks'
Rodney Ewing [Thu, 11 Jul 2013 21:17:50 +0000 (14:17 -0700)]
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .one calls over to SQLAlchemy queries
xray7224 [Thu, 11 Jul 2013 19:55:08 +0000 (20:55 +0100)]
Ensures endpoint queries with @oauth_required are validated
dunkyp [Tue, 6 Nov 2012 17:47:48 +0000 (17:47 +0000)]
fixes the inability to upload non ascii filenames, werkzeug strips all non ascii chars and returns an empty string. This checks if the filename contains non asciis and if it does generates a uuid for filename. Also the request version of filename is used for generating alternative title for upload
cherry-picked from dunkyp. fixed conflicts and missing import.
Rodney Ewing [Thu, 11 Jul 2013 19:34:43 +0000 (12:34 -0700)]
should use media.slug_or_id incase a MediaEntry doesn't have a slug
xray7224 [Thu, 11 Jul 2013 19:24:20 +0000 (20:24 +0100)]
Adds the decorator
xray7224 [Thu, 11 Jul 2013 18:43:00 +0000 (19:43 +0100)]
Cleans up some of the OAuth code
xray7224 [Thu, 11 Jul 2013 16:58:58 +0000 (17:58 +0100)]
Finishes most of oauth, just decorator to complete
xray7224 [Wed, 10 Jul 2013 14:49:59 +0000 (15:49 +0100)]
Adds more support for oauth - access_token & decorators still to do
xray7224 [Mon, 8 Jul 2013 19:35:03 +0000 (20:35 +0100)]
Adds oauth support up until authorization
xray7224 [Mon, 1 Jul 2013 18:13:07 +0000 (19:13 +0100)]
Adds the docs for client registration
xray7224 [Mon, 1 Jul 2013 16:50:39 +0000 (17:50 +0100)]
Client registration now supports application/x-www-form-urlencoded now
xray7224 [Sun, 30 Jun 2013 14:26:49 +0000 (15:26 +0100)]
Adds update ability
xray7224 [Fri, 28 Jun 2013 18:34:56 +0000 (19:34 +0100)]
Adds more support to begin to deal with updates
xray7224 [Fri, 28 Jun 2013 16:59:32 +0000 (17:59 +0100)]
Working client registration
xray7224 [Thu, 27 Jun 2013 18:34:21 +0000 (19:34 +0100)]
Moves json_response into tools/json.py
xray7224 [Thu, 27 Jun 2013 18:34:21 +0000 (19:34 +0100)]
Moves json_response into tools/json.py
Christopher Allan Webber [Wed, 10 Jul 2013 22:58:30 +0000 (17:58 -0500)]
Revert "remove the list from response.vary. not sure why I was getting an error using openid without it, but everything seems to be working fine now"
This reverts commit
05ceada051dad011bb9b3e1c93fb42b2d9875939.
It turns out the reason for this in the first place was werkzeug
backwards compatibility.
Christopher Allan Webber [Wed, 10 Jul 2013 22:50:14 +0000 (17:50 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/misc'
Christopher Allan Webber [Wed, 10 Jul 2013 22:41:16 +0000 (17:41 -0500)]
A few small formatting fixes on the release notes
Christopher Allan Webber [Wed, 10 Jul 2013 22:40:57 +0000 (17:40 -0500)]
Merge branch 'release-0.4.1'
Conflicts:
mediagoblin/_version.py
Christopher Allan Webber [Wed, 10 Jul 2013 21:29:50 +0000 (16:29 -0500)]
Updating docs regarding pulling in and fetching git submodules
We use this for PDF.js now... we should reference that.
This commit sponsored by Bonnie King. Thanks!
Christopher Allan Webber [Sat, 22 Jun 2013 17:25:31 +0000 (12:25 -0500)]
Fix by Rodney Ewing so render_http_exception works with newer Werkzeug versions.
This commit back-cherry-picked from current master for the 0.4.1 fix release.
Christopher Allan Webber [Wed, 10 Jul 2013 18:34:49 +0000 (13:34 -0500)]
PyTest needs to be >= 2.3.1
Rodney Ewing [Wed, 10 Jul 2013 18:08:28 +0000 (11:08 -0700)]
need to use .get('messages') to not get a keyerror
Rodney Ewing [Wed, 10 Jul 2013 17:37:13 +0000 (10:37 -0700)]
remove the list from response.vary. not sure why I was getting an error using openid without it, but everything seems to be working fine now
Rodney Ewing [Mon, 8 Jul 2013 23:27:43 +0000 (16:27 -0700)]
only check password if there is a store_hash
Christopher Allan Webber [Wed, 10 Jul 2013 16:41:29 +0000 (11:41 -0500)]
Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice.
This commit sponsored by William Linna. Thank you!
Christopher Allan Webber [Wed, 10 Jul 2013 13:45:18 +0000 (08:45 -0500)]
Fixing bug that effectively broke document support in 0.4.0.. how embarassing :(
This fix sponsored by Christophe Drevet. Thank you!
Christopher Allan Webber [Wed, 10 Jul 2013 00:40:04 +0000 (19:40 -0500)]
Mention setup.py develop --upgrade also in release notes.
This commit sponsored by Christoph Schumacher. Thank you!
Christopher Allan Webber [Wed, 3 Jul 2013 19:07:11 +0000 (14:07 -0500)]
Merge remote-tracking branch 'remotes/lotusecho/trac_711_test_speed'
Christopher Allan Webber [Wed, 3 Jul 2013 19:06:22 +0000 (14:06 -0500)]
Fix missing quote
Rodney Ewing [Wed, 3 Jul 2013 15:09:06 +0000 (08:09 -0700)]
changed hook name to reuse with persona
Rodney Ewing [Wed, 3 Jul 2013 14:16:31 +0000 (07:16 -0700)]
use template hooks instead of hardcoding in templates
Rodney Ewing [Wed, 26 Jun 2013 19:53:02 +0000 (12:53 -0700)]
forgot to pass request.form into LoginForm class
Rodney Ewing [Wed, 26 Jun 2013 19:44:37 +0000 (12:44 -0700)]
typo
Rodney Ewing [Wed, 26 Jun 2013 19:43:12 +0000 (12:43 -0700)]
fixed openid store cleanupAssociations
Rodney Ewing [Wed, 26 Jun 2013 19:20:51 +0000 (12:20 -0700)]
removed openid/lib, since the get forms functions were not needed for persona plugin
Rodney Ewing [Wed, 26 Jun 2013 18:20:50 +0000 (11:20 -0700)]
merge --squash openid branch to take care of a false merge commit in the
basic_auth branch that openid is forked from
Commits squashed together (in reverse chronological order):
- do the label thing only for boolean fields
- made edit_account to autofocus on the first field
- added feature to render_divs where if field.label == '' then it
will render form.description the same a render_label
- added allow_registration check
- refactored create_user
- removed verification_key from create_user
- removed get_user from openid
- cleanup after removing openid from template_env.globals
- fix for werkzueg 0.9.1
- cleanup after merge
- more tests
- restored openid extra_validation just for safety
- tests for openid
- deleted openid extra_validation
- passed next parameter in session for openid
- fixed a bug that was deleting the messages
- implemented openid store using sqlalchemy
- ask openid provider for 'nickname' to prefill username in registration form
- refactored delete openid url to work with generic urls such as
google and to not allow a user to delete a url if it is there only
one and they don't have a pw
- refactored login to register user workflow, which fixed a problem
where the 'or register with a password link' wasn't showing up when
the finish_login view called the register view because there wasn't
any redirect.
- added the ability to remove openid's
- added the ability to add openids to an existing account
- refactored start_login and finish_login views
- modified edit_account.html to use render_divs
- modified gmg/edit/views to behave appropriatly if no password
authentication is enabled. moved the update email stuff to it's own
funtion to make edit_account view cleaner. edit_account now
modifies the form depending on the plugins.
- minor typos
- added retrieving email from openid provider
- moved allow_registration check to a decorator
- moved check if auth is enabled to a decorator
- changed openid user registration to go through login first
- cleanup after merge
- modified verification emails to use itsdangerous tokens
- added error handling on bad token, fixed route, and added tests
- added support for user to change email address
- added link to login view openid/password in login template
- updated openid get_user function
- modified get_user function to take kwargs instead of username
- no need for user might be email kwarg in check_login_simple
- added gen_password_hash and check_password functions to auth/__init__
- added focus to form input
- made imports fully qualified
- modified basic_auth.check_login to check that the user has a pw_hash first
- changed occurances of form.data['whatever'] to form.whatever.data
- convert tabs to spaces in register template, remove unsed
templates, and fixed trans tags in templates
- in process of openid login. it works, but needs major imporvements
- make password field required in basic_auth form
- check if password field present in basic_auth create_user
- modified openid create_user function
- modified models based on Elronds suggestions
- changed register form action to a variable to be passed in by the
view using the template
- openid plugin v0, still need to authenticate via openid.
- added a register_user function to be able to use in a plugin's
register view, and modified auth/views.register to redirect to
openid/register if appropriate.
- Modified basic_auth plugin to work with modified auth plugin
hooks. Added context variables. Removed basic_auth/tools which was
previously renamed to basic_auth/lib.
- modified auth/__init__ hooks to work better with multiple
plugins. Removed auth/lib.py. And added a basic_extra_verification
function that all plugins will use.
- added models and migrations for openid plugin
Christopher Allan Webber [Wed, 3 Jul 2013 13:09:48 +0000 (08:09 -0500)]
fixing the config section we pull things out of for basic_auth
Rodney Ewing [Tue, 2 Jul 2013 16:26:12 +0000 (09:26 -0700)]
added a warning for old media types
Rodney Ewing [Tue, 2 Jul 2013 15:57:10 +0000 (08:57 -0700)]
converted video media_type to plugin
Rodney Ewing [Tue, 2 Jul 2013 15:52:33 +0000 (08:52 -0700)]
converted stl media_type to plugin
Rodney Ewing [Tue, 2 Jul 2013 15:48:47 +0000 (08:48 -0700)]
converted pdf media_type to plugin
Rodney Ewing [Tue, 2 Jul 2013 15:43:14 +0000 (08:43 -0700)]
converted audio media_type to plugin
Rodney Ewing [Tue, 2 Jul 2013 15:14:40 +0000 (08:14 -0700)]
typo in image supported_filetypes
Rodney Ewing [Tue, 2 Jul 2013 15:09:37 +0000 (08:09 -0700)]
converted ascii media_type to plugin
Rodney Ewing [Tue, 2 Jul 2013 14:54:38 +0000 (07:54 -0700)]
fixed some typos and enabled media_type plugins in tests
Rodney Ewing [Tue, 2 Jul 2013 14:20:20 +0000 (07:20 -0700)]
removed sniff_handler from Imange Media Manager class
Rodney Ewing [Tue, 2 Jul 2013 00:23:47 +0000 (17:23 -0700)]
removed CompatMediaManager() since all core media_types are classes
Rodney Ewing [Tue, 2 Jul 2013 00:19:22 +0000 (17:19 -0700)]
modified gmg to use plugin media_types and converted image media_type to new plugin style
Christopher Allan Webber [Fri, 28 Jun 2013 16:51:40 +0000 (11:51 -0500)]
More clarifications on what ./bin/gmg dbupdate does on each run.
This commit sponsored by Jessica Howard. Thanks, sistah!
Christopher Allan Webber [Fri, 28 Jun 2013 15:27:06 +0000 (10:27 -0500)]
Some documentation on how to write database migrations.
This commit sponsored by Andrei Cristian Petcu. Thanks!
Emily O'Leary [Thu, 27 Jun 2013 21:05:25 +0000 (17:05 -0400)]
Updated comments for run_all_migrations and config_spec.ini.
Rodney Ewing [Wed, 26 Jun 2013 14:39:17 +0000 (07:39 -0700)]
typo
Rodney Ewing [Wed, 26 Jun 2013 14:36:11 +0000 (07:36 -0700)]
do the label thing only for boolean fields
Rodney Ewing [Wed, 26 Jun 2013 13:45:36 +0000 (06:45 -0700)]
made edit_account to autofocus on the first field
Emily O'Leary [Wed, 26 Jun 2013 00:57:50 +0000 (20:57 -0400)]
Improved test runtime from 352 seconds to 59 seconds by implementing an in-memory sqlite DB and including an option to run migrations on this newly created database by adding a config option called run_migrations to the config_spec and passing it along in app.py to the setup_database function.
Rodney Ewing [Tue, 25 Jun 2013 22:50:31 +0000 (15:50 -0700)]
added feature to render_divs where if field.label == '' then it will render form.description the same a render_label
Christopher Allan Webber [Tue, 25 Jun 2013 22:12:33 +0000 (17:12 -0500)]
Explain about sqlite dropping the constraint and why we're adding it back manually.
Rodney Ewing [Tue, 25 Jun 2013 20:43:33 +0000 (13:43 -0700)]
cleanup after merge
Rodney Ewing [Tue, 25 Jun 2013 20:37:21 +0000 (13:37 -0700)]
Merge remote-tracking branch 'upstream/master' into auth
Conflicts:
mediagoblin/app.py
mediagoblin/auth/forms.py
mediagoblin/auth/tools.py
mediagoblin/db/migrations.py
mediagoblin/db/models.py
mediagoblin/edit/views.py
mediagoblin/plugins/basic_auth/tools.py
mediagoblin/tests/test_edit.py
Rodney Ewing [Tue, 25 Jun 2013 20:22:56 +0000 (13:22 -0700)]
typo
Christopher Allan Webber [Tue, 25 Jun 2013 18:25:25 +0000 (13:25 -0500)]
Add a bit more docs to plugin configuration
This commit sponsored by Michael Rauch. Thank you!
Christopher Allan Webber [Mon, 24 Jun 2013 14:10:48 +0000 (09:10 -0500)]
Reverting "No more of this find_packages nonsense."
This reverts commit
b75eb88fabdac4a9fdc863969ec9472110732607.
Christopher Allan Webber [Sat, 22 Jun 2013 22:40:12 +0000 (17:40 -0500)]
Adding a docstring to fixture_media_entry
It's not complete, but it makes clearer how to avoid errors with
fake_upload :)
This commit sponsored by Harper Sanford. Thank you!
Christopher Allan Webber [Sat, 22 Jun 2013 22:37:30 +0000 (17:37 -0500)]
Fix the data integrity bug in test_misc.
It turns out this has to do with some additions to the fixture adding
of media entries. Since the new fake_upload field is True by default,
adding multiple entries that have media_files at once meant that
multiple additions of FileKeynames would be added at once if they were
not saved at the same time. Tricky!
Thankfully, Elrond helped us figure this one out. Thanks, Elrond :)
And thanks also to Aapo Rantalainen for sponsoring this commit!
Christopher Allan Webber [Sat, 22 Jun 2013 21:19:58 +0000 (16:19 -0500)]
Padding on the header-dropdown area
This helps make it a bit clearer that things are "contained inside"
the header dropdown area.
Christopher Allan Webber [Sat, 22 Jun 2013 21:13:41 +0000 (16:13 -0500)]
Merge remote-tracking branch 'refs/remotes/joar/notifications'
Conflicts:
mediagoblin/db/migrations.py