1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
Commit graph

63 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
4fd3a636be Remove scrobbling from stream and add Scrobble method support in SubSonic API 2014-12-12 23:36:01 +01:00
SUTJael
8aacc5cbc1 Use threshold to retrieve listed item count 2014-12-10 18:12:39 +01:00
SUTJael
72d67daf46 Fix popular count query. 2014-12-10 17:13:42 +01:00
Afterster
b98b1a5a95 Add count_type column on object_count table
Add stream control plugins (Hits and Bandwidth)
2014-10-24 07:48:50 +02:00
René Bigler
430e7c6cce Fix code styles through php-cs-fixer 2014-10-21 20:28:17 +02:00
SUTJael
2c24fee95e Add a graceful delay to ignore duplicate statistics entries. 2014-10-20 18:13:13 +02:00
Afterster
2c221e8216 Add user geolocation and user statistical graphs 2014-10-06 01:05:17 +02:00
Afterster
bef75fd05a Add Favorite and Rating to playlists
Improve Guest user view when use_auth=false
2014-10-02 21:23:07 +02:00
Afterster
23486b86a7 Migrate item stats and arts when check() returns a new id (fix #424) 2014-09-07 16:16:18 +02:00
Afterster
afa536c6be Fix code style 2014-07-08 20:24:51 +02:00
Afterster
0254be9982 Better Video integration in Ampache features 2014-07-08 20:00:33 +02:00
Afterster
786c234d5f Add tvshows / movies first objects 2014-07-05 10:25:12 +02:00
Afterster
b16958f44e Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
9abed639d8 Add load time in footer and set catalog disable as an option to not increase sql query by default 2014-03-16 10:02:13 +01:00
Afterster
b8e54a15a2 Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
SUTJael
17f6b97e28 Recently played 'More' action filtered by user when we are in user panel (Fix #99) 2014-01-07 14:09:41 +01:00
Afterster
b6a7ba792f Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +01:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
d0726e70b7 Fix code style 2013-12-13 00:30:52 +01:00
Afterster
16a7e0ccb4 Add new Recently Played page (fix #70) 2013-12-12 13:38:36 +01:00
SUTJael
d803fdfbee Ability to see used backend in "recently played" table (Fix #62) 2013-12-11 15:23:08 +01:00
SUTJael
9aeeaaa6b8 Showing agent in recently played list 2013-12-11 14:10:09 +01:00
Afterster
3ad354632d Add recently added and on deck 2013-11-25 08:31:29 +01:00
Afterster
92580278bd Add SoundCloud catalog type (fix #14)
Fix stats order
2013-11-24 02:43:19 +01:00
Afterster
1745e204cd Fix code style 2013-11-23 01:11:19 +01:00
Afterster
619ca48ffe Add paging to information pages (fix #8) 2013-11-23 01:06:58 +01:00
Afterster
dac2c79fcf Start adding catalog disable/enable (#33). Currently not working for stats and search 2013-11-22 18:46:52 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
540f25ed17 Add option to show number of times an artist/song/album was played 2013-11-14 00:09:38 +01:00
Afterster
c097a72952 Add paging to Stats::get_top and Stats::get_newest. Add Stats::get_recent 2013-11-05 20:40:13 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
1069d54c85 Move clean functions into their respective classes
Uniformly name them gc()
2013-01-25 21:45:47 -05:00
Paul Arthur
80f4859712 Move Catalog::clear_stats() to Stats::clear() 2013-01-25 20:35:45 -05:00
Paul Arthur
8808fdf10d conf() -> Config::get()
I have a feeling a lot of these are in stale, unused code, but there
might be some actual bugs here.  conf() was replaced a while back.
2013-01-25 19:29:14 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
21ba4d395a Use lowest addition_time for ordering "newest" items. FS#54. 2010-05-06 05:03:41 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
9b3232ba29 whole bunch more Dba::query replacements 2009-12-14 05:21:36 +00:00
Karl 'vollmerk' Vollmer
d469634f3c make the popular actually show popular 2009-03-02 03:53:46 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
Karl 'vollmerk' Vollmer
bcc834d7fd flush out the democratic mojo, make the cooldown work 2008-03-17 03:29:49 +00:00
Karl 'vollmerk' Vollmer
9344fd377d added most popular back to the statistics page, formating needs to be tweaked, will do later 2007-11-24 11:06:38 +00:00
Karl 'vollmerk' Vollmer
88d968dfaa updated lastfm protocol to 1.2, improved the logic behind it does not require a logout, also fixed duplicate stats collection of greedy players 2007-08-21 04:35:01 +00:00