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.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Iet uz failu
Victor Dubiniuk 72a5662f59 Let the battle begin pirms 10 gadiem
appinfo Inject logger pirms 10 gadiem
controller Implement downloadresponse via appframework pirms 10 gadiem
css Merge pull request #370 from owncloud/taming-dojo-ui pirms 10 gadiem
img remove shadow effect from icon, reduce size pirms 10 gadiem
js Fix missing header on error pirms 10 gadiem
l10n [tx-robot] updated from transifex pirms 10 gadiem
lib Implement downloadresponse via appframework pirms 10 gadiem
src Update a related patch pirms 10 gadiem
templates Revert "Fix stylesheets loading in pipeline mode. Ref #348" pirms 10 gadiem
tests Let the battle begin pirms 10 gadiem
.travis.yml Let the battle begin pirms 10 gadiem
README.md Add notes on mandatory packages to readme pirms 10 gadiem
admin.php Add config page and settings pirms 10 gadiem
build.xml Update project name pirms 10 gadiem
index.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" pirms 10 gadiem
personal.php Default documents dir for upload. Ref #49 pirms 11 gadiem
public.php Revert "Fix stylesheets loading in pipeline mode. Ref #348" pirms 10 gadiem
settings.php rename office -> documents pirms 11 gadiem

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