Commit Graph

34641 Commits

Author SHA1 Message Date
Hadi Nategh
fb20fe69dd WIP nextmatch column sorting UI:
- Give the dialog a new look
2019-11-06 16:07:48 +01:00
Hadi Nategh
2f5fa5def3 WIP nextmatch column sorting UI:
- Apply user preference after sorting saved
2019-11-06 15:12:14 +01:00
Ralf Becker
412502f375 replace self.version with version "dev-master" as composer create-projects fails otherwise 2019-11-06 13:11:31 +01:00
Hadi Nategh
68f7e84fa3 WIP nextmatch column sorting UI 2019-11-05 16:22:49 +01:00
Hadi Nategh
16e09a1093 Set value_class option for multi-select list 2019-11-05 11:28:34 +01:00
Ralf Becker
9868c3c590 fix freebusy.php to work with 19.1 without old phpwapi installed 2019-11-05 10:56:41 +01:00
nathangray
b8a7c64301 * Admin: Fix some hooks got missed when deleting a user 2019-11-04 14:13:23 -07:00
nathangray
ca6ea3a436 * Addressbook: Fix files and entries linked to a new contact were not saved 2019-11-04 11:48:40 -07:00
nathangray
724b2ad329 Calendar: Rework some phrasing in the preference, make sure it only applies to "responses", not other changes 2019-11-04 10:51:58 -07:00
Ralf Becker
bf844b7598 support for new Swoole push server 2019-11-04 09:29:49 +01:00
Ralf Becker
9fd4ba1577 * ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found) 2019-11-03 09:52:56 +01:00
nathangray
28dd877952 Move favorite delete button in a little 2019-11-01 15:32:12 -06:00
nathangray
2686d99cdd Mail: Give more horizontal space for subject in preview 2019-11-01 15:23:45 -06:00
nathangray
15107a1466 Etemplate: Adjust spacing and padding around link entry widget's clear button 2019-11-01 15:14:02 -06:00
nathangray
32b49f03ed Etemplate: Fix required background color not showing for date fields 2019-11-01 14:53:16 -06:00
nathangray
e3d30f1742 Calendar: Slightly adjust spacing of calendar sidebox today button 2019-11-01 14:25:08 -06:00
nathangray
476cb8a63a Etemplate: Make date picker next/previous buttons larger 2019-11-01 14:24:21 -06:00
nathangray
0058b29d49 Filemanager: Remove special formatting on account search button 2019-11-01 11:59:05 -06:00
nathangray
672fba6444 Fix spacing of link widget button when inside a hbox 2019-11-01 11:47:00 -06:00
nathangray
3d30080795 Hide colselection button for historylog, it does nothing. 2019-11-01 11:28:47 -06:00
nathangray
77a0076a45 Preferences: Fix multiselect settings had new values as arrays, old values as strings, which messed up history 2019-11-01 11:10:01 -06:00
Ralf Becker
5c8a19ba26 correctly encode success message 2019-11-01 11:40:44 +01:00
Ralf Becker
1a9464da0b Changelog for 19.1.20191031 2019-10-31 20:35:38 +01:00
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