summaryrefslogtreecommitdiffstats
path: root/apps/media/ajax
Commit message (Collapse)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-262-165/+0
|
* Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-081-4/+0
|
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-2/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-092-2/+0
|
* write_close the session when scanning files or musicRobin Appelman2012-06-161-0/+3
|
* prevent opening non-music files through the media ajax apiRobin Appelman2012-06-091-0/+4
|
* remove not needed includesFrank Karlitschek2012-05-281-3/+1
|
* removing executable bit - againThomas Mueller2012-05-152-0/+0
|
* ported oc_dbFrank Karlitschek2012-05-031-2/+2
|
* ported oc_jsonFrank Karlitschek2012-05-032-9/+9
|
* port oc_responseFrank Karlitschek2012-05-031-2/+2
|
* port oc_preferencesFrank Karlitschek2012-05-022-3/+3
|
* ported getUserFrank Karlitschek2012-05-012-4/+4
|
* fix file path in apps/media/ajax/api.phpGeorg Ehrke2012-04-231-5/+3
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-172-2/+2
|
* application/ogg is music toRobin Appelman2012-02-261-1/+4
|
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-131-10/+3
|
* use oc_filecache and oc_eventsource for music scanningRobin Appelman2012-02-081-24/+4
|
* Apps need to be enabled in order to search through Shared directory for ↵Michael Gapczynski2012-01-161-3/+0
| | | | media scanning
* 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