summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* vainfo: unset disk if totaldiscs is 1Paul Arthur2012-02-201-6/+10
| | | | | | | | ID3 should only set disk if it's part of a set, but the same is not true of other metadata sources. Also drop no-op attempted cleanup of disk; we've already run intval, so it won't contain a slash.
* Drop unnecessary case branch.Paul Arthur2012-02-201-3/+0
|
* Fixed messages translatable.momo-i2011-12-275-31/+32
|
* Fixed messages translatable.momo-i2011-12-271-10/+5
|
* Switched Ping date to ISO 8601, added expire to handshake also ISO 8601Karl Vollmer2011-12-191-1/+2
|
* Fix catalog cleanPaul Arthur2011-12-021-1/+1
|
* Fix some missing documentation, remove some obsolete functionsKarl Vollmer2011-12-011-81/+21
|
* Fix Libre.FM scrobbling, remove errant data in handshake responseKarl Vollmer2011-12-011-7/+12
|
* WhupsKarl Vollmer2011-12-011-1/+1
|
* Fixed two PHP warnings, and some issues with how users were being constructedKarl Vollmer2011-12-013-4/+8
| | | | in init (which makes me wonder) and started trying to figure out why libre.fm broke
* Typo caused songs to be put in null catalog :SKarl Vollmer2011-12-011-1/+1
|
* Song and Album Art from remote catalogs now inserts locally, can't play the ↵Karl Vollmer2011-12-011-57/+16
| | | | | | remote songs yet.
* Remove dangling version testPaul Arthur2011-11-301-5/+0
|
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-11-301-1/+5
|\
| * Add mbids and mode to the song xml responseKarl Vollmer2011-11-291-1/+5
| |
* | Ampache now requires PHP 5.3 or greater... 'JFDI'Karl Vollmer2011-11-301-1/+1
|/
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-11-281-1/+1
|\
| * FS#201 - Video files broken in searchPaul Arthur2011-11-281-1/+1
| | | | | | | | | | Video searching was trying to use explode instead of implode. That won't work.
* | 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-282-7/+22
| | | | | | work on the remote catalog indexing.
* Testing Bot e-mail function, but a little more work on the remote catalogsKarl Vollmer2011-11-231-13/+6
|
* Add Catalog count to handshake response for API, Wiki updated to reflect changeKarl Vollmer2011-11-231-1/+6
|
* AmpacheApi -- Store handshake informationKarl Vollmer2011-11-231-40/+3
| | | | Catalog -- pull handshake info, do something with it?
* Add remote_username/password to Catalog Edit pageKarl Vollmer2011-11-231-1/+3
|
* Fix DB updates so catalog remote_username and remote_password are added ↵Karl Vollmer2011-11-232-9/+58
| | | | correctly, also fix catalog creation so they are stored in the database
* Add AmpacheAPI libraryKarl Vollmer2011-11-231-0/+1
|
* Remove lib/security.lib.phpPaul Arthur2011-11-221-196/+0
| | | | | | | | | | Unless we're going to commit to providing a stable, machine-friendly way of retrieving the latest version, we shouldn't pretend that we can check it in an automated fashion. Nor should we attempt to do so for PHP. Users are responsible for their security; we only care if their PHP installation provides the features we need in order to work.
* Cosmetics: clean up some cruft in vainfoPaul Arthur2011-11-221-98/+5
|
* Remove special case for loading vauthPaul Arthur2011-11-101-2/+0
| | | | | Synology is (probably) able to load vauth, it just doesn't like our custom session handler.
* Fix custom session handler.Paul Arthur2011-11-091-0/+1
| | | | | | | We were manually loading the vauth class (apparently to work around a bug in Synology's PHP) but not calling vauth::_auto_init(), so the default session handler was used. This normally does session locking, so bad things happened.
* Some more cleanup of Last.FM art methodPaul Arthur2011-11-091-21/+18
|
* FS#195 - Unable to gather album art from lastfmPaul Arthur2011-11-091-16/+19
| | | | Cleaned up the code, might work now. Untested.
* Update Horde_Browser to latest.Paul Arthur2011-10-272-2/+1
|
* Restore mistakenly reverted commit:Paul Arthur2011-10-262-39/+28
| | | | | | | | Implement db art method. Fixes FS#121. Conflicts: lib/class/catalog.class.php
* Fix custom session handle to comply with PHP specPaul Arthur2011-10-141-1/+1
| | | | read must always return a string.
* fixed typo.momo-i2011-10-111-2/+2
|
* Escape config values when outputting the config fileStephen Shkardoon2011-09-191-3/+3
| | | | Allows for odd characters in the database username and password.
* Make debug and install tests friendlierPaul Arthur2011-09-191-13/+21
| | | | | | "PHP putenv support" had nothing to do with putenv. Split it into multiple tests and have the output actually correspond to what we're checking.
* 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#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-121-2/+5
|
* Some Catalog cleanup and enhancement.Paul Arthur2011-08-121-255/+200
|
* Make the output of catalog_update somewhat readable.Paul Arthur2011-08-041-0/+4
| | | | | | | | The previous method of mangling the generated HTML was extremely fragile and broke in a non-obvious fashion when the output was changed. Instead, modify our convenience function that updates the text to behave differently when the command line interface is being used.
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-07-279-82/+123
|\
| * Make the API return more data for songsPaul Arthur2011-06-281-0/+2
| |
| * Fix broken API methodPaul Arthur2011-06-282-1/+15
| | | | | | | | | | Api::search_songs needed to declare a type, and Search::run needed to honour that declaration.
| * Add default value for parameter on Artist::get_albumsPaul Arthur2011-06-241-1/+1
| | | | | | | | Reported by Michel Stam
| * DBA changesPaul Arthur2011-06-241-4/+22
| | | | | | | | | | | | Make fetch_* automatically clean up result sets by default. Add a seek function for any cases where we want to iterate over the same result set multiple times.