aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
Commit message (Collapse)AuthorAgeFilesLines
* Add video-resolution-switcher (video.js plugin) v0.4.2vijeth-aradhya2017-07-231-0/+1
|
* Change video.js version to v5.20.1vijeth-aradhya2017-07-231-1/+1
|
* Revert "Add change-video-resolution.js to start the plugin"vijeth-aradhya2017-07-231-43/+0
| | | | This reverts commit e44c4569c7f7ac4b0b1c8470f38f7f1d09dd00f8.
* Revert "Modify video-js link folder and change version"vijeth-aradhya2017-07-231-1/+1
| | | | This reverts commit 0e49df65fea13b15c5566f2ee44842feaeaaccd0.
* Revert "Add video-resolution-switcher (v0.4.2) plugin"vijeth-aradhya2017-07-231-1/+0
| | | | This reverts commit 19d7c450706df1aae74003fcfcfa03d17ebd6f54.
* Add video-resolution-switcher (v0.4.2) pluginvijeth-aradhya2017-07-181-0/+1
|
* Modify video-js link folder and change versionvijeth-aradhya2017-07-181-1/+1
|
* Add change-video-resolution.js to start the pluginvijeth-aradhya2017-07-161-0/+43
|
* Change all tabs to spaces in js fileBoris Bobrov2017-05-231-5/+5
| | | | It's bad to mix them
* Change aria-text when state changesBoris Bobrov2017-04-031-4/+6
|
* Make play button a button instead of divBoris Bobrov2017-04-031-1/+2
| | | | More attempts to make mg acessible
* Move audio html out of jsBoris Bobrov2017-04-021-10/+4
|
* edit_profile.html: Consistency in the width of input fieldsvijeth-aradhya2017-02-141-1/+1
| | | | | | | | | 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>
* post_comment.js, media.html: Add AJAX for posting commentsvijeth-aradhya2017-01-291-0/+63
| | | | | | | 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
* Merge branch 'thumbnail', fixes #592.Ben Sturmfels2016-11-131-1/+0
|\
| * Merge `white-space` change into main `.media_thumbnail` class.Ben Sturmfels2016-11-131-5/+0
| |
| * changed css to fix text on thumbnailMatt2016-08-151-0/+4
| |
* | Fix #664 - Text overflow in media headingsAndrew Browning2016-10-231-0/+6
| | | | | | | | | | | | | | Merge in kesara's changes to fix the media heading overflows on edit and delete pages for ticket #664. Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
* | Use OSM tiles in Geolocation plugin #5466Olivier Mehani2016-09-181-4/+2
| | | | | | | | | | | | | | MapQuest recently disabled free-as-in-beer access to their map tiles, so let's switch to free-as-in-speech images. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* | Merge branch 'panel'Boris Bobrov2016-09-161-3/+21
|\ \
| * | Add documentation for header drop-down open/closed.Ben Sturmfels2016-09-121-9/+11
| | |
| * | Make the panel default to open and remember preference in local storage.Matt2016-08-161-2/+18
| |/
* / Add padding around form field labelsJosh Crompton2016-09-161-4/+2
|/ | | | Fixes #5468
* removed debug prints, added video iconBoris Bobrov2016-02-052-2/+2
|
* Display type icon in thumbnailsBoris Bobrov2016-02-051-6/+6
|
* added a plugin to display information about entries in processingBoris Bobrov2016-02-011-0/+20
| | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html -- resolved by using the original file and manually adding pieces from my commit
* moved styles to a css file; more fixes to templatesBoris Bobrov2016-01-281-0/+36
|
* Fixing symlink to jquery.js in post-bower universeChristopher Allan Webber2015-02-171-1/+1
| | | | This commit sponsored by Alexander Slovesnik. Thanks!
* Fixing video-js symlink for new bower based checkoutChristopher Allan Webber2015-02-171-1/+1
| | | | This commit sponsored by Thorbjørn Lindeijer. Thank you!
* Remove html5slider Javascript helperAsheesh Laroia2015-02-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | This helper was originally added as a "polyfill" (backward-compatibility shim) for Firefox version 23 and older, so that <input type="range"> that audio.js uses could render nicely in those versions of Firefox. Chromium did not need this shim, and Firefox 23 (released on Aug 6, 2013) added support for this. Therefore, let us remove this dependency. By current metrics at caniuse.com <http://caniuse.com/#feat=input-range>, 88.14% of web users support this attribute. Opera Mini and old versions of Internet Explorer (6-8) are the only holdouts. Note also that the html5slider.js is uninterested in adding this to the npm package manager (or any package manager) repository <https://github.com/fryn/html5slider/issues/5>, meaning that keeping it in the mediagoblin extlib section would mean manual maintenance/updating by the GNU MediaGoblin team. This commit also removes GMG's use of the shim.
* Fix #1046 - Media breaking out of containerjpope7772014-12-022-3/+38
|
* Remove ^P characterChristopher Allan Webber2014-10-301-1/+1
|
* Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-013-0/+16
|
* Fix #952 - Force the footer to the bottom of the pageJessica Tallon2014-09-301-3/+18
|
* Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)Christopher Allan Webber2014-07-102-5/+5
| | | | | | This fixes issue #754 Thanks Aleksej!
* Tweaked the metadata edit screen to run jsonschema validators against the data.tilly-Q2014-05-141-8/+3
|
* Made the metadata table functional within the new metadata_display plugin andtilly-Q2014-05-121-19/+0
| | | | removed all traces of it from core.
* Made the metadata table look prettytilly-Q2014-05-121-0/+18
|
* Merge branch 'metadata-editor' into metadatatilly-Q2014-05-121-0/+18
|\
| * Changed the format of the wtforms table slightlytilly-Q2014-05-121-3/+7
| |
| * Fixed a slight css error.tilly-Q2014-05-061-1/+1
| |
| * Created a UI for editting a media's metadata. Had to add a new macro totilly-Q2014-05-061-0/+14
| | | | | | | | wtforms.html in the process.
* | Removing the mediagoblin.jsonld file, which really was just the RDFa 1.1 file.Christopher Allan Webber2014-05-091-1/+2
| | | | | | | | This commit sponsored by Matthew Cope. Thanks!
* | Starting to add metadata tools, as well as mediagoblin's schemaChristopher Allan Webber2014-05-071-0/+47
|/
* adjust exif info alignmentjpope2014-01-131-0/+6
|
* adjust exif to match other sections and remove extra cssjpope2014-01-131-36/+10
|
* move "wide" view to seperate branchjpope2014-01-081-4/+6
|
* rename couple of css classesjpope2014-01-071-2/+2
|
* adjust thumbnailsjpope2014-01-071-0/+3
|
* center media within media containerjpope2014-01-071-4/+6
|