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.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ir al archivo
Victor Dubiniuk 72a5662f59 Let the battle begin hace 10 años
appinfo Inject logger hace 10 años
controller Implement downloadresponse via appframework hace 10 años
css Merge pull request #370 from owncloud/taming-dojo-ui hace 10 años
img remove shadow effect from icon, reduce size hace 10 años
js Fix missing header on error hace 10 años
l10n [tx-robot] updated from transifex hace 10 años
lib Implement downloadresponse via appframework hace 10 años
src Update a related patch hace 10 años
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" hace 10 años
tests Let the battle begin hace 10 años
.travis.yml Let the battle begin hace 10 años
README.md Add notes on mandatory packages to readme hace 10 años
admin.php Add config page and settings hace 10 años
build.xml Update project name hace 10 años
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" hace 10 años
personal.php Default documents dir for upload. Ref #49 hace 11 años
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" hace 10 años
settings.php rename office -> documents hace 11 años

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