Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 2 | -165/+0 |
| | |||||
* | Remove useless setting of RUNTIME_NOAPPS | Bart Visscher | 2012-08-08 | 1 | -4/+0 |
| | |||||
* | Remove unused RUNTIME_NOSETUPFS var | Bart Visscher | 2012-08-08 | 1 | -2/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 2 | -2/+0 |
| | |||||
* | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 1 | -0/+3 |
| | |||||
* | prevent opening non-music files through the media ajax api | Robin Appelman | 2012-06-09 | 1 | -0/+4 |
| | |||||
* | remove not needed includes | Frank Karlitschek | 2012-05-28 | 1 | -3/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 2 | -0/+0 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 2 | -9/+9 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 2 | -3/+3 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 2 | -4/+4 |
| | |||||
* | fix file path in apps/media/ajax/api.php | Georg Ehrke | 2012-04-23 | 1 | -5/+3 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 2 | -2/+2 |
| | |||||
* | application/ogg is music to | Robin Appelman | 2012-02-26 | 1 | -1/+4 |
| | |||||
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -10/+3 |
| | |||||
* | use oc_filecache and oc_eventsource for music scanning | Robin Appelman | 2012-02-08 | 1 | -24/+4 |
| | |||||
* | Apps need to be enabled in order to search through Shared directory for ↵ | Michael Gapczynski | 2012-01-16 | 1 | -3/+0 |
| | | | | media scanning | ||||
* | 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 |