πŸ“‘ Collabora Online for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Jenkins for ownCloud d4efd4ab22 [tx-robot] updated from transifex 2014-12-18 00:43:17 -05:00
appinfo Fix member disconnection routes 2014-11-19 01:15:15 +03:00
assets Move the expected FFS response to the assets 2014-11-05 18:05:06 +03:00
controller Fix member disconnection routes 2014-11-19 01:15:15 +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 encodeURIComponent on dirname 2014-11-19 23:40:19 +03:00
l10n [tx-robot] updated from transifex 2014-12-18 00:43:17 -05:00
lib Merge pull request #403 from owncloud/remove-phpass 2014-11-25 21:30:58 +03:00
src Combine MemberListViev patches 2014-11-19 20:45:25 +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