<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div>today i finished my work on movable apps.</div><div>I will merge it tomorrow into master.</div><div><br></div><div>Important changes:</div><div><ol class="MailOutline"><li>files app moved to app folder</li><ol><li>there is still /owncloud/files/webdav.php</li></ol><li>php and css files will be loaded through /owncloud/index.php</li><ul><li>example:</li><ul><li>/?app=files -> app</li><li>/?app=files&getfile=/ajax/rename.php -> execute file of an app</li></ul></ul><li>you can add %webroot% and %appswebroot% to css files</li><ul><li>use in urls of background images </li></ul><li><b>please</b> use our internal functions to generate paths</li><ol><li>js: OC.filePath</li><li>php: OC_Helper::linkTo</li></ol><li>Files for *Dav and ampache are still in the app folder</li><ol><li>i think about creating a /owncloud/remote folder where apps can write the php files for their remote services</li><ul><li>what do you think about this?</li></ul></ol><li>I made every app in main ownCloud repo work with this</li></ol><div><br></div></div><div>Cheers,</div><div>Georg</div></body></html>