Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2018-02-20 15:32:37 -07:00
addressbook * Addressbook - fix AJAX duplicate check skipped email addresses 2018-02-12 09:05:53 -07:00
admin * Admin: new config to generate no or lowercase email addresses for new users 2018-02-20 09:15:42 +01:00
api WIP on sharing test - now actually working with other tests after 2018-02-20 15:32:37 -07:00
calendar * Calendar - Filter birthdays by name to remove duplicates caused by account + contact 2018-02-16 09:29:51 -07: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-02-09 14:12:30 +00:00
emailadmin remove hooks from EMailAdmin as it might screw up adding/removing accounts 2017-11-14 15:19:42 +01:00
filemanager deal with old MS Office mime-times have multiple extensions eg. application/msword uses doc and dot 2018-02-15 18:01:10 +01:00
files
home pending DE and SK translation from Stefan Unvericht 2018-02-09 12:34:50 +01:00
importexport * Import/Export - Better matching on accounts to handle prefixes & suffixes 2018-02-06 13:08:05 -07:00
infolog pending DE and SK translation from Stefan Unvericht 2018-02-09 12:34:50 +01:00
mail W.I.P. mail subject modify action 2018-02-20 18:00:30 +01:00
notifications Add closing timer on notifications 2018-02-19 17:17:24 +01:00
pixelegg Fix couple of bugs in notifications, discovered by Stefan Unverricht 2018-02-19 18:17:41 +01:00
preferences Some style fixes: 2017-11-28 15:59:06 -07:00
resources pending translations from our translation server 2017-11-04 09:36:02 +01:00
setup use Accept-Language header before logging into setup / user selected a language 2018-01-29 11:05:55 +01:00
timesheet pending DE and SK translation from Stefan Unvericht 2018-02-09 12:34:50 +01:00
ViewerJS
.gitignore adding adLDAP to .gitignore, as it is an external repo 2016-05-25 15:00:08 +00:00
.htaccess
.mrconfig adding collabora app 2017-10-21 13:22:34 +02:00
.travis.yml Give demo user an email 2017-10-26 09:07:49 +02:00
about.php
composer.json * All apps: update CKeditor to 4.7.3 and other dependencies like Horde 2017-10-30 20:33:17 +01:00
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 Include cropper.min.css into css minifying. Fix issue of avatar editor does not work when minifying is switched on. 2017-11-09 17:23:49 +01:00
header.inc.php.template
index.php
json.php
login.php
logout.php WIP egw installs now without phpgwapi and allows to login 2016-05-02 22:26:40 +00:00
package.json update to newest grunt* versions, you need to run npm install to update to them 2017-10-12 09:59:15 +02:00
README.md Update README.md 2017-11-15 16:53:44 +01:00
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