Commit Graph

34568 Commits

Author SHA1 Message Date
Ralf Becker
b407064302 * Docker: allow to set session timeout (in sec) via EGW_SESSION_TIMEOUT enviroment variable 2019-10-31 13:03:11 +01:00
Ralf Becker
d85782a545 install PHP gmp extension for WebAuthn 2019-10-31 13:03:11 +01:00
Ralf Becker
ebf2cd8601 pending translations from our translation server 2019-10-31 12:55:11 +01:00
Hadi Nategh
3d05c69495 * Admin: fix deleting of customfields type not working 2019-10-31 12:18:30 +01:00
Ralf Becker
18ade2a642 grr, setup must be reachable 2019-10-30 21:20:19 +01:00
Ralf Becker
972ebf56f2 speed up restore of database by inserting up to 500 row in one statement (was only 10) 2019-10-30 17:15:23 +01:00
Ralf Becker
bdc8e71057 * Mail: stop logging of mails to webserver error-log 2019-10-30 15:09:11 +01:00
Ralf Becker
497ea5f000 * Docker: do not allow to call php files ment to be included only (src, setup, inc or vendor directories) 2019-10-30 13:33:55 +01:00
nathangray
6d00d548a8 * Calendar: Fix selecting a group in planner by user view did not always load group members 2019-10-29 10:57:01 -06:00
Hadi Nategh
3b4e2e43c6 Set style tag in htmlarea widget as valid by default 2019-10-29 13:36:51 +01:00
Ralf Becker
8f6df975fe also remove /api/thumbnail.php from access-log updates 2019-10-29 13:20:23 +01:00
Ralf Becker
5d8afa96c9 * Statistik: add maintenance release version and docker install type 2019-10-29 13:09:06 +01:00
Ralf Becker
b926ffc5c8 fix IDE warnings 2019-10-29 09:36:49 +01:00
nathangray
3d865efa38 * Calendar: New preference for notifications about events you created, but are not a participant in 2019-10-28 15:29:36 -06:00
Ralf Becker
67c9f137d2 treat "0" as false as does php, our database storage and et2_checkType() 2019-10-25 18:25:35 +02:00
nathangray
20466003a0 Addressbook: Fix organisation CRM view did not show nextmatch if contact had no org name
Translations from Birgit
2019-10-25 10:19:06 -06:00
Ralf Becker
6f58e88ecc new index on links-table to speed up ProjectManager sub-project queries 2019-10-25 09:49:03 +02:00
Hadi Nategh
0892675b8e Fix margin of timezone selectbox 2019-10-24 14:41:25 +02:00
nathangray
cd373aa7f6 * Calendar: Fix copy event loses links 2019-10-23 14:12:00 -06:00
nathangray
1836f9436c Shrink date widget icon 2019-10-23 12:03:09 -06:00
Ralf Becker
3946d084ec Revert "* Calendar - fix event owner and chair were always getting update notifications, regardless of preference"
This reverts commit 94782bee06.
2019-10-23 16:38:43 +02:00
nathangray
2392301412 * Addressbook: Add a new CRM option to view infologs for the contacts' entire organisation 2019-10-22 10:57:15 -06:00
Ralf Becker
aecea69519 extract logic of custom-field search method
process_search modifies the parameters so search calls this method and then its parent with the modified parameters
2019-10-22 17:07:21 +02:00
Ralf Becker
612fdd71cb permanent redirect requests to filemanager/webdav.php to webdav.php 2019-10-22 15:29:23 +02:00
Ralf Becker
ec463058e2 removed accidently added (old) modern theme again
@nathan you need to remove pixelegg/css/modern.min.css* (not in git)
2019-10-22 10:29:41 +02:00
Ralf Becker
cad1ec2aaf fix regular expression to not update access-log for avatar 2019-10-22 09:58:18 +02:00
nathangray
32fbb84772 Update gruntfile for projectmanager 2019-10-21 11:14:00 -06:00
Ralf Becker
a2ceac6ce7 move dependencies to project 2019-10-21 18:35:13 +02:00
Ralf Becker
5a9bc1a98a UCS 4.4 Rest API gives an error creating group "Default"
claiming a user or group with that name exists, which is not the case
(probably because other LDAP objects with cn=Default exist)
we work around that by creating it as DefaultX and rename it in LDAP to Default for now
2019-10-18 16:23:50 +02:00
Hadi Nategh
414b169791 Add missing timezone selectbox in framework 2019-10-18 15:01:08 +02:00
Hadi Nategh
e0fdcaa959 Call on logout event when any sort of logout happens 2019-10-18 14:17:27 +02:00
nathangray
87501bb2a9 * Api: Fix bug where some links opened in the application's main tab instead of popups
Now keeping addressbook & projectmanager opening in main tab
2019-10-17 15:05:55 -06:00
nathangray
00d995b4b5 Revert "* Api: Fix bug where some links opened in the application's main tab instead of popups"
It did not take into account all apps (projectmanager & addressbook should open in main tab)

This reverts commit 474796c9bb.
2019-10-17 15:03:47 -06:00
nathangray
46ec335c42 Add attribute to turn off double click to edit editable widget 2019-10-17 10:36:21 -06:00
Ralf Becker
6f227e38e7 fix docker-compose docu for using EPL 2019-10-17 14:16:11 +02:00
Hadi Nategh
30f8a19881 Fix some translations for tinymce editor 2019-10-17 12:54:35 +02:00
Hadi Nategh
b13a3a4619 * Mail: fix mails consists of both multipart/mixed and multipart/related create duplicated content 2019-10-16 17:01:02 +02:00
Hadi Nategh
012d7a5a20 Add and fix some translations 2019-10-16 15:30:33 +02:00
Hadi Nategh
85496dddb3 Fix search query for vfsSelect search box 2019-10-16 13:10:25 +02:00
Hadi Nategh
10632f886d Call client-side logout hooks when the logout button is triggered 2019-10-16 12:46:44 +02:00
nathangray
474796c9bb * Api: Fix bug where some links opened in the application's main tab instead of popups 2019-10-15 13:43:21 -06:00
Ralf Becker
df1909d8c1 skip mail-accounts is user editable check for password change
some stored credentials are not event linked to mail accounts or 
might belong to by user not editable accounts like smime on a mail account for all
2019-10-15 18:34:15 +02:00
nathangray
80e96fce6c * Infolog: Fix context menu 'Schedule appointment' action opened in calendar tab instead of a popup 2019-10-15 10:19:02 -06:00
Hadi Nategh
5a1fbe7049 Use letter avatar when user have no personal avatar is set in addressbook 2019-10-15 14:06:33 +02:00
Hadi Nategh
fc1e0679fb Fix htmlarea "enable features in toolbar" preference not working 2019-10-14 14:57:45 +02:00
Hadi Nategh
0303adbc35 Implement letter avatar in client-side as avatar widget's component 2019-10-14 13:42:07 +02:00
nathangray
e8a9026253 Addressbook: Site configuration improvements from Birgit 2019-10-11 13:16:36 -06:00
nathangray
121d5f82ef Etemplate: Fix taglist-account would reject most values 2019-10-11 11:55:10 -06:00
nathangray
a05c66f32c Api: Cleanup by moving password check to its own function 2019-10-11 10:51:40 -06:00
Hadi Nategh
96679fdee0 * Mail: fix textarea in compose dialog gets disappeared after attaching a file, happens in mobile template only 2019-10-11 14:24:23 +02:00