Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some missing documentation, remove some obsolete functions | Karl Vollmer | 2011-12-01 | 1 | -0/+1 |
| | |||||
* | Switched API to exceptions rather then trigger_error in most instances, more ↵ | Karl Vollmer | 2011-11-28 | 1 | -17/+45 |
| | | | | | | work on the remote catalog indexing. | ||||
* | AmpacheApi -- Store handshake information | Karl Vollmer | 2011-11-23 | 1 | -0/+24 |
| | | | | Catalog -- pull handshake info, do something with it? | ||||
* | Add Basic Ampache API library - to be used by the remote catalog functionality | Karl Vollmer | 2011-11-23 | 1 | -0/+322 |
| | |||||
* | Removed examples | Karl Vollmer | 2011-11-23 | 17 | -662/+0 |
| | |||||
* | Remove unneeded file from captcha module | Paul Arthur | 2011-11-15 | 1 | -138/+0 |
| | |||||
* | Remove test scripts | Karl Vollmer | 2011-11-15 | 48 | -6272/+0 |
| | |||||
* | Use strtolower in Horde_Browser | Paul Arthur | 2011-10-29 | 1 | -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 Arthur | 2011-10-27 | 1 | -536/+634 |
| | |||||
* | Update Captcha PHP to 2.3 | Paul Arthur | 2011-10-27 | 5 | -139/+411 |
| | | | | http://freshmeat.net/projects/captchaphp | ||||
* | Update getID3 to 1.9.1 | Paul Arthur | 2011-10-27 | 71 | -4594/+6364 |
| | |||||
* | Update PHPMailer to 5.2.0 | Paul Arthur | 2011-10-27 | 105 | -737/+9837 |
| | |||||
* | FS#193 - Localplay MPD cannot turn off Repeat or Random | Paul Arthur | 2011-10-10 | 1 | -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 Arthur | 2011-05-04 | 1 | -1/+0 |
| | | | | These are used for retrieving the MusicBrainz track IDs. | ||||
* | Use latest stable getid3 version (1.8.5) | Paul Arthur | 2011-05-04 | 87 | -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 crap | Paul Arthur | 2011-04-04 | 17 | -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 Arthur | 2011-02-24 | 1 | -2/+1 |
| | | | | These are used for retrieving the MusicBrainz track IDs. | ||||
* | update getid3 version 1.8.2 -> 2.0.0b6 | momo-i | 2011-02-08 | 88 | -36337/+23434 |
| | | | | modified vainfo class (not complete) | ||||
* | Forgot comment end... | momo-i | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Modified header comment for phpdoc | momo-i | 2011-02-03 | 17 | -351/+695 |
| | |||||
* | Don't unset the UFID values in id3v2 tags. | Paul Arthur | 2011-01-04 | 1 | -1/+0 |
| | | | | These are used for retrieving the MusicBrainz track IDs. | ||||
* | Merge branch 'master' of gitorious.org:ampache/ampache | Karl Vollmer | 2011-01-04 | 9 | -0/+1463 |
|\ | |||||
| * | Twitter module license | Chris Slamar | 2010-12-30 | 8 | -13/+153 |
| | | |||||
| * | Added simple README file to explain how to get the non Ampache pieces from ↵ | Chris Slamar | 2010-12-24 | 1 | -0/+13 |
| | | | | | | | | twitter. | ||||
| * | fixed missing debug number and added alt text | Chris Slamar | 2010-12-15 | 1 | -1/+1 |
| | | |||||
| * | Switched mysql functions to Dba | Chris Slamar | 2010-12-15 | 5 | -45/+30 |
| | | |||||
| * | typos #3 | Chris Slamar | 2010-12-14 | 2 | -9/+10 |
| | | |||||
| * | typo #2 | Chris Slamar | 2010-12-14 | 1 | -1/+1 |
| | | |||||
| * | fixed typo. One of many I imagine | Chris Slamar | 2010-12-14 | 4 | -3/+12 |
| | | |||||
| * | Clean up and added Debug messages | Chris Slamar | 2010-12-14 | 4 | -56/+67 |
| | | |||||
| * | More Clean Up | Chris Slamar | 2010-12-13 | 2 | -22/+16 |
| | | |||||
| * | Clean up begins | Chris Slamar | 2010-12-13 | 1 | -34/+0 |
| | | |||||
| * | Initial Twitter | Charlie | 2010-12-13 | 10 | -0/+1344 |
| | | |||||
* | | Updated Prototype to 1.7 and Getid3 to 1.8.2 | Karl Vollmer | 2011-01-04 | 75 | -24509/+39536 |
|/ | |||||
* | Killed some leftover whitespaces. | Elias Probst | 2010-12-07 | 1 | -7/+7 |
| | |||||
* | Refactor mail handling a bit and make registration use the same method as the | Paul 'flowerysong' Arthur | 2010-10-09 | 1 | -15/+9 |
| | | | | other places that send mail. | ||||
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 1 | -0/+98 |
| | |||||
* | MPD class rewrite. | Paul 'flowerysong' Arthur | 2010-08-05 | 5 | -1448/+1060 |
| | |||||
* | Minor php_musicbrainz updates. | Paul 'flowerysong' Arthur | 2010-07-02 | 6 | -81/+583 |
| | |||||
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 2 | -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' Arthur | 2010-06-22 | 2 | -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' Arthur | 2010-06-16 | 27 | -8/+502 |
| | |||||
* | Cosmetics: consistent line endings. No DOS for you. | Paul 'flowerysong' Arthur | 2010-06-11 | 43 | -22252/+22252 |
| | |||||
* | Fix bitrate calculation regressions on LAME CBR files. Now doesn't return 0, | Paul 'flowerysong' Arthur | 2010-06-11 | 1 | -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' Arthur | 2010-05-18 | 13 | -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' Arthur | 2010-05-16 | 14 | -1395/+1432 |
| | |||||
* | php_musicbrainz: support for ratings, some code cleanup. | Paul 'flowerysong' Arthur | 2010-05-07 | 18 | -1750/+1858 |
| | |||||
* | Bump Prototype to 1.6.1 | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -1019/+1573 |
| | |||||
* | Updated vlc controller referencing #47 | Karl 'vollmerk' Vollmer | 2010-03-21 | 2 | -155/+157 |
| | |||||
* | cleaned up tabbing a bit | Karl 'vollmerk' Vollmer | 2010-03-19 | 1 | -86/+86 |
| |