aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Decode request.query_string before use."Ben Sturmfels2020-04-094-12/+13
* Decode request.query_string before use.Ben Sturmfels2020-04-094-13/+12
* Fix Jorge's audio upload workaround in Python 3.Ben Sturmfels2020-04-071-2/+2
* Note possible future steps for Python 3 audio thumbnailing.Ben Sturmfels2020-04-021-0/+4
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-17/+34
* Add visual feedback on link hoverMuto2020-04-021-0/+17
* Fix audio thumbnailing once and for all.Ben Sturmfels2020-04-011-3/+24
* Handle moved SharedDataMiddleware in werkzeug >= 0.15.0.Ben Sturmfels2020-04-011-2/+5
* Use items() for Python 3 support.Ben Sturmfels2019-11-271-1/+1
* Extend install instructions for raven plugin.Ben Sturmfels2019-11-271-1/+3
* Prevent warning when importing GstPbutils.Ben Sturmfels2019-11-011-0/+1
* Add datetime_format config option.Olivier Mehani2019-09-207-10/+13
* metadata_display: Refine spacing.Ben Sturmfels2019-09-181-6/+1
* metadata_display: Improve default alignment/spacing of metadata.Ben Sturmfels2019-09-181-2/+7
* Even up top/bottom margins around header dropdown button.Ben Sturmfels2019-09-181-2/+2
* Add basic duplicate prevention for batchaddmedia.Ben Sturmfels2019-09-181-3/+18
* Update metadata_display plugin for Python 3.Ben Sturmfels2019-09-181-1/+1
* Add Python 3 docker-compose recipe for MediaGoblin hacking.Ben Sturmfels2019-09-161-0/+9
* batchaddmedia: Simplify the Python 2 & 3 unicode handling.Ben Sturmfels2019-09-121-59/+12
* Remove unicode literals in batchaddmedia.Ben Sturmfels2019-09-121-13/+13
* Fix URL-based importing with batchaddmedia command.Ben Sturmfels2019-09-121-2/+18
* Fix saving original of the videoBoris Bobrov2018-07-132-2/+3
* simplify an if and fix string formattingBoris Bobrov2018-07-131-3/+2
* nitpickingBoris Bobrov2018-07-131-1/+1
* close tag in subtitles htmlBoris Bobrov2018-07-121-0/+1
* move subtitles out of media streams in htmlBoris Bobrov2018-07-121-4/+4
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-1222-79/+573
|\
| * Fixes for small bugsBoris Bobrov2018-07-125-19/+34
| * Merge branch 'multiple-qualities-frontend' into 'transcoding_progress'Vijeth Aradhya2017-08-293-11/+8
| |\
| | * Change complimentary_task to complementary_tasvijeth-aradhya2017-08-292-6/+6
| | * Remove self.entry in VideoTranscodervijeth-aradhya2017-08-272-5/+2
| * | Show default resolution progress in processing panelvijeth-aradhya2017-08-221-1/+9
| * | Add main_transcoding_progress to ProgressCallbackvijeth-aradhya2017-08-222-3/+9
| * | Add main_transcoding_progress column migrationvijeth-aradhya2017-08-222-0/+29
| |/
| * Create a seperate test for get_all_mediavijeth-aradhya2017-08-171-3/+24
| * Add test for get_all_media()vijeth-aradhya2017-08-161-1/+20
| * Change webm to webm_video in media_size checkvijeth-aradhya2017-08-141-2/+2
| * Merge branch 'master' into 'multiple-qualities-frontend'Vijeth Aradhya2017-08-146-372/+8
| |\
| * | Small changes to fixing transcode percentagevijeth-aradhya2017-08-112-10/+8
| * | Change entry.title to entry.id in loggingvijeth-aradhya2017-08-101-3/+3
| * | Fix percentage reportingvijeth-aradhya2017-08-104-6/+26
| * | Add unicode to accomodate title of MediaEntryvijeth-aradhya2017-08-081-3/+3
| * | Replace print statements to loggingvijeth-aradhya2017-08-052-28/+18
| * | Add previous mg css to video playervijeth-aradhya2017-07-311-2/+21
| * | Modify video.html to add video-resolution-switcher pluginvijeth-aradhya2017-07-231-27/+14
| * | Add change-video-resolution.js to start video-resolution-switcher pluginvijeth-aradhya2017-07-231-0/+27
| * | Add video-resolution-switcher (video.js plugin) v0.4.2vijeth-aradhya2017-07-231-0/+1
| * | Change video.js version to v5.20.1vijeth-aradhya2017-07-231-1/+1
| * | Revert "Modify video template to accomodate multiple resolutions"vijeth-aradhya2017-07-231-14/+27
| * | Revert "Add change-video-resolution.js to start the plugin"vijeth-aradhya2017-07-231-43/+0