summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-1413-0/+13
|
* Make the tag cloud do something, only song browsing for now...Karl 'vollmerk' Vollmer2010-02-231-5/+10
|
* Removed dead xmlrpc files, started work migrating to LastFM v2.0 apiKarl 'vollmerk' Vollmer2010-02-051-2/+2
|
* sync from 3.5.x r2268Karl 'vollmerk' Vollmer2010-02-021-0/+7
|
* Fix refreshing of localplay playlist when an item is removedKarl 'vollmerk' Vollmer2010-02-021-3/+5
|
* 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)
* Remove XML-RPC functions and start prep for use of new API for ampache ↵Karl 'vollmerk' Vollmer2009-11-191-59/+0
| | | | catalog syncs
* 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
|
* add rating to single song view, and include caching fixKarl 'vollmerk' Vollmer2009-07-091-0/+3
|
* Playlist adds now use the existing order rather then track order Fixed #484Karl 'vollmerk' Vollmer2009-07-091-2/+2
|
* fix the albums of the moment showing up even if it could not find anyKarl 'vollmerk' Vollmer2009-07-081-1/+4
|
* sync from trunkKarl 'vollmerk' Vollmer2009-06-011-3/+4
|
* added a missing semilicon(;)dipsol2009-05-261-24/+24
|
* fix url to song, and throw some non-working tag cloud crap inKarl 'vollmerk' Vollmer2009-05-192-1/+14
|
* 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
|
* fix lack of ui response on deleting track right after appending to saved ↵Karl 'vollmerk' Vollmer2009-04-301-0/+3
| | | | playlist
* some tweaks to make the random play mojo work for streaming, does not work ↵Karl 'vollmerk' Vollmer2009-04-081-2/+2
| | | | in localplay yet, working on that, nor in democratic play poking that also include asx playlist improvements from jon611
* add in the democratic methods (untested)Karl 'vollmerk' Vollmer2009-03-151-0/+36
|
* fix democratic play interface feedback issues and make the wizard actually workKarl 'vollmerk' Vollmer2009-03-151-5/+15
|
* 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
|
* move over to query class as backend for browseKarl 'vollmerk' Vollmer2009-03-081-2/+2
|
* 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
|
* Resolve #401 new database update, reset album thumbs and use resized art...Karl 'vollmerk' Vollmer2009-03-011-5/+9
|
* first work on next db update, correct play_url() removing redundent path, ↵Karl 'vollmerk' Vollmer2009-03-011-1/+1
| | | | fix democratic play clear
* 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
|
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-081-2/+25
| | | | localplay playlist
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-022-0/+4
| | | | playlists and random elements
* fixed localplay not showing current playing song and clear playlist not ↵Karl 'vollmerk' Vollmer2009-02-021-3/+3
| | | | refreshing the screen
* fix playlist adds not showing up but still adding, fixed ip history being ↵Karl 'vollmerk' Vollmer2009-02-021-0/+1
| | | | wiped by db update
* put in a hack to clear the rightbar if the preferences deem it soKarl 'vollmerk' Vollmer2008-12-281-0/+12
|
* changed the xmlrpc library to the pear xmlrpc library. Also fixed some other ↵dipsol2008-12-111-10/+12
| | | | litle things not worth mentioning.
* Changed some name, because of the conventions.dipsol2008-12-021-1/+1
|
* fixed ticket 281, by changing the way the data was return. Now only the ↵dipsol2008-12-021-4/+5
| | | | button will be updated instead of the whole line.