Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JS: fix first part of #422; make items in drop-down acutally work | Jef van Schendel | 2012-04-01 | 1 | -8/+5 |
| | |||||
* | Add dropdown to header | Jef van Schendel | 2012-04-01 | 1 | -0/+33 |
| | |||||
* | Seeking works in firefox | Joar Wandborg | 2012-03-29 | 1 | -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 Wandborg | 2012-03-27 | 2 | -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 sniffing | Joar Wandborg | 2012-03-22 | 1 | -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 field | Jef van Schendel | 2012-03-26 | 1 | -0/+1 |
| | | |||||
* | | set username default server-side | Jakob Kramer | 2012-03-25 | 1 | -2/+0 |
| | | |||||
* | | Fill username automatically in (Forget Password) | Jakob Kramer | 2012-03-24 | 1 | -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 textareas | Jakob Kramer | 2012-03-24 | 1 | -1/+9 |
| | | | | | | | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened. | ||||
* | | adding the video.js wrapper | Sacha De'Angeli | 2012-03-12 | 1 | -0/+1 |
| | | |||||
* | | Stop failing if there is no previous/next to go to | Jef van Schendel | 2012-03-05 | 1 | -2/+6 |
| | | |||||
* | | Add left and right arrow keys navigation (add new JS file, link it from ↵ | Jef van Schendel | 2012-02-14 | 1 | -0/+29 |
|/ | | | | media.html; add new navigation_right class to right button) | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 3 | -3/+3 |
| | |||||
* | JavaScript fixes - AGPL headers, etc | Joar Wandborg | 2012-01-28 | 3 | -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 map | Joar Wandborg | 2012-01-25 | 2 | -0/+30 |
| | |||||
* | * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵ | Jef van Schendel | 2012-01-05 | 1 | -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.html | Jef van Schendel | 2012-01-01 | 1 | -0/+9 |
| | |||||
* | Forgot to include the newly created JS file | Jef van Schendel | 2011-12-29 | 1 | -0/+19 |
| | |||||
* | First push with jQuery library | Jef van Schendel | 2011-12-02 | 1 | -0/+1 |