Minor fixes to API documentation: typos and dates, etc.
[mediagoblin.git] / mediagoblin /
2015-01-06 Jessica TallonAdd upper limit to count GET param for inbox and feed
2014-12-22 Jessica TallonFix 1e0c938 by allowing target to be translatable in...
2014-12-22 Jessica TallonAllow Activity.content to be fully translatable
2014-12-18 Jessica TallonFix #1066 - Fix OAuth issue when using GET params
2014-12-16 Jessica TallonFix #1078 - Stop 500 error when GET request on inbox
2014-12-16 Jessica TallonFix #1077 - Fix updating comment via API and add test
2014-12-15 Jessica TallonFix #1064 - Add major and minor feed for outbox/feed
2014-12-15 Jessica TallonFix #1069 - Add deleting images and comments via delete...
2014-12-14 Christopher Allan... Committing extracted and compiled translations
2014-12-13 Christopher Allan... Committing extracted and compiled translations
2014-12-13 Christopher Allan... Committing present MediaGoblin translations before...
2014-12-12 Jessica TallonFix #1056 - Add flag to accept URLs without a trailing...
2014-12-11 Jessica TallonFix #1055 - API feed should be sorted in order of newes...
2014-12-11 Jessica TallonFix #1053 - Add height and width attributes and Metadat...
2014-12-09 Jessica TallonFix #1026 - Add inbox feed with major, minor and direct...
2014-12-08 jpope777Fix #1058 - Verifier page could be clearer
2014-12-08 Jessica TallonFix #1057 - unquote redirection URL on successful OAuth...
2014-12-08 Jessica TallonFix #1054 - Add missing attributes to Activity.serialize
2014-12-08 Jessica TallonFix OAuth length problems in clients by removing that...
2014-12-05 Jessica TallonPartial fix #1048 - Don't require as long nonce
2014-12-05 Jessica TallonFix #1049 - name renamed to displayName for Location
2014-12-03 Christopher Allan... There's absolutely no reason for a Session().commit...
2014-12-03 Christopher Allan... Use request.db to do a query to support a global-free...
2014-12-03 Christopher Allan... Make all mixin methods ignore mg_globals and use self...
2014-12-03 Christopher Allan... Attach the MediaGoblinApp to the engine, and provide...
2014-12-03 Christopher Allan... Use request.app.auth instead of mg_globals
2014-12-03 Christopher Allan... Reforming get_jinja_env to make better use of the Media...
2014-12-03 Christopher Allan... Starting to deprecate the app_config, global_config...
2014-12-03 Christopher Allan... Context objects now use a contextmanager (and update...
2014-12-03 Christopher Allan... Adding query property to DatabaseMaster for forward...
2014-12-03 Christopher Allan... Make "gmg shell" work with the new globals-less setup
2014-12-03 Christopher Allan... Attach the base models to sessions and the DatabaseMast...
2014-12-03 Christopher Allan... Only conditionally import Session in db/util.py
2014-12-03 Christopher Allan... Set up request.db / app.db(_manager) depending on DISAB...
2014-12-03 Christopher Allan... Move the scoped_session, sessionmaker imports
2014-12-03 Christopher Allan... Some docstrings
2014-12-03 Christopher Allan... Return DatabaseManager or DatabaseMaster depending...
2014-12-03 Christopher Allan... Oops, got the boolean backwards :P
2014-12-03 Christopher Allan... Adding DatabaseManager as an alternative to DatabaseMaster
2014-12-03 Christopher Allan... An environment variable to transition towards removing...
2014-12-03 Christopher Allan... Give our sqlalchemy objects access to their own session
2014-12-03 Christopher Allan... Add context generator: first step towards removing...
2014-12-02 jpope777Fix #1046 - Media breaking out of container
2014-12-02 Jessica TallonFix #1024 - Correctly set generator on Activities
2014-12-01 jpope777Merge branch 'master' of gitorious.org:mediagoblin...
2014-12-01 jpope777fix #1000 - Button style in Report file dialogue
2014-12-01 Jessica TallonFix #658 and #974 - Rollback database on_return of...
2014-11-27 Jessica TallonFix #1040 - Comments should have published attribute
2014-11-26 Christopher Allan... This import_export stuff is mongodb days leftovers...
2014-11-22 Berker PeksagFix unicode handling in "gmg addmedia".
2014-11-21 Jessica TallonFix #1025 - Make API IDs IRIs
2014-11-20 Jessica TallonFix #1039 - Fix typo in user model 'oublished' to ...
2014-11-20 Jessica TallonFix #1021 - Skip broken activities which caused feed...
2014-11-19 Jessica TallonFix #1023 - Make timestamps in API timezone aware
2014-11-04 Jessica TallonFix User and MediaEntry serialize and add serialize...
2014-11-04 Jessica TallonFix #1016 - Covert the timestamp from seconds to dateti...
2014-10-30 Christopher Allan... Fix airy to properly work with the "forced to the botto...
2014-10-30 Christopher Allan... Remove ^P character
2014-10-30 Christopher Allan... Clarifying the json processing callbacks even further
2014-10-30 Rodrigo Rodrigues... Fix misleading log message reported in #985.
2014-10-30 Rodrigo Rodrigues... Add a template hook to stl sideinfo. Fixes #940.
2014-10-30 aylephUpdates per request of moggers87
2014-10-30 aylephUnit tests
2014-10-30 aylephPass validated username to check_login_simple
2014-10-30 Christopher Allan... Template hook to allow plugin authors to add extra...
2014-10-29 Jessica TallonFix #1017 - Exception caused by activity being set...
2014-10-27 Jessica TallonFix #1007 - get location object not string of location...
2014-10-27 Jessica TallonFix #1010 - Typos in mediagoblin/media_types/image...
2014-10-27 Jessica TallonFix #1005 - location.position is a dictionary so 'value...
2014-10-22 Jessica TallonOnly create a slug after a media upload via the API...
2014-10-22 Jessica TallonFix problem where duplicate slug would cause an update...
2014-10-21 Jessica TallonMerge branch '984-ai-improvements'
2014-10-21 Jessica TallonFix #984 - Improvements to Activity and ActivityInterme...
2014-10-16 Meg Fordairy.css: Override white text in TOS
2014-10-11 Christopher Allan... Make a mediagoblin.ini file for the user if needed.
2014-10-10 Christopher Allan... Bring back the ascii art goblin! For python 2 anyway.
2014-10-10 Christopher Allan... Add and use paste server selector. Yeah! Smart solutions!
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-07 Jessica TallonAdd __repr__ to Activity and Generator class
2014-10-06 Jessica TallonFix bug where activity.content was not populated
2014-10-06 Jessica TallonFix all the unit tests and clean up code
2014-10-02 Jessica TallonFix typo in client registration API for logo_uri
2014-10-02 Berker PeksagAdd initial migration guide.
2014-10-02 Berker PeksagDo not call AlembicMigrationManager.init_tables() for...
2014-10-02 Berker PeksagPort "gmg batchaddmedia" command to Python 3.
2014-10-01 Jessica TallonFix #549 - Deauthorize OAuth applications
2014-09-30 Christopher Allan... Fix migrations on Python 2.
2014-09-30 Jessica TallonFix #919 - Use class names in super call not self.__class__
2014-09-30 Jessica TallonFix #952 - Force the footer to the bottom of the page
2014-09-29 Jessica TallonMerge branch '942-default-location'
2014-09-29 Jessica TallonAdd documentation on changing data dir and Fix stylisti...
2014-09-26 Alon Levypdf tests: use our own pdf doc as GOOD_PDF
2014-09-24 Christopher Allan... Updated config_spec.ini to add %(data_basedir)s and...
2014-09-24 Christopher Allan... defaults now pulled from a mashup of mediagoblin.ini...
2014-09-24 Christopher Allan... Switch print statement to print function
2014-09-24 Jessica TallonFix Content-Disposition error for retrieving OAuth...
2014-09-22 Christopher Allan... Making alembic happen with python 3 only... for now.
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
next