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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Go to file
Victor Dubiniuk 72a5662f59 Let the battle begin il y a 10 ans
appinfo Inject logger il y a 10 ans
controller Implement downloadresponse via appframework il y a 10 ans
css Merge pull request #370 from owncloud/taming-dojo-ui il y a 10 ans
img remove shadow effect from icon, reduce size il y a 10 ans
js Fix missing header on error il y a 10 ans
l10n [tx-robot] updated from transifex il y a 10 ans
lib Implement downloadresponse via appframework il y a 10 ans
src Update a related patch il y a 10 ans
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" il y a 10 ans
tests Let the battle begin il y a 10 ans
.travis.yml Let the battle begin il y a 10 ans
README.md Add notes on mandatory packages to readme il y a 10 ans
admin.php Add config page and settings il y a 10 ans
build.xml Update project name il y a 10 ans
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" il y a 10 ans
personal.php Default documents dir for upload. Ref #49 il y a 11 ans
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" il y a 10 ans
settings.php rename office -> documents il y a 11 ans

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