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

252 commits

Author SHA1 Message Date
Karl Vollmer
cfaa308ee7 Disallow ballot stuffing 2011-10-26 00:25:53 -04:00
dipsol
fcc8ff2842 FS#189 Fixed dropdown selection 2011-09-14 16:20:48 +02: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
Paul Arthur
a9da6a6fa2 Reworked search
Still has tentacles and should have been integrated into the existing
API/Browse implementation better, but it's functional.
2011-04-02 00:48:58 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
Chris Slamar
4910d13fa4 Catalog Filtering Added Bug#60 2011-01-24 19:25:01 -06:00
Karl Vollmer
fc355baf67 Disallow ballot stuffing 2011-01-13 08:33:40 -04:00
Paul 'flowerysong' Arthur
6277492321 JavaScript cleanup. Consistently use camelCase for naming JS functions. Use
Prototype functionality where possible (particularly for Ajax).  Move our JS
into lib/javascript (I dropped kajax as an external module since the new
ajax.js is completely different apart from function headers.)  Remove unused
JS functions from base.js.
2010-06-24 02:52:01 +00:00
Paul 'flowerysong' Arthur
4b5756ba9d Miscellaneous cleanup. 2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00
Paul 'flowerysong' Arthur
b95a7b1ecc I should have done it this way in the first place, instead of that ugly
show_playlist_full_row hack.
2010-06-09 01:35:50 +00:00
Paul 'flowerysong' Arthur
b9937cd7ce Clean up the rating code by moving uniqueness constraints into the database,
using SQL's AVG() when we want an average, updating the cache when a rating
changes, etc.
2010-06-07 00:49:47 +00:00
Paul 'flowerysong' Arthur
b290f52c8d Some missed hunks for playlist editing and miscellaneous related cleanup. 2010-04-28 22:20:42 +00:00
Karl 'vollmerk' Vollmer
b2efc456d0 Fix typo in api Thx cosmin 2010-03-24 12:03:01 +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
45ea1a80fa Make the tag cloud do something, only song browsing for now... 2010-02-23 04:12:42 +00:00
Karl 'vollmerk' Vollmer
24761d3863 Removed dead xmlrpc files, started work migrating to LastFM v2.0 api 2010-02-05 01:29:20 +00:00
Karl 'vollmerk' Vollmer
146012c4ef sync from 3.5.x r2268 2010-02-02 21:13:34 +00:00
Karl 'vollmerk' Vollmer
c6566e8d1b Fix refreshing of localplay playlist when an item is removed 2010-02-02 20:51:54 +00:00
Karl 'vollmerk' Vollmer
ef21e122d1 Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
Karl 'vollmerk' Vollmer
d10f33bcd0 Remove XML-RPC functions and start prep for use of new API for ampache catalog syncs 2009-11-19 06:17:55 +00:00
Karl 'vollmerk' Vollmer
e4ca74f2b0 start of move of functions for api from doc to class where they belong 2009-11-19 06:10:36 +00:00
Karl 'vollmerk' Vollmer
3da4eb1621 Sync of fix for #551 2009-11-18 23:11:00 +00:00
Karl 'vollmerk' Vollmer
5d80f343a4 Really really fix democratic localplay methods, now that i can test them 2009-11-14 06:27:09 +00:00
Karl 'vollmerk' Vollmer
890c189dc6 sync from branches fix for #548 2009-11-14 04:56:20 +00:00
Karl 'vollmerk' Vollmer
e6bf50079a Attempt to fix #548 reference function that exists... 2009-11-13 22:32:11 +00:00
Karl 'vollmerk' Vollmer
c4acbd9e64 Correctly reference instanced democratic play object rather then using a static call 2009-10-29 15:20:11 +00:00
Karl 'vollmerk' Vollmer
262beba4f5 Sync from 3.5.x set compatible to 350001, will update API to 360000 soon due to localplay changes 2009-09-15 14:19:35 +00:00
Karl 'vollmerk' Vollmer
d1e6460132 Sync addition of server version to API ping response 2009-09-14 14:00:07 +00:00
Karl 'vollmerk' Vollmer
32e011a25f whups 2009-09-02 14:06:53 +00:00
Karl 'vollmerk' Vollmer
a94d513410 Sync from branch 2009-09-02 14:06:08 +00:00
Karl 'vollmerk' Vollmer
7d63859ce3 add rating to single song view, and include caching fix 2009-07-09 11:57:48 +00:00
Karl 'vollmerk' Vollmer
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +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
0e742df789 sync from trunk 2009-06-01 21:36:15 +00:00
dipsol
618f24a9da added a missing semilicon(;) 2009-05-26 09:36:03 +00:00
Karl 'vollmerk' Vollmer
02f8bb52fd fix url to song, and throw some non-working tag cloud crap in 2009-05-19 22:47:49 +00:00
Karl 'vollmerk' Vollmer
d84e62dba7 api fixes, added librefm scrobbler (untested) and fixed minor error in header file with rtl vs ltr languages also removed dead RioPlayer plugin 2009-05-18 17:34:22 +00:00
Karl 'vollmerk' Vollmer
5bd82180f5 some incomplete work cleaning up the api a bit 2009-05-17 15:51:29 +00:00
Karl 'vollmerk' Vollmer
18683f22aa fix lack of ui response on deleting track right after appending to saved playlist 2009-04-30 15:36:34 +00:00
Karl 'vollmerk' Vollmer
f804835929 some tweaks to make the random play mojo work for streaming, does not work in localplay yet, working on that, nor in democratic play poking that also include asx playlist improvements from jon611 2009-04-08 02:40:07 +00:00
Karl 'vollmerk' Vollmer
cc36557ebd add in the democratic methods (untested) 2009-03-15 23:40:34 +00:00
Karl 'vollmerk' Vollmer
1a475806e0 fix democratic play interface feedback issues and make the wizard actually work 2009-03-15 22:46:28 +00:00
Karl 'vollmerk' Vollmer
86ff429b36 template for democratic api stuff, no code 2009-03-15 11:31:38 +00:00
Karl 'vollmerk' Vollmer
eda8070b7f fix tags in the api 2009-03-10 21:45:15 +00:00
Karl 'vollmerk' Vollmer
a3e1bf7850 add video data to the API and add missing count="X" value to tag information 2009-03-10 00:03:16 +00:00
Karl 'vollmerk' Vollmer
242401a915 fix the update/add filters in the api and add them into artist and album 2009-03-09 00:59:44 +00:00
Karl 'vollmerk' Vollmer
04bcb58be9 move over to query class as backend for browse 2009-03-08 22:39:38 +00:00
Karl 'vollmerk' Vollmer
ace25154eb do not overlap filters 2009-03-01 23:59:07 +00:00