summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix some missing documentation, remove some obsolete functionsKarl Vollmer2011-12-011-0/+1
|
* Switched API to exceptions rather then trigger_error in most instances, more ↵Karl Vollmer2011-11-281-17/+45
| | | | | | work on the remote catalog indexing.
* AmpacheApi -- Store handshake informationKarl Vollmer2011-11-231-0/+24
| | | | Catalog -- pull handshake info, do something with it?
* 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
|
* Remove unneeded file from captcha modulePaul Arthur2011-11-151-138/+0
|
* Remove test scriptsKarl Vollmer2011-11-1548-6272/+0
|
* Use strtolower in Horde_BrowserPaul Arthur2011-10-291-5/+6
| | | | | This is less locale-safe than Horde_String::lower, but if we start pulling in other parts of Horde the madness may never end.
* Update Horde_Browser to latest.Paul Arthur2011-10-271-536/+634
|
* Update Captcha PHP to 2.3Paul Arthur2011-10-275-139/+411
| | | | http://freshmeat.net/projects/captchaphp
* Update getID3 to 1.9.1Paul Arthur2011-10-2771-4594/+6364
|
* Update PHPMailer to 5.2.0Paul Arthur2011-10-27105-737/+9837
|
* FS#193 - Localplay MPD cannot turn off Repeat or RandomPaul Arthur2011-10-101-1/+1
| | | | | The rewritten MPD module did not allow passing false values to MPD. Using isset instead of boolean evaluation fixes this.
* getID3: Don't unset the UFID values in id3v2 tags.Paul Arthur2011-05-041-1/+0
| | | | These are used for retrieving the MusicBrainz track IDs.
* Use latest stable getid3 version (1.8.5)Paul Arthur2011-05-0487-27388/+33846
| | | | | | 2.0 is supposedly still being developed, but the current version is not recommended by upstream, and 1.8 receives active updates and appears to work better on the files I tested. Fixes FS#169
* Clean up some PHPDoc crapPaul Arthur2011-04-0417-141/+28
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Don't unset the UFID values in id3v2 tags.Paul Arthur2011-02-241-2/+1
| | | | These are used for retrieving the MusicBrainz track IDs.
* update getid3 version 1.8.2 -> 2.0.0b6momo-i2011-02-0888-36337/+23434
| | | | modified vainfo class (not complete)
* Forgot comment end...momo-i2011-02-031-0/+1
|
* Modified header comment for phpdocmomo-i2011-02-0317-351/+695
|
* Don't unset the UFID values in id3v2 tags.Paul Arthur2011-01-041-1/+0
| | | | These are used for retrieving the MusicBrainz track IDs.
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-01-049-0/+1463
|\
| * Twitter module licenseChris Slamar2010-12-308-13/+153
| |
| * Added simple README file to explain how to get the non Ampache pieces from ↵Chris Slamar2010-12-241-0/+13
| | | | | | | | twitter.
| * fixed missing debug number and added alt textChris Slamar2010-12-151-1/+1
| |
| * Switched mysql functions to DbaChris Slamar2010-12-155-45/+30
| |
| * typos #3Chris Slamar2010-12-142-9/+10
| |
| * typo #2Chris Slamar2010-12-141-1/+1
| |
| * fixed typo. One of many I imagineChris Slamar2010-12-144-3/+12
| |
| * Clean up and added Debug messagesChris Slamar2010-12-144-56/+67
| |
| * More Clean UpChris Slamar2010-12-132-22/+16
| |
| * Clean up beginsChris Slamar2010-12-131-34/+0
| |
| * Initial TwitterCharlie2010-12-1310-0/+1344
| |
* | Updated Prototype to 1.7 and Getid3 to 1.8.2Karl Vollmer2011-01-0475-24509/+39536
|/
* Killed some leftover whitespaces.Elias Probst2010-12-071-7/+7
|
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-091-15/+9
| | | | other places that send mail.
* Break everyone's config by changing metadata gathering.Paul 'flowerysong' Arthur2010-10-061-0/+98
|
* MPD class rewrite.Paul 'flowerysong' Arthur2010-08-055-1448/+1060
|
* Minor php_musicbrainz updates.Paul 'flowerysong' Arthur2010-07-026-81/+583
|
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-242-171/+0
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-222-96/+132
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* php_musicbrainz: proper license headers, support for submitting tags.Paul 'flowerysong' Arthur2010-06-1627-8/+502
|
* Cosmetics: consistent line endings. No DOS for you.Paul 'flowerysong' Arthur2010-06-1143-22252/+22252
|
* Fix bitrate calculation regressions on LAME CBR files. Now doesn't return 0,Paul 'flowerysong' Arthur2010-06-111-2/+2
| | | | doesn't return a higher bitrate than it should.
* Version bump for nusoap to 0.9.5. Requested in FS#86, shouldn't break anything Paul 'flowerysong' Arthur2010-05-1813-344/+703
| | | | since it's only used for the already broken lyricswiki support.
* php_musicbrainz: Even more code cleanup, add support for rating submission.Paul 'flowerysong' Arthur2010-05-1614-1395/+1432
|
* php_musicbrainz: support for ratings, some code cleanup.Paul 'flowerysong' Arthur2010-05-0718-1750/+1858
|
* Bump Prototype to 1.6.1Paul 'flowerysong' Arthur2010-04-281-1019/+1573
|
* Updated vlc controller referencing #47Karl 'vollmerk' Vollmer2010-03-212-155/+157
|
* cleaned up tabbing a bitKarl 'vollmerk' Vollmer2010-03-191-86/+86
|