You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/controller
Jan Holesovsky 3bed81b4a9 cloudsuite: Implement the document loading via CloudSuite.
In order to work, we need a group that is shared between wwwrun (for owncloud)
and loolwsd; let's call it loolwww.  Then:

cd <www>/owncloud/apps/documents
mkdir documents-tmp
chown chown wwwrun:loolwww documents-tmp
chmod g+ws documents-tmp

ownCloud takes care of copying the files to this shared location, and back (in
the future).  It will also need to take care of the cleanup, at the moment the
files are leaked.
9 years ago
..
documentcontroller.php cloudsuite: Implement the document loading via CloudSuite. 9 years ago
sessioncontroller.php Use different entry points for users and guests 9 years ago
settingscontroller.php ByeBye static Config class 9 years ago
usercontroller.php Fix member disconnection routes 10 years ago