Open Source -> Free Software from the borrowed extlib repositories
[mediagoblin.git] / mediagoblin /
2013-04-10 Christopher Allan... Fix sessions so they work across the site.
2013-04-09 ElrondMake session cookies more secure.
2013-04-09 ElrondRemove the last traces of beaker.
2013-04-09 ElrondFix left over from variable renaming.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondUse cascade for comment deletion.
2013-04-08 ElrondTesting: Remove some left over files/dirs.
2013-04-08 ElrondImplement queue dir delete for proc_state.delete_queue_file
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-04-06 ElrondBetter docs for GenerateSlugMixin.
2013-04-06 ElrondUse GenerateSlugMixin for collections.
2013-04-06 ElrondRefactor generate_slug into a mixin.
2013-04-05 Christopher Allan... Merge branch '614_multi_test_config'
2013-04-05 Christopher Allan... Switch test_app generation over to use py.test fixtures.
2013-04-04 Christopher Allan... Oops, forgot to assign dump_old_app to self, heh.
2013-04-04 Christopher Allan... Turning setup_fresh_app into SetupFreshApp, a decorator...
2013-04-04 Christopher Allan... Updating get_app to allow for passing in particular...
2013-04-03 Christopher Allan... These tests need to have a MediaGoblin app setup so...
2013-04-03 Christopher Allan... All mediagoblin tests now pass with py.test (switched...
2013-04-03 ElrondCreate ProcessingState.store_public.
2013-04-03 ElrondLittle refactoring for images: media_files.
2013-03-30 ElrondA bit of pep8: Remove useless whitespace.
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-29 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-03-29 Christopher Allan... Warning that raven plugin is somewhat experimental!
2013-03-29 ElrondRefactor file field checking.
2013-03-28 Hans LoUse WTForms data field in user_pages/views.py
2013-03-28 Hans LoUse WTForms data field in auth/views.py
2013-03-28 Hans Loauth: whitespace cleanup in views.py
2013-03-28 Hans LoUse WTForms data field in plugins/oauth/views.py
2013-03-28 Hans LoUse WTForms data field in submit/views.py
2013-03-28 Hans LoUse WTForms data field in edit/views.py
2013-03-26 Elrondpiwigo: Fix pwg_getversion
2013-03-26 Elrondpiwigo: Start at pwg.images.addSimple.
2013-03-25 Brett SmithCall is_updated instead of testing it boolean.
2013-03-25 Christopher Allan... Merge remote-tracking branch 'aeva/671_fix_stl'
2013-03-25 Aeva NtscAscii stl files now should have their whitespace stripp...
2013-03-24 Aeva NtscFixed a bug that had binary stls be handled by the...
2013-03-24 Brett SmithHarden It's Dangerous key management.
2013-03-24 Brett SmithFirst tests for the Session class.
2013-03-24 Brett SmithSet a starting value for session.send_new_cookie.
2013-03-24 Brett SmithRemove beaker stuff from the code.
2013-03-24 Brett SmithDelete the session cookie on an empty session.
2013-03-24 Brett SmithBack sessions with It's Dangerous.
2013-03-24 Christopher Allan... Merge remote-tracking branch 'jdshu/649_use_form_data_f...
2013-03-24 Hans LoUse WTForms data field in user_pages/views.py
2013-03-24 Joar WandborgUpdated VideoThumbnailerMarkII, removed old
2013-03-22 ElrondImprove fs security for itsdangerous secret.
2013-03-22 ElrondDocs for get_timed_signer_url.
2013-03-22 ElrondBasic itsdangerous infrastructure.
2013-03-21 Elrondpiwigo start at pwg.images.addChunk.
2013-03-21 Elrondpiwigo: Add session.getStatus, improve categories.getList
2013-03-21 Elrondpiwigo: Sent a fake cookie.
2013-03-19 ElrondAdd warning README.rst and fix pep8.
2013-03-19 Elrondpiwigo: Move tool functions into tools.py
2013-03-19 ElrondStart at pwg.categories.getList and improve xml output.
2013-03-19 Elrondpiwigo: start xml response encoding, more (fake) methods.
2013-03-19 ElrondStarting a piwigo api plugin.
2013-03-15 Christopher Allan... A more realistic "con" explaination in the docstring...
2013-03-13 Christopher Allan... Changing "evil" submission test-script to be a bash...
2013-03-12 Christopher Allan... Now in 0.4.0 dev mode!
2013-03-11 Christopher Allan... New version: 0.3.3 !
2013-03-11 Christopher Allan... Committing extracted and compiled translations
2013-03-11 Christopher Allan... Committing present MediaGoblin translations before...
2013-03-11 Christopher Allan... Fixing dates when uploaded in a video to a mediagoblin...
2013-03-10 Joar WandborgAdded thingiview.js symlink, fixes webgl view
2013-03-10 Elrond655: Fix collection fetching for media_collect()
2013-03-08 Christopher Allan... Providing warning to users about instability of OAuth/API
2013-03-06 Christopher Allan... Making a fix so that video codec name switched from...
2013-03-05 Christopher Allan... Committing extracted and compiled translations
2013-03-04 Christopher Allan... Merge branch 'master' into 419_cherrypick_large_uploads
2013-03-04 Christopher Allan... Removing an unnecessary video write
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-04 Christopher Allan... Elrond points out that we should use form.collection...
2013-03-04 Christopher Allan... Give a more useful error if a table already exists...
2013-03-04 Christopher Allan... Three fixes to collection adding view, one of them...
2013-03-03 Christopher Allan... self.media_data->self.media_manager in the docstring...
2013-03-03 Christopher Allan... No reason really to pass in fetch_order anyway...
2013-03-03 Sebastian SpaethMake copying to/from storage systems memory efficient...
2013-03-03 Christopher Allan... Another elrond suggestion: only init orig_metadata...
2013-03-03 Christopher Allan... Per Elrond's suggestions moving DEFAULT_WEBM_TYPE to...
2013-03-03 Christopher Allan... Extrapolate type= based on the video metadata that...
2013-03-03 Christopher Allan... Mild cosmetic cleanups to video.html and adding missing...
2013-03-03 Christopher Allan... {% set %} the display_type and display_path and use...
2013-03-03 Christopher Allan... pdb.set_trace() in mediagoblin code is Not Allowed...
2013-03-03 Christopher Allan... Now store metadata info from processing into the media...
2013-03-03 Joar WandborgRemoved debugging exception
2013-03-03 Joar WandborgUpdated raven plugin
2013-03-03 Christopher Allan... Huge amount of work to (mostly) allow .ogg (and maybe...
2013-03-02 Joar Wandborgplugin/raven: Fix paster's celery config issue
2013-03-02 Joar WandborgRemoved stray )
2013-03-02 Joar WandborgRemoved PLUGIN_DIR from raven
2013-03-02 Joar WandborgDon't look for the oauth config in raven plugin
2013-03-02 Joar WandborgRefactored raven plugin
2013-03-02 Joar WandborgAdded raven plugin
2013-03-02 Joar WandborgAdded .send method to cloudfiles storage object
2013-03-02 Sebastian SpaethMake Cloudfiles copy memory efficient too (#419)
2013-03-02 Joar WandborgFixed hidden fields in oauth client authorization
2013-03-02 Joar WandborgDo not encode the next kwarg twice
next