summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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 ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-032-0/+61
| | | | on add playlist preference, send and clear still does not work, but its progress
* added the ability to delete songs from a playlist, now if you could only add ↵Karl 'vollmerk' Vollmer2007-09-032-0/+53
| | | | them
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-271-0/+19
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-192-6/+4
|
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-192-0/+65
|
* fixed find missing tracks, tweaked openstrands class again to account for ↵Karl 'vollmerk' Vollmer2007-08-061-0/+24
| | | | lack of [[CCDATA tag on some xml responses
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-062-0/+57
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* Added checking for local similarsKarl 'vollmerk' Vollmer2007-08-061-1/+1
|
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-062-3/+93
|
* 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
|
* added your playlists with play link to the leftbar, no way to edit them yetKarl 'vollmerk' Vollmer2007-07-301-0/+7
|
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-0/+9
| | | | little (so it cleans up after its self)
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-291-0/+4
|
* fixed song retaging, fixed the song view page tweaked sidebar browse and ↵Karl 'vollmerk' Vollmer2007-07-291-1/+2
| | | | fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-291-3/+3
| | | | album art not to work as advertised
* added album and artist dynamic options, tweaked display and how you add ↵Karl 'vollmerk' Vollmer2007-07-241-1/+2
| | | | em... still not happy with it, but good enough for now
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-241-1/+8
|
* fixed nowplaying refreshKarl 'vollmerk' Vollmer2007-07-241-3/+2
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-231-1/+11
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-3/+7
| | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type
* sync french translation, fixed ratingsKarl 'vollmerk' Vollmer2007-07-231-4/+4
|
* fixed a minor typo with the evilbitKarl 'vollmerk' Vollmer2007-07-221-3/+20
|
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-221-2/+13
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-0/+39
|
* added genre link to show songs stuff, made the single album view do ajaxie ↵Karl 'vollmerk' Vollmer2007-06-211-7/+3
| | | | stuff for its additions and removed some extra code from he basketcases that did not need to be there
* added rightbar and fixed genre playbackKarl 'vollmerk' Vollmer2007-06-101-93/+14
|
* - Fixed RatingsKarl 'vollmerk' Vollmer2007-06-071-2/+1
| | | | | - Tweaked RSS, still needs work - Show Single artist mostly finished
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-4/+16
|
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-0/+24
| | | | dynamic updating of the current state
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-0/+7
|
* added clear and play to the basketKarl 'vollmerk' Vollmer2007-05-131-0/+3
|
* in theory the add functions on songs and albums works, now to add playing... ↵Karl 'vollmerk' Vollmer2007-05-131-0/+22
| | | | details.. I know
* started work on the sorting, and added in album viewing that kinda worksKarl 'vollmerk' Vollmer2007-05-071-2/+8
|
* basic browse concept added to sidebar and start of the browse logicKarl 'vollmerk' Vollmer2007-05-061-15/+12
|
* rest of the sidebars and some more tweaks to the ajax, initial browse stuff ↵Karl 'vollmerk' Vollmer2007-05-031-1/+20
| | | | at least menu wise... now I need to design the whole new browse interface... that is for tomorrow!
* basic sidebar switching functionality and updated ajax js fileKarl 'vollmerk' Vollmer2007-05-031-8/+27
|
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-1/+0
| | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes
* fixed democratic play vote order and user preferences updateKarl 'vollmerk' Vollmer2007-02-101-1/+0
|
* fixed some missing no session definesKarl 'vollmerk' Vollmer2007-02-103-3/+3
|
* fixed some issues with refresh on the localplay page and hopefully improved ↵Karl 'vollmerk' Vollmer2007-01-251-1/+10
| | | | the french translation a little more
* stll some faulty french translations but its a little betterKarl 'vollmerk' Vollmer2007-01-241-8/+3
|
* * Added new functions to HttpQ controllerKarl 'vollmerk' Vollmer2007-01-141-5/+0
| | | | | | * Fixed Catalog cleaning issues and album art issues * Fixed a minor javascript error with the localplay stuff * Started work on write_playlists.php.inc (https://ampache.bountysource.com/task/show/542)
* * Added echo of pattern on print tagsKarl 'vollmerk' Vollmer2007-01-051-1/+4
| | | | | | | * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay