Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2018-04-11 16:45:05 +02:00
addressbook * Addressbook: Fix send all contact's emails/vcards to compose dialog does not work 2018-04-09 16:42:08 +02:00
admin Add and fix some translations, thanks to Stefan Unverricht. 2018-04-11 15:19:39 +02:00
api Fix file upload button does not cover its caption 100% 2018-04-11 16:45:05 +02:00
calendar use "none" instead of "0" to allow default or forced pref 2018-04-10 14:02:38 +02:00
collabeditor Fix excluded mime types does not work for CollabEditor 2018-02-08 14:49:10 +01:00
doc copy 17.1 changelog to master to satisfy update checker 2018-03-21 17:29:30 +00:00
emailadmin
filemanager Add and fix some translations, thanks to Stefan Unverricht. 2018-04-11 15:19:39 +02:00
files
home Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:24:42 +02:00
importexport * PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage 2018-04-09 16:02:00 +02:00
infolog Add some translations, thanks to Evgen Vodopivec. 2018-04-11 16:01:14 +02:00
mail Add some translations, thanks to Evgen Vodopivec. 2018-04-11 15:59:22 +02:00
notifications * Notifications: Database update for notification message field. Fixes notifications with big messages can not be stored or get cut off. 2018-04-06 15:44:59 +02:00
pixelegg Fix file upload button does not cover its caption 100% 2018-04-11 16:45:05 +02:00
preferences Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:24:42 +02:00
resources Merge pull request #38 from marcelklehr/feature/disable-cal-invitations-for-resources 2018-04-03 10:07:29 -06:00
setup Fix wrongly spelled EGroupware name 2018-04-11 15:13:39 +02:00
timesheet Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:24:42 +02:00
ViewerJS
.gitignore
.htaccess
.mrconfig
.travis.yml remove PHP 7.2 from allowed failures and handle master like all 7 versions 2018-04-09 16:12:23 +02:00
about.php
composer.json
composer.lock * All apps: update CKeditor to 4.7.3 and other dependencies like Horde 2017-10-30 20:33:17 +01:00
groupdav.htaccess
groupdav.php
Gruntfile.js
header.inc.php.template
index.php
json.php
login.php
logout.php
package.json
README.md
redirect.php
remote.php
share.php
status.php
updateGruntfile.php
webdav.php

EGroupware

Branch Status Composer
master Build Status Dependency Status
17.1 Build Status Dependency Status
16.1 Build Status Dependency Status

Default and prefered installation method for EGroupware is via your package manager:

https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl

Installing EGroupware 17.1 from github:

switch to 17.1 branch and follow instructions there

Installing EGroupware development version:

  • cd /path/to/your/docroot
  • git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
  • cd egroupware
  • install composer.phar from https://getcomposer.org/download/
  • install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
  • add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone
  • mr up
  • enable further / non-default EGroupware apps by uncommenting them in .mrconfig and run mr up
  • continue installation at http://localhost/egroupware/setup/
  • to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so
  • install nodejs from your distribution package manager
  • npm install -g grunt-cli # installs grunt command globally, if you have not already done so
  • npm install # installs required npm/grunt modules into node_modules/ dir
  • run grunt manually after every update, or better uncomment grunt steps in .mrconfig