πŸ“‘ Collabora Online for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Victor Dubiniuk 8bc55b679a Test create document 2014-11-05 01:39:23 +03:00
appinfo Only GET 2014-11-04 18:40:31 +03:00
controller Fix some other log notices when trying to access non-existing file with a viewer 2014-11-04 20:55:52 +03:00
css Merge pull request #370 from owncloud/taming-dojo-ui 2014-10-14 00:10:38 +03:00
img remove shadow effect from icon, reduce size 2014-07-02 22:01:19 +02:00
js Fix missing header on error 2014-10-28 22:56:03 +03:00
l10n [tx-robot] updated from transifex 2014-10-30 06:57:12 -04:00
lib Fix some other log notices when trying to access non-existing file with a viewer 2014-11-04 20:55:52 +03:00
src Update a related patch 2014-10-15 01:09:16 +03:00
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" 2014-10-08 20:28:59 +03:00
tests Test create document 2014-11-05 01:39:23 +03:00
.travis.yml Let the battle begin 2014-11-03 23:58:05 +03:00
README.md Add notes on mandatory packages to readme 2014-10-04 00:22:28 +03:00
admin.php Add config page and settings 2014-03-31 20:27:07 +03:00
build.xml Update project name 2014-10-23 18:50:59 +03:00
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 2014-10-08 20:28:59 +03:00
personal.php Default documents dir for upload. Ref #49 2013-10-01 19:34:08 +03:00
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" 2014-10-08 20:28:59 +03:00
settings.php rename office -> documents 2013-08-28 12:02:27 +02:00

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