summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for nonstandard MySQL portsPaul Arthur2013-05-131-1/+8
* Stream::start_transcode: Fix typo in queryToilal2013-05-061-1/+1
* Update the stream_playlist table to use MyISAMPaul Arthur2013-04-291-1/+14
* Correct debug output for Stream_Playlist addsPaul Arthur2013-04-291-1/+1
* Clean up Random::play_url()Paul Arthur2013-04-231-3/+3
* Finalise 3.6-alpha53.6-alpha5Paul Arthur2013-04-151-1/+1
* Fix Stream_URL::parse()Paul Arthur2013-04-131-1/+1
* Fix democratic playlist displayPaul Arthur2013-04-131-2/+4
* Fix song downloadsPaul Arthur2013-04-111-0/+1
* GH#4: Tagging artist incorrectlyPaul Arthur2013-04-021-6/+9
* Treat Snoopy the same as other external modulesPaul Arthur2013-03-291-1/+1
* Drop nonworking Dba::check_database_exists()Paul Arthur2013-03-292-13/+2
* Fix infinite loop in DbaPaul Arthur2013-03-291-1/+1
* Fix User::count()Paul Arthur2013-03-281-2/+3
* Fix Rating::gc()Paul Arthur2013-03-281-1/+1
* Don't store plaintext passwordsPaul Arthur2013-03-281-1/+1
* Try to fix remote streamingPaul Arthur2013-03-281-5/+5
* Make remote catalogs actually workPaul Arthur2013-03-285-731/+572
* Try to be more robust in DbaPaul Arthur2013-03-281-0/+12
* Remove sole use of Dba::seekPaul Arthur2013-02-111-1/+1
* Dba: return false on errorsPaul Arthur2013-02-111-0/+1
* Fix setting ACLsPaul Arthur2013-02-111-3/+3
* Fix xml.server.php after changes to sessionPaul Arthur2013-02-111-1/+1
* FS#272 - Adding songs to democratic playlistPaul Arthur2013-02-071-1/+4
* Scrub user data in User->update()Paul Arthur2013-02-071-10/+13
* Fix scrub_in to be saferPaul Arthur2013-02-072-2/+3
* the important part of the previous queue-commit...Holger Brunn2013-02-071-7/+49
* FS#272 - Adding songs to democratic playlistPaul Arthur2013-02-072-6/+8
* Some cleanup of play URL handlingPaul Arthur2013-02-076-42/+43
* Drop Dba::escape in vainfoPaul Arthur2013-02-051-3/+3
* Clean up vainfo somewhatPaul Arthur2013-02-051-528/+233
* Add fallback title to filename metadata sourcePaul Arthur2013-02-051-2/+2
* Parameterise query in ApiPaul Arthur2013-02-041-8/+6
* Split the PDO check in twoPaul Arthur2013-02-031-4/+6
* Clean up PHP tests and reuse them in init.phpPaul Arthur2013-02-033-114/+81
* Fix the debug_result convenience functionPaul Arthur2013-02-031-9/+8
* Fix up the tests a bitPaul Arthur2013-02-032-28/+5
* Dba: fix more thingsPaul Arthur2013-02-031-17/+42
* Add a check that makes sure PDO is availablePaul Arthur2013-02-032-1/+14
* UI: Fix $hover_name 'Undefined variable' warningsPaul Arthur2013-02-021-2/+2
* Fix Dba::quote()Paul Arthur2013-02-021-2/+2
* Make Dba::query() a bit more correctPaul Arthur2013-02-021-3/+12
* Add $target backPaul Arthur2013-01-312-2/+2
* Remove $target from media->get_transcode_settings()Paul Arthur2013-01-311-1/+1
* Fix the session type exception for use_auth=falsePaul Arthur2013-01-311-7/+6
* Fix Random classPaul Arthur2013-01-311-1/+1
* Actually fix RandomPaul Arthur2013-01-311-1/+1
* Fix Random classPaul Arthur2013-01-311-2/+2
* Drop checks for mysql extensionPaul Arthur2013-01-301-14/+0
* Make our error handler respect error_reporting()Paul Arthur2013-01-291-6/+9