Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't open stderr on WindowsHEADtestingremote_catalogmaster | Paul Arthur | 2013-11-05 | 2 | -10/+11 |
| | | | | According to GH #80 Windows can't handle this. | ||||
* | Fix incorrect variable usage in rating caching | Paul Arthur | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Get rid of popup on cover arts | Afterster | 2013-11-05 | 10 | -11/+152 |
| | |||||
* | Add XBMC Localplay | Afterster | 2013-11-05 | 18 | -0/+1703 |
| | |||||
* | Makes active Localplay instance visible in Fresh theme | Afterster | 2013-11-05 | 1 | -0/+5 |
| | |||||
* | Fix VLC Localplay basic authentication. | Afterster | 2013-11-05 | 2 | -79/+53 |
| | |||||
* | Add Subsonic API | Afterster | 2013-11-05 | 4 | -0/+1631 |
| | |||||
* | Add paging on Tag::get_tag_objects | Afterster | 2013-11-05 | 1 | -8/+14 |
| | |||||
* | Add paging to Stats::get_top and Stats::get_newest. Add Stats::get_recent | Afterster | 2013-11-05 | 1 | -26/+64 |
| | |||||
* | Add paging on searches | Afterster | 2013-11-05 | 1 | -20/+11 |
| | |||||
* | Add Rating::get_highest | Afterster | 2013-11-05 | 1 | -31/+54 |
| | |||||
* | Add Playlist::get_total_duration and Playlist::delete_track_number | Afterster | 2013-11-05 | 1 | -62/+69 |
| | |||||
* | Add Catalog::get_artists | Afterster | 2013-11-05 | 1 | -45/+51 |
| | |||||
* | Add total duration to albums | Afterster | 2013-11-05 | 1 | -14/+14 |
| | |||||
* | Update CHANGELOG | Paul Arthur | 2013-10-30 | 1 | -0/+6 |
| | |||||
* | Increase supported sessionID length | Paul Arthur | 2013-10-30 | 1 | -0/+19 |
| | | | | Should fix GH #74 | ||||
* | Clean up Update | Paul Arthur | 2013-10-30 | 1 | -93/+29 |
| | | | | Remove some cruft, update some comments. | ||||
* | Fix sort when browsing (#50) | Afterster | 2013-10-30 | 8 | -36/+36 |
| | |||||
* | Fix catalog drop down list (#26) | Afterster | 2013-10-30 | 1 | -0/+5 |
| | |||||
* | Fix Fresh theme display on large screens | Afterster | 2013-10-30 | 1 | -6/+18 |
| | |||||
* | GH #49 - Add support for aacp transcoding | Paul Arthur | 2013-09-20 | 1 | -0/+3 |
| | | | | Seems harmless enough. | ||||
* | Enable a size for HTML5 Player sized albumart | Stephen Shkardoon | 2013-09-20 | 2 | -1/+6 |
| | |||||
* | Guests should not be able to add radio stations | Paul Arthur | 2013-08-22 | 1 | -2/+2 |
| | | | | WTF is this whole "radio station" thing, anyway? Is it at all useful? | ||||
* | Minor updates to the transcoding documentation | Paul Arthur | 2013-07-24 | 1 | -1/+4 |
| | |||||
* | Fix random album | Paul Arthur | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | javascript change listener prevented the changing of any album/artist drop ↵ | John Moore | 2013-07-22 | 1 | -2/+0 |
| | | | | downs from actually changing | ||||
* | Be smarter about getting random albums with art | Paul Arthur | 2013-07-22 | 4 | -34/+21 |
| | | | | | | | | | Just ask the database for what we want instead of asking for more results, sifting through them, and hoping that we get enough qualifying results to fulfill the request. Also drop Random::album(), since it's duplicate code and it makes more sense for this to live in Album. | ||||
* | Don't call errorInfo() if we don't have an object | Paul Arthur | 2013-07-09 | 1 | -1/+3 |
| | |||||
* | Correct usage output for install_db.inc | Paul Arthur | 2013-07-03 | 1 | -1/+1 |
| | | | | GH #44 | ||||
* | Drop sort in Query::_serialize() | Paul Arthur | 2013-06-16 | 1 | -1/+0 |
| | | | | On second thought, preserving the order might be important. | ||||
* | Add naive compaction for Query serializationapi | Paul Arthur | 2013-06-12 | 3 | -2/+57 |
| | | | | | | | | | | | | | | | | | | | | | Can be very efficient with the right input, but probably has degenerative cases where it increases the size. Worst-case size increase is one character per ID in the result set, so it shouldn't be an issue. String lengths for a large search result that was unstorable before: serialize: 1991874 json_encode: 756249 cooked: 244 And some with more discontinuity: serialize: 1772238 json_encode: 674751 cooked: 37950 serialize: 164942 json_encode: 65771 cooked: 25369 | ||||
* | Abstract serialization within Query | Paul Arthur | 2013-06-12 | 1 | -2/+10 |
| | |||||
* | Parameterise queries in Query | Paul Arthur | 2013-06-12 | 1 | -28/+28 |
| | |||||
* | Don't cache browses for the API | Paul Arthur | 2013-06-12 | 3 | -18/+29 |
| | | | | | The API will never request it again, so caching the query just wastes space. | ||||
* | Set Encoding parameter in ASX files | thinca | 2013-06-04 | 1 | -0/+1 |
| | | | | http://msdn.microsoft.com/library/windows/desktop/dd563989%28v=vs.85%29.aspx | ||||
* | Cosmetic cleanup of the ASX output | Paul Arthur | 2013-06-04 | 1 | -3/+3 |
| | |||||
* | Scrub output fields in ASX playlists | Paul Arthur | 2013-06-04 | 1 | -4/+5 |
| | | | | Closes GH #35 | ||||
* | Remove old changelog | Paul Arthur | 2013-06-03 | 1 | -1877/+0 |
| | |||||
* | Update French translation | arnaudbey | 2013-05-31 | 1 | -83/+84 |
| | | | | | Fix some typos and approximations. Add some translations. | ||||
* | Drop validateEmail | Paul Arthur | 2013-05-30 | 6 | -912/+13 |
| | | | | | PHPMailer will validate the format of the address, and that's all we really want. | ||||
* | Bump PHPMailer to 5.2.6 | Paul Arthur | 2013-05-30 | 41 | -1217/+2636 |
| | | | | Development has moved to GitHub: https://github.com/PHPMailer/PHPMailer | ||||
* | Update footer with a better link | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Onward to the future | Paul Arthur | 2013-05-30 | 2 | -1/+4 |
| | |||||
* | Finalise 3.6-alpha63.6-alpha6 | Paul Arthur | 2013-05-30 | 2 | -4/+3 |
| | |||||
* | header template: fix <html> dir attribute | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Fix logic for loading rtl.css | Paul Arthur | 2013-05-30 | 1 | -2/+2 |
| | |||||
* | Clean up Core::autoload() | Paul Arthur | 2013-05-30 | 1 | -11/+11 |
| | |||||
* | Add and use Core::is_readable() | Paul Arthur | 2013-05-30 | 3 | -26/+48 |
| | | | | | | | | bea34c42 fixed one use of is_readable, but Windows users encountering this issue would still be affected in other cases. This commit fixes all of the important is_readable calls within Ampache; I'm not going to hack this into external modules, so if they're broken people will have to live with it. | ||||
* | Work on remote clean | Paul Arthur | 2013-05-30 | 1 | -28/+54 |
| | |||||
* | Rating::build_cache: cache the correct value | thinca | 2013-05-30 | 1 | -2/+2 |
| | | | | | The structure of the temporary $ratings array changed a while ago, but we were still trying to pull the global rating from the old structure. |