| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some missing documentation, remove some obsolete functions | Karl Vollmer | 2011-12-01 | 1 | -81/+21 |
* | Fix Libre.FM scrobbling, remove errant data in handshake response | Karl Vollmer | 2011-12-01 | 1 | -7/+12 |
* | Whups | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
* | Fixed two PHP warnings, and some issues with how users were being constructed | Karl Vollmer | 2011-12-01 | 3 | -4/+8 |
* | Typo caused songs to be put in null catalog :S | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
* | Song and Album Art from remote catalogs now inserts locally, can't play the r... | Karl Vollmer | 2011-12-01 | 1 | -57/+16 |
* | Remove dangling version test | Paul Arthur | 2011-11-30 | 1 | -5/+0 |
* | Merge branch 'master' of gitorious.org:ampache/ampache | Karl Vollmer | 2011-11-30 | 1 | -1/+5 |
|\ |
|
| * | Add mbids and mode to the song xml response | Karl Vollmer | 2011-11-29 | 1 | -1/+5 |
* | | Ampache now requires PHP 5.3 or greater... 'JFDI' | Karl Vollmer | 2011-11-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of gitorious.org:ampache/ampache | Karl Vollmer | 2011-11-28 | 1 | -1/+1 |
|\ |
|
| * | FS#201 - Video files broken in search | Paul Arthur | 2011-11-28 | 1 | -1/+1 |
* | | Removed defunct functions, in theory inserting remote songs, untested though | Karl Vollmer | 2011-11-28 | 1 | -108/+43 |
|/ |
|
* | Switched API to exceptions rather then trigger_error in most instances, more ... | Karl Vollmer | 2011-11-28 | 2 | -7/+22 |
* | Testing Bot e-mail function, but a little more work on the remote catalogs | Karl Vollmer | 2011-11-23 | 1 | -13/+6 |
* | Add Catalog count to handshake response for API, Wiki updated to reflect change | Karl Vollmer | 2011-11-23 | 1 | -1/+6 |
* | AmpacheApi -- Store handshake information | Karl Vollmer | 2011-11-23 | 1 | -40/+3 |
* | Add remote_username/password to Catalog Edit page | Karl Vollmer | 2011-11-23 | 1 | -1/+3 |
* | Fix DB updates so catalog remote_username and remote_password are added corre... | Karl Vollmer | 2011-11-23 | 2 | -9/+58 |
* | Add AmpacheAPI library | Karl Vollmer | 2011-11-23 | 1 | -0/+1 |
* | Remove lib/security.lib.php | Paul Arthur | 2011-11-22 | 1 | -196/+0 |
* | Cosmetics: clean up some cruft in vainfo | Paul Arthur | 2011-11-22 | 1 | -98/+5 |
* | Remove special case for loading vauth | Paul Arthur | 2011-11-10 | 1 | -2/+0 |
* | Fix custom session handler. | Paul Arthur | 2011-11-09 | 1 | -0/+1 |
* | Some more cleanup of Last.FM art method | Paul Arthur | 2011-11-09 | 1 | -21/+18 |
* | FS#195 - Unable to gather album art from lastfm | Paul Arthur | 2011-11-09 | 1 | -16/+19 |
* | Update Horde_Browser to latest. | Paul Arthur | 2011-10-27 | 2 | -2/+1 |
* | Restore mistakenly reverted commit: | Paul Arthur | 2011-10-26 | 2 | -39/+28 |
* | Fix custom session handle to comply with PHP spec | Paul Arthur | 2011-10-14 | 1 | -1/+1 |
* | fixed typo. | momo-i | 2011-10-11 | 1 | -2/+2 |
* | Escape config values when outputting the config file | Stephen Shkardoon | 2011-09-19 | 1 | -3/+3 |
* | Make debug and install tests friendlier | Paul Arthur | 2011-09-19 | 1 | -13/+21 |
* | FS#189, added the catalog name to the browse instead of the id. | dipsol | 2011-09-15 | 1 | -1/+3 |
* | FS#190 - Add support for HTTP_FORWARDED (Forum patch) | dipsol | 2011-09-15 | 1 | -2/+8 |
* | FS#187 added missing : | dipsol | 2011-09-14 | 1 | -1/+1 |
* | FS#186 fixed runtime error in log files. | dipsol | 2011-09-13 | 1 | -15/+17 |
* | Null is an acceptable session auth type if use_auth=false. FS#182. | Paul Arthur | 2011-09-12 | 1 | -2/+5 |
* | Some Catalog cleanup and enhancement. | Paul Arthur | 2011-08-12 | 1 | -255/+200 |
* | Make the output of catalog_update somewhat readable. | Paul Arthur | 2011-08-04 | 1 | -0/+4 |
* | Merge branch 'master' of gitorious.org:ampache/ampache | Karl Vollmer | 2011-07-27 | 9 | -82/+123 |
|\ |
|
| * | Make the API return more data for songs | Paul Arthur | 2011-06-28 | 1 | -0/+2 |
| * | Fix broken API method | Paul Arthur | 2011-06-28 | 2 | -1/+15 |
| * | Add default value for parameter on Artist::get_albums | Paul Arthur | 2011-06-24 | 1 | -1/+1 |
| * | DBA changes | Paul Arthur | 2011-06-24 | 1 | -4/+22 |
| * | Use Dba::fetch_assoc instead of mysql_fetch_assoc | Paul Arthur | 2011-06-24 | 1 | -1/+1 |
| * | Flush in update_text to improve interface responsiveness | Paul Arthur | 2011-06-24 | 1 | -0/+2 |
| * | Add clear_cache() to database_object | Paul Arthur | 2011-06-24 | 1 | -0/+7 |
| * | Make require_session work with local auth. | Paul Arthur | 2011-05-31 | 1 | -0/+13 |
| * | Clean up API::handshake | Paul Arthur | 2011-05-26 | 1 | -44/+36 |
| * | Clean up Access::check_network | Paul Arthur | 2011-05-26 | 1 | -31/+24 |