summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* added in the rating images from greengeek, removed some useless functions, ↵Karl 'vollmerk' Vollmer2008-01-273-168/+1
| | | | tweaked working on update to correctly reflect limitations
* prevent db upgrade if version too old, fixed user creationKarl 'vollmerk' Vollmer2008-01-271-0/+10
|
* fixed the catalog creation, hopefully. added cleaning of shoutbox table to ↵Karl 'vollmerk' Vollmer2008-01-203-98/+30
| | | | catalog clean fixed typo on install
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-194-11/+30
| | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi
* Fixed artist display wrongly using ellipsis_threshold_album preferencespocky2008-01-171-1/+1
| | | | Fixed wrong artist html encoding in random albums image title
* Fixed update from tags (#121)spocky2008-01-171-1/+1
|
* Fixed album sorting not using disk# (this time, it shouldn't break anything)spocky2008-01-152-2/+2
|
* fixed missing default array and live_stream filter actionKarl 'vollmerk' Vollmer2008-01-141-1/+4
|
* fixed the filter display and added a playlist_type filter for adminsKarl 'vollmerk' Vollmer2008-01-141-0/+28
|
* another tweak to the albums of the moment, removed a queryKarl 'vollmerk' Vollmer2008-01-141-20/+6
|
* fixed sorting order on browse playlistsKarl 'vollmerk' Vollmer2008-01-141-0/+3
|
* fixed public/private aspect of playlists, default is to filter out non-owned ↵Karl 'vollmerk' Vollmer2008-01-143-3/+19
| | | | private playlists now
* fixed random album art will now preference albums with art correctlyKarl 'vollmerk' Vollmer2008-01-132-14/+8
|
* - Fixed search by rating (Thx alex2008)Karl 'vollmerk' Vollmer2008-01-136-85/+87
| | | | | - Fixed no result return on random methods - Added mime,language & lyrics to catalog updating functions
* minor tweaks to session insertion to prevent crazy people with http agent ↵Karl 'vollmerk' Vollmer2008-01-132-3/+3
| | | | strings over 255 from breaking the query, also fixed missing truncate
* fixed write flags script, actually kinda sorta works again (Thx tomatopi)Karl 'vollmerk' Vollmer2008-01-121-4/+50
|
* fixed registration, show edit song title issue and added limit to xml apiKarl 'vollmerk' Vollmer2008-01-101-1/+12
|
* fixed updating access level for prefs, headers for po files, httpq player ↵Karl 'vollmerk' Vollmer2008-01-053-4/+16
| | | | skip command and image resize for gif and png
* fixed apply to all and updating of httpq instancesKarl 'vollmerk' Vollmer2008-01-042-5/+9
|
* slight tweak to the random album art, needs improvement will look funny on ↵Karl 'vollmerk' Vollmer2008-01-015-8/+28
| | | | catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
* first vestiages of edit localplay instance and test localplay instance supportKarl 'vollmerk' Vollmer2007-12-311-0/+12
|
* fixed flag management interface, and potentially fixed an issue with ↵Karl 'vollmerk' Vollmer2007-12-313-10/+28
| | | | use_auth=false
* added ability to do add new on other elements of song edit (Thx picasso) ↵Karl 'vollmerk' Vollmer2007-12-314-68/+93
| | | | added export catalog to csv
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-302-0/+18
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-304-3/+7
| | | | removed a dbl escape on the preferences
* Removing rating of object will actually remove it from rating tableflashk2007-12-301-0/+8
|
* Added support for mp3 files with special constant bitrate modeflashk2007-12-291-0/+6
|
* Fixed error when checking user permissions for preferencesflashk2007-12-291-0/+1
|
* Added ability to export catalog to iTunes databaseflashk2007-12-292-33/+46
| | | | Fixed sql error when creating catalog
* Adding artist to playlist will order songs by album/trackflashk2007-12-261-1/+1
|
* fixed error when downloading files in memory modeflashk2007-12-261-0/+2
|
* fixed session start failure if no cookie + use_auth offKarl 'vollmerk' Vollmer2007-12-261-2/+5
|
* two file pattern fixes and some more work on the flagged stuff as well as ↵Karl 'vollmerk' Vollmer2007-12-262-37/+21
| | | | some minor cleanup on the album art links
* fixed preg on file pattern, some work on flagging, editing stuff actually ↵Karl 'vollmerk' Vollmer2007-12-262-33/+10
| | | | flags thing again...
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-254-21/+29
| | | | flagged items, cleaned up shoutbox css a bit
* removed duplicate creation of tmpplaylist with flash playerKarl 'vollmerk' Vollmer2007-12-252-17/+4
|
* few more tweaks preping for beta1 release, fixed typo in config fileKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* added metadata hotness to the album art dumpKarl 'vollmerk' Vollmer2007-12-252-1/+21
|
* added new album option on song edit (Thx Picasso)Karl 'vollmerk' Vollmer2007-12-253-4/+45
|
* fixed old password problemKarl 'vollmerk' Vollmer2007-12-252-2/+5
|
* removed duplicate cookie-age and bad logic on readKarl 'vollmerk' Vollmer2007-12-251-4/+1
|
* reimplemented the session function checkKarl 'vollmerk' Vollmer2007-12-252-7/+17
|
* changed alpha4 to beta1, updated translation base files, corrected ↵Karl 'vollmerk' Vollmer2007-12-243-22/+23
| | | | mysql_auth logic
* fixed a problem with the dump that caused it not to work with MySQL 4.xKarl 'vollmerk' Vollmer2007-12-241-1/+10
|
* fixed now playing for the API and lack of session extend when using the APIKarl 'vollmerk' Vollmer2007-12-243-3/+27
|
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-242-5/+31
| | | | album
* fixed an issue with the flash player when the play method was not defaultKarl 'vollmerk' Vollmer2007-12-232-0/+7
|
* fixed xml-rpc now uses handshake method properlyKarl 'vollmerk' Vollmer2007-12-232-31/+53
|
* fixed issue where streams would start even with no songsKarl 'vollmerk' Vollmer2007-12-231-1/+1
|
* fixed login that was out of orderKarl 'vollmerk' Vollmer2007-12-231-2/+3
|