summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add to ampache manual (thx porthose)momo-i2009-03-231-0/+109
|
* remove manage democratic playlists under fix link for radio import, prevent ↵Karl 'vollmerk' Vollmer2009-03-221-0/+2
| | | | non-array elements from causing foreach() errors in resort_results()
* reset database charset on db update to make sure it remains in syncKarl 'vollmerk' Vollmer2009-03-221-0/+2
|
* move server prefs to admin menu (Thx geekdawg) fix missing web_path on radio ↵Karl 'vollmerk' Vollmer2009-03-181-1/+7
| | | | creation link
* Update changelogmomo-i2009-03-171-0/+1
|
* prep for beta1 release, update sql filesKarl 'vollmerk' Vollmer2009-03-151-1/+1
|
* Fixed: xmlrpc get image. getEncoding doesn't static functionmomo-i2009-03-151-0/+1
|
* add in the democratic methods (untested)Karl 'vollmerk' Vollmer2009-03-151-1/+4
|
* Added: proxy use for xmlrpcclient.momo-i2009-03-151-0/+1
|
* fix democratic play interface feedback issues and make the wizard actually workKarl 'vollmerk' Vollmer2009-03-151-0/+2
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-1/+7
| | | | allowing gc of tmp_browse, add extension to api album art image urls
* Added: get url using proxy #313(Thx faber) + proxyuser, proxypasswordmomo-i2009-03-121-0/+1
|
* Added: Lyrics wiki link on show song pagemomo-i2009-03-112-5/+11
|
* assoicate the democratic playback with the user who sends the urlKarl 'vollmerk' Vollmer2009-03-111-0/+2
|
* fix missing page headers on democratic playlist, also show the votersKarl 'vollmerk' Vollmer2009-03-111-0/+4
|
* add caching to video browse, update changelogKarl 'vollmerk' Vollmer2009-03-101-0/+3
|
* update prototypeKarl 'vollmerk' Vollmer2009-03-091-0/+3
|
* add time range to advanced search, resolves #329Karl 'vollmerk' Vollmer2009-03-091-0/+1
|
* added sorting to the video browse, also made the api add_lt, add_gt work for ↵Karl 'vollmerk' Vollmer2009-03-081-0/+2
| | | | artist and album (untested)
* bump versionKarl 'vollmerk' Vollmer2009-03-081-1/+4
|
* commit for alpha2 releaseKarl 'vollmerk' Vollmer2009-03-082-1/+5
|
* fixed catalog functions and corrected negative value cachingKarl 'vollmerk' Vollmer2009-03-081-0/+3
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-0/+3
| | | | of users
* fix download and batch download Addresses #408 and #407Karl 'vollmerk' Vollmer2009-03-071-0/+1
|
* move around stats information and split it up, tweak quicktime tag detectionKarl 'vollmerk' Vollmer2009-03-021-0/+1
|
* use resized art if it is thereKarl 'vollmerk' Vollmer2009-02-281-0/+1
|
* make the httpq and mpd controlers understand live stream urlsKarl 'vollmerk' Vollmer2009-02-281-0/+2
|
* added localplay controls to api in addition to added/updated filtersKarl 'vollmerk' Vollmer2009-02-251-0/+3
|
* fix album + name + year grouping and remove some debug, and add a clean to ↵Karl 'vollmerk' Vollmer2009-02-251-0/+4
| | | | update_single_item
* add a check for Windows + PHP < 5.3 and update readme to reflect new ↵Karl 'vollmerk' Vollmer2009-02-071-1/+3
| | | | requirements
* update changelogKarl 'vollmerk' Vollmer2009-02-041-0/+2
|
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-021-0/+2
| | | | playlists and random elements
* fixed localplay not showing current playing song and clear playlist not ↵Karl 'vollmerk' Vollmer2009-02-021-0/+2
| | | | refreshing the screen
* fix playlist adds not showing up but still adding, fixed ip history being ↵Karl 'vollmerk' Vollmer2009-02-021-0/+2
| | | | wiped by db update
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-011-0/+4
|
* Add in IPv6 support to the ACLs and start work on the wizards for adding ACL ↵Karl 'vollmerk' Vollmer2009-01-311-0/+2
| | | | entries. Access Control broken in this revision due to missing DB update
* fix editing preferences, and colorize the debug page a tad for funKarl 'vollmerk' Vollmer2009-01-271-0/+2
|
* added mimetype to XML for song objectsKarl 'vollmerk' Vollmer2009-01-251-0/+4
|
* final commits before the releaseKarl 'vollmerk' Vollmer2009-01-011-1/+3
|
* fix issue where the small thumbnail is used for larger images if resize ↵Karl 'vollmerk' Vollmer2008-12-281-0/+2
| | | | album art enabled
* sync changes to trunkKarl 'vollmerk' Vollmer2008-12-261-0/+2
|
* improved error messages during install if you fail at typing the same thing ↵Karl 'vollmerk' Vollmer2008-11-271-0/+1
| | | | twice
* added swedish translation filesKarl 'vollmerk' Vollmer2008-11-251-0/+1
|
* allow add or verify on a specified sub directory of an existing catalogKarl 'vollmerk' Vollmer2008-11-191-0/+2
|
* add in require_localnet_session configurationKarl 'vollmerk' Vollmer2008-11-151-0/+2
|
* add nusoap libraryKarl 'vollmerk' Vollmer2008-11-141-0/+2
|
* fixed a problem where random urls were not being used by the flash playerKarl 'vollmerk' Vollmer2008-11-141-0/+2
|
* test commit, updated changelogKarl 'vollmerk' Vollmer2008-11-031-0/+1
|
* move to sha256 for passwords API and InterfaceKarl 'vollmerk' Vollmer2008-10-301-0/+3
|
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵Karl 'vollmerk' Vollmer2008-10-292-20/+12
| | | | things