Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-20 | [webinterface] add Chorus2 as new default webinterface | Martijn Kaijser | |
2016-11-20 | [webinterface] remove old and broken default webinterface | Martijn Kaijser | |
2016-10-15 | Merge pull request #9853 from chewitt/webgui_poster | Martijn Kaijser | |
[webinterface.default] tvshows: default to poster view and use sorttitle | |||
2016-07-11 | Handle remote typing via default web interface. | ShaLi Shaltiel | |
This should handle typing more than one character. | |||
2016-07-11 | Trying to use event.key if exist | ShaLi Shaltiel | |
2016-05-22 | [webinterface.default] tvshows: sort results by sorttitle | chewitt | |
2016-05-22 | [webinterface.default] tvshows: default to poster view | chewitt | |
2015-03-09 | [webif] fixed typo (closes #15844 - thanks b1m1) | Matthias Kortstiege | |
2014-06-29 | [webinterface.default] Sort audio tracks by track number | Xavier Landreville | |
2014-04-05 | Merge pull request #4501 from sagiben/Gotham | Trent Nelson | |
Profiles tab is not deselected | |||
2014-04-04 | [webui] Add keyboard controls to web remote | David Banham | |
2013-08-11 | [cosmetic] update copyright headers | Martijn Kaijser | |
2013-08-09 | Adding Profiles support to the XBMC default web interface. | DoraXBMC | |
2013-08-01 | Merge pull request #2999 from dnunes/webinterface | Sascha Montellese | |
[webinterface.default] JS bugfix, cleanup and linting. | |||
2013-07-31 | [webinterface.default] fix runtime value in minutes (fixes #14523) | montellese | |
2013-07-29 | Cosmetic fixes: | diego nunes | |
- Added Sublime Project files to gitignore; - Linting/cleanup of Webinterface JavaScript; - Cleanup of Webinterface CSS; Cosmetic changes to better fit the XBMC current code style. | |||
2013-07-29 | Functional fixes: | diego nunes | |
Web interface remote control was "eating" browser shortcuts (ctrl+key, alt+key); Web interface right click key and alnum keypad volume controls are now working (keycodes 93, 187, 189); Web interface now show full movies/artists names on tooltips; Web interface won't show whitespaces before "..." on long movies/artists names; 17~18 chars movie titles/album names on web interface no longer get clipped; | |||
2013-04-06 | Merge pull request #2033 from PhenX/master | Arne Morten Kvarving | |
Handle keystrokes in the web interface remote (up, down, left, right,… | |||
2013-03-10 | Handle letters and digits keystrokes in the web interface remote | Fabien Ménager | |
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser | |
2013-01-06 | Handle keystrokes in the web interface remote (up, down, left, right, ↵ | Fabien Ménager | |
play/pause, ...) | |||
2012-12-14 | [webinterface.default] fix typo in episode runtime | montellese | |
2012-10-09 | cleanup - removed over 200k from the project | asylumfunk | |
- cleanup - moved ajax commonalities to dedicated library - cleanup - removed unneeded jQuery.proxy calls - cleanup - removed comments - performance - much faster replace - cleanup - upgraded jquery to 1.8.2, removed unreferenced js files - performance - lossless image size reduction with smushit | |||
2012-10-06 | cleanup - no more global variables | asylumfunk | |
- removed unused prototype definitions - explicitly access the local window - cleaned up logic, declared all implied variables - renamed file to follow convention - updated copyright year | |||
2012-10-05 | cleanup - removed unreferenced functions, moved dangling variable declaration | asylumfunk | |
2012-10-04 | [webinterface.default] fix Player.Go(Previous|Next|To) after changes in JSON-RPC | montellese | |
2012-09-29 | [webinterface.default-v2.0.3] | asylumfunk | |
- complete rewrite of Javascript loading - performs up to 200x faster - uses less resources - no pollution of global namespace - easier to maintain | |||
2012-09-29 | [webinterface.default] fix song view of a specific album | montellese | |
2012-09-09 | fix address line in GPL headers | montellese | |
2012-08-12 | [webinterface.default] more relative paths (missed in ↵ | montellese | |
6b20411ea87962174a5f0f3ee60319531b0a9578) | |||
2012-08-03 | [webinterface.default] use relative paths everywhere | montellese | |
2012-06-05 | webinterface.default: fall back to Player.GetItem if Playlist.GetItems ↵ | montellese | |
returns an empty list (fixes #13084) | |||
2012-06-05 | webinterface.default: fix thumbnail of "Now Playing" item | montellese | |
2012-05-13 | [webinterface.default] make sure to URL-encode any image-paths returned by ↵ | montellese | |
JSON-RPC when calling http://<ip>:<port>/vfs/ | |||
2012-04-03 | Add source to iscroll-min.js javascript library. | Andres Mejia | |
2012-03-27 | [webinterface.default] make sure to send JSON-RPC requests with the correct ↵ | montellese | |
content-type "application/json" | |||
2012-01-11 | webinterface.default: cosmetics (spaces instead of tabs & fixed indentation) | montellese | |
2011-10-13 | webinterface: fix playback of songs (fixes #12076) | montellese | |
2011-10-12 | webinterface: fix AudioLibrary.GetAlbums call (fixes #12072) | montellese | |
2011-10-08 | jsonrpc: refactor Application.ToggleMute into Application.SetMute | montellese | |
2011-10-08 | jsonrpc: rename "value" parameter of Application.SetVolume to "volume" | montellese | |
2011-09-20 | webinterface: adjust to latest jsonrpc changes | montellese | |
2011-09-18 | webinterface: use newly added jsonrpc methods Player.Open and Player.SetSpeed | montellese | |
2011-09-18 | update webinterface to use latest jsonrpc changes | montellese | |
2011-07-12 | webserver.default: add remote control section | Valentin Grouès | |
2011-07-09 | Merge pull request #245 from neoflex/webserver-tv-shows | Montellese | |
webinterface: work on the TV Show section + other small fixes (thanks neoflex) | |||
2011-07-10 | work on the TV Show section of the default webserver + other small fixes and ↵ | Valentin Grouès | |
UI improvements | |||
2011-07-04 | playing tracks wasn't working. Fixed the playtrack function to use ↵ | neoflex | |
AudioPlaylist.Play with the correct parameters (track position in playlist). The sorting option of AudioLibrary.GetSongs doesn't seem to work at this moment. | |||
2011-04-26 | webinterface: migrate to latest jsonrpc changes | Montellese | |
2011-01-04 | Fix CRLF | Cory Fields | |