summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ampache now requires PHP 5.3 or greater... 'JFDI'Karl Vollmer2011-11-302-5/+2
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-11-282-1/+2
|\
| * FS#201 - Video files broken in searchPaul Arthur2011-11-282-1/+2
* | Removed defunct functions, in theory inserting remote songs, untested thoughKarl Vollmer2011-11-281-108/+43
|/
* Switched API to exceptions rather then trigger_error in most instances, more ...Karl Vollmer2011-11-283-24/+67
* Testing Bot e-mail function, but a little more work on the remote catalogsKarl Vollmer2011-11-231-13/+6
* Updated changelogKarl Vollmer2011-11-231-0/+2
* Add Catalog count to handshake response for API, Wiki updated to reflect changeKarl Vollmer2011-11-231-1/+6
* AmpacheApi -- Store handshake informationKarl Vollmer2011-11-232-40/+27
* Add remote_username/password to Catalog Edit pageKarl Vollmer2011-11-233-6/+10
* Inverted, remote not localKarl Vollmer2011-11-231-1/+1
* Fix DB updates so catalog remote_username and remote_password are added corre...Karl Vollmer2011-11-234-13/+61
* Add AmpacheAPI libraryKarl Vollmer2011-11-231-0/+1
* Add Basic Ampache API library - to be used by the remote catalog functionalityKarl Vollmer2011-11-231-0/+322
* Removed examplesKarl Vollmer2011-11-2317-662/+0
* Make the access denied page a little more readablePaul Arthur2011-11-221-10/+5
* Clean up some more "security" things.Paul Arthur2011-11-223-101/+3
* Remove lib/security.lib.phpPaul Arthur2011-11-222-197/+0
* Cosmetics: clean up some cruft in vainfoPaul Arthur2011-11-221-98/+5
* Add the ability to locally cache passwords validated by external meansPaul Arthur2011-11-183-0/+14
* Remove unneeded file from captcha modulePaul Arthur2011-11-151-138/+0
* Remove test scriptsKarl Vollmer2011-11-1548-6272/+0
* Remove special case for loading vauthPaul Arthur2011-11-101-2/+0
* Fix custom session handler.Paul Arthur2011-11-092-0/+3
* Some more cleanup of Last.FM art methodPaul Arthur2011-11-091-21/+18
* FS#195 - Unable to gather album art from lastfmPaul Arthur2011-11-092-16/+20
* Some cleanup of the streaming code.Paul Arthur2011-11-091-5/+4
* Use strtolower in Horde_BrowserPaul Arthur2011-10-291-5/+6
* Remove unnecessary call to header()Paul Arthur2011-10-271-1/+0
* Update Horde_Browser to latest.Paul Arthur2011-10-275-543/+640
* Update Captcha PHP to 2.3Paul Arthur2011-10-276-139/+412
* Update getID3 to 1.9.1Paul Arthur2011-10-2772-4594/+6365
* Update PHPMailer to 5.2.0Paul Arthur2011-10-27106-737/+9838
* Disallow ballot stuffingKarl Vollmer2011-10-261-1/+4
* Restore mistakenly reverted commit:Paul Arthur2011-10-262-39/+28
* Fix custom session handle to comply with PHP specPaul Arthur2011-10-141-1/+1
* update languages.momo-i2011-10-1133-5060/+249
* fixed typo.momo-i2011-10-111-2/+2
* update languagesmomo-i2011-10-1133-30926/+40337
* FS#193 - Localplay MPD cannot turn off Repeat or RandomPaul Arthur2011-10-102-1/+3
* Escape config values when outputting the config fileStephen Shkardoon2011-09-192-3/+4
* Added class names to generic box names.mywindow2011-09-1942-58/+58
* Make debug and install tests friendlierPaul Arthur2011-09-193-29/+53
* FS#189, added the catalog name to the browse instead of the id.dipsol2011-09-151-1/+3
* FS#190 - Add support for HTTP_FORWARDED (Forum patch) dipsol2011-09-151-2/+8
* FS#189 Fixed dropdown selectiondipsol2011-09-142-2/+7
* FS#188, fixed the showart checkbox problem.dipsol2011-09-141-1/+1
* FS#187 added missing :dipsol2011-09-141-1/+1
* FS#186 fixed runtime error in log files.dipsol2011-09-131-15/+17
* Null is an acceptable session auth type if use_auth=false. FS#182.Paul Arthur2011-09-122-2/+7