1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00
Commit graph

42 commits

Author SHA1 Message Date
Afterster
99c975726c Fix album art on xspf playlist stream and add concerts settings 2014-03-16 00:51:01 +01:00
Afterster
833ff0c120 Update Acknowledgements with old contributors 2014-02-25 07:18:57 +01:00
Afterster
36d9c319bc Waveform notification at specific song time 2014-02-21 01:36:32 +01:00
SUTJael
cb8c1e3e4a Center slideshow.
Should be improved for none "stretching" effect.
2014-02-17 18:10:05 +01:00
Afterster
aad0879be7 Fox slideshow when changing song 2014-02-14 02:14:23 +01:00
Afterster
7cfed01b1e Add artist slideshow when playing and no user action 2014-02-14 01:28:29 +01:00
Afterster
e0a1443566 Add UI for Channels 2014-02-03 07:24:13 +01:00
Afterster
4ee4001c6b Change similar artists number display to 10 2014-01-31 07:53:12 +01:00
Afterster
99bf701a60 Display missing artists in similar artists if Wanted feature enabled 2014-01-31 07:42:34 +01:00
Afterster
0296d01ca1 Fix concerts list 2014-01-30 13:41:14 +01:00
Afterster
2d78a3b7a8 Add concerts information from LastFM (fix #110) 2014-01-30 00:09:58 +01:00
Afterster
0a099f2383 Start show missing artists 2014-01-16 09:16:24 +01:00
Afterster
2854263847 Adjust some shoutbox default settings 2014-01-05 01:43:39 +01:00
Afterster
1fadaed749 Add Shoutbox link on album page and change a bit now playing display 2014-01-05 01:20:52 +01:00
Afterster
e63c5aa007 Fix travis build 2014-01-05 01:08:15 +01:00
Afterster
c352d65597 Add shoutbox notifications and improve Shoutbox css 2014-01-05 00:38:27 +01:00
Afterster
4153040efe Add global search auto-completion (fix #88) 2014-01-03 19:59:33 +01:00
Afterster
9aa505e320 Fix plugins and add new Process Wanted plugin type 2013-12-26 22:35:02 +01:00
Afterster
08cdf73349 Merge branch 'master' of github.com:ampache-doped/ampache
Conflicts:
	lib/class/update.class.php
2013-12-26 22:17:13 +01:00
Afterster
be947f9218 Add Wanted List feature 2013-12-26 22:13:44 +01:00
SUTJael
ed94a9b6bf Similar artists/songs displayed on two groups (Fix #82) 2013-12-26 13:02:54 +01:00
SUTJael
58332b5cb6 Starting locales (languages) update
Fix similar artist async refresh
Update icons
Hide sortable column when not required
2013-12-13 11:54:05 +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
SUTJael
18fe2addc2 LastFM requests are now asynchronous (Fix #64) 2013-12-12 17:41:57 +01:00
SUTJael
14b1f87e67 Fix many colspan issues 2013-12-11 16:01:08 +01:00
Afterster
619ca48ffe Add paging to information pages (fix #8) 2013-11-23 01:06:58 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
c952ca6fa3 Be smarter about getting random albums with art
Just ask the database for what we want instead of asking for more
results, sifting through them, and hoping that we get enough
qualifying results to fulfill the request.

Also drop Random::album(), since it's duplicate code and it makes more
sense for this to live in Album.
2013-07-22 16:54:47 -04: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
d87c539500 Cosmetics: clean up heads in server/ 2013-01-25 19:05:28 -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
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +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
0fee19d010 fix the albums of the moment showing up even if it could not find any 2009-07-08 09:14:38 +00:00
Karl 'vollmerk' Vollmer
c2e9b311e9 remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) 2008-08-31 15:57:33 +00:00
Karl 'vollmerk' Vollmer
67847b12dd move stuff around so it makes more sense and is not messed up by the ajax refresh 2008-08-30 21:06:09 +00:00
Karl 'vollmerk' Vollmer
392354df0a 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
Karl 'vollmerk' Vollmer
cef43c3602 reorganize the menu a whole bunch and add a confirmation page to the catalog deletion 2008-06-19 06:32:23 +00:00
Karl 'vollmerk' Vollmer
ded956d517 added ability to add search results to playlist, or download if batch downloaded is enabled, also fixed user browse sorting 2008-04-27 06:12:32 +00:00
Karl 'vollmerk' Vollmer
76387698e7 delay random albums a bit to improve inital load, also add a refresh button so you can flip them without refreshing the whole page 2008-02-25 06:53:47 +00:00