mediagoblin.git
2014-10-09 Jessica TallonAdd location model and migrations
2014-08-22 Christopher... eek, should be python2 not python22
2014-08-19 Jessica TallonMake blog_post_listing easier to read
2014-08-19 aylephList blogs by URL user rather than request user
2014-08-18 ElrondAdd docs on collection_add_media hook.
2014-08-18 ElrondStart for documenting core hooks.
2014-08-18 Odin Hørthe... Add new hook 'collection_add_media'
2014-08-18 Jessica TallonTidy up federation code and add tests to cover more...
2014-08-18 Jessica TallonUse oauthlib's safe characters when generating client_k...
2014-08-18 Christopher... Fix a python2.6 compatibility issue. Removing a dict...
2014-08-15 Christopher... Always remove the session when running check_db_up_to_d...
2014-08-12 Jessica TallonForgot to add starttls_config.ini
2014-08-12 Jessica TallonFix #861 - Add unit test and documentation for email_sm...
2014-08-08 Christopher... Elrond keeps pointing out places I should "is not None...
2014-08-08 Christopher... Okay, we don't know that indexes are falsey, so let...
2014-08-08 Christopher... this negation needs parens.
2014-08-08 Christopher... Pull the indexes out of the dictionary directly
2014-08-08 Christopher... If the constraint already exists, roll back to a sane...
2014-08-08 Christopher... Explaining why we're committing mid-migration
2014-08-07 Christopher... Only add the constraint if we need to. Catch an except...
2014-08-07 Christopher... Document both migrations, comment out old migration
2014-08-07 Christopher... Add a new migration which removes/fixes the old migration
2014-08-04 Christopher... Committing extracted and compiled translations
2014-08-04 Christopher... Committing present MediaGoblin translations before...
2014-08-04 Jessica TallonAdd more security checks when updating objects and...
2014-08-04 Christopher... Adding Pump API stuff to the docs index.
2014-08-03 Christopher... Set up virtualenv to use py2
2014-08-02 Matt MolyneauxUse the STARTTLS command to upgrade SMTP connections...
2014-08-02 aylephUpdated video thumbnail pipeline to use decodebin2
2014-07-31 Jessica TallonFix some security concerns regrding inpersonation in...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-30 ElrondMake chown more generic.
2014-07-29 Jessica TallonFix #923 - add allow_admin to user_has_privilege decorator
2014-07-29 Christopher... Avoid "lego translations" on the nothing currently...
2014-07-29 Christopher... Committing extracted and compiled translations
2014-07-29 Christopher... Committing present MediaGoblin translations before...
2014-07-29 Laura Arjona... Make translatable table columns titles in media process...
2014-07-29 Laura Arjona... Make translatable takeaway privileges actions
2014-07-29 Laura Arjona... Make translatable the titles of TextAreas in moderation...
2014-07-29 Laura Arjona... Make translatable 'Feature' button in the explanation...
2014-07-29 Laura Arjona... Make consistent quotation marks when referring to butto...
2014-07-29 Laura Arjona... Make translatable some strings that weren't i18n'ed
2014-07-25 Christopher... Remove the option about whether or not spectrograms...
2014-07-25 Tryggvi BjorgvinssonAdd __unicode__ representation to Notification and...
2014-07-24 Christopher... Adding thallian to the authors list
2014-07-24 Christopher... Fix by thallian: use correct datetime.strptime
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonSwitch from slug to ID and clean up style to conform...
2014-07-22 Jessica TallonCreate test for garbage collection
2014-07-22 Jessica TallonAdd unseralize for API objects
2014-07-22 Jessica TallonAdd garbage collection task
2014-07-22 Jessica Tallonoops - add decorators for federated APIs
2014-07-22 Jessica TallonAdd documentation for interacting with media entires
2014-07-22 Jessica TallonAdd test for API object endpoint
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonRequire uploader privileges to upload media to API
2014-07-22 Jessica TallonRemove unneeded oauth fixtures and add test for image...
2014-07-22 Jessica TallonRename test_joarapi.py => test_legacy_api.py
2014-07-22 Jessica TallonAdd fixtures to provide OAuth client, request and acces...
2014-07-22 Jessica TallonUpdate documentation on uploading media via API
2014-07-22 Jessica TallonFix problem in OAuth views
2014-07-22 Jessica TallonClean up & Add support to update objects in feed API
2014-07-22 Jessica TallonFix problem where feed posting wasn't returning correct...
2014-07-22 Jessica TallonFix image upload problem in API
2014-07-22 Jessica TallonAdd .jpe file extension recognition
2014-07-22 Jessica TallonFix issue where create_uuid doesn't exist nor used
2014-07-22 xray7224Improve the documentation
2014-07-22 xray7224Adds the unit-tests for API and cleans up API
2014-07-22 xray7224Clean up code (after linting)
2014-07-22 xray7224Refactors api uploading to media managers
2014-07-22 xray7224Fix some problems with comments and image posting
2014-07-22 xray7224Add some more code to work better with image uploads
2014-07-22 xray7224Add basic upload image capabilities
2014-07-22 Jessica TallonAdd basic comment support and flesh out some other...
2014-07-22 Jessica TallonAdd static pump_io to API and fix problem where null...
2014-07-22 xray7224Remove old webfinger support
2014-07-22 xray7224Add .json url for host-meta and fix host-meta problem...
2014-07-22 xray7224Support some webfinger API's and real profile and ...
2014-07-22 xray7224Support for the comments endpoint
2014-07-22 xray7224Fixes problem where full URL was being used inplace...
2014-07-22 xray7224Use the the slug as the UUID instead of a newly generat...
2014-07-22 Jessica TallonAdd image URL's (thumb & full)
2014-07-22 Jessica TallonFixes where User id in API would return url rather...
2014-07-22 Jessica TallonAdds comments for the MediaEntry api
2014-07-22 Jessica TallonChanges serialization to .serialize method on object...
2014-07-22 Jessica TallonAdds endpoint /api/image/<uuid> so that you can now...
2014-07-22 Jessica TallonMake sure new media has a new uuid added on
2014-07-22 Jessica TallonAdds the federation routing
2014-07-22 Jessica TallonAdds migration on MediaEntry to add uuid
2014-07-22 Jessica TallonStarts the user (profile) endpoint and lays groundwork...
2014-07-22 Jessica TallonAdds seralize on user
2014-07-20 Jessica TallonAdd JPope's sandy 70s speedboat theme
2014-07-20 Jessica TallonRevert "Add JPope's sandy 70s speedboat theme"
2014-07-18 Jessica TallonAdd JPope's sandy 70s speedboat theme
2014-07-18 Tryggvi BjorgvinssonUse unicode for logging comments
2014-07-17 Christopher... Explicitly *do not* handle NEF files via the video...
2014-07-17 Jessica TallonFix #894 - index User.username field
2014-07-16 Odin Hørthe... Implement Raw Image media type plugin
2014-07-12 Christopher... As Elrond points out, git submodule should come first!
2014-07-10 Christopher... Committing extracted and compiled translations
next