mediagoblin.git
2015-11-19 aylephFix for issue 5070 gst incomplete file
2015-11-09 Daniel KrolFix add collection view for new schema
2015-11-05 Ben SturmfelsFix minor grammatical error 'settings' -> 'setting'.
2015-11-05 Ben SturmfelsRemove <br/> from safe string indicating that CSRF...
2015-11-05 Ben Sturmfelstrac#687: Add unit tests for `redirect` and `redirect_obj`.
2015-11-05 Christopher... Switch to webtest >= 2.0.18
2015-11-05 Ben Sturmfelstrac#665: Upgrade to WebTest 2.0.18 and fix broken...
2015-11-05 Ben SturmfelsPrevent unhandled exception on non-existant user.
2015-10-20 Jessica TallonMerge branch 'comments'
2015-10-20 Jessica TallonComment changes for federation
2015-10-17 Jessica TallonFix #5353 - Bug in OAuth which referenced "user"
2015-10-07 Jessica TallonAdd public_id fixes throughout the code
2015-10-07 Jessica TallonAdd Graveyard model
2015-10-07 Jessica TallonAdd the __model_args__ deletion code
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-10-07 Jessica TallonFix bugs with the exifread library update
2015-09-08 Ben SturmfelsFix #994: Also set self.data when no change made to...
2015-08-25 Berker PeksagUse StringField.process_formdata() if valuelist is...
2015-08-25 Ben SturmfelsFix #994: Don't require users to type the website URL...
2015-08-25 Ben SturmfelsIssue #815: Replace two non-ASCII curly single quotes...
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-08-21 Jessica TallonFix #5344 - OAuth NotImplemented exception
2015-08-20 Jessica TallonFix #1066 - OAuth Invalid signature error
2015-08-20 Jessica TallonFix serialization after model changes
2015-08-19 Jessica TallonChange structure of MediaEntry and add migration
2015-08-19 Jessica TallonChange codebase to query or create correct User model
2015-08-02 DuncanAdd a no_referrer setting to prevent browsers leaking...
2015-08-01 Berker PeksagFix urlparse import in tools/routing.py
2015-07-31 Jessica TallonAdd the user models to the MODELS list
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-07-31 Jessica TallonAdd polymorphic properties to User
2015-07-31 Jessica TallonAdd LocalUser and RemoteUser and migration
2015-07-22 Berker PeksagRegenerate po file after 8e832f84597bd1505f23f4abd4eef9...
2015-07-22 Berker PeksagFix typos reported in #1102
2015-07-22 Berker PeksagReturn non-zero exit code if the command cannot be...
2015-07-22 Berker PeksagPin mock 1.0.1 in Python 2 for now.
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagFix typo.
2015-06-25 Berker PeksagFix more print statements. Refs #5331
2015-06-25 Sebastian SpaethFix print statements to be python3 compatible. Refs...
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-06-24 Jessica TallonFix removal of ActivityIntermediatory migration
2015-06-05 Berker PeksagImport urlparse from six.moves to work on both Python...
2015-06-04 Christopher... v0.8.0! Let's get this party started!
2015-06-04 Christopher... More things to include in MANIFEST.in
2015-06-04 Christopher... Note that users have to install node.js :\
2015-06-04 Christopher... More adjustments to manifest.in
2015-06-04 Christopher... We now store mediagoblin.example.ini, not mediagoblin.ini
2015-06-04 Christopher... Committing extracted and compiled translations
2015-06-03 Christopher... Potentially require virtualenv as a requirement for...
2015-06-03 Christopher... "make check" should work, and "make dist" should use...
2015-06-03 Christopher... Right, also don't build _version.py in configure.ac
2015-06-03 Christopher... readthedocs can't read the version using autotools...
2015-06-02 Christopher... Comment on why we're not using `make dist`... yet
2015-06-01 Christopher... Fix link from Gitorious -> Savannah
2015-05-30 Christopher... Better phrasing: "Should I Keep Open Registration Enabled?"
2015-05-30 Christopher... "Should I enable registration?" section
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-05-26 Jessica TallonAdd a more verbose GenericForeignKey implementation
2015-05-26 Jessica TallonRemove deprecated fields and fix activity creation...
2015-05-26 Jessica TallonMore fixed recommended by Elrond
2015-05-26 Jessica TallonAdd some fixes Elrond suggested and doc strings
2015-05-26 Jessica TallonAdd migration to remove ActivityIntermediator
2015-05-26 Jessica TallonFix the GenericForeignKey implementation
2015-05-26 Jessica TallonMigrate Activity to using the new GenericForeignKey
2015-05-26 Jessica TallonAdd GenericForeignKey field and reference helper model
2015-05-26 Jim Campbelldocs: Added handling of user_dev permissions
2015-05-22 Christopher... Use of deprecated frombytes when processing videos...
2015-05-22 Christopher... Clarifying the "note these steps"
2015-05-22 Christopher... No need to run git submodule init/update, run by bootst...
2015-05-22 Christopher... Switch git remote url
2015-05-22 Christopher... Wrong version number. Stupid copy-pasta!
2015-05-22 Christopher... 0.8.0 release notes
2015-05-22 Christopher... Updating AUTHORS for 0.8.0
2015-05-19 Jim Campbelldocs: Set paster service to start before celery
2015-05-19 Jim Campbelldocs: Updated permissions. Tweaked install details
2015-05-19 Jim Campbelldocs: Removed systemcl enable/start. Already issued.
2015-05-19 Jim Campbelldocs: Need to start postgres on rpm distros
2015-05-15 Jim Campbelldocs: Formatting tweaks to production-deployments.rst
2015-05-14 Christopher... Switch from "cp --no-clobber" to "cp -n" for bsd compat...
2015-05-12 Jim Campbelldocs: Added systemd info. Reworked init script info.
2015-05-12 Jim Campbelldocs: Clean up nginx instructions
2015-05-12 Jim Campbelldocs: Added 'sudo' to cmd. Made 'exit' from postgres...
2015-05-12 Jim Campbelldocs: Removed chkconfig cmd. Made 'exit' more explicit.
2015-05-12 Jim Campbelldocs: Copy paste.ini to paste_local.ini
2015-05-12 Jim Campbelldocs: Typo fix. Fixed repated reference to gstreamer1...
2015-05-12 Jim Campbelldocs: Updated gstreamer audio media type requirements...
2015-04-28 Christopher... Note on what --without-virtualenv does
2015-04-27 Christopher... #5314 Prevent ZeroDivisionError in exif.py
2015-04-25 Christopher... Paste 2.0 breaking wsgi
2015-04-23 Christopher... TinyMCE plugin loading should NOT be here.
2015-04-23 Boris BobrovMove check that metadata exists earlier
2015-04-23 Christopher... #5074: Added set -e to bootstrap.sh
2015-04-22 Boris Bobrovfixed 5068
2015-04-22 aylephRedirect which stderr to /dev/null
2015-04-19 Jim Campbelldocs: Require nodejs-legacy on Debian-based systems...
2015-04-19 Jim Campbellsetup.py: Updated version requirement for 'requests...
2015-04-19 Jim Campbelldocs: Updated deployment docs to use sudo. Other variou...
2015-04-17 Christopher... Merge branch 'stable'
2015-04-17 Christopher... Noting the possibility that users may need to update...
next