1
0
Fork 0
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.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Datei suchen
Victor Dubiniuk 72a5662f59 Let the battle begin vor 10 Jahren
appinfo Inject logger vor 10 Jahren
controller Implement downloadresponse via appframework vor 10 Jahren
css Merge pull request #370 from owncloud/taming-dojo-ui vor 10 Jahren
img remove shadow effect from icon, reduce size vor 10 Jahren
js Fix missing header on error vor 10 Jahren
l10n [tx-robot] updated from transifex vor 10 Jahren
lib Implement downloadresponse via appframework vor 10 Jahren
src Update a related patch vor 10 Jahren
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" vor 10 Jahren
tests Let the battle begin vor 10 Jahren
.travis.yml Let the battle begin vor 10 Jahren
README.md Add notes on mandatory packages to readme vor 10 Jahren
admin.php Add config page and settings vor 10 Jahren
build.xml Update project name vor 10 Jahren
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" vor 10 Jahren
personal.php Default documents dir for upload. Ref #49 vor 11 Jahren
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" vor 10 Jahren
settings.php rename office -> documents vor 11 Jahren

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