summaryrefslogtreecommitdiffstats
path: root/lib/init.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed flag management interface, and potentially fixed an issue with ↵Karl 'vollmerk' Vollmer2007-12-311-1/+1
| | | | use_auth=false
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-1/+1
| | | | removed a dbl escape on the preferences
* fixed session start failure if no cookie + use_auth offKarl 'vollmerk' Vollmer2007-12-261-2/+5
|
* removed duplicate creation of tmpplaylist with flash playerKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* few more tweaks preping for beta1 release, fixed typo in config fileKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* changed alpha4 to beta1, updated translation base files, corrected ↵Karl 'vollmerk' Vollmer2007-12-241-1/+1
| | | | mysql_auth logic
* fixed an issue with the flash player when the play method was not defaultKarl 'vollmerk' Vollmer2007-12-231-0/+4
|
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-201-15/+9
|
* cleaned up XML API errors so that they are always xml docs regardlessKarl 'vollmerk' Vollmer2007-12-181-1/+1
|
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-1/+1
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* added basic MPD user permissions in, I didnt force a level for everyone so ↵Karl 'vollmerk' Vollmer2007-12-101-1/+1
| | | | any existing setups will be defaulted to DENIED until they update their Localplay Level
* added paging to the playlist view, corrected a few stupid parse errors / ↵Karl 'vollmerk' Vollmer2007-12-031-1/+1
| | | | mistakes
* last try before I go to sleep.. honestKarl 'vollmerk' Vollmer2007-11-301-1/+1
|
* bump to alpha4, db update adds democratic table and add_path to catalogKarl 'vollmerk' Vollmer2007-11-261-1/+1
|
* preparing for release point, exciting stuffKarl 'vollmerk' Vollmer2007-11-261-2/+2
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-191-4/+6
| | | | xml class and api mojo, handshake logic in place
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-121-2/+1
| | | | it work how I want, will do later
* slight tweak to the stylesheet, fixed typo in changelogKarl 'vollmerk' Vollmer2007-10-161-1/+1
|
* fixed two MPD issues, can now disable localplay modules, added check for PHP5Karl 'vollmerk' Vollmer2007-10-101-0/+6
|
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-1/+1
| | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo
* fixed issue with lack of timeout reset on some add to catalog functions and ↵Karl 'vollmerk' Vollmer2007-09-091-1/+1
| | | | fixed batch downloads from active playlist
* fixed an install bug, and bumped version for releaseKarl 'vollmerk' Vollmer2007-09-041-1/+1
|
* tweaked the stats information, removed folders, was just to slow.. :( ↵Karl 'vollmerk' Vollmer2007-09-031-1/+0
| | | | removed playlist.lib.php as its not longer needed
* fixed single downloads and that annoying minor css issue with albums of the ↵Karl 'vollmerk' Vollmer2007-08-191-0/+4
| | | | moment
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-091-1/+1
| | | | broken)
* proof of concept, nothing one should actually useKarl 'vollmerk' Vollmer2007-08-061-0/+1
|
* kill some debug warningsxgizzmo2007-08-041-1/+1
|
* bump config version so people are foced to re-genKarl 'vollmerk' Vollmer2007-07-311-2/+2
|
* fixed now playing with audacious, and fixed clear now playing.. vollmer is firedKarl 'vollmerk' Vollmer2007-07-301-1/+1
|
* prep commit for the 3.4-alpha1 releaseKarl 'vollmerk' Vollmer2007-07-291-3/+0
|
* added config migrator and the code to detect a bad configKarl 'vollmerk' Vollmer2007-07-261-1/+1
|
* first step to the migration hotness, detect failed config files and show ↵Karl 'vollmerk' Vollmer2007-07-251-1/+1
| | | | migration docs
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-051-1/+1
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* fixed some issues with the installer, and also made it so that you can ↵Karl 'vollmerk' Vollmer2007-06-171-3/+0
| | | | delete/disable users again
* added a session_nameKarl 'vollmerk' Vollmer2007-06-121-0/+1
|
* fixed lastfm gather album art and addKarl 'vollmerk' Vollmer2007-06-041-0/+1
|
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-2/+0
| | | | dynamic updating of the current state
* added in the playlist bar, and the auto-loading of a tmp playlist per sessionKarl 'vollmerk' Vollmer2007-05-131-0/+3
|
* basic browse concept added to sidebar and start of the browse logicKarl 'vollmerk' Vollmer2007-05-061-4/+1
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-135/+73
| | | | everything broken
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-1/+0
| | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-33/+9
|
* hopefully the final commit before the 3.3.3 stable releaseKarl 'vollmerk' Vollmer2007-01-271-1/+1
|
* stll some faulty french translations but its a little betterKarl 'vollmerk' Vollmer2007-01-241-2/+2
|
* added config version check, fixed play selected bug reported by chenb and ↵Karl 'vollmerk' Vollmer2007-01-221-1/+2
| | | | fixed wmp11 now playing issue
* few minor fixes including a XML-RPC fixKarl 'vollmerk' Vollmer2007-01-121-1/+1
|
* tweaked album of the moment mojo and theoritical fix for flash playerKarl 'vollmerk' Vollmer2007-01-081-1/+1
|
* fixed minor ajax issueKarl 'vollmerk' Vollmer2007-01-051-3/+3
|
* * Added echo of pattern on print tagsKarl 'vollmerk' Vollmer2007-01-051-1/+1
| | | | | | | * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay
* fixed auto-transcoding logic, requires a third variable now if not ↵Karl 'vollmerk' Vollmer2006-12-291-5/+5
| | | | transcoding to mp3