summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* fixed three bugs found by purdyk with the apiKarl 'vollmerk' Vollmer2007-12-191-1/+1
|
* fixed dbl negative on xml api and enabled the timestamp check as well as ↵Karl 'vollmerk' Vollmer2007-12-181-3/+1
| | | | fixed a typo in the config file
* fixed XML-RPC mostly, uses insecure/old authentication method, needs more workKarl 'vollmerk' Vollmer2007-12-181-23/+27
|
* cleaned up XML API errors so that they are always xml docs regardlessKarl 'vollmerk' Vollmer2007-12-181-20/+34
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-162-0/+52
| | | | mostly works so why not commit eah?
* minor text changes, nothing special... time for me to go to sleepKarl 'vollmerk' Vollmer2007-12-101-62/+1
|
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-101-0/+12
|
* added basic MPD user permissions in, I didnt force a level for everyone so ↵Karl 'vollmerk' Vollmer2007-12-101-7/+26
| | | | any existing setups will be defaulted to DENIED until they update their Localplay Level
* database update, cleaned up some stuffKarl 'vollmerk' Vollmer2007-12-101-3/+3
|
* fixed the last of the missing MPD features, added new ajax config hotness ↵Karl 'vollmerk' Vollmer2007-12-101-0/+29
| | | | (not that special)
* added the controls to the mpd playlist does not refresh correctly, but does workKarl 'vollmerk' Vollmer2007-12-091-0/+20
|
* fixed display issue when deleting track from a playlist, and fixed ordering ↵Karl 'vollmerk' Vollmer2007-12-061-1/+4
| | | | of add to playlist stuff on the rightbar
* fixed access denied display, fixed typo in error log and fixed missing ↵Karl 'vollmerk' Vollmer2007-12-011-0/+8
| | | | artist_songs
* fixed a potential consistancy issue with the play type drop downKarl 'vollmerk' Vollmer2007-11-301-1/+20
|
* fixed some missing gettext, tweaked error reporting level on test.php and ↵Karl 'vollmerk' Vollmer2007-11-251-0/+8
| | | | fixed timeout issues with API (Thx Beef Doughnut)
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-2/+1
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* yea I am firedKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* fixed stupid bug in xml server, forgot to change functionKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-0/+23
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-242-0/+54
|
* Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵spocky2007-11-221-1/+2
| | | | there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-0/+21
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* added genre_artists, genre_albums and genre_songsKarl 'vollmerk' Vollmer2007-11-211-0/+18
|
* additional xml methods songs & album_songs, also implemented catalog add ↵Karl 'vollmerk' Vollmer2007-11-211-1/+18
| | | | speed improvement from Karl Hungus
* added artist_albumsKarl 'vollmerk' Vollmer2007-11-201-0/+7
|
* added genres as a new xml method, and improved loggingKarl 'vollmerk' Vollmer2007-11-201-0/+12
|
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-1/+14
|
* more changes for the amarok hotnessKarl 'vollmerk' Vollmer2007-11-201-0/+13
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-191-3/+7
| | | | xml class and api mojo, handshake logic in place
* some inital work on an api for amarok, tweaked stream class a bit, think ↵Karl 'vollmerk' Vollmer2007-11-192-94/+11
| | | | theres still a bug with some playlist methods, also need to confirm problem with IE
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-0/+10
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-17/+7
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-0/+15
|
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-121-0/+12
|
* fixed the localplay controls, per limeds recommendation currently under ↵Karl 'vollmerk' Vollmer2007-10-021-0/+23
| | | | rightbar actions, not happy with location
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-1/+10
| | | | least for the MPD module
* added ability to append to playlistsKarl 'vollmerk' Vollmer2007-09-271-0/+28
|
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-272-0/+9
|
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-251-0/+25
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-0/+3
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-0/+13
| | | | where sorting fails
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-0/+4
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-122-0/+42
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-1/+1
|
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-051-1/+1
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-031-4/+32
| | | | lastfm so it recovers from errors a little better, fixed a stupid typo....
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-032-0/+61
| | | | on add playlist preference, send and clear still does not work, but its progress
* added the ability to delete songs from a playlist, now if you could only add ↵Karl 'vollmerk' Vollmer2007-09-032-0/+53
| | | | them
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-271-0/+19
|