Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove lib/album.lib.php and move its two functions into album class, ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -1/+1 |
| | | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) | ||||
* | move stuff around so it makes more sense and is not messed up by the ajax ↵ | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -2/+0 |
| | | | | refresh | ||||
* | sync to trunk | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -0/+1 |
| | |||||
* | sync to trunk | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -2/+2 |
| | |||||
* | adjust the logic on the api so that username does not have to be passed ↵ | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -15/+17 |
| | | | | after the initial handshake | ||||
* | fixed the search add result button and messed up some browse sort stuff | Karl 'vollmerk' Vollmer | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | bunch of fixes, and some breaks for the browsing | Karl 'vollmerk' Vollmer | 2008-08-18 | 1 | -16/+6 |
| | |||||
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -0/+5 |
| | |||||
* | fixed a long standing browsing issue where you could not browse two ↵ | Karl 'vollmerk' Vollmer | 2008-08-08 | 2 | -8/+9 |
| | | | | different things at the same time | ||||
* | test icon for tag add, does not work | Karl 'vollmerk' Vollmer | 2008-07-30 | 1 | -5/+10 |
| | |||||
* | switched to sha() password encryption not using sha2 because of limitations ↵ | Karl 'vollmerk' Vollmer | 2008-07-26 | 2 | -17/+15 |
| | | | | 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 | 2 | -24/+23 |
| | | | | deletion | ||||
* | added direct links back in, added batch download to single artist view, ↵ | Karl 'vollmerk' Vollmer | 2008-05-26 | 2 | -80/+2 |
| | | | | removed useless cruft | ||||
* | fix typo also tweak the localplay controllers so they update the active ↵ | Karl 'vollmerk' Vollmer | 2008-05-18 | 1 | -3/+0 |
| | | | | instance correctly | ||||
* | forgot to add some important files | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -0/+37 |
| | |||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 2 | -3/+7 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | fixed lack of refresh when switching between localplay and other play methods | Karl 'vollmerk' Vollmer | 2008-05-08 | 1 | -1/+15 |
| | |||||
* | added ability to add search results to playlist, or download if batch ↵ | Karl 'vollmerk' Vollmer | 2008-04-27 | 3 | -3/+9 |
| | | | | downloaded is enabled, also fixed user browse sorting | ||||
* | fixed remove vote removing all votes regardless on democratic play | Karl 'vollmerk' Vollmer | 2008-04-22 | 1 | -1/+1 |
| | |||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -2/+3 |
| | |||||
* | fixed rating display and rating advanced search, also allow new genre when ↵ | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -1/+1 |
| | | | | adding radio station | ||||
* | fixed shoutbox typo so albums add correctly, can now edit playlist tracks ↵ | Karl 'vollmerk' Vollmer | 2008-04-21 | 2 | -6/+35 |
| | | | | and change their track in the playlist, added batch download link to single playlist view | ||||
* | fixed show album art, added input for source charset on fix_filenames, added ↵ | Karl 'vollmerk' Vollmer | 2008-04-20 | 1 | -1/+1 |
| | | | | "add" to shoutbox display, updated links | ||||
* | yea I fail | Karl 'vollmerk' Vollmer | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | failure | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | add url_to_song function to api for amarok2 | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -0/+7 |
| | |||||
* | fixed recently played, removed a bunch of useless files, added new methods ↵ | Karl 'vollmerk' Vollmer | 2008-03-21 | 2 | -2/+13 |
| | | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods | ||||
* | implement xml error codes rather then relying on string parsing | Karl 'vollmerk' Vollmer | 2008-03-20 | 1 | -12/+10 |
| | |||||
* | split out the api errors so that it is easier to tell when you should do a ↵ | Karl 'vollmerk' Vollmer | 2008-03-18 | 1 | -3/+10 |
| | | | | new handshake | ||||
* | slight tweak to the hotness added by spocky, added in a slight delay on the ↵ | Karl 'vollmerk' Vollmer | 2008-03-18 | 1 | -10/+11 |
| | | | | onKeyUp removed the alpha list | ||||
* | Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds ↵ | spocky | 2008-03-17 | 2 | -9/+11 |
| | | | | | | more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?). Fixed songs starting with "All" never searched | ||||
* | fixed the issue with a lack of gettext (define ngettext if it does not exist) | Karl 'vollmerk' Vollmer | 2008-03-14 | 1 | -0/+2 |
| | |||||
* | added album and artist functions require a single artist/album xml document | Karl 'vollmerk' Vollmer | 2008-03-13 | 1 | -0/+8 |
| | |||||
* | I fail | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | added song action for the api, fiddled with the democratic play stuff again | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -0/+6 |
| | |||||
* | minor fixes to the playlist, fixed up the democratic playlist kinda, still ↵ | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -1/+1 |
| | | | | does not work completely | ||||
* | fixed playlist update on full strict of mysql5.x and jpg mime type | Karl 'vollmerk' Vollmer | 2008-03-06 | 1 | -0/+1 |
| | |||||
* | major corrections to reading of preferences and a few misc fixes which I ↵ | Karl 'vollmerk' Vollmer | 2008-02-29 | 2 | -7/+7 |
| | | | | have now forgotten | ||||
* | delay random albums a bit to improve inital load, also add a refresh button ↵ | Karl 'vollmerk' Vollmer | 2008-02-25 | 2 | -0/+48 |
| | | | | so you can flip them without refreshing the whole page | ||||
* | User authentication fix for xml.server, when logged in as a user, it will ↵ | Kevin James 'purdyk' Purdy | 2008-02-15 | 1 | -3/+7 |
| | | | | now display that user as listening instead of the 'System User' | ||||
* | fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵ | Karl 'vollmerk' Vollmer | 2008-01-19 | 2 | -1/+11 |
| | | | | 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 | ||||
* | - Fixed search by rating (Thx alex2008) | Karl 'vollmerk' Vollmer | 2008-01-13 | 1 | -3/+3 |
| | | | | | - Fixed no result return on random methods - Added mime,language & lyrics to catalog updating functions | ||||
* | fixed registration, show edit song title issue and added limit to xml api | Karl 'vollmerk' Vollmer | 2008-01-10 | 1 | -1/+26 |
| | |||||
* | fixed sending to localplay for democratic playlist | Karl 'vollmerk' Vollmer | 2008-01-04 | 1 | -0/+8 |
| | |||||
* | fixed flag management interface, and potentially fixed an issue with ↵ | Karl 'vollmerk' Vollmer | 2007-12-31 | 2 | -0/+31 |
| | | | | use_auth=false | ||||
* | fixed localplay index problem after track delete, fixed lack of high-light ↵ | Karl 'vollmerk' Vollmer | 2007-12-30 | 1 | -1/+10 |
| | | | | of current playing song, fixed problem were second localplay send would kill session of any existing items | ||||
* | last commit for the day... | Karl 'vollmerk' Vollmer | 2007-12-26 | 2 | -0/+53 |
| | |||||
* | 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 now playing for the API and lack of session extend when using the API | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -0/+4 |
| |