Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix random album | Paul Arthur | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | Be smarter about getting random albums with art | Paul Arthur | 2013-07-22 | 2 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Try to fix remote streaming | Paul Arthur | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Fix xml.server.php after changes to session | Paul Arthur | 2013-02-11 | 1 | -1/+1 |
| | | | | | It was calling the wrong method in Session, which is entirely my fault. Also, the correct method was broken. Gah. | ||||
* | Fix persistent XSS vulnerabilities in AJAX editing | Paul Arthur | 2013-02-07 | 1 | -0/+4 |
| | | | | | Based on merge request #22 from Jean-Lou Hau, but does the escaping for everything and in a different place. | ||||
* | Cosmetics: s/Itterate/Iterate/ | Paul Arthur | 2013-01-28 | 1 | -2/+2 |
| | |||||
* | Move sessiony things from vauth into Session | Paul Arthur | 2013-01-28 | 1 | -5/+7 |
| | |||||
* | Yank out the Flash player by the roots. | Paul Arthur | 2013-01-28 | 1 | -8/+4 |
| | |||||
* | Add an HTML5 player | Holger Brunn | 2013-01-28 | 1 | -0/+1 |
| | | | | | Merge request #20. Basic, not very pretty, but works and, unlike the Flash player, is maintainable. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 13 | -939/+939 |
| | | | | | 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. | ||||
* | Move ajax_include() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 3 | -8/+8 |
| | |||||
* | Cosmetics: s/incase/in case/ | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Consistently use _ in two-word class names | Paul Arthur | 2013-01-25 | 1 | -4/+4 |
| | |||||
* | require and require_once aren't functions | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | | | | | Since the parentheses are optional, we leave them off to remind ourselve that PHP be crazy, yo. | ||||
* | Cosmetics: clean up heads in server/ | Paul Arthur | 2013-01-25 | 13 | -91/+13 |
| | |||||
* | Start cleaning up the democratic thing. | Paul Arthur | 2012-10-15 | 1 | -4/+6 |
| | | | | | Whoever wrote the old implementation of get_items suffered from intense fear and hatred of SQL. | ||||
* | Consistently use 'object_type' in playlist returns | Paul Arthur | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 2 | -5/+5 |
| | | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function. | ||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -1/+1 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Disallow ballot stuffing | Karl Vollmer | 2011-10-26 | 1 | -1/+4 |
| | |||||
* | FS#189 Fixed dropdown selection | dipsol | 2011-09-14 | 1 | -0/+5 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 13 | -78/+13 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -0/+6 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 13 | -246/+390 |
| | |||||
* | Catalog Filtering Added Bug#60 | Chris Slamar | 2011-01-24 | 2 | -9/+11 |
| | |||||
* | Disallow ballot stuffing | Karl Vollmer | 2011-01-13 | 1 | -1/+4 |
| | |||||
* | JavaScript cleanup. Consistently use camelCase for naming JS functions. Use | Paul 'flowerysong' Arthur | 2010-06-24 | 2 | -2/+2 |
| | | | | | | | 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. | ||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 12 | -23/+25 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 8 | -115/+96 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | I should have done it this way in the first place, instead of that ugly | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -15/+46 |
| | | | | show_playlist_full_row hack. | ||||
* | Clean up the rating code by moving uniqueness constraints into the database, | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -5/+2 |
| | | | | | using SQL's AVG() when we want an average, updating the cache when a rating changes, etc. | ||||
* | Some missed hunks for playlist editing and miscellaneous related cleanup. | Paul 'flowerysong' Arthur | 2010-04-28 | 2 | -2/+4 |
| | |||||
* | Fix typo in api Thx cosmin | Karl 'vollmerk' Vollmer | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 13 | -715/+715 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 13 | -0/+13 |
| | |||||
* | Make the tag cloud do something, only song browsing for now... | Karl 'vollmerk' Vollmer | 2010-02-23 | 1 | -5/+10 |
| | |||||
* | Removed dead xmlrpc files, started work migrating to LastFM v2.0 api | Karl 'vollmerk' Vollmer | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | sync from 3.5.x r2268 | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+7 |
| | |||||
* | Fix refreshing of localplay playlist when an item is removed | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -3/+5 |
| | |||||
* | Finish moving stuff out of doc into class, still needs more work to deal ↵ | Karl 'vollmerk' Vollmer | 2009-11-23 | 1 | -244/+3 |
| | | | | with Version as well as variable response (JSON) | ||||
* | Remove XML-RPC functions and start prep for use of new API for ampache ↵ | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -59/+0 |
| | | | | catalog syncs | ||||
* | start of move of functions for api from doc to class where they belong | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -96/+20 |
| | |||||
* | Sync of fix for #551 | Karl 'vollmerk' Vollmer | 2009-11-18 | 1 | -1/+6 |
| | |||||
* | Really really fix democratic localplay methods, now that i can test them | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -2/+3 |
| | |||||
* | sync from branches fix for #548 | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -2/+2 |
| | |||||
* | Attempt to fix #548 reference function that exists... | Karl 'vollmerk' Vollmer | 2009-11-13 | 1 | -4/+4 |
| | |||||
* | Correctly reference instanced democratic play object rather then using a ↵ | Karl 'vollmerk' Vollmer | 2009-10-29 | 1 | -2/+2 |
| | | | | static call | ||||
* | Sync from 3.5.x set compatible to 350001, will update API to 360000 soon due ↵ | Karl 'vollmerk' Vollmer | 2009-09-15 | 1 | -1/+1 |
| | | | | to localplay changes | ||||
* | Sync addition of server version to API ping response | Karl 'vollmerk' Vollmer | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | whups | Karl 'vollmerk' Vollmer | 2009-09-02 | 1 | -1/+1 |
| |