| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Amazon album art search, requires new config options | Karl 'vollmerk' Vollmer | 2009-12-11 | 1 | -1/+1 |
* | Improved filename pattern matching #575 | Karl 'vollmerk' Vollmer | 2009-12-08 | 1 | -1/+2 |
* | Finish moving stuff out of doc into class, still needs more work to deal with... | Karl 'vollmerk' Vollmer | 2009-11-23 | 1 | -5/+359 |
* | Remove XML-RPC functions and start prep for use of new API for ampache catalo... | Karl 'vollmerk' Vollmer | 2009-11-19 | 2 | -217/+0 |
* | start of move of functions for api from doc to class where they belong | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -17/+154 |
* | sync of fix for #554 | Karl 'vollmerk' Vollmer | 2009-11-19 | 2 | -2/+15 |
* | Fix xml response so offset is used even if limit is not reached | Karl 'vollmerk' Vollmer | 2009-11-18 | 1 | -6/+6 |
* | sync fix for doing something with collected m3u files during catalog creation | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -0/+6 |
* | sync from trunk | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -4/+37 |
* | Sync to trunk | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -5/+7 |
* | Added multiple id3v2 genre to tag patch from quack23 resolves #564 | Karl 'vollmerk' Vollmer | 2009-11-14 | 2 | -16/+59 |
* | Passwords can be shorter then asked. Changed the way its generated. | dipsol | 2009-11-05 | 1 | -62/+62 |
* | Issue #559, corrected the variables as suggested by quack23. | dipsol | 2009-11-05 | 1 | -98/+98 |
* | Fixed a little bug :S | dipsol | 2009-11-04 | 1 | -1/+1 |
* | Made an redirect when it seems like the installation has already been completed. | dipsol | 2009-11-04 | 1 | -90/+92 |
* | Issue #364, added feature for password reset. | dipsol | 2009-10-19 | 1 | -300/+319 |
* | Remove auth_http-specific autocreation of nonexistent users now that this is ... | Paul 'flowerysong' Arthur | 2009-10-08 | 1 | -21/+4 |
* | Fix get_location() resolves #533 | Karl 'vollmerk' Vollmer | 2009-08-26 | 1 | -1/+1 |
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -0/+13 |
* | sync from 3.5.x branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -3/+3 |
* | It should not have taken me that long to find the one typo | Karl 'vollmerk' Vollmer | 2009-08-20 | 2 | -1/+5 |
* | add rating to single song view, and include caching fix | Karl 'vollmerk' Vollmer | 2009-07-09 | 2 | -4/+17 |
* | Playlist adds now use the existing order rather then track order Fixed #484 | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -2/+9 |
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-07-08 | 2 | -7/+8 |
* | add additional information during the install process | Karl 'vollmerk' Vollmer | 2009-07-08 | 1 | -0/+41 |
* | fix empty check for $id3v2['UFID'] | momo-i | 2009-07-03 | 1 | -10/+12 |
* | fixed for PHP 5.3.0 deprecate warnings | momo-i | 2009-07-02 | 4 | -8/+8 |
* | fix typo (Thx Paleo) | Karl 'vollmerk' Vollmer | 2009-06-25 | 1 | -1/+1 |
* | sync to trunk from 3.5 branch | Karl 'vollmerk' Vollmer | 2009-06-21 | 1 | -0/+1 |
* | sync fix of #489 | Karl 'vollmerk' Vollmer | 2009-06-19 | 1 | -4/+4 |
* | sync from trunk | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -2/+2 |
* | fix title issue and add some more stuff to the boolean list for preferences | Karl 'vollmerk' Vollmer | 2009-06-02 | 2 | -2/+8 |
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 7 | -56/+332 |
* | sync | Karl 'vollmerk' Vollmer | 2009-06-01 | 1 | -1/+5 |
* | fixed #479 if PHP version is 5.3.0 or larger, don't use magic_quotes. | momo-i | 2009-05-27 | 1 | -1/+2 |
* | fix the two remaining identified tag issues from #475 | Karl 'vollmerk' Vollmer | 2009-05-26 | 2 | -2/+2 |
* | fix url to song, and throw some non-working tag cloud crap in | Karl 'vollmerk' Vollmer | 2009-05-19 | 2 | -1/+4 |
* | Add Hint for translators | momo-i | 2009-05-19 | 2 | -1/+6 |
* | Update phpmailer version | momo-i | 2009-05-18 | 1 | -1/+3 |
* | fix the message parsing so that it accepts libre.fms slightly different response | Karl 'vollmerk' Vollmer | 2009-05-18 | 3 | -9/+11 |
* | api fixes, added librefm scrobbler (untested) and fixed minor error in header... | Karl 'vollmerk' Vollmer | 2009-05-18 | 6 | -12/+65 |
* | some incomplete work cleaning up the api a bit | Karl 'vollmerk' Vollmer | 2009-05-17 | 2 | -0/+58 |
* | add download for video that does not work, and most likely break song downloa... | Karl 'vollmerk' Vollmer | 2009-05-15 | 2 | -9/+23 |
* | make the parse_song_url a little cleaner, see if that straitens her up untested | Karl 'vollmerk' Vollmer | 2009-05-13 | 1 | -3/+5 |
* | fix typo on get_class() check causing it to not identify song objects correctly | Karl 'vollmerk' Vollmer | 2009-05-11 | 1 | -2/+1 |
* | return the constructed url | Karl 'vollmerk' Vollmer | 2009-05-10 | 1 | -1/+3 |
* | Add phpmailer and change mail function. | momo-i | 2009-05-06 | 2 | -17/+44 |
* | sync stats fix from 3.5 branch | Karl 'vollmerk' Vollmer | 2009-05-06 | 4 | -2/+6 |
* | prevent php errors | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -16/+22 |
* | Update HTML header for RTL language. | momo-i | 2009-05-06 | 1 | -0/+8 |