summaryrefslogtreecommitdiffstats
path: root/play
Commit message (Expand)AuthorAgeFilesLines
* Drop conditional for PHP < 5.3Paul Arthur2012-06-251-6/+0
* Clean up uses of isset in play/index.phpPaul Arthur2012-06-221-7/+8
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-131-1/+0
* Fixed two PHP warnings, and some issues with how users were being constructedKarl Vollmer2011-12-011-0/+1
* Some cleanup of the streaming code.Paul Arthur2011-11-091-5/+4
* Remove unnecessary call to header()Paul Arthur2011-10-271-1/+0
* Update Horde_Browser to latest.Paul Arthur2011-10-271-4/+4
* Fix forced transcoding. FS#1633.6-alpha1Paul Arthur2011-04-211-0/+1
* Transcoding/streaming cleanup.Paul Arthur2011-04-081-68/+60
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
* Fix byterange bugBrady Wetherington2011-03-291-1/+1
* header comment replace for phpdocmomo-i2011-02-031-18/+30
* Fix #67 - Don't transcode video files using audio rules even if transcoding i...Karl Vollmer2010-12-091-1/+1
* Resolve #90 and #89, remove democratic playlist entries if there is a fatal e...Karl Vollmer2010-12-091-14/+7
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-1/+2
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-129/+129
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
* sync from 3.5.x r2268Karl 'vollmerk' Vollmer2010-02-021-6/+4
* Sync from 3.5 branch still untestedKarl 'vollmerk' Vollmer2010-01-251-1/+1
* fix missing filename in content disposition for non-transcoded/downloaded str...Karl 'vollmerk' Vollmer2010-01-131-0/+2
* sync from branchKarl 'vollmerk' Vollmer2009-07-081-6/+6
* fixed #479 if PHP version is 5.3.0 or larger, don't use magic_quotes.momo-i2009-05-271-1/+4
* fix typo on get_class() check causing it to not identify song objects correctlyKarl 'vollmerk' Vollmer2009-05-111-2/+2
* sync stats fix from 3.5 branchKarl 'vollmerk' Vollmer2009-05-061-3/+5
* fix typo causing height to not display on art retrival, update to db allowing...Karl 'vollmerk' Vollmer2009-03-151-3/+2
* add length to the video browse, put in some stuff for the now playing table u...Karl 'vollmerk' Vollmer2009-03-081-1/+1
* fixed missing reference to new variable name when downsamplingKarl 'vollmerk' Vollmer2009-02-081-1/+1
* rename the variables, potentially break some stuff, good funKarl 'vollmerk' Vollmer2009-02-071-67/+69
* Add very basic buggy as crap video support, fix a few other minor bugs with p...Karl 'vollmerk' Vollmer2009-02-021-8/+13
* prevent fread($fp,0) if a program seeks to the very end of a fileKarl 'vollmerk' Vollmer2008-11-191-1/+3
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-151-4/+4
* simplify the logic, and improve it all in one commit.. liesKarl 'vollmerk' Vollmer2008-11-151-1/+1
* fix logic, its early give a man a breakKarl 'vollmerk' Vollmer2008-11-151-1/+1
* add in require_localnet_session configurationKarl 'vollmerk' Vollmer2008-11-151-1/+5
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-1/+2
* sync to trunkKarl 'vollmerk' Vollmer2008-08-301-13/+15
* only do the seek stuff if the start has a positive valueKarl 'vollmerk' Vollmer2008-08-291-1/+1
* sync of fixes from branchKarl 'vollmerk' Vollmer2008-07-301-0/+11
* fixed the albums/artists I broke a few revs ago and sync of the download stat...Karl 'vollmerk' Vollmer2008-07-151-3/+3
* first steps of a fix for the xml-rpc streaming and catalogingKarl 'vollmerk' Vollmer2008-04-151-22/+34
* slight tweak, do not impose play % restrictions on democratic play itemsKarl 'vollmerk' Vollmer2008-03-171-9/+9
* flush out the democratic mojo, make the cooldown workKarl 'vollmerk' Vollmer2008-03-171-4/+19
* fixed the issue with a lack of gettext (define ngettext if it does not exist)Karl 'vollmerk' Vollmer2008-03-141-0/+1
* major corrections to reading of preferences and a few misc fixes which I have...Karl 'vollmerk' Vollmer2008-02-291-5/+5
* fixed public/private aspect of playlists, default is to filter out non-owned ...Karl 'vollmerk' Vollmer2008-01-141-1/+5
* fixed an issue with downsample remote where it required access_control to be ...Karl 'vollmerk' Vollmer2007-12-301-4/+4
* Fix for proper byte range handling (necessary for iPhone support). Fixed stre...flashk2007-12-261-12/+18
* few more tweaks preping for beta1 release, fixed typo in config fileKarl 'vollmerk' Vollmer2007-12-251-9/+5
* fixed now playing for the API and lack of session extend when using the APIKarl 'vollmerk' Vollmer2007-12-241-2/+2
* fixed issues with user edit and create, fixed seek errors (Thx Karl Hungus) s...Karl 'vollmerk' Vollmer2007-12-201-11/+21