| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary hack. | Paul Arthur | 2011-04-04 | 1 | -4/+0 |
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -3/+5 |
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -1/+0 |
* | test for phpdoc | momo-i | 2011-02-02 | 1 | -17/+39 |
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -34/+47 |
* | Use strpos correctly in the API class. Fixes FS#68, reported by Bryce Geiser. | Paul 'flowerysong' Arthur | 2010-05-03 | 1 | -5/+6 |
* | Cosmetics. %s/assoicated/associated/g | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -2/+2 |
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -120/+120 |
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -63/+63 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
* | Finish moving stuff out of doc into class, still needs more work to deal with... | Karl 'vollmerk' Vollmer | 2009-11-23 | 1 | -5/+359 |
* | start of move of functions for api from doc to class where they belong | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -17/+154 |
* | It should not have taken me that long to find the one typo | Karl 'vollmerk' Vollmer | 2009-08-20 | 1 | -0/+3 |
* | add video counts to api handshake | Karl 'vollmerk' Vollmer | 2009-03-31 | 1 | -4/+10 |
* | escape after log entry and ptoning | Karl 'vollmerk' Vollmer | 2009-03-17 | 1 | -1/+3 |
* | fix the update/add filters in the api and add them into artist and album | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -3/+14 |
* | add clean to handshake information | Karl 'vollmerk' Vollmer | 2009-03-02 | 1 | -1/+2 |
* | do not overlap filters | Karl 'vollmerk' Vollmer | 2009-03-01 | 1 | -0/+3 |
* | added localplay controls to api in addition to added/updated filters | Karl 'vollmerk' Vollmer | 2009-02-25 | 1 | -0/+34 |
* | change handshake date format to ISO 8601 | Karl 'vollmerk' Vollmer | 2009-02-24 | 1 | -2/+2 |
* | Finish IPv6 support | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -2/+2 |
* | some other minor changes, nothing big | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -1/+1 |
* | improved error messages for api, includes additional information on handshake... | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -0/+4 |
* | add in require_localnet_session configuration | Karl 'vollmerk' Vollmer | 2008-11-15 | 1 | -1/+1 |
* | move to sha256 for passwords API and Interface | Karl 'vollmerk' Vollmer | 2008-10-30 | 1 | -1/+1 |
* | switched to sha1() api authentication method | Karl 'vollmerk' Vollmer | 2008-10-30 | 1 | -5/+18 |
* | Updated handshake stats SQL broken by lack of genre column in songs table. | Kevin James 'purdyk' Purdy | 2008-08-14 | 1 | -2/+1 |
* | added direct links back in, added batch download to single artist view, remov... | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -5/+9 |
* | Typo bugfix | Kevin James 'purdyk' Purdy | 2008-05-02 | 1 | -1/+1 |
* | added genre and playlist count to the xmlapi handshake per devs request | Karl 'vollmerk' Vollmer | 2008-04-27 | 1 | -3/+10 |
* | minor fixes to the playlist, fixed up the democratic playlist kinda, still do... | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -1/+12 |
* | fixed the acl issue... sigh | Karl 'vollmerk' Vollmer | 2008-03-07 | 1 | -1/+1 |
* | major corrections to reading of preferences and a few misc fixes which I have... | Karl 'vollmerk' Vollmer | 2008-02-29 | 1 | -1/+7 |
* | removed ip2int, int2ip custom functions fixed browse issues when adding filte... | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -2/+2 |
* | fixed now playing for the API and lack of session extend when using the API | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -0/+4 |
* | fixed API calls, cleaned up old functions that are no longer needed | Karl 'vollmerk' Vollmer | 2007-12-23 | 1 | -26/+4 |
* | fixed issues with user edit and create, fixed seek errors (Thx Karl Hungus) s... | Karl 'vollmerk' Vollmer | 2007-12-20 | 1 | -1/+1 |
* | fixed three bugs found by purdyk with the api | Karl 'vollmerk' Vollmer | 2007-12-19 | 1 | -1/+1 |
* | fixed dbl negative on xml api and enabled the timestamp check as well as fixe... | Karl 'vollmerk' Vollmer | 2007-12-18 | 1 | -4/+5 |
* | added little note on access add as to the defaults, fixed api to use session_... | Karl 'vollmerk' Vollmer | 2007-12-15 | 1 | -1/+1 |
* | renamed xml-rpc acl to rpc, added default mime type of image/jpg and added co... | Karl 'vollmerk' Vollmer | 2007-11-22 | 1 | -1/+9 |
* | added genres as a new xml method, and improved logging | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -0/+6 |
* | little more work on the xml api, artists and albums now works | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -5/+5 |
* | more changes for the amarok hotness | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -1/+0 |
* | fixed an album art config parsing problem, Thanks Karl Hungus more work on xm... | Karl 'vollmerk' Vollmer | 2007-11-19 | 1 | -4/+45 |
* | some inital work on an api for amarok, tweaked stream class a bit, think ther... | Karl 'vollmerk' Vollmer | 2007-11-19 | 1 | -0/+68 |