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/js
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
..
3rdparty A pile of fixups 9 years ago
viewer Rename variable. Fixes #505 9 years ago
widgets A few fixes by scrutinizer 9 years ago
ServerFactory.js Use different entry points for users and guests 9 years ago
admin.js Fix coding style complaints 9 years ago
documents.js cloudsuite: Implement the document loading via CloudSuite. 9 years ago
locale.js Sort and deduplicate results, ref #14 11 years ago
personal.js Fix coding style complaints 9 years ago
settings.js Fix coding style complaints 9 years ago
share.js Fix share dropdown 9 years ago