πŸ“‘ Collabora Online for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Victor Dubiniuk 65de023e94 Use a separate field for optype. No more LIKE in queries 2014-11-13 01:20:54 +03:00
appinfo Use a separate field for optype. No more LIKE in queries 2014-11-13 01:20:54 +03:00
assets Move the expected FFS response to the assets 2014-11-05 18:05:06 +03:00
controller Merge pull request #398 from owncloud/further-file-simplify 2014-11-11 20:38:03 +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 Add extra option to disable doc(x) support 2014-11-06 19:31:25 +03:00
l10n [tx-robot] updated from transifex 2014-10-30 06:57:12 -04:00
lib Use a separate field for optype. No more LIKE in queries 2014-11-13 01:20:54 +03:00
src Update a related patch 2014-10-15 01:09:16 +03:00
templates Add extra option to disable doc(x) support 2014-11-06 19:31:25 +03:00
tests Remove local env setup script 2014-11-05 17:38:30 +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