summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-1447-4343/+4343
* Another instance of the dropped column `key` being used.Paul 'flowerysong' Arthur2010-03-141-2/+1
* Don't try to insert the key field, since it doesn't exist in the catalog table.Paul 'flowerysong' Arthur2010-03-141-3/+2
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-1428-1365/+1365
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-1451-0/+51
* Remove null auth method.Paul 'flowerysong' Arthur2010-03-141-16/+0
* Unbreak http auth, make it more sane. Old broken method renamed to null, in Paul 'flowerysong' Arthur2010-03-142-26/+33
* Cosmetics: add vim modeline, consistently use tabs for indentation, typos, wrap Paul 'flowerysong' Arthur2010-03-131-129/+130
* use filemtime for catalog verify untestedKarl 'vollmerk' Vollmer2010-03-121-0/+4
* Improve debugging a bit to prove a pointKarl 'vollmerk' Vollmer2010-03-091-2/+3
* Update defaults for new installs (extending default timeouts) fix installatio...Karl 'vollmerk' Vollmer2010-03-012-4/+8
* Make the tag cloud do something, only song browsing for now...Karl 'vollmerk' Vollmer2010-02-231-2/+14
* Fix recently played, > where it should have been >=Karl 'vollmerk' Vollmer2010-02-231-1/+1
* adjusted installer lib to write the config file directly, need to update docu...Karl 'vollmerk' Vollmer2010-02-201-4/+18
* Command line installation script completed - pending updates to lib/install.p...Karl 'vollmerk' Vollmer2010-02-202-11/+19
* Change catalog update display to 1/secondKarl 'vollmerk' Vollmer2010-02-192-12/+21
* quick fix for aclsKarl 'vollmerk' Vollmer2010-02-191-5/+3
* Typo - will require another db update eventually... sighKarl 'vollmerk' Vollmer2010-02-171-1/+1
* Add Art class, empty but will be used for album/artist/movie artKarl 'vollmerk' Vollmer2010-02-171-0/+42
* Fix typos, and tweak insert_now_playing preping for Video now playingKarl 'vollmerk' Vollmer2010-02-142-2/+12
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-147-21/+51
* switched to boolean mode fulltext search with conditional fuzzynessmartian2010-02-131-6/+22
* use medium images from google, not anymartian2010-02-121-1/+5
* google image search supportmartian2010-02-121-1/+32
* clean up sql a bitmartian2010-02-111-19/+19
* slight improvement to search result sortingmartian2010-02-111-1/+4
* moved database alterations to proper placemartian2010-02-112-1/+11
* no hacks, especially db changing onesKarl 'vollmerk' Vollmer2010-02-111-11/+0
* fulltext instead of soundexmartian2010-02-111-37/+26
* adding a soundex search with better sorting as long as search is asciimartian2010-02-091-21/+43
* Adding the bandwidth option to the preferences. This changes the complexity o...martian2010-02-096-11/+37
* Removed dead xmlrpc files, started work migrating to LastFM v2.0 apiKarl 'vollmerk' Vollmer2010-02-053-408/+1
* Add AmpacheAPI external, start work on future db changesKarl 'vollmerk' Vollmer2010-02-041-1/+40
* Add bmp to the list of allowed album art types Resolves #589Karl 'vollmerk' Vollmer2010-02-041-1/+1
* Sync of r2270 from 3.5.xKarl 'vollmerk' Vollmer2010-02-021-0/+17
* Sync from 3.5 branch still untestedKarl 'vollmerk' Vollmer2010-01-251-1/+1
* untested change which should fix some stupididity with the flash playerKarl 'vollmerk' Vollmer2010-01-251-8/+2
* make it actually extend the session, also improve debug on the image pageKarl 'vollmerk' Vollmer2009-12-232-3/+8
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-203-73/+13
* After 3 hours, I finally managed to fix the [synology/fast-cgi] bug that prev...spocky2009-12-161-1/+2
* Added local auth method which allows use of pam_auth PHP module (Thx Vlet)Karl 'vollmerk' Vollmer2009-12-151-0/+24
* move a few more mysql_??? to Dba callsKarl 'vollmerk' Vollmer2009-12-141-3/+3
* testing is for chumpsKarl 'vollmerk' Vollmer2009-12-141-1/+1
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-1412-2041/+2041
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-1412-89/+89
* Remove Dba::query from a few more classesKarl 'vollmerk' Vollmer2009-12-146-56/+57
* removed dba::query references from playlist classKarl 'vollmerk' Vollmer2009-12-141-15/+15
* cleanup of the album class... I like commitsKarl 'vollmerk' Vollmer2009-12-121-18/+16
* Cleanup of user class, no functional changeKarl 'vollmerk' Vollmer2009-12-121-55/+53
* Fix Amazon album art search, requires new config optionsKarl 'vollmerk' Vollmer2009-12-111-1/+1