1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
ampache/lib/class
2008-07-29 16:55:42 +00:00
..
access.class.php added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00
ajax.class.php fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
album.class.php fixed the albums/artists I broke a few revs ago and sync of the download stats fix from branch 2008-07-15 14:46:30 +00:00
ampachemail.class.php fixed typo in mail class 2008-02-10 21:23:01 +00:00
api.class.php added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00
artist.class.php fixed the albums/artists I broke a few revs ago and sync of the download stats fix from branch 2008-07-15 14:46:30 +00:00
browse.class.php password nag no longer requires a login/logout to clear after restting password, cache the prefs dropping the # of queries a bit per protags suggestion 2008-07-29 07:10:39 +00:00
catalog.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
config.class.php initial debug work 2008-05-07 06:23:39 +00:00
core.class.php add image dimensions on find album art page 2008-07-07 03:50:47 +00:00
database_object.abstract.php make the disabled songs link show something, need to make a custom view for that as the song one i not really valid, also played around with the caching a bit 2008-07-14 04:56:52 +00:00
dba.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
democratic.class.php fixed remove vote removing all votes regardless on democratic play 2008-04-22 03:09:45 +00:00
error.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
flag.class.php make the disabled songs link show something, need to make a custom view for that as the song one i not really valid, also played around with the caching a bit 2008-07-14 04:56:52 +00:00
genre.class.php commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
localplay.abstract.php added in some caching and add the database upgrade that will make the taging mostly work 2008-05-12 05:58:17 +00:00
localplay.class.php fixed recently played, removed a bunch of useless files, added new methods to api as requested by dev, fixed some minor issues with enabling of localplay methods 2008-03-21 04:43:48 +00:00
playlist.class.php fixed shoutbox typo so albums add correctly, can now edit playlist tracks and change their track in the playlist, added batch download link to single playlist view 2008-04-21 00:28:18 +00:00
plugin.class.php some rather major bug fixes, corrected a preference setting issue, as well as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login 2008-05-10 11:00:57 +00:00
preference.class.php remove redundent code (Thx Protagonist) 2008-07-29 16:55:42 +00:00
radio.class.php make the live stream add work again by removing genre needs to get tag added, but I can do that later 2008-06-18 04:23:53 +00:00
random.class.php fixed rating display and rating advanced search, also allow new genre when adding radio station 2008-04-21 01:20:07 +00:00
rating.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
registration.class.php Fixed minor glitches in user registration 2008-02-16 21:56:18 +00:00
scrobbler.class.php removed some useless files, fixed some copyright headers 2008-05-12 14:15:54 +00:00
shoutbox.class.php correct an error if you select an invalid object for the shoutbox 2008-06-03 06:48:03 +00:00
song.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
stats.class.php flush out the democratic mojo, make the cooldown work 2008-03-17 03:29:49 +00:00
stream.class.php sync of fix to trunk 2008-07-11 04:07:42 +00:00
tag.class.php make the disabled songs link show something, need to make a custom view for that as the song one i not really valid, also played around with the caching a bit 2008-07-14 04:56:52 +00:00
tmpplaylist.class.php decided to not try to detect the charset, its just such a pain in the ass and I have no figured out a way to actually get it right, reduced frequency of prune calls to speed up login 2008-05-10 09:11:22 +00:00
update.class.php sync to trunk 2008-05-31 07:48:02 +00:00
user.class.php password nag no longer requires a login/logout to clear after restting password, cache the prefs dropping the # of queries a bit per protags suggestion 2008-07-29 07:10:39 +00:00
vainfo.class.php add image dimensions on find album art page 2008-07-07 03:50:47 +00:00
vauth.class.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
xmldata.class.php fixed lack of refresh when switching between localplay and other play methods 2008-05-08 15:32:01 +00:00
xmlrpcclient.class.php fixed show album art, added input for source charset on fix_filenames, added "add" to shoutbox display, updated links 2008-04-20 22:35:21 +00:00
xmlrpcserver.class.php added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00