playlist.php
2008-09-01 Dan First shot at getting a session management system in place. Login and logout pages are there, and auth seems to be working and sufficiently secure for the moment. Sessions last indefinitely and are cookie-based.
2008-09-01 Dan Added artwork spriting support. Artwork is now displayed using a gigantic CSS sprite instead of hundreds of little images. GD required.
2008-08-16 Dan Removed requirement for detecting home directory; artwork fetcher relies on return from saveCurrentPlaylist now
2008-08-05 Dan Added initial album artwork support.
2008-06-30 Dan Made the webserver a bit smarter. It handles running as root properly (only allows it if user/group specified and port < 1024) and directory listing is massively smarter.
2008-03-24 Dan SECURITY: Fix ability to crash server in ajax.php; added playback position slider and ability to seek through current song
2008-03-24 Dan First release version. Renamed to Greyhound and readme/license files added.
2008-03-24 Dan Relicensed to GPLv2. Previous revisions should not be downloaded as they do not contain copies of appropriate licenses, which will be added in a later commit. Completed interface for mobile devices.
2008-03-24 Dan Should be completely iPhone/iPod Touch-friendly now :)
2008-03-24 Dan $allowcontrol = false working and turned on now; switched default port back to 7447 instead of random; added favicon and apple-touch-icon
2008-03-24 Dan Should be nearly finished now - includes volume control, length measurement, and seems pretty stable
2008-03-23 Dan Preliminary groundwork for AJAX interface
2008-03-23 Dan First commit. Basic things are working and implemented (webserver, templating, DCOP interface)
less more (0) tip