aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new files for collectionsAaron Williamson2012-09-181-0/+26
|
* Added html5slider to support range inputs in FirefoxJoar Wandborg2012-04-182-8/+3
|
* Media processing, transcoding, display fixesJoar Wandborg2012-04-091-2/+8
| | | | | | | | | | | | | | | | | | - Added configurable options - Video - vp8_quality - vp8_threads - vorbis_quality - Audio - spectrogram_fft_size - ASCII - thumbnail_font - Cleaned up ascii.asciitoimage - Cleaned up video.transcoders - Changed default video quality settings to better quality - Changed default audio spectrogram solution to the double. - Added a hacky notice for Firefox users instead of the broken range input.
* JS: fix first part of #422; make items in drop-down acutally workJef van Schendel2012-04-011-8/+5
|
* Add dropdown to headerJef van Schendel2012-04-011-0/+33
|
* Seeking works in firefoxJoar Wandborg2012-03-291-28/+111
| | | | | | | | - Added support for indicating multiple buffered ranges (Firefox) - Added volume slider (Chromium) - Replaced stop button with faux pause button - Added 'ended' event handler
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-272-0/+151
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
| * Faster sniffingJoar Wandborg2012-03-221-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | - Sniffing now goes through the old extension-based filter before doing it the bitsniffing way. - Refractored get_media_type_and_manager(filename). - Removed ogg extension from video accepted extensions, audio will take care of that. - Added custom audio player, still WIP,but working. - Added test for sniffing. This only tests for the mediagoblin.media_types.image type, as that is the only one enabled from start.
* | Add comment in JavaScript file about duplicating the password fieldJef van Schendel2012-03-261-0/+1
| |
* | set username default server-sideJakob Kramer2012-03-251-2/+0
| |
* | Fill username automatically in (Forget Password)Jakob Kramer2012-03-241-0/+27
| | | | | | | | | | Fill the username automatically in the "Forget Password" form if the user already entered his username on the login page
* | Allow arrow keys in input fields and textareasJakob Kramer2012-03-241-1/+9
| | | | | | | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened.
* | adding the video.js wrapperSacha De'Angeli2012-03-121-0/+1
| |
* | Stop failing if there is no previous/next to go toJef van Schendel2012-03-051-2/+6
| |
* | Add left and right arrow keys navigation (add new JS file, link it from ↵Jef van Schendel2012-02-141-0/+29
|/ | | | media.html; add new navigation_right class to right button)
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
|
* JavaScript fixes - AGPL headers, etcJoar Wandborg2012-01-283-3/+56
| | | | | | - Added AGPL header to comment_show.js, show_password.js and geolocation-map.js - Removed console.log from geolocation-map.js
* Added code for leaflet geolocation mapJoar Wandborg2012-01-252-0/+30
|
* * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵Jef van Schendel2012-01-051-0/+1
| | | | | | | mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx)
* Seperate jQuery bit that was still in media.htmlJef van Schendel2012-01-011-0/+9
|
* Forgot to include the newly created JS fileJef van Schendel2011-12-291-0/+19
|
* First push with jQuery libraryJef van Schendel2011-12-021-0/+1