Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [audio.html]: force download | Jesús | 2022-03-01 | 1 | -2/+2 |
| | |||||
* | Show spectrogram if javascript is enabled | Jesús | 2022-03-01 | 1 | -6/+25 |
| | |||||
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -80/+109 |
| | |||||
* | Set videos to preload="metadata" to prevent upfront download [trac#5625]. | Michael McMahon | 2021-09-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Setting was previously preload="auto". While preload="auto" *does not* cause a full upfront download on Firefox, Abrowser, IceCat or Chromium, a user reported on the LibrePlanet mailing list that it was causing a full download on their browser. The specifications leave it up to the browser do decide whether to download, but it makes sense to do what we can to avoid surprising people on low bandwidth/quota internet connections. https://html.spec.whatwg.org/multipage/media.html#attr-media-preload Further, media.libreplanet.org (one of MediaGoblin's biggest users) has implement this change locally, so it makes sense for us to stay in sync. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Extend left/right arrow key navigation to paginated views [#5627]. | Olivier Mehani | 2021-09-19 | 5 | -2/+12 |
| | | | | | | Includes "home", "collection", "view all user's media" and "user's profile" views. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Convert notifications.js to vanilla JavaScript (no jQuery). | Ben Sturmfels | 2021-08-19 | 1 | -5/+5 |
| | |||||
* | Convert header_dropdown.js to vanilla JavaScript (no jQuery). | Ben Sturmfels | 2021-08-19 | 1 | -2/+2 |
| | |||||
* | Remove additional mentions of persona in templates and docs. | Ben Sturmfels | 2021-04-23 | 3 | -30/+5 |
| | |||||
* | Remove the slightly un-intuitive "Resolve" button on the report handling page. | Rodrigo Martins | 2021-04-10 | 1 | -16/+14 |
| | | | | | | | This button just uses JavaScript to reveal the subsequent actions. Better to show these upfront. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | Note that download link sorting will be wrong for higher resolutions. | Ben Sturmfels | 2021-03-09 | 1 | -0/+1 |
| | |||||
* | Update video links to support multiple resolution transcoding [#5620]. | Ben Sturmfels | 2021-03-09 | 1 | -6/+10 |
| | | | | | | | We may need to push download link creation into the view in the future to make it more fully featured, but this will solve the immediate issue with missing download links on new media after 0.10.0. Sorting of entries won't be right if your media is over 999p since it's alphabetical. | ||||
* | Decode request.query_string before use. | Ben Sturmfels | 2020-04-09 | 2 | -9/+9 |
| | | | | | | | | | | Prior to this change, when pagination kicks in on the user management or report management panel, the following exception is raised: TypeError: a bytes-like object is required, not 'str' The cause is that `request.query_string` in the URL parameters in raw bytestring form as per Werkzeug documentation. | ||||
* | Revert "Decode request.query_string before use." | Ben Sturmfels | 2020-04-09 | 2 | -9/+9 |
| | | | | This reverts commit b6fba854007bb4392846085a60178c44dbd7989e. | ||||
* | Decode request.query_string before use. | Ben Sturmfels | 2020-04-09 | 2 | -9/+9 |
| | | | | | | | | | | | This doesn't seem to be an issue in my Guix SD/Python 3.7 testing, but hit an issue on Debian 9/Python3.5 where concatenating text to `request.query_string` was causing the error: TypeError: a bytes-like object is required, not 'str' This clearly hasn't been an issue in the past though, so I suspect there's a library somewhere that's on a different version and is behaving differently. | ||||
* | Use items() for Python 3 support. | Ben Sturmfels | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Add datetime_format config option. | Olivier Mehani | 2019-09-20 | 6 | -10/+10 |
| | | | | | | | Moves the datetime_format used in various places to the config and allows a global override per site. Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | move subtitles out of media streams in html | Boris Bobrov | 2018-07-12 | 1 | -4/+4 |
| | |||||
* | Merge branch 'transcoding_progress' | Boris Bobrov | 2018-07-12 | 2 | -14/+28 |
|\ | | | | | | | This probably broke stuff | ||||
| * | Show default resolution progress in processing panel | vijeth-aradhya | 2017-08-22 | 1 | -1/+9 |
| | | |||||
| * | Merge branch 'master' into 'multiple-qualities-frontend' | Vijeth Aradhya | 2017-08-14 | 1 | -3/+1 |
| |\ | | | | | | | | | | | | | Add multiple video qualities feature See merge request !2 | ||||
| * | | Add previous mg css to video player | vijeth-aradhya | 2017-07-31 | 1 | -2/+21 |
| | | | |||||
| * | | Modify video.html to add video-resolution-switcher plugin | vijeth-aradhya | 2017-07-23 | 1 | -27/+14 |
| | | | |||||
| * | | Revert "Modify video template to accomodate multiple resolutions" | vijeth-aradhya | 2017-07-23 | 1 | -14/+27 |
| | | | | | | | | | | | | This reverts commit f6ba0e561bfb62991d70a4c002edf142d9d7540c. | ||||
| * | | Modify video template to accomodate multiple resolutions | vijeth-aradhya | 2017-07-16 | 1 | -27/+14 |
| | | | | | | | | | | | | | | | | | | Add required JS/CSS plugin files. Add JS file to fire up the plugin. Modify video tag accordingly. | ||||
* | | | Merge remote-tracking branch 'gsoc2016/Subtitle-1' | Boris Bobrov | 2018-07-10 | 2 | -0/+5 |
|\ \ \ | |||||
| * | | | Deleted old templates files | saksham1115 | 2016-07-19 | 2 | -109/+0 |
| | | | | |||||
| * | | | Fixed media.html by using plugin hook | saksham1115 | 2016-07-19 | 1 | -31/+1 |
| | | | | |||||
| * | | | Deleted some files | saksham1115 | 2016-07-19 | 2 | -73/+0 |
| | | | | |||||
| * | | | Only video uploader can edit their subtitles | saksham1115 | 2016-07-19 | 1 | -1/+3 |
| | | | | |||||
| * | | | Removed option for adding subtitles for image etc | saksham1115 | 2016-07-19 | 1 | -25/+27 |
| | | | | |||||
| * | | | Adding css to textarea | saksham1115 | 2016-07-19 | 1 | -1/+4 |
| | | | | |||||
| * | | | Converting the path to subtitle into a tuple | saksham1115 | 2016-07-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removing commented code | saksham1115 | 2016-07-19 | 1 | -2/+0 |
| | | | | |||||
| * | | | Cleaning up | saksham1115 | 2016-07-19 | 2 | -7/+40 |
| | | | | |||||
| * | | | Customizing Subs using Wtforms | saksham1115 | 2016-07-19 | 2 | -1/+37 |
| | | | | |||||
| * | | | Working for firefox | saksham1115 | 2016-07-19 | 1 | -6/+9 |
| | | | | |||||
| * | | | Loading subtitle files [Not working] | saksham1115 | 2016-07-19 | 1 | -1/+34 |
| | | | | |||||
| * | | | Customize Interface in progress | saksham1115 | 2016-07-19 | 2 | -2/+5 |
| | | | | |||||
| * | | | Subtitle built over attachments : working | saksham1115 | 2016-07-19 | 3 | -3/+99 |
| | | | | |||||
| * | | | Subtitle interface using attachments | saksham1115 | 2016-07-19 | 1 | -0/+4 |
| | | | | |||||
| * | | | Lightbox effect for images | saksham1115 | 2016-07-19 | 1 | -1/+5 |
| | | | | |||||
* | | | | Add moderation panel thumbnail header [#5563] | Andrew Browning | 2018-04-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Add moderation panel column header for thumbnail column. | ||||
* | | | | Fix location of host-meta.xml file [#5543] | Andrew Browning | 2017-10-31 | 1 | -0/+0 |
| |_|/ |/| | | |||||
* | | | Apply button_warning style to blog delete buttons | Andrew Browning | 2017-06-19 | 1 | -1/+1 |
| | | | |||||
* | | | Fix #830 - Remove exif from blog posts | Andrew Browning | 2017-06-19 | 1 | -2/+0 |
| |/ |/| | |||||
* | | Add register_captcha template hook | Andrew Browning | 2017-06-06 | 1 | -0/+1 |
| | | |||||
* | | Make play button a button instead of div | Boris Bobrov | 2017-04-03 | 1 | -1/+1 |
| | | | | | | | | More attempts to make mg acessible | ||||
* | | Add aria attributes to audio player | Boris Bobrov | 2017-04-02 | 1 | -3/+3 |
| | | | | | | | | I hope this helps a bit with mediagoblin accessibility | ||||
* | | Move audio html out of js | Boris Bobrov | 2017-04-02 | 1 | -0/+6 |
| | | |||||
* | | edit_profile.html: Consistency in the width of input fields | vijeth-aradhya | 2017-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The width of all the input fields in user profile edit form (also forms which wtforms render div function) is 100% Fixes #996 Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> |