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/appinfo
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
..
app.php cloudsuite: Minimal branding. 9 years ago
application.php cloudsuite: add URLGenerator 9 years ago
database.xml Use a separate field for optype. No more LIKE in queries 10 years ago
info.xml cloudsuite: Minimal branding. 9 years ago
routes.php cloudsuite: Implement the document loading via CloudSuite. 9 years ago
update.php Remove deprected API usage. Step 1 9 years ago