aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
Commit message (Collapse)AuthorAgeFilesLines
* Added html5slider to support range inputs in FirefoxJoar Wandborg2012-04-182-8/+3
|
* Merge remote-tracking branch 'joar/media-fixes'Joar Wandborg2012-04-092-3/+9
|\
| * Media processing, transcoding, display fixesJoar Wandborg2012-04-092-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Add MediaGoblin video player skin by chron0Jef van Schendel2012-04-082-0/+415
|/
* JS: fix first part of #422; make items in drop-down acutally workJef van Schendel2012-04-011-8/+5
|
* CSS: change padding-left to margin-leftJef van Schendel2012-04-011-1/+1
|
* CSS: change comment marginsJef van Schendel2012-04-011-9/+9
|
* HTML/CSS: comment style changesJef van Schendel2012-04-011-3/+8
|
* CSS: remove backgroundJef van Schendel2012-04-011-2/+1
|
* Logo margin fixJef van Schendel2012-04-011-1/+1
|
* Add dropdown to headerJef van Schendel2012-04-012-2/+84
|
* Revert changes from last commit; I am an idiotJef van Schendel2012-03-311-11/+0
|
* Switch over content to new layout/text; slight css editsJef van Schendel2012-03-311-0/+11
|
* Increase bottom margin headerJef van Schendel2012-03-311-1/+1
|
* Small CSS changes to headerJef van Schendel2012-03-311-7/+13
|
* Seeking works in firefoxJoar Wandborg2012-03-292-34/+148
| | | | | | | | - 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-273-0/+204
|\ | | | | | | | | | | | | | | 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-222-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | - 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
| |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJef van Schendel2012-03-251-0/+25
|\ \
| * | 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
* | | Header style changeJef van Schendel2012-03-251-9/+4
|/ /
* | Allow arrow keys in input fields and textareasJakob Kramer2012-03-242-2/+10
| | | | | | | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened.
* | Small styling change for sidebar dataJef van Schendel2012-03-171-6/+7
| |
* | adding the video.js wrapperSacha De'Angeli2012-03-121-0/+1
| |
* | Slight change to thumbnail gallery styleJef van Schendel2012-03-111-3/+5
| |
* | Push another half-fix for portrait thumbnails. Man, this thing is breaking ↵Jef van Schendel2012-03-071-1/+3
| | | | | | | | all over the place.
* | Sort-of fixes so the header does not collapse anymore. Header needs redesigning.Jef van Schendel2012-03-071-1/+11
| |
* | Header doesn't need a heightJef van Schendel2012-03-071-1/+0
| |
* | Actually decrease thumbnail size instead of just their containersJef van Schendel2012-03-071-0/+4
| |
* | Revert thumbnail gallery change: switch back to tablesJef van Schendel2012-03-061-3/+2
| |
* | Fix merge conflict in prev_next.htmlJef van Schendel2012-03-063-53/+94
|\ \
| * | Add sidebar againJef van Schendel2012-03-041-8/+4
| | |
| * | Merge branch 'newlayout' into newlayout-stageJef van Schendel2012-03-043-56/+101
| |\ \
| | * | Forgot to add these layout changes. Everything should work now.Jef van Schendel2012-02-211-25/+55
| | | |
| | * | Resolve merge conflictsJef van Schendel2012-02-211-41/+22
| | |\ \
| | * | | Responsive thumbnail gallery timeJef van Schendel2012-02-181-1/+17
| | | | |
| | * | | Enlarge navigation buttons when mobileJef van Schendel2012-02-151-0/+1
| | | | |
| | * | | Simplify and fix button styles; add larger button styles for mobileJef van Schendel2012-02-151-13/+6
| | | | |
| | * | | Removed cancel_link class; slight changes to button_form styleJef van Schendel2012-02-151-21/+6
| | | | |
| | * | | Center small images by defaultJef van Schendel2012-02-141-1/+4
| | | | |
| | * | | Remove form background images; replace them with regular border stylesJef van Schendel2012-02-143-4/+3
| | | | |
* | | | | Stop failing if there is no previous/next to go toJef van Schendel2012-03-051-2/+6
| | | | |
* | | | | Merge branch 'keyboard_nav'Jef van Schendel2012-03-051-0/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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)
* / | | Go go mediagoblin favico symmetryChristopher Allan Webber2012-03-012-0/+0
|/ / /
* / / Revert "Layout overhaul time!"Christopher Allan Webber2012-02-131-59/+22
|/ / | | | | | | | | | | | | | | This reverts a whole bunch of commits, fb1dc4f5 thru 92e8ca79, where an experimental new layout was played with. Unfortunately, this layout broke the look and feel of master, even though it was going in the right direction for mobile stuff. Jef said he'll do things in a branch!
* | Wait, scratch that. This commit uses a better way.Jef van Schendel2012-02-121-0/+2
| |
* | Add navigation button styles for mobileJef van Schendel2012-02-121-0/+12
| |