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.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Dosyaya git
Victor Dubiniuk 72a5662f59 Let the battle begin 10 yıl önce
appinfo Inject logger 10 yıl önce
controller Implement downloadresponse via appframework 10 yıl önce
css Merge pull request #370 from owncloud/taming-dojo-ui 10 yıl önce
img remove shadow effect from icon, reduce size 10 yıl önce
js Fix missing header on error 10 yıl önce
l10n [tx-robot] updated from transifex 10 yıl önce
lib Implement downloadresponse via appframework 10 yıl önce
src Update a related patch 10 yıl önce
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" 10 yıl önce
tests Let the battle begin 10 yıl önce
.travis.yml Let the battle begin 10 yıl önce
README.md Add notes on mandatory packages to readme 10 yıl önce
admin.php Add config page and settings 10 yıl önce
build.xml Update project name 10 yıl önce
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 10 yıl önce
personal.php Default documents dir for upload. Ref #49 11 yıl önce
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 10 yıl önce
settings.php rename office -> documents 11 yıl önce

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