summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* sync lastfm fix to trunkKarl 'vollmerk' Vollmer2007-07-061-2/+2
|
* semi-fixed lastfmKarl 'vollmerk' Vollmer2007-07-052-3/+2
|
* missed some requires, tweaked the lastfm class and removed an unused ↵Karl 'vollmerk' Vollmer2007-07-053-42/+35
| | | | function from general
* moved back to a GPL flash player for 3.4 codebase, fixed some stream issues ↵Karl 'vollmerk' Vollmer2007-07-057-125/+55
| | | | (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
* fixed update from tags for artist and album and fixed clear album artKarl 'vollmerk' Vollmer2007-07-052-39/+38
|
* fixed some catalog update issues, fixed some genre pages and made the sql ↵Karl 'vollmerk' Vollmer2007-07-026-61/+50
| | | | sort stuff for show songs work
* tweak to the preferences and the updateKarl 'vollmerk' Vollmer2007-07-022-16/+32
|
* bunch of minor fixes and a db changeKarl 'vollmerk' Vollmer2007-07-013-29/+29
|
* fixed the ip tracking stuff.. sortaKarl 'vollmerk' Vollmer2007-06-211-7/+6
|
* fixed the debug pageKarl 'vollmerk' Vollmer2007-06-211-29/+28
|
* added genre link to show songs stuff, made the single album view do ajaxie ↵Karl 'vollmerk' Vollmer2007-06-211-1/+3
| | | | stuff for its additions and removed some extra code from he basketcases that did not need to be there
* syncing up < 8 > 0 album loop bugKarl 'vollmerk' Vollmer2007-06-211-2/+4
|
* added code for new update, not enabledKarl 'vollmerk' Vollmer2007-06-191-3/+39
|
* fixed an issue with songs stopping a little early depending on the client ↵Karl 'vollmerk' Vollmer2007-06-191-4/+2
| | | | you use
* fixed some issues with the installer, and also made it so that you can ↵Karl 'vollmerk' Vollmer2007-06-176-86/+102
| | | | delete/disable users again
* Fixed a typo in rss.php. thanks nfosterxgizzmo2007-06-141-1/+1
|
* fixed a potential security issue where the password hash was being put into ↵Karl 'vollmerk' Vollmer2007-06-121-1/+3
| | | | the object :S
* fixed a bug that was causing the entire playlist to be cleared on playback ↵Karl 'vollmerk' Vollmer2007-06-121-2/+5
| | | | due to a playlist prune
* switched over to Dba:: for all vauth functions and deleted independent dba libKarl 'vollmerk' Vollmer2007-06-121-15/+14
|
* added a session_nameKarl 'vollmerk' Vollmer2007-06-121-0/+1
|
* fixed clean so that it properly cleaned album_dataKarl 'vollmerk' Vollmer2007-06-111-0/+8
|
* added in user profile, did a little work on the preferences and session, ↵Karl 'vollmerk' Vollmer2007-06-112-2/+28
| | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-117-79/+58
| | | | forgetting now
* a few conf references replacedKarl 'vollmerk' Vollmer2007-06-102-12/+11
|
* fixed stats recording mostlyKarl 'vollmerk' Vollmer2007-06-102-16/+15
|
* really removed it this timeKarl 'vollmerk' Vollmer2007-06-101-2/+0
|
* removed rewrite of port with force_http_play onKarl 'vollmerk' Vollmer2007-06-101-2/+0
|
* added rightbar and fixed genre playbackKarl 'vollmerk' Vollmer2007-06-102-14/+25
|
* made it so you could alpha_match search on artistsKarl 'vollmerk' Vollmer2007-06-091-0/+10
|
* - Fixed RatingsKarl 'vollmerk' Vollmer2007-06-073-54/+34
| | | | | - Tweaked RSS, still needs work - Show Single artist mostly finished
* syncing session id alterationKarl 'vollmerk' Vollmer2007-06-061-0/+20
|
* fixed browse users, add user, edit userKarl 'vollmerk' Vollmer2007-06-044-83/+108
|
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-046-102/+68
|
* fixed lastfm gather album art and addKarl 'vollmerk' Vollmer2007-06-043-51/+68
|
* cleaned up display on the gather album artKarl 'vollmerk' Vollmer2007-06-031-1/+1
|
* fixed catalog cleanKarl 'vollmerk' Vollmer2007-06-021-42/+29
|
* fixed some issues with the catalog verify, find album art still brokenKarl 'vollmerk' Vollmer2007-06-021-10/+10
|
* catalog verify mostly works, need to clean up the album art gather before ↵Karl 'vollmerk' Vollmer2007-06-023-311/+259
| | | | its completely better
* fixed the catalog buildKarl 'vollmerk' Vollmer2007-06-011-2/+4
|
* additional error checking on catalog so it does not fail silentlyKarl 'vollmerk' Vollmer2007-06-011-0/+6
|
* missed a sql_escape on the installerKarl 'vollmerk' Vollmer2007-06-011-1/+1
|
* tweaked the sidebars, think they look a lot better nowKarl 'vollmerk' Vollmer2007-06-012-37/+26
|
* fixed find album art, including a fix from Karl Hungus... seriously I am not ↵Karl 'vollmerk' Vollmer2007-05-253-12/+29
| | | | making that name up
* fixed a little stupid bug with the catalog refresh hotnessKarl 'vollmerk' Vollmer2007-05-171-1/+2
|
* added some links to the sidebar preferences adn then also added in some ↵Karl 'vollmerk' Vollmer2007-05-141-6/+4
| | | | missing fields to the show songs, only missing the ratings on show songs now...
* fixed the stats display for artists and albumsKarl 'vollmerk' Vollmer2007-05-141-2/+3
|
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-149-370/+233
| | | | dynamic updating of the current state
* updated sql file, and the install process now worksKarl 'vollmerk' Vollmer2007-05-134-104/+129
|
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-133-34/+50
|
* first step of installer works, will finish later tomorrow morningKarl 'vollmerk' Vollmer2007-05-133-31/+21
|