1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
Commit graph

36 commits

Author SHA1 Message Date
Karl 'vollmerk' Vollmer
ef21e122d1 Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
Karl 'vollmerk' Vollmer
e4ca74f2b0 start of move of functions for api from doc to class where they belong 2009-11-19 06:10:36 +00:00
Karl 'vollmerk' Vollmer
28fcb8f8ac It should not have taken me that long to find the one typo 2009-08-20 15:30:24 +00:00
Karl 'vollmerk' Vollmer
f2f017d2b8 add video counts to api handshake 2009-03-31 20:53:39 +00:00
Karl 'vollmerk' Vollmer
9b8d212ef2 escape after log entry and ptoning 2009-03-17 15:12:04 +00:00
Karl 'vollmerk' Vollmer
242401a915 fix the update/add filters in the api and add them into artist and album 2009-03-09 00:59:44 +00:00
Karl 'vollmerk' Vollmer
9eca0afefa add clean to handshake information 2009-03-02 00:08:25 +00:00
Karl 'vollmerk' Vollmer
ace25154eb do not overlap filters 2009-03-01 23:59:07 +00:00
Karl 'vollmerk' Vollmer
211a0c47a6 added localplay controls to api in addition to added/updated filters 2009-02-25 01:52:27 +00:00
Karl 'vollmerk' Vollmer
0bdecac947 change handshake date format to ISO 8601 2009-02-24 16:33:38 +00:00
Karl 'vollmerk' Vollmer
b9a2603025 Finish IPv6 support 2009-02-01 01:06:46 +00:00
Karl 'vollmerk' Vollmer
245b69d645 some other minor changes, nothing big 2008-11-29 18:38:46 +00:00
Karl 'vollmerk' Vollmer
73809f0c1d improved error messages for api, includes additional information on handshake failure, also translate the errors 2008-11-29 16:48:12 +00:00
Karl 'vollmerk' Vollmer
2562b5a00b add in require_localnet_session configuration 2008-11-15 06:41:41 +00:00
Karl 'vollmerk' Vollmer
0a08d312b7 move to sha256 for passwords API and Interface 2008-10-30 17:17:27 +00:00
Karl 'vollmerk' Vollmer
9a251be9a6 switched to sha1() api authentication method 2008-10-30 15:12:55 +00:00
Kevin James 'purdyk' Purdy
e912d72ed4 Updated handshake stats SQL broken by lack of genre column in songs table. 2008-08-14 22:34:40 +00:00
Karl 'vollmerk' Vollmer
97bcd21404 added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00
Kevin James 'purdyk' Purdy
7bd22a36da Typo bugfix 2008-05-02 20:28:30 +00:00
Karl 'vollmerk' Vollmer
d2b70bbc61 added genre and playlist count to the xmlapi handshake per devs request 2008-04-27 06:25:19 +00:00
Karl 'vollmerk' Vollmer
311ac99112 minor fixes to the playlist, fixed up the democratic playlist kinda, still does not work completely 2008-03-10 05:24:59 +00:00
Karl 'vollmerk' Vollmer
bd270b0227 fixed the acl issue... sigh 2008-03-07 06:51:52 +00:00
Karl 'vollmerk' Vollmer
2c337852cf major corrections to reading of preferences and a few misc fixes which I have now forgotten 2008-02-29 06:14:46 +00:00
Karl 'vollmerk' Vollmer
31d5e782de removed ip2int, int2ip custom functions fixed browse issues when adding filters in specific order 2008-02-28 05:44:49 +00:00
Karl 'vollmerk' Vollmer
34b92d2dd5 fixed now playing for the API and lack of session extend when using the API 2007-12-24 01:28:07 +00:00
Karl 'vollmerk' Vollmer
ea8f3e685b fixed API calls, cleaned up old functions that are no longer needed 2007-12-23 09:01:09 +00:00
Karl 'vollmerk' Vollmer
897b35aedd fixed issues with user edit and create, fixed seek errors (Thx Karl Hungus) started digging myself out of the session tarded hole I created, API is broken with this commit 2007-12-20 07:31:00 +00:00
Karl 'vollmerk' Vollmer
9661434379 fixed three bugs found by purdyk with the api 2007-12-19 01:36:16 +00:00
Karl 'vollmerk' Vollmer
77bc16f525 fixed dbl negative on xml api and enabled the timestamp check as well as fixed a typo in the config file 2007-12-18 15:16:02 +00:00
Karl 'vollmerk' Vollmer
d3176c22e9 added little note on access add as to the defaults, fixed api to use session_length added check for session functions with redirect to /test.php on failure 2007-12-15 08:54:54 +00:00
Karl 'vollmerk' Vollmer
67cbb218cd renamed xml-rpc acl to rpc, added default mime type of image/jpg and added config options for batch download to the fs, no garbage collection for non-completed downloads yet. 2007-11-22 17:44:10 +00:00
Karl 'vollmerk' Vollmer
8c99cc8770 added genres as a new xml method, and improved logging 2007-11-20 08:32:15 +00:00
Karl 'vollmerk' Vollmer
5869da3fe5 little more work on the xml api, artists and albums now works 2007-11-20 06:23:05 +00:00
Karl 'vollmerk' Vollmer
c1829308f4 more changes for the amarok hotness 2007-11-20 05:32:08 +00:00
Karl 'vollmerk' Vollmer
b372d114dc fixed an album art config parsing problem, Thanks Karl Hungus more work on xml class and api mojo, handshake logic in place 2007-11-19 08:34:52 +00:00
Karl 'vollmerk' Vollmer
f4d94f034e some inital work on an api for amarok, tweaked stream class a bit, think theres still a bug with some playlist methods, also need to confirm problem with IE 2007-11-19 07:40:48 +00:00