Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2016-10-04 09:55:02 +02:00
addressbook * Addressbook: Fix upload photo does not work for limited access of own data 2016-09-29 16:17:45 +02:00
admin fix documentation where to put log to api/templates/default/images 2016-09-19 10:16:56 +02:00
api Make sure category data is an array before looking inside it, avoids warning if it is not 2016-10-03 09:58:59 -06:00
calendar old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0' 2016-10-04 09:55:02 +02:00
doc copy 16.1 changelog to master to satisfy update checker 2016-09-06 15:52:39 +00:00
emailadmin
filemanager Remove filemanager upload progress in mobile template 2016-09-29 10:23:38 +02:00
files
home Fix home context menu was not available on the entire home page when blank, only parts 2016-07-21 16:27:07 -06:00
importexport - Improve export link conversion to be able to handle links as arrays with app & id 2016-09-14 09:25:39 -06:00
infolog need to pass $ignore_acl of write to internal write call to update parent too 2016-10-03 12:21:25 +02:00
mail Fix inline images of compose do not get stored as links into integrated applications like infolog, tracker or calendar 2016-09-21 15:52:50 +02:00
notifications
pixelegg Implement fav_filter icon base on template 2016-09-29 12:06:40 +02:00
preferences WIP of new hint presentation for preferences 2016-09-29 18:40:23 +02:00
resources Add conflict check when listing resources in a category for calendar owner / participan 2016-09-28 11:01:10 -06:00
setup * Setup: make sure interactive setup does not stall on SQL error when updating from 1.8 2016-09-26 09:27:52 +02:00
timesheet Allow project selection in timesheet list nextmatch header to be very tall, if needed 2016-09-27 10:34:07 -06:00
ViewerJS
.gitignore
.htaccess
.mrconfig
.travis.yml enable pgsql for 5.4 again 2016-08-18 20:17:30 +02:00
about.php
composer.json WIP of implementing cropping avatar photo 2016-09-12 16:23:57 +02:00
composer.lock WIP of implementing cropping avatar photo 2016-09-12 16:23:57 +02: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
16.1 Build Status Dependency Status
14.2 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 16.1 from github:

switch to 16.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 -b 16.1

  • 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