summaryrefslogtreecommitdiffstats
path: root/server/xml.server.php
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix remote streamingPaul Arthur2013-03-281-1/+1
|
* Fix xml.server.php after changes to sessionPaul Arthur2013-02-111-1/+1
| | | | | It was calling the wrong method in Session, which is entirely my fault. Also, the correct method was broken. Gah.
* Move sessiony things from vauth into SessionPaul Arthur2013-01-281-5/+7
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-14/+14
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Consistently use _ in two-word class namesPaul Arthur2013-01-251-4/+4
|
* Cosmetics: clean up heads in server/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-4/+4
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-18/+30
|
* Fix typo in api Thx cosminKarl 'vollmerk' Vollmer2010-03-241-1/+1
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-25/+25
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Removed dead xmlrpc files, started work migrating to LastFM v2.0 apiKarl 'vollmerk' Vollmer2010-02-051-2/+2
|
* Finish moving stuff out of doc into class, still needs more work to deal ↵Karl 'vollmerk' Vollmer2009-11-231-244/+3
| | | | with Version as well as variable response (JSON)
* start of move of functions for api from doc to class where they belongKarl 'vollmerk' Vollmer2009-11-191-96/+20
|
* Sync of fix for #551Karl 'vollmerk' Vollmer2009-11-181-1/+6
|
* Really really fix democratic localplay methods, now that i can test themKarl 'vollmerk' Vollmer2009-11-141-2/+3
|
* sync from branches fix for #548Karl 'vollmerk' Vollmer2009-11-141-2/+2
|
* Attempt to fix #548 reference function that exists...Karl 'vollmerk' Vollmer2009-11-131-4/+4
|
* Correctly reference instanced democratic play object rather then using a ↵Karl 'vollmerk' Vollmer2009-10-291-2/+2
| | | | static call
* Sync from 3.5.x set compatible to 350001, will update API to 360000 soon due ↵Karl 'vollmerk' Vollmer2009-09-151-1/+1
| | | | to localplay changes
* Sync addition of server version to API ping responseKarl 'vollmerk' Vollmer2009-09-141-1/+1
|
* whupsKarl 'vollmerk' Vollmer2009-09-021-1/+1
|
* Sync from branchKarl 'vollmerk' Vollmer2009-09-021-2/+2
|
* fix url to song, and throw some non-working tag cloud crap inKarl 'vollmerk' Vollmer2009-05-191-1/+3
|
* api fixes, added librefm scrobbler (untested) and fixed minor error in ↵Karl 'vollmerk' Vollmer2009-05-181-6/+3
| | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin
* some incomplete work cleaning up the api a bitKarl 'vollmerk' Vollmer2009-05-171-6/+6
|
* add in the democratic methods (untested)Karl 'vollmerk' Vollmer2009-03-151-0/+36
|
* template for democratic api stuff, no codeKarl 'vollmerk' Vollmer2009-03-151-0/+14
|
* fix tags in the apiKarl 'vollmerk' Vollmer2009-03-101-1/+0
|
* add video data to the API and add missing count="X" value to tag informationKarl 'vollmerk' Vollmer2009-03-101-0/+20
|
* fix the update/add filters in the api and add them into artist and albumKarl 'vollmerk' Vollmer2009-03-091-0/+6
|
* do not overlap filtersKarl 'vollmerk' Vollmer2009-03-011-15/+10
|
* maybe fix #404, unconfirmed implemented #405 other misc cleanupKarl 'vollmerk' Vollmer2009-03-011-3/+6
|
* Correct Typo in Error #Karl 'vollmerk' Vollmer2009-02-251-1/+1
|
* added localplay controls to api in addition to added/updated filtersKarl 'vollmerk' Vollmer2009-02-251-13/+28
|
* failed experiement, decent performance boost on verify by removing a bunch ↵Karl 'vollmerk' Vollmer2009-02-191-5/+5
| | | | of queries, still some to moreve, should be able to make it faster
* corrected update_media_from_tags() reference and added debug to api for ping()Karl 'vollmerk' Vollmer2009-02-181-0/+1
|
* improved error messages for api, includes additional information on ↵Karl 'vollmerk' Vollmer2008-11-291-2/+2
| | | | handshake failure, also translate the errors
* added in ping for the xmlapi returns the version, if a authID is passed it ↵Karl 'vollmerk' Vollmer2008-11-191-1/+5
| | | | extends the session and then returns the version + new expire time
* add the ratings to the album and artist xml results, fixed a logic error on ↵Karl 'vollmerk' Vollmer2008-11-191-3/+14
| | | | the api session extending
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-151-1/+1
|
* switched to sha1() api authentication methodKarl 'vollmerk' Vollmer2008-10-301-0/+4
|
* adjust the logic on the api so that username does not have to be passed ↵Karl 'vollmerk' Vollmer2008-08-301-15/+17
| | | | after the initial handshake
* added direct links back in, added batch download to single artist view, ↵Karl 'vollmerk' Vollmer2008-05-261-1/+1
| | | | removed useless cruft
* last commit before beta3 releaseKarl 'vollmerk' Vollmer2008-04-211-2/+3
|
* yea I failKarl 'vollmerk' Vollmer2008-04-161-1/+1
|
* 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