aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mention necessary operation per http://lists.mediagoblin.org/pipermail/devel/...Mike Linksvayer2012-10-121-0/+5
* Fixing the airy attribution in the header.Christopher Allan Webber2012-10-071-2/+2
* Fixed pylint issues, removed unused importJoar Wandborg2012-10-022-2/+1
* Added VideoThumbnailerMarkIIJoar Wandborg2012-10-022-8/+301
* Changed copy.copy(get_params) to dict(get_params)Joar Wandborg2012-09-301-1/+1
* Removed debugging stuff from masterJoar Wandborg2012-09-301-8/+0
* Use RawConfigParser instead of dict.viewitemsJoar Wandborg2012-09-301-3/+7
* Set up celery logging from paste iniJoar Wandborg2012-09-301-0/+65
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-2911-105/+144
* Added OAuth testJoar Wandborg2012-09-291-0/+50
* Fixed pylint/pep8 warnings in test/tools.pyJoar Wandborg2012-09-291-2/+2
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-295-27/+382
* Grammar re: libasound2-devJoar Wandborg2012-09-291-4/+4
* Added note about libasound2-dev to docs.Joar Wandborg2012-09-291-0/+7
* Added cascade all, delete-orphan to ProcessingMetaDataJoar Wandborg2012-09-271-5/+7
* Added tests for HTTP callbacksJoar Wandborg2012-09-274-3/+85
* Added some OAuth plugin testsJoar Wandborg2012-09-263-2/+138
* HTTP callback fixesJoar Wandborg2012-09-263-6/+21
* Added support for http callbacks on processingJoar Wandborg2012-09-265-2/+111
* Committing extracted and compiled translationsChristopher Allan Webber2012-09-2448-261/+169
* Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-09-243-99/+99
* Too much was marked for translation this gettext message.Christopher Allan Webber2012-09-241-1/+3
* Changed a <p/> to </p> in user.html. Removed the <p></p> wrappers in profile....LotusEcho2012-09-242-2/+2
* Committing extracted and compiled translationsChristopher Allan Webber2012-09-2448-91/+91
* Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-09-243-139/+140
* Correcting a couple of spelling errors. Thanks elesa, for finding them!Christopher Allan Webber2012-09-241-1/+1
* Removed logging entry from sniff_handlerJoar Wandborg2012-09-221-5/+0
* Fixed typos visisble, appplicationJoar Wandborg2012-09-221-2/+2
* Committing extracted and compiled translationsChristopher Allan Webber2012-09-2151-1399/+7953
* Added name kwarg to Column(Enum(...)) in OAuth modelsJoar Wandborg2012-09-211-2/+4
* Added flask-wtf html5 fields to extlibJoar Wandborg2012-09-213-0/+157
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-2114-44/+602
* Fixed typo in OAuth READMEJoar Wandborg2012-09-191-1/+1
* Added security warning to OAuth READMEJoar Wandborg2012-09-191-0/+5
* Fixed a horrible security issue in the OAuth plugin.Joar Wandborg2012-09-191-3/+6
* Added some more helpful links to the OAuth docsJoar Wandborg2012-09-181-1/+7
* Fixed typo in OAuth docs, recieve => receiveJoar Wandborg2012-09-181-1/+1
* Added documentation for the OAuth pluginJoar Wandborg2012-09-183-0/+132
* Style fixesJoar Wandborg2012-09-182-21/+34
* Fixed post-collect redirect to always take user to image collected.Aaron Williamson2012-09-181-1/+1
* Fixed collection sidebar for media_home to user collection.url_for_self inste...Aaron Williamson2012-09-182-10/+4
* Reference collection creator through already-existing collection_item's forei...Aaron Williamson2012-09-181-1/+1
* Removed unnecessary reference to may_edit_collection in edit views.pyAaron Williamson2012-09-181-1/+1
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30
* Fixed collections migration to add 'collected' column to media_entries instea...Aaron Williamson2012-09-181-2/+2
* Added new files for collectionsAaron Williamson2012-09-1811-0/+548
* Added basic collection functionalityAaron Williamson2012-09-1818-15/+712
* Fixed validation in API post_entry.Joar Wandborg2012-09-172-1/+11