Copy of Nextcloud richdocuments app, but with modifications so all traffic goes over clearnet/CJDNS/Tor/I2P/whatever instead of having a single default hostname.
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.
 
 
 
 
Go to file
Morris Jobke 22dcb6e2e4 define PHPUNIT constant only if not already set 9 years ago
appinfo Fix member disconnection routes 9 years ago
assets Move the expected FFS response to the assets 10 years ago
controller Fix member disconnection routes 9 years ago
css Place OC controls inside own toolbar as dijit widgets 9 years ago
img remove shadow effect from icon, reduce size 10 years ago
js Update hardcoded link 9 years ago
l10n [tx-robot] updated from transifex 9 years ago
lib Merge pull request #403 from owncloud/remove-phpass 9 years ago
src Patch for Tollbar 9 years ago
templates Add extra option to disable doc(x) support 10 years ago
tests define PHPUNIT constant only if not already set 9 years ago
.travis.yml Remove php 5.3 and build.xml 9 years ago
README.md Add notes on mandatory packages to readme 10 years ago
admin.php Add config page and settings 10 years ago
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 10 years ago
personal.php Default documents dir for upload. Ref #49 11 years ago
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 10 years ago
settings.php rename office -> documents 11 years ago

README.md

documents

Documents app for ownCloud

An ownCloud app to work with office documents alone and/or collaboratively.

Build Status

Known issues

Problem: Editor doesn't open. Spinner spins for ages.
Solution: Try to disable gzip for Documents app by adding the following line to your .htaccess:
SetEnvIf Request_URI .*/apps/documents/ajax/.* no-gzip dont-vary

Problem: Doc(x) support doesn't work
Solution: Install at least libreoffice-common and libreoffice-writer packages for your distro.
If you don't want to mess around with dependencies, you need simply install unoconv package. It will do the trick for you.

How to add more fonts

  • Upload font files to documents/css/fonts directory
  • Edit documents/css/fonts.css adding @font-face rule for each uploaded file