1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
ampache/lib/class
2014-01-11 10:44:47 +01:00
..
access.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
ajax.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
album.class.php Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
ampache_rss.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
ampconfig.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
api.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
art.class.php Fix MusicBrainz get album art from releases 2014-01-05 00:02:14 +01:00
artist.class.php Fix #106 2014-01-10 23:42:31 +01:00
auth.class.php Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +01:00
autoupdate.class.php Reduce update message length 2014-01-04 12:19:54 +01:00
browse.class.php Fix #100 2014-01-07 20:47:15 +01:00
catalog.class.php Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +01:00
core.class.php Hide autoload errors 2013-12-26 22:55:44 +01:00
database_object.abstract.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
dba.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
democratic.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
error.class.php Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
localplay.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
localplay_controller.abstract.php Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
mailer.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
media.interface.php "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure. 2013-11-29 00:23:17 +01:00
memory_object.class.php Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
playlist.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
playlist_object.abstract.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
plex_api.class.php Fix plugins and add new Process Wanted plugin type 2013-12-26 22:35:02 +01:00
plex_xml_data.class.php Fix code style 2013-12-02 07:34:57 +01:00
plugin.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
preference.class.php Add AutoUpdate feature 2014-01-04 03:19:13 +01:00
query.class.php Fix #100 2014-01-07 20:47:15 +01:00
radio.class.php "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure. 2013-11-29 00:23:17 +01:00
random.class.php "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure. 2013-11-29 00:23:17 +01:00
rating.class.php Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +01:00
recommendation.class.php Improve now playing when filtered by user 2014-01-11 00:37:56 +01:00
registration.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
scrobbler.class.php Remove additional md5 from scrobbler class (password is already stored hashed) 2013-12-29 22:24:48 +01:00
scrobbler_async.class.php Use pthreads when scrobbling if available 2014-01-11 10:44:47 +01:00
search.class.php Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +01:00
session.class.php Add song previews on missing albums, EchoNest API support 2013-12-28 16:40:35 +01:00
shoutbox.class.php Unify Shoutbox get functions return types 2014-01-05 01:32:20 +01:00
song.class.php Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
song_preview.class.php Add song previews on missing albums, EchoNest API support 2013-12-28 16:40:35 +01:00
stats.class.php Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
stream.class.php Improve now playing when filtered by user 2014-01-11 00:37:56 +01:00
stream_playlist.class.php Add song previews on missing albums, EchoNest API support 2013-12-28 16:40:35 +01:00
stream_url.class.php Remove jPlayer for live stream and add Muses Radio Player 2013-11-23 15:57:43 +01:00
subsonic_api.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
subsonic_xml_data.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
tag.class.php Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
tmp_playlist.class.php Add song previews on missing albums, EchoNest API support 2013-12-28 16:40:35 +01:00
ui.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
update.class.php Add settings for confirmation when closing window and auto-pause between tabs 2014-01-11 02:10:31 +01:00
user.class.php Use pthreads when scrobbling if available 2014-01-11 10:44:47 +01:00
userflag.class.php Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +01:00
vainfo.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
video.class.php "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure. 2013-11-29 00:23:17 +01:00
wanted.class.php Fix Wanted 2014-01-04 11:33:05 +01:00
waveform.class.php Add Waveform color setting 2014-01-07 05:07:03 +01:00
webplayer.class.php Fix build 2014-01-04 21:19:18 +01:00
xml_data.class.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00