summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for parsing MBIDs in M4A filesPaul Arthur2012-04-111-0/+9
* Don't throw away data that getID3 has deigned to parsePaul Arthur2012-04-111-19/+0
* FS#224 - generated .pls playlist doesn't work in some playersBrian Hasselbeck2012-04-111-1/+1
* Make Art->get_from_source() staticPaul Arthur2012-04-092-4/+5
* Fix an off-by-one error in the execution time checkPaul Arthur2012-04-091-1/+1
* Make the install-time execution time check more betterPaul Arthur2012-04-091-1/+1
* Increment the correct variable during verifyPaul Arthur2012-03-311-1/+1
* Drop mtime check during verifyPaul Arthur2012-03-311-5/+0
* Increase the size of the mbid column in artistPaul Arthur2012-03-311-0/+15
* Don't use LIKE when looking for an artist by MBIDPaul Arthur2012-03-311-1/+1
* Don't run filename patterns through preg_quote twicePaul Arthur2012-03-311-15/+22
* Clean up get_preferences a little bitPaul Arthur2012-03-311-5/+3
* Clean up the select box output for language preferencePaul Arthur2012-03-311-7/+3
* Fix regex for parsing rulesPaul Arthur2012-03-191-1/+1
* Add another undocumented debug levelPaul Arthur2012-03-141-1/+1
* Rename lib/install.php to lib/install.lib.phpPaul Arthur2012-03-141-0/+0
* Remove unused mysql_* valuesPaul Arthur2012-03-131-4/+0
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-132-51/+85
* Clean JSON output of user-controlled stringsPaul Arthur2012-03-091-1/+3
* Add CLI tool for running database updatesPaul Arthur2012-03-061-8/+24
* Use a flag to determine whether an outdated database is OKPaul Arthur2012-03-061-1/+1
* Use '$a ?: $b' instead of '$a ? $a : $b' in vainfoPaul Arthur2012-03-061-95/+31
* Clean up uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-065-10/+10
* Clean up Config::set and Config::set_by_arrayPaul Arthur2012-03-061-11/+13
* Allow multiple valid forms of the same typePaul Arthur2012-03-061-16/+34
* Explicitly load vauth in init.phpPaul Arthur2012-03-021-0/+5
* Minor clean up of vauth::session_extendPaul Arthur2012-03-021-6/+4
* Move session extension outside the auth block in init.phpPaul Arthur2012-03-011-3/+2
* FS#198 - Export To CSV - Blank GenrePaul Arthur2012-03-011-9/+17
* FS#213 - User RegistrationPaul Arthur2012-03-011-4/+8
* Clean up xmlData::songsPaul Arthur2012-03-011-32/+26
* Clean up xmlData::tags_stringPaul Arthur2012-03-011-14/+14
* Cosmetics: clean up SQL statement in Tag::get_top_tagsPaul Arthur2012-03-011-3/+3
* Add Art cache to the caches built by Song::build_cachePaul Arthur2012-03-011-0/+1
* Avoid unnecessary work in Song::play_urllotan_rm2012-03-011-3/+1
* Add some caching to the Art classPaul Arthur2012-03-011-10/+45
* FS#216 - Cannot add music to catalog with 21 February commitPaul Arthur2012-02-211-2/+2
* Refactor the initial checks in init.phpPaul Arthur2012-02-211-20/+20
* Redirect to /test.php for PHP <5.3 on all platformsPaul Arthur2012-02-211-1/+1
* Lengthen varchar for `tmp_playlist`.`session`Paul Arthur2012-02-211-0/+16
* Merge commit 'refs/merge-requests/16' of git://gitorious.org/ampache/ampachePaul Arthur2012-02-202-9/+17
|\
| * Bug where configuration file was escaped incorrectlyStephen Shkardoon2012-01-022-9/+17
* | FS#212 - Incorrect album art urilotan_rm2012-02-201-1/+1
* | vainfo: unset disk if totaldiscs is 1Paul Arthur2012-02-201-6/+10
* | Drop unnecessary case branch.Paul Arthur2012-02-201-3/+0
|/
* Fixed messages translatable.momo-i2011-12-275-31/+32
* Fixed messages translatable.momo-i2011-12-271-10/+5
* Switched Ping date to ISO 8601, added expire to handshake also ISO 8601Karl Vollmer2011-12-191-1/+2
* Fix catalog cleanPaul Arthur2011-12-021-1/+1
* Fix some missing documentation, remove some obsolete functionsKarl Vollmer2011-12-011-81/+21