summaryrefslogtreecommitdiffstats
path: root/apps/media/ajax
Commit message (Collapse)AuthorAgeFilesLines
* prevent error in media player ajax apiRobin Appelman2011-10-171-1/+1
|
* use OC_Log instead of error_logRobin Appelman2011-10-161-2/+0
|
* Check if the application is actually enabledBart Visscher2011-09-302-0/+2
|
* Use OC_JSON for json responsesBart Visscher2011-09-252-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 aroundRobin Appelman2011-09-251-1/+1
|
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-2/+2
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-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 Appelman2011-08-211-15/+5
| | | | collection view again and single albums/songs can be played
* fix expire header for media playerRobin Appelman2011-08-161-2/+1
|
* cache the collection for the media player againRobin Appelman2011-08-031-1/+0
|
* send last modified header for mediaRobin Appelman2011-08-021-1/+9
|
* remove now useless 'media' entry from settingsRobin Appelman2011-08-021-7/+0
|
* fance collection scanning wipRobin Appelman2011-08-011-10/+36
|
* remember volume and playback time in the media playerRobin Appelman2011-08-011-0/+1
|
* automatically scan songs that are played from the filebrowserRobin Appelman2011-08-011-0/+13
|
* cache the media collection between page loadsRobin Appelman2011-08-011-7/+13
|
* some improvements to collection scanningRobin Appelman2011-08-011-0/+2
|
* Some much needed interface work on the media playerRobin Appelman2011-07-291-1/+0
|
* Renaming classes :-)Jakob Sack2011-07-292-10/+10
|
* keep track of playcount as last played time of music filesRobin Appelman2011-07-281-0/+3
|
* only show songs for which the current user has songs indexedRobin Appelman2011-07-261-0/+2
|
* remove some debug output and supress some possible errorsRobin Appelman2011-07-221-2/+2
|
* import media appRobin Appelman2011-07-222-0/+156