Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent error in media player ajax api | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -2/+0 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 2 | -0/+2 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 2 | -8/+8 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | correctly update the collection when music files are moved around | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -2/+1 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | some work on media player interface, artists can be collapsed in the ↵ | Robin Appelman | 2011-08-21 | 1 | -15/+5 |
| | | | | collection view again and single albums/songs can be played | ||||
* | fix expire header for media player | Robin Appelman | 2011-08-16 | 1 | -2/+1 |
| | |||||
* | cache the collection for the media player again | Robin Appelman | 2011-08-03 | 1 | -1/+0 |
| | |||||
* | send last modified header for media | Robin Appelman | 2011-08-02 | 1 | -1/+9 |
| | |||||
* | remove now useless 'media' entry from settings | Robin Appelman | 2011-08-02 | 1 | -7/+0 |
| | |||||
* | fance collection scanning wip | Robin Appelman | 2011-08-01 | 1 | -10/+36 |
| | |||||
* | remember volume and playback time in the media player | Robin Appelman | 2011-08-01 | 1 | -0/+1 |
| | |||||
* | automatically scan songs that are played from the filebrowser | Robin Appelman | 2011-08-01 | 1 | -0/+13 |
| | |||||
* | cache the media collection between page loads | Robin Appelman | 2011-08-01 | 1 | -7/+13 |
| | |||||
* | some improvements to collection scanning | Robin Appelman | 2011-08-01 | 1 | -0/+2 |
| | |||||
* | Some much needed interface work on the media player | Robin Appelman | 2011-07-29 | 1 | -1/+0 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 2 | -10/+10 |
| | |||||
* | keep track of playcount as last played time of music files | Robin Appelman | 2011-07-28 | 1 | -0/+3 |
| | |||||
* | only show songs for which the current user has songs indexed | Robin Appelman | 2011-07-26 | 1 | -0/+2 |
| | |||||
* | remove some debug output and supress some possible errors | Robin Appelman | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | import media app | Robin Appelman | 2011-07-22 | 2 | -0/+156 |