Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix remote streaming | Paul Arthur | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Fix xml.server.php after changes to session | Paul Arthur | 2013-02-11 | 1 | -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 Session | Paul Arthur | 2013-01-28 | 1 | -5/+7 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -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 names | Paul Arthur | 2013-01-25 | 1 | -4/+4 |
| | |||||
* | Cosmetics: clean up heads in server/ | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -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 crap | Paul Arthur | 2011-04-04 | 1 | -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 phpdoc | momo-i | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | Fix typo in api Thx cosmin | Karl 'vollmerk' Vollmer | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -25/+25 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Removed dead xmlrpc files, started work migrating to LastFM v2.0 api | Karl 'vollmerk' Vollmer | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Finish moving stuff out of doc into class, still needs more work to deal ↵ | Karl 'vollmerk' Vollmer | 2009-11-23 | 1 | -244/+3 |
| | | | | with Version as well as variable response (JSON) | ||||
* | start of move of functions for api from doc to class where they belong | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -96/+20 |
| | |||||
* | Sync of fix for #551 | Karl 'vollmerk' Vollmer | 2009-11-18 | 1 | -1/+6 |
| | |||||
* | Really really fix democratic localplay methods, now that i can test them | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -2/+3 |
| | |||||
* | sync from branches fix for #548 | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -2/+2 |
| | |||||
* | Attempt to fix #548 reference function that exists... | Karl 'vollmerk' Vollmer | 2009-11-13 | 1 | -4/+4 |
| | |||||
* | Correctly reference instanced democratic play object rather then using a ↵ | Karl 'vollmerk' Vollmer | 2009-10-29 | 1 | -2/+2 |
| | | | | static call | ||||
* | Sync from 3.5.x set compatible to 350001, will update API to 360000 soon due ↵ | Karl 'vollmerk' Vollmer | 2009-09-15 | 1 | -1/+1 |
| | | | | to localplay changes | ||||
* | Sync addition of server version to API ping response | Karl 'vollmerk' Vollmer | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | whups | Karl 'vollmerk' Vollmer | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | Sync from branch | Karl 'vollmerk' Vollmer | 2009-09-02 | 1 | -2/+2 |
| | |||||
* | fix url to song, and throw some non-working tag cloud crap in | Karl 'vollmerk' Vollmer | 2009-05-19 | 1 | -1/+3 |
| | |||||
* | api fixes, added librefm scrobbler (untested) and fixed minor error in ↵ | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -6/+3 |
| | | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin | ||||
* | some incomplete work cleaning up the api a bit | Karl 'vollmerk' Vollmer | 2009-05-17 | 1 | -6/+6 |
| | |||||
* | add in the democratic methods (untested) | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -0/+36 |
| | |||||
* | template for democratic api stuff, no code | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -0/+14 |
| | |||||
* | fix tags in the api | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -1/+0 |
| | |||||
* | add video data to the API and add missing count="X" value to tag information | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -0/+20 |
| | |||||
* | fix the update/add filters in the api and add them into artist and album | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -0/+6 |
| | |||||
* | do not overlap filters | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -15/+10 |
| | |||||
* | maybe fix #404, unconfirmed implemented #405 other misc cleanup | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -3/+6 |
| | |||||
* | Correct Typo in Error # | Karl 'vollmerk' Vollmer | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | added localplay controls to api in addition to added/updated filters | Karl 'vollmerk' Vollmer | 2009-02-25 | 1 | -13/+28 |
| | |||||
* | failed experiement, decent performance boost on verify by removing a bunch ↵ | Karl 'vollmerk' Vollmer | 2009-02-19 | 1 | -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' Vollmer | 2009-02-18 | 1 | -0/+1 |
| | |||||
* | improved error messages for api, includes additional information on ↵ | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -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' Vollmer | 2008-11-19 | 1 | -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' Vollmer | 2008-11-19 | 1 | -3/+14 |
| | | | | the api session extending | ||||
* | more cleanup, added numeric values of ratings to the song xml return | Karl 'vollmerk' Vollmer | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | switched to sha1() api authentication method | Karl 'vollmerk' Vollmer | 2008-10-30 | 1 | -0/+4 |
| | |||||
* | adjust the logic on the api so that username does not have to be passed ↵ | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -15/+17 |
| | | | | after the initial handshake | ||||
* | added direct links back in, added batch download to single artist view, ↵ | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -1/+1 |
| | | | | removed useless cruft | ||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -2/+3 |
| | |||||
* | yea I fail | Karl 'vollmerk' Vollmer | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | failure | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | add url_to_song function to api for amarok2 | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -0/+7 |
| | |||||
* | fixed recently played, removed a bunch of useless files, added new methods ↵ | Karl 'vollmerk' Vollmer | 2008-03-21 | 1 | -1/+12 |
| | | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods |