summaryrefslogtreecommitdiffstats
path: root/server/ajax.server.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix persistent XSS vulnerabilities in AJAX editingPaul Arthur2013-02-071-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 tabsPaul Arthur2013-01-261-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 UIPaul Arthur2013-01-261-3/+3
|
* Cosmetics: clean up heads in server/Paul Arthur2013-01-251-7/+1
|
* Consistently use 'object_type' in playlist returnsPaul Arthur2012-10-151-3/+3
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-19/+30
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-1/+3
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-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 uglyPaul 'flowerysong' Arthur2010-06-091-15/+46
| | | | show_playlist_full_row hack.
* Clean up the rating code by moving uniqueness constraints into the database,Paul 'flowerysong' Arthur2010-06-071-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' Arthur2010-04-281-1/+3
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-211/+211
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* add rating to single song view, and include caching fixKarl 'vollmerk' Vollmer2009-07-091-0/+3
|
* some tweaks to make the random play mojo work for streaming, does not work ↵Karl 'vollmerk' Vollmer2009-04-081-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' Vollmer2009-02-021-0/+3
| | | | playlists and random elements
* sync to trunkKarl 'vollmerk' Vollmer2008-08-301-2/+2
|
* fixed the search add result button and messed up some browse sort stuffKarl 'vollmerk' Vollmer2008-08-221-0/+1
|
* fixed a long standing browsing issue where you could not browse two ↵Karl 'vollmerk' Vollmer2008-08-081-8/+0
| | | | different things at the same time
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-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' Vollmer2008-06-191-24/+0
| | | | deletion
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-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' Vollmer2008-04-271-1/+7
| | | | downloaded is enabled, also fixed user browse sorting
* fixed recently played, removed a bunch of useless files, added new methods ↵Karl 'vollmerk' Vollmer2008-03-211-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 ↵spocky2008-03-171-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' Vollmer2008-02-251-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' Vollmer2008-01-191-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' Vollmer2008-01-141-3/+6
| | | | private playlists now
* last commit for the day...Karl 'vollmerk' Vollmer2007-12-261-0/+4
|
* fixed preg on file pattern, some work on flagging, editing stuff actually ↵Karl 'vollmerk' Vollmer2007-12-261-1/+10
| | | | flags thing again...
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-0/+4
| | | | mostly works so why not commit eah?
* minor text changes, nothing special... time for me to go to sleepKarl 'vollmerk' Vollmer2007-12-101-62/+1
|
* database update, cleaned up some stuffKarl 'vollmerk' Vollmer2007-12-101-3/+3
|
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-241-0/+4
|
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-17/+7
|
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-271-0/+4
|
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-121-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 localplayKarl 'vollmerk' Vollmer2007-09-091-1/+1
|
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-051-1/+1
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-031-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' Vollmer2007-09-031-0/+4
| | | | them
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-191-0/+4
|
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-061-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 excuseKarl 'vollmerk' Vollmer2007-08-061-3/+14
|
* fixed some typos, minor bugs, updated the sql, added playlist as a browse typeKarl 'vollmerk' Vollmer2007-08-051-3/+10
|
* fixed add to catalog counting, tweaked sidebar added advanced search buttonKarl 'vollmerk' Vollmer2007-08-051-1/+1
|
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-2/+0
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-0/+9
|