summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fixed the filter display and added a playlist_type filter for adminsKarl 'vollmerk' Vollmer2008-01-141-0/+2
|
* fixed public/private aspect of playlists, default is to filter out non-owned ↵Karl 'vollmerk' Vollmer2008-01-141-0/+3
| | | | private playlists now
* - Fixed search by rating (Thx alex2008)Karl 'vollmerk' Vollmer2008-01-131-0/+5
| | | | | - Fixed no result return on random methods - Added mime,language & lyrics to catalog updating functions
* fixed write flags script, actually kinda sorta works again (Thx tomatopi)Karl 'vollmerk' Vollmer2008-01-121-0/+2
|
* fixed registration, show edit song title issue and added limit to xml apiKarl 'vollmerk' Vollmer2008-01-101-0/+5
|
* fixed updating access level for prefs, headers for po files, httpq player ↵Karl 'vollmerk' Vollmer2008-01-051-0/+3
| | | | skip command and image resize for gif and png
* fixed sending to localplay for democratic playlistKarl 'vollmerk' Vollmer2008-01-041-0/+2
|
* added back the multi-char filter for browseKarl 'vollmerk' Vollmer2007-12-311-0/+1
|
* fixed flag management interface, and potentially fixed an issue with ↵Karl 'vollmerk' Vollmer2007-12-311-0/+1
| | | | use_auth=false
* added ability to do add new on other elements of song edit (Thx picasso) ↵Karl 'vollmerk' Vollmer2007-12-311-1/+3
| | | | added export catalog to csv
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-301-0/+7
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* fixed an issue with downsample remote where it required access_control to be ↵Karl 'vollmerk' Vollmer2007-12-301-0/+2
| | | | on, and also would downsample those inside the local network definition rather then those outside
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-0/+3
| | | | removed a dbl escape on the preferences
* fixed session start failure if no cookie + use_auth offKarl 'vollmerk' Vollmer2007-12-261-0/+2
|
* two file pattern fixes and some more work on the flagged stuff as well as ↵Karl 'vollmerk' Vollmer2007-12-261-0/+4
| | | | some minor cleanup on the album art links
* fixed preg on file pattern, some work on flagging, editing stuff actually ↵Karl 'vollmerk' Vollmer2007-12-261-0/+1
| | | | flags thing again...
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-0/+1
| | | | flagged items, cleaned up shoutbox css a bit
* dont even try to do handshake if password or username have a strlen of 0Karl 'vollmerk' Vollmer2007-12-251-0/+2
|
* removed duplicate creation of tmpplaylist with flash playerKarl 'vollmerk' Vollmer2007-12-251-1/+4
|
* added metadata hotness to the album art dumpKarl 'vollmerk' Vollmer2007-12-251-0/+2
|
* added new album option on song edit (Thx Picasso)Karl 'vollmerk' Vollmer2007-12-251-0/+1
|
* changed alpha4 to beta1, updated translation base files, corrected ↵Karl 'vollmerk' Vollmer2007-12-241-1/+2
| | | | mysql_auth logic
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-241-0/+1
| | | | album
* fixed an issue with the flash player when the play method was not defaultKarl 'vollmerk' Vollmer2007-12-231-0/+1
|
* fixed xml-rpc now uses handshake method properlyKarl 'vollmerk' Vollmer2007-12-231-0/+1
|
* fixed issue where streams would start even with no songsKarl 'vollmerk' Vollmer2007-12-231-0/+1
|
* fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵Karl 'vollmerk' Vollmer2007-12-221-0/+4
| | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-201-0/+2
|
* fixed issues with user edit and create, fixed seek errors (Thx Karl Hungus) ↵Karl 'vollmerk' Vollmer2007-12-201-0/+4
| | | | started digging myself out of the session tarded hole I created, API is broken with this commit
* fixed dbl negative on xml api and enabled the timestamp check as well as ↵Karl 'vollmerk' Vollmer2007-12-181-0/+3
| | | | fixed a typo in the config file
* fixed XML-RPC mostly, uses insecure/old authentication method, needs more workKarl 'vollmerk' Vollmer2007-12-181-0/+2
|
* cleaned up XML API errors so that they are always xml docs regardlessKarl 'vollmerk' Vollmer2007-12-181-0/+2
|
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-0/+3
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc
* fixed mailing functionsKarl 'vollmerk' Vollmer2007-12-171-0/+2
|
* fixed delete disabled and sort_files bin scriptsKarl 'vollmerk' Vollmer2007-12-171-0/+1
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-0/+1
| | | | mostly works so why not commit eah?
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-0/+4
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* sync of fix to stableKarl 'vollmerk' Vollmer2007-12-161-0/+1
|
* seperated out the time into its own section on advanced random play, started ↵Karl 'vollmerk' Vollmer2007-12-151-0/+1
| | | | working on the unplayed, still not finished, started work on highest rated as well, not working yet
* added little note on access add as to the defaults, fixed api to use ↵Karl 'vollmerk' Vollmer2007-12-151-0/+2
| | | | session_length added check for session functions with redirect to /test.php on failure
* fixed two transcode bugsKarl 'vollmerk' Vollmer2007-12-151-0/+4
|
* made downloads counted in stats fixes ticket #12 tweaked filename to be ↵Karl 'vollmerk' Vollmer2007-12-151-0/+2
| | | | reformated to match the catalog rename pattern
* fixed display on catalog if no add/update has been performed, fixed the user ↵Karl 'vollmerk' Vollmer2007-12-111-0/+1
| | | | functions I broke earlier
* fixed ajax requests with invalid session not causing logoutKarl 'vollmerk' Vollmer2007-12-101-0/+2
|
* minor text changes, nothing special... time for me to go to sleepKarl 'vollmerk' Vollmer2007-12-101-5/+3
|
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-101-0/+2
|
* added basic MPD user permissions in, I didnt force a level for everyone so ↵Karl 'vollmerk' Vollmer2007-12-101-0/+3
| | | | any existing setups will be defaulted to DENIED until they update their Localplay Level
* database update, cleaned up some stuffKarl 'vollmerk' Vollmer2007-12-101-0/+1
|
* fixed the last of the missing MPD features, added new ajax config hotness ↵Karl 'vollmerk' Vollmer2007-12-101-0/+1
| | | | (not that special)
* untested HTTPQ code, improved MPD parsing of URLS so it reconizes democratic ↵Karl 'vollmerk' Vollmer2007-12-081-0/+2
| | | | play stuff now