Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2017-09-21 11:33:40 +02:00
addressbook update files bitfield, for keys added via edit popup vfs-upload widgets 2017-09-21 11:33:40 +02:00
admin Admin - Add a group list 2017-09-19 11:11:21 -06:00
api document and enhance function signaure for server-side callback of file and vfs-upload widget 2017-09-21 11:33:40 +02:00
calendar Calendar - Remove automatic running of upgrade to 16.1.003, it was slow and ran too often 2017-09-15 11:35:24 -06:00
doc Add README for IDE section 2017-09-15 10:51:45 +02:00
emailadmin
filemanager Move share link action under share files action 2017-08-02 10:01:54 -06:00
files
home pending FR and ES translations from our translation server 2017-06-12 18:00:35 +02:00
importexport * Import/Export - Automatically remove import conditions from definition if there is no field selected 2017-09-19 13:24:44 -06:00
infolog Infolog - fix bugs with contact & project ID fighting 2017-09-15 11:24:17 -06:00
mail Show 'To' address in mail notifications 2017-09-19 10:47:10 +00:00
notifications Clear the notifications list before appending messages 2017-09-20 17:49:35 +02:00
pixelegg W.I.P. of notifications popup handler: 2017-09-18 18:47:44 +02:00
preferences change capitalisation to "EGroupware" 2017-05-31 14:04:37 +02:00
resources fix PHP error class config not found when storing ACL for resources on minimal install 2017-08-24 11:58:07 +02:00
setup * Univention: fix setup configuration does not allow to store Univention as account backend 2017-08-25 09:03:44 +02:00
timesheet * Timesheet - Fix bug where user column dissapears if you have custom fields and resize a column 2017-09-20 10:30:30 -06:00
ViewerJS
.gitignore
.htaccess
.mrconfig
.travis.yml try with PHPunit 5.7 for Travis default HHVM 2017-08-18 13:20:11 +02:00
about.php
composer.json Update Horde packages and set Horde_Crypt package minimum requirement to 2.7.9 2017-07-10 14:15:20 +02:00
composer.lock Update Horde packages and set Horde_Crypt package minimum requirement to 2.7.9 2017-07-10 14:15:20 +02:00
groupdav.htaccess
groupdav.php
Gruntfile.js Update Gruntfile to include added JS files, should fix bugs with minified JS 2017-03-06 09:36:30 -07:00
header.inc.php.template maintain an maintenance_release version in api/setup/setup.inc.php, also move update-checker images to api 2017-02-02 10:38:13 +01:00
index.php
json.php
login.php
logout.php
package.json
README.md Fix headers 2017-06-06 12:02:51 +02:00
redirect.php
remote.php
share.php
status.php
updateGruntfile.php
webdav.php Allow access to upload in user/.tmp/ even if user has no rights to filemanager 2017-05-08 17:21:51 +02:00

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