Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Headers for collection items | Boris Bobrov | 2017-01-29 | 1 | -1/+4 |
| | | | | | | | | Fixes issue #776 | ||||
* | | oob.html: Removed line breaks around the verifier code | vijeth-aradhya | 2017-01-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | There was an extra space that was displayed after the verfication code which caused verification to fail when just copied. Hence, any line breaks or spaces has been removed Fixes #5476 | ||||
* | | post_comment.js, media.html: Add AJAX for posting comments | vijeth-aradhya | 2017-01-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Stop reloading the page when a comment is posted which helps in not stopping the media being played (for example, a song) Fixes https://issues.mediagoblin.org/ticket/868 | ||||
* | | Fix #5484 - Add video icon to collection thumbnail | Andrew Browning | 2017-01-16 | 1 | -0/+3 |
| | | |||||
* | | Add media_titleinfo template hook | ayleph | 2017-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | This patch is based on work by cmichi to add a template hook near the media title section of the page. I rearranged the code in the original patch to match the current media.html page. | ||||
* | | Fix typo in user processing panel | Andrew Browning | 2016-10-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to Storm_dragon for reporting this typo. | ||||
* | | use is_rtl variable to detect rtl locales | Leah Velleman | 2016-06-20 | 1 | -1/+1 |
| | | |||||
* | | fixed 'older' and 'newer' arrows for rtl locales | Leah Velleman | 2016-06-20 | 1 | -4/+11 |
|/ | |||||
* | Fix comment ID links on blog media page | Andrew Browning | 2016-03-05 | 1 | -4/+5 |
| | | | | | Change the comment ID behaviour and source of user_pages/blog_media.html to match user_pages/media.html as of #5376. | ||||
* | Fix comment ID links on media comment report page | Andrew Browning | 2016-03-05 | 1 | -18/+12 |
| | | | | | Change the comment ID behaviour and source of user_pages/report.html to match user_pages/media.html as of #5376. | ||||
* | Fix #5432 - Comment report link doens't work | Andrew Browning | 2016-03-02 | 1 | -1/+1 |
| | | | | | This builds on work done for #5376 and associates the correct comment ID with comment report links. |