| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase supported sessionID length | Paul Arthur | 2013-10-30 | 1 | -0/+19 |
* | Clean up Update | Paul Arthur | 2013-10-30 | 1 | -93/+29 |
* | Update the stream_playlist table to use MyISAM | Paul Arthur | 2013-04-29 | 1 | -1/+14 |
* | Switch Dba from mysql to PDO-MySQL | Paul Arthur | 2013-01-29 | 1 | -1/+3 |
* | Fix incorrect updates | Paul Arthur | 2013-01-28 | 1 | -9/+1 |
* | Drop unnecessary updates | Paul Arthur | 2013-01-28 | 1 | -219/+2 |
* | Clean up updates | Paul Arthur | 2013-01-28 | 1 | -148/+12 |
* | Make the update process potentially sane | Paul Arthur | 2013-01-28 | 1 | -606/+361 |
* | Rename the 'local' auth method to 'pam' | Paul Arthur | 2013-01-28 | 1 | -2/+14 |
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -1649/+1649 |
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
* | Remove explicit collation settings from updates | Paul Arthur | 2013-01-25 | 1 | -17/+17 |
* | Make playlist downloads idempotent | Paul Arthur | 2013-01-15 | 1 | -0/+25 |
* | Switch from print_r to json_encode in debug output | Paul Arthur | 2012-11-13 | 1 | -1/+0 |
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -2/+2 |
* | Increase the size of the mbid column in artist | Paul Arthur | 2012-03-31 | 1 | -0/+15 |
* | Add CLI tool for running database updates | Paul Arthur | 2012-03-06 | 1 | -8/+24 |
* | Lengthen varchar for `tmp_playlist`.`session` | Paul Arthur | 2012-02-21 | 1 | -0/+16 |
* | Fix DB updates so catalog remote_username and remote_password are added corre... | Karl Vollmer | 2011-11-23 | 1 | -1/+39 |
* | Use Dba::fetch_assoc instead of mysql_fetch_assoc | Paul Arthur | 2011-06-24 | 1 | -1/+1 |
* | Make require_session work with local auth. | Paul Arthur | 2011-05-31 | 1 | -0/+13 |
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -0/+22 |
* | 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 | -17/+41 |
* | Fix installation (base.js requires prototype). Also squelch a warning in update. | Paul 'flowerysong' Arthur | 2010-06-29 | 1 | -1/+1 |
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+4 |
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -0/+23 |
* | Clean up the rating code by moving uniqueness constraints into the database, | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -0/+14 |
* | Minor output change. FS#96, reported by Nate Gotz. | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+1 |
* | Testing is all well and good...but uncomment things before you commit them. | Paul 'flowerysong' Arthur | 2010-05-06 | 1 | -1/+1 |
* | You know, maybe I shouldn't be allowed to use computers. Revert accidentally | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -18/+0 |
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -0/+61 |
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -32/+32 |
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -95/+95 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
* | Typo - will require another db update eventually... sigh | Karl 'vollmerk' Vollmer | 2010-02-17 | 1 | -1/+1 |
* | Fix typos, and tweak insert_now_playing preping for Video now playing | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -0/+10 |
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -2/+6 |
* | moved database alterations to proper place | martian | 2010-02-11 | 1 | -0/+10 |
* | Adding the bandwidth option to the preferences. This changes the complexity o... | martian | 2010-02-09 | 1 | -4/+13 |
* | Add AmpacheAPI external, start work on future db changes | Karl 'vollmerk' Vollmer | 2010-02-04 | 1 | -1/+40 |
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 1 | -780/+780 |
* | whole bunch more Dba::query replacements | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -6/+6 |
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -2/+17 |
* | api fixes, added librefm scrobbler (untested) and fixed minor error in header... | Karl 'vollmerk' Vollmer | 2009-05-18 | 1 | -0/+16 |
* | add download for video that does not work, and most likely break song downloa... | Karl 'vollmerk' Vollmer | 2009-05-15 | 1 | -0/+11 |
* | reset database charset on db update to make sure it remains in sync | Karl 'vollmerk' Vollmer | 2009-03-22 | 1 | -0/+4 |
* | move server prefs to admin menu (Thx geekdawg) fix missing web_path on radio ... | Karl 'vollmerk' Vollmer | 2009-03-18 | 1 | -2/+2 |