1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
ampache/lib/class
2016-02-13 10:09:15 +01:00
..
Interfaces Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
Metadata Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
access.class.php Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
ajax.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
album.class.php Ensure year is normalized on accepted rang 2016-01-17 21:18:43 +01:00
ampache_rss.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
ampconfig.class.php Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
amperror.class.php Remove Home Message plugin in favor of existing Message of the Day 2015-12-07 22:38:32 +01:00
api.class.php Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
art.class.php Set information flag if artist update was update manually (fix #1012) 2016-01-11 21:27:12 +01:00
artist.class.php Ensure year is normalized on accepted rang 2016-01-17 21:18:43 +01:00
artist_event.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
auth.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
autoupdate.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
bookmark.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
broadcast.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
broadcast_server.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
browse.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
catalog.class.php Ensure year is normalized on accepted rang 2016-01-17 21:18:43 +01:00
channel.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
clip.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
core.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
daap_api.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
database_object.abstract.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
DatabaseObject.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
dba.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
democratic.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
graph.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
label.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
library_item.interface.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
license.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
live_stream.class.php Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
localplay.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
localplay_controller.abstract.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
mailer.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
media.interface.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
memory_object.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
movie.class.php Ensure year is normalized on accepted rang 2016-01-17 21:18:43 +01:00
openid.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
personal_video.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
playable_item.interface.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
playlist.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
playlist_object.abstract.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
plex_api.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
plex_xml_data.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
plugin.class.php Add logic for plugin directories named ampache-* 2015-12-13 19:04:14 +01:00
podcast.class.php Remove port information on user ip activity when ip is retrived with HTTP_X_FORWARDED_FOR header 2015-12-23 07:27:28 +01:00
podcast_episode.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
preference.class.php Add preference subcategory 2015-12-27 16:06:13 +01:00
privatemsg.class.php Rename Error class to AmpError (fix php7 Error class name conflict) 2015-12-04 14:00:01 +01:00
query.class.php Fix MySQL requests to support ONLY_FULL_GROUP_BY mode 2015-12-29 06:18:32 +01:00
random.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
rating.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
recommendation.class.php Set information flag if artist update was update manually (fix #1012) 2016-01-11 21:27:12 +01:00
registration.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
Repository.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
scrobbler.class.php Abandonned php-gettext is replaced by oscarotero/Gettext 2015-12-19 09:34:37 +01:00
scrobbler_async.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
search.class.php Update version to 3.8.2 2016-02-03 21:59:24 +01:00
session.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
share.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
shoutbox.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
slideshow.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
song.class.php Update version to 3.8.2 2016-02-03 21:59:24 +01:00
song_preview.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
stats.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
stream.class.php Fix MySQL requests to support ONLY_FULL_GROUP_BY mode 2015-12-29 06:18:32 +01:00
stream_playlist.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
stream_url.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
subsonic_api.class.php Return up to 99 999 starred artists/albums/tracks to subsonic 2016-01-01 17:07:49 +01:00
subsonic_xml_data.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
tag.class.php Fix MySQL requests to support ONLY_FULL_GROUP_BY mode 2015-12-29 06:18:32 +01:00
tmp_playlist.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
tvshow.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
tvshow_episode.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
tvshow_season.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
ui.class.php Display large covert arts if grid view is disabled for target item type 2015-12-19 15:55:12 +01:00
update.class.php Add library item context menu 2016-02-07 19:58:30 +01:00
upload.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
upnp_api.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
user.class.php Add preference subcategory 2015-12-27 16:06:13 +01:00
useractivity.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
userflag.class.php Add Podcast feature 2015-12-20 23:19:23 +01:00
vainfo.class.php Fixed undefined call to undeclared property on catalog update since custom metadata feature addition (fix #1042) 2015-12-08 07:41:52 +01:00
video.class.php Implements update_video_from_tags (fix #725) 2015-12-28 10:51:16 +01:00
wanted.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
waveform.class.php Add check on waveform image creation 2016-02-13 10:09:15 +01:00
webdav_auth.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
webdav_catalog.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
webdav_directory.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
webdav_file.class.php Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
webplayer.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00
xml_data.class.php Add video support to playlist (fix #675) 2015-12-27 21:25:30 +01:00