Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
[mediagoblin.git] / mediagoblin / decorators.py
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 EwingPatch by Strum. Ticket #451 - Convert all mongokit...
2013-07-11 xray7224Ensures endpoint queries with @oauth_required are validated
2013-07-11 xray7224Adds the decorator
2013-07-11 xray7224Cleans up some of the OAuth code
2013-07-11 xray7224Finishes most of oauth, just decorator to complete
2013-07-10 Christopher Allan... Merge branch 'release-0.4.1'
2013-07-03 Christopher Allan... Merge remote-tracking branch 'remotes/lotusecho/trac_71...
2013-07-03 Rodney Ewingmerge --squash openid branch to take care of a false...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-02 Joar WandborgDo not encode the next kwarg twice
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-26 Christopher Allan... Simplifying the "id:" url detection, per Elrond's sugge...
2013-02-26 Christopher Allan... Replacing several request.matchdict['media'] -> media_s...
2013-02-26 Christopher Allan... Media URLs with ids in them are now like /u/cwebber...
2013-02-26 Christopher Allan... Small PEP-8 compliance fix.
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-22 András Veres-Szent... removed unnecessary collection lookup
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Sebastian Spaethuser.get('moo') -> user.moo
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-16 Sebastian SpaethShorten Workbench(Manager) method names
2013-01-16 Sebastian SpaethImplement @get_workbench decorator
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-11 ElrondStart to use the media_id in "admin" URLs.
2013-01-08 Sebastian SpaethFix slug lookup regression (#587)
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethRemove InvalidId
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 Sebastian SpaethConvert return HttpException to raise HttpException
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian SpaethRemove webobisms from decorators.py
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-05 Sebastian SpaethCreate a active_user_from_url decorator
2012-09-18 Aaron WilliamsonAdded basic collection functionality
2012-09-15 Joar WandborgFixed ?next=<url> argument for require_active_login
2012-07-12 Jakob Kramerremoved _make_safe in favor of functools.wraps
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-05 Jef van SchendelFix merge conflicts
2011-12-24 ElrondReplace media.get_uploader()._id by media.uploader
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-13 ElrondMerge remote branch 'joar/b681-comments_from_reviewing_...
2011-12-13 Jef van SchendelMerge jQuery branch, resolve conflicts
2011-12-12 ElrondMerge branch 'sql/dot-notation'
2011-12-05 ElrondDot-Notation for Users.is_admin
2011-12-05 ElrondDot-Notation for Users.username
2011-12-05 Christopher Allan... Update the delete item to use the _id after all......
2011-12-05 Christopher Allan... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-11-26 ElrondMerge remote branch 'remotes/inconexo/588_lowercase_ext...
2011-11-24 Christopher Allan... Merge remote-tracking branch 'remotes/jwandborg/master'
2011-11-22 ElrondRename MediaEntry.uploader() to .get_uploader()
2011-11-21 Joar WandborgMerge branch 'video_gstreamer-only'
2011-11-20 ElrondMerge remote branch 'remotes/aaronw/bug614_verification...
2011-11-19 loraMerge branch 'master' of git://gitorious.org/mediagobli...
2011-11-19 loraissue 582: use media.slug instead of media.id
2011-11-18 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-11-15 ElrondDot-Notation for "_id"
2011-11-14 Christopher Allan... Merge remote-tracking branch 'remotes/nyergler/pep8...
2011-10-15 Christopher Allan... Merge remote branch 'remotes/elrond/misc/i592_use_full_...
2011-10-04 Aaron WilliamsonFixed conflict in /auth/views.py.
2011-10-03 Elrondi592: Use full path in various places
2011-10-02 Christopher Allan... Merge remote branch 'remotes/aaronw/bug444_fix_utils_py...
2011-10-01 Nathan YerglerWhitespace and formatting cleanup.
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonFinished splitting util.py into separate files.
2011-09-08 Christopher Allan... Merge branch 'gullydwarf-cfdv-f357_lost_password_functi...
2011-09-06 Christopher Allan... Merge branch 'i507_beaker_cache'
2011-09-02 Will Kahn-Greene508. Updates copyright/license information
2011-09-01 Christopher Allan... Merge remote branch 'remotes/jwandborg/cloudfiles_stora...
2011-08-31 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-08-31 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b503_remov...
2011-08-31 Christopher Allan... Also allow admins to delete other users' media.
2011-08-31 Christopher Allan... Merge remote branch 'remotes/jwandborg/f403_ability_to_...
2011-08-30 Joar WandborgFeature #403 - Ability to delete media entries - Fixes...
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Merge remote branch 'remotes/elrond/dev/storage_config'
2011-08-21 Christopher Allan... Merge branch 'jwandborg-f298_create_envball'
2011-08-20 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-08-20 Christopher Allan... Use render_404 EVERYWHERE!
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-07-30 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f360_taggi...
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-29 Christopher Allan... require_active_login now redirect's to user's homepage...
next