| Commit message (Expand) | Author | Age | Files | Lines |
* | Some cleanup of play URL handling | Paul Arthur | 2013-02-07 | 1 | -6/+4 |
* | Parameterise query in Api | Paul Arthur | 2013-02-04 | 1 | -8/+6 |
* | Use Session for stream sessions | Paul Arthur | 2013-01-28 | 1 | -2/+0 |
* | Move sessiony things from vauth into Session | Paul Arthur | 2013-01-28 | 1 | -3/+3 |
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -607/+607 |
* | Consistently use _ in two-word class names | Paul Arthur | 2013-01-25 | 1 | -61/+61 |
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
* | Start cleaning up the democratic thing. | Paul Arthur | 2012-10-15 | 1 | -1/+6 |
* | Consistently use 'object_type' in playlist returns | Paul Arthur | 2012-10-15 | 1 | -1/+1 |
* | Cosmetics: api::url_to_song | Paul Arthur | 2012-09-20 | 1 | -4/+2 |
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -8/+8 |
* | Fixed messages translatable. | momo-i | 2011-12-27 | 1 | -3/+3 |
* | Switched Ping date to ISO 8601, added expire to handshake also ISO 8601 | Karl Vollmer | 2011-12-19 | 1 | -1/+2 |
* | Switched API to exceptions rather then trigger_error in most instances, more ... | Karl Vollmer | 2011-11-28 | 1 | -1/+1 |
* | Add Catalog count to handshake response for API, Wiki updated to reflect change | Karl Vollmer | 2011-11-23 | 1 | -1/+6 |
* | Fix broken API method | Paul Arthur | 2011-06-28 | 1 | -0/+1 |
* | Clean up API::handshake | Paul Arthur | 2011-05-26 | 1 | -44/+36 |
* | fix broken xml.server.php login on 32 bit servers | Stephen A. Goss | 2011-05-23 | 1 | -1/+1 |
* | Prevent spurious API login failure messages. | Paul Arthur | 2011-04-26 | 1 | -0/+1 |
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
* | 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 |