summaryrefslogtreecommitdiffstats
path: root/server/xml.server.php
Commit message (Collapse)AuthorAgeFilesLines
* failureKarl 'vollmerk' Vollmer2008-04-151-1/+1
|
* add url_to_song function to api for amarok2Karl 'vollmerk' Vollmer2008-04-151-0/+7
|
* fixed recently played, removed a bunch of useless files, added new methods ↵Karl 'vollmerk' Vollmer2008-03-211-1/+12
| | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods
* implement xml error codes rather then relying on string parsingKarl 'vollmerk' Vollmer2008-03-201-12/+10
|
* split out the api errors so that it is easier to tell when you should do a ↵Karl 'vollmerk' Vollmer2008-03-181-3/+10
| | | | new handshake
* added album and artist functions require a single artist/album xml documentKarl 'vollmerk' Vollmer2008-03-131-0/+8
|
* I failKarl 'vollmerk' Vollmer2008-03-101-1/+1
|
* added song action for the api, fiddled with the democratic play stuff againKarl 'vollmerk' Vollmer2008-03-101-0/+6
|
* User authentication fix for xml.server, when logged in as a user, it will ↵Kevin James 'purdyk' Purdy2008-02-151-3/+7
| | | | now display that user as listening instead of the 'System User'
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-0/+10
| | | | 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 registration, show edit song title issue and added limit to xml apiKarl 'vollmerk' Vollmer2008-01-101-1/+26
|
* fixed now playing for the API and lack of session extend when using the APIKarl 'vollmerk' Vollmer2007-12-241-0/+4
|
* fixed API calls, cleaned up old functions that are no longer neededKarl 'vollmerk' Vollmer2007-12-231-1/+1
|
* fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵Karl 'vollmerk' Vollmer2007-12-221-0/+29
| | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js
* 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
* cleaned up XML API errors so that they are always xml docs regardlessKarl 'vollmerk' Vollmer2007-12-181-20/+34
|
* fixed access denied display, fixed typo in error log and fixed missing ↵Karl 'vollmerk' Vollmer2007-12-011-0/+8
| | | | artist_songs
* 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)
* 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
|
* 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-191-93/+10
| | | | theres still a bug with some playlist methods, also need to confirm problem with IE
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* fixed some missing no session definesKarl 'vollmerk' Vollmer2007-02-101-1/+1
|
* few more tweaks and some work on the tv pagesKarl 'vollmerk' Vollmer2006-10-231-1/+1
|
* patched flaw in getid3() fixed a problem with vainfo and songs with no tags ↵Karl 'vollmerk' Vollmer2006-10-211-10/+36
| | | | and fixed the xml_from_array() function
* closes guest access security hole with register_globals on and improves ↵Karl 'vollmerk' Vollmer2006-10-171-0/+111
error reporting on quarantine migration and adds xml.server.php file for remote information querys