Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: death to tabs | Paul Arthur | 2013-01-26 | 1 | -293/+293 |
| | | | | | 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 | 1 | -3/+3 |
| | |||||
* | Cosmetics: clean up heads in server/ | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Consistently use 'object_type' in playlist returns | Paul Arthur | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+3 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -21/+2 |
| | | | | | 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 | 1 | -1/+3 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -211/+211 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | add rating to single song view, and include caching fix | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -0/+3 |
| | |||||
* | some tweaks to make the random play mojo work for streaming, does not work ↵ | Karl 'vollmerk' Vollmer | 2009-04-08 | 1 | -2/+2 |
| | | | | in localplay yet, working on that, nor in democratic play poking that also include asx playlist improvements from jon611 | ||||
* | Add very basic buggy as crap video support, fix a few other minor bugs with ↵ | Karl 'vollmerk' Vollmer | 2009-02-02 | 1 | -0/+3 |
| | | | | playlists and random elements | ||||
* | sync to trunk | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -2/+2 |
| | |||||
* | fixed the search add result button and messed up some browse sort stuff | Karl 'vollmerk' Vollmer | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | fixed a long standing browsing issue where you could not browse two ↵ | Karl 'vollmerk' Vollmer | 2008-08-08 | 1 | -8/+0 |
| | | | | different things at the same time | ||||
* | switched to sha() password encryption not using sha2 because of limitations ↵ | Karl 'vollmerk' Vollmer | 2008-07-26 | 1 | -15/+0 |
| | | | | of amarok, also added some caching and fixed some misc bugs | ||||
* | reorganize the menu a whole bunch and add a confirmation page to the catalog ↵ | Karl 'vollmerk' Vollmer | 2008-06-19 | 1 | -24/+0 |
| | | | | deletion | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -2/+6 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | added ability to add search results to playlist, or download if batch ↵ | Karl 'vollmerk' Vollmer | 2008-04-27 | 1 | -1/+7 |
| | | | | downloaded is enabled, also fixed user browse sorting | ||||
* | fixed recently played, removed a bunch of useless files, added new methods ↵ | Karl 'vollmerk' Vollmer | 2008-03-21 | 1 | -1/+1 |
| | | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods | ||||
* | Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds ↵ | spocky | 2008-03-17 | 1 | -1/+1 |
| | | | | | | more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?). Fixed songs starting with "All" never searched | ||||
* | delay random albums a bit to improve inital load, also add a refresh button ↵ | Karl 'vollmerk' Vollmer | 2008-02-25 | 1 | -0/+4 |
| | | | | so you can flip them without refreshing the whole page | ||||
* | fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵ | Karl 'vollmerk' Vollmer | 2008-01-19 | 1 | -1/+1 |
| | | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi | ||||
* | fixed public/private aspect of playlists, default is to filter out non-owned ↵ | Karl 'vollmerk' Vollmer | 2008-01-14 | 1 | -3/+6 |
| | | | | private playlists now | ||||
* | last commit for the day... | Karl 'vollmerk' Vollmer | 2007-12-26 | 1 | -0/+4 |
| | |||||
* | fixed preg on file pattern, some work on flagging, editing stuff actually ↵ | Karl 'vollmerk' Vollmer | 2007-12-26 | 1 | -1/+10 |
| | | | | flags thing again... | ||||
* | fixed the find duplicates stuff, its actually still broken somewhat but it ↵ | Karl 'vollmerk' Vollmer | 2007-12-16 | 1 | -0/+4 |
| | | | | mostly works so why not commit eah? | ||||
* | minor text changes, nothing special... time for me to go to sleep | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -62/+1 |
| | |||||
* | database update, cleaned up some stuff | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -3/+3 |
| | |||||
* | democratic play working, if still slightly sketchy | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -0/+4 |
| | |||||
* | fixed multi-genre random play | Karl 'vollmerk' Vollmer | 2007-11-05 | 1 | -17/+7 |
| | |||||
* | play method now uses hidden iframe, setup second hover menu to rightbar | Karl 'vollmerk' Vollmer | 2007-09-27 | 1 | -0/+4 |
| | |||||
* | more work on the localplay stuff, most details ironed out, just needs some ↵ | Karl 'vollmerk' Vollmer | 2007-09-12 | 1 | -0/+4 |
| | | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class | ||||
* | few minor bug fixes, and some more tweaks for localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | fixed album/artist/whateva editing, fixing stats, fixed search... | Karl 'vollmerk' Vollmer | 2007-09-05 | 1 | -1/+1 |
| | |||||
* | fixed playlist name editing, cant change the type or the genre yet, tweaked ↵ | Karl 'vollmerk' Vollmer | 2007-09-03 | 1 | -4/+32 |
| | | | | lastfm so it recovers from errors a little better, fixed a stupid typo.... | ||||
* | added the ability to delete songs from a playlist, now if you could only add ↵ | Karl 'vollmerk' Vollmer | 2007-09-03 | 1 | -0/+4 |
| | | | | them | ||||
* | sync typo fix | Karl 'vollmerk' Vollmer | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | added some basic random functionality, need to make the advanced page | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -0/+4 |
| | |||||
* | added ability to view album art on browse ablums and removed redundent code ↵ | Karl 'vollmerk' Vollmer | 2007-08-06 | 1 | -0/+4 |
| | | | | in show_artist, props to the first person who finds the bug with this re-use of code | ||||
* | broke a ton of stuff, but added some hotness... yes that is an excuse | Karl 'vollmerk' Vollmer | 2007-08-06 | 1 | -3/+14 |
| | |||||
* | fixed some typos, minor bugs, updated the sql, added playlist as a browse type | Karl 'vollmerk' Vollmer | 2007-08-05 | 1 | -3/+10 |
| | |||||
* | fixed add to catalog counting, tweaked sidebar added advanced search button | Karl 'vollmerk' Vollmer | 2007-08-05 | 1 | -1/+1 |
| | |||||
* | fixed a bug in the numbering, referencing a non-existant value | Karl 'vollmerk' Vollmer | 2007-08-02 | 1 | -2/+0 |
| | |||||
* | added paging on all song displays | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -0/+9 |
| |