Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Horde_Browser to git HEAD | Paul Arthur | 2013-01-22 | 1 | -114/+210 |
| | | | | | git clone git://github.com/horde/horde git diff f93a5f19 112808d8 framework/Browser/lib/Horde/Browser.php | ||||
* | Cosmetics: kill some more PHPDoc clutter | Paul Arthur | 2013-01-15 | 6 | -92/+2 |
| | |||||
* | Drop unused nusoap library | Paul Arthur | 2013-01-15 | 13 | -17678/+0 |
| | |||||
* | Update prototype to git HEAD (4ce0b0f) | Paul Arthur | 2013-01-15 | 1 | -37/+60 |
| | | | | git://github.com/sstephenson/prototype.git | ||||
* | Make playlist downloads idempotent | Paul Arthur | 2013-01-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Should fix the VLC plugin, as well as allow direct use of an Ampache site on Android devices. First, split the Stream class into an instantiable class that does the playlist wrangling and a static class that handles the streaming stuff. How does this work? Well, stream.php does its fancy stuff like gathering the media IDs and clearing the playlist, but instead of generating the playlist file there we use the Stream_Playlist class to store the list of URLs in the database, then redirect to play/index.php to create the actual download (there are some magic playlist types like localplay that don't need to redirect.) The playlist will be cached as long as that stream session is active, so it can be downloaded multiple times and by clients that don't share the browser's cookie cache. Clean up the playlist generation by reducing copypasta. | ||||
* | Clean up the VLC localplay controller | Paul Arthur | 2013-01-15 | 1 | -21/+8 |
| | |||||
* | Remove old and busted shoutcast controller | Paul Arthur | 2013-01-15 | 1 | -638/+0 |
| | |||||
* | mpd: Drop silly ClearPLIfStopped | Paul Arthur | 2013-01-15 | 2 | -23/+0 |
| | |||||
* | Clean up the MPD localplay controller | Paul Arthur | 2013-01-15 | 1 | -21/+16 |
| | |||||
* | Clean up the httpQ localplay controller | Paul Arthur | 2013-01-15 | 1 | -75/+42 |
| | |||||
* | MPD: Drop outdated README, use json_encode | Paul Arthur | 2012-11-13 | 2 | -65/+7 |
| | |||||
* | Update getID3 to 1.9.4b1 | Paul Arthur | 2012-10-11 | 75 | -2233/+2557 |
| | | | | | Notably: "PHP5 standards improvements". Maybe it will throw less PHP warnings now. | ||||
* | Update prototype to git HEAD (ecacc0246f) | Paul Arthur | 2012-08-11 | 1 | -1562/+2516 |
| | | | | git://github.com/sstephenson/prototype.git | ||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 4 | -23/+23 |
| | | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function. | ||||
* | Replace unclearly-sourced gettext emulator | Paul Arthur | 2012-04-12 | 7 | -409/+1638 |
| | | | | | | | php-gettext is niftier. With its autoemulation we can use native gettext if the locale support is set up properly, or automatically fall back to emulated if not. This should address many of the issues people run into when trying to use different interface languages. | ||||
* | Update getID3 from 1.9.1 to 1.9.3 | Paul Arthur | 2012-04-09 | 20 | -1568/+1327 |
| | |||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 4 | -4/+4 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | 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 |
| | |