summaryrefslogtreecommitdiffstats
path: root/lib/class
Commit message (Expand)AuthorAgeFilesLines
* Add in IPv6 support to the ACLs and start work on the wizards for adding ACL ...Karl 'vollmerk' Vollmer2009-01-312-21/+110
* add some extra debug for failures on charset settingKarl 'vollmerk' Vollmer2009-01-291-1/+5
* Ticket #378, The where statement was inserted before the join. That resulted ...dipsol2009-01-281-4/+10
* fix typo in translate where collation was not set, instead charset was set tw...Karl 'vollmerk' Vollmer2009-01-271-2/+3
* fix editing preferences, and colorize the debug page a tad for funKarl 'vollmerk' Vollmer2009-01-271-0/+28
* added mimetype to XML for song objectsKarl 'vollmerk' Vollmer2009-01-251-0/+1
* tweak debug a tadKarl 'vollmerk' Vollmer2009-01-251-1/+1
* final commits before the releaseKarl 'vollmerk' Vollmer2009-01-011-2/+0
* fix the sort files script to handle variable folder art names and enable fina...Karl 'vollmerk' Vollmer2009-01-011-1/+6
* fix typo in catalog exportKarl 'vollmerk' Vollmer2008-12-291-1/+1
* put in a hack to clear the rightbar if the preferences deem it soKarl 'vollmerk' Vollmer2008-12-281-0/+5
* sync to trunkKarl 'vollmerk' Vollmer2008-12-281-1/+3
* added the tags to the artist and album display, and also made the cataloging ...Karl 'vollmerk' Vollmer2008-12-286-11/+43
* fix issue where the small thumbnail is used for larger images if resize album...Karl 'vollmerk' Vollmer2008-12-281-2/+4
* sync changes to trunkKarl 'vollmerk' Vollmer2008-12-262-2/+7
* XML-RPC uses now a sha256 digestdipsol2008-12-112-30/+30
* Deleted parameters which where creating errors.dipsol2008-12-111-1/+1
* When updating an remote catalog it will try to grab the images from the remot...dipsol2008-12-112-25/+158
* changed the xmlrpc library to the pear xmlrpc library. Also fixed some other ...dipsol2008-12-114-58/+84
* Fixed an call to debug_event, added an third parameter which is mandatory.dipsol2008-12-101-1/+1
* added the recently played back inKarl 'vollmerk' Vollmer2008-12-071-3/+75
* finished up the rss feed stuff for now playing, it is currently the only type...Karl 'vollmerk' Vollmer2008-12-073-86/+177
* some work on the rss feed stuffKarl 'vollmerk' Vollmer2008-12-062-12/+64
* make a slight change to the song display, the title is now the direct link. T...Karl 'vollmerk' Vollmer2008-12-061-1/+2
* little more work, at least it is unbroken again... still not finishedKarl 'vollmerk' Vollmer2008-12-061-15/+57
* some more minor changes to the browsing, not complete yet but it is stuff I d...Karl 'vollmerk' Vollmer2008-12-061-9/+51
* Fixed typo in playlist xml.Kevin James 'purdyk' Purdy2008-12-021-1/+1
* junk commit, nothing really changedKarl 'vollmerk' Vollmer2008-12-021-4/+24
* some other minor changes, nothing bigKarl 'vollmerk' Vollmer2008-11-292-1/+4
* improved error messages for api, includes additional information on handshake...Karl 'vollmerk' Vollmer2008-11-292-1/+4
* require users to have at least 25 to create playlists, or have access to themKarl 'vollmerk' Vollmer2008-11-261-2/+5
* allow add or verify on a specified sub directory of an existing catalogKarl 'vollmerk' Vollmer2008-11-192-19/+33
* prevent fread($fp,0) if a program seeks to the very end of a fileKarl 'vollmerk' Vollmer2008-11-191-1/+1
* added in ping for the xmlapi returns the version, if a authID is passed it ex...Karl 'vollmerk' Vollmer2008-11-191-2/+5
* add the ratings to the album and artist xml results, fixed a logic error on t...Karl 'vollmerk' Vollmer2008-11-191-33/+14
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-152-1/+5
* simplify the logic, and improve it all in one commit.. liesKarl 'vollmerk' Vollmer2008-11-151-4/+9
* add in require_localnet_session configurationKarl 'vollmerk' Vollmer2008-11-153-3/+23
* fixed a problem where random urls were not being used by the flash playerKarl 'vollmerk' Vollmer2008-11-141-0/+10
* Creating new user now uses the new password hashing schemeKevin James 'purdyk' Purdy2008-11-031-2/+3
* no real progress, just saving my workKarl 'vollmerk' Vollmer2008-11-032-2/+2
* move to sha256 for passwords API and InterfaceKarl 'vollmerk' Vollmer2008-10-304-5/+5
* added in badtime error check and made it return the buffer on unknown errors ...Karl 'vollmerk' Vollmer2008-10-301-1/+5
* switched to sha1() api authentication methodKarl 'vollmerk' Vollmer2008-10-301-5/+18
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor t...Karl 'vollmerk' Vollmer2008-10-296-31/+62
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-2710-939/+1017
* Fixed Album Art (folder.jpg images) #318 (Thx imigueldiaz)momo-i2008-10-221-1/+2
* Updated registration mail multi-byte and language sync.momo-i2008-09-051-18/+69
* Fixed #300 (Thx abs0) and Fixed didn't catch exception first analyze.momo-i2008-09-041-3/+13
* simplify code, remove large if else statementmomo-i2008-09-034-120/+109