Commit Graph

31688 Commits

Author SHA1 Message Date
Ralf Becker
b5bda661a8 adding to changelog: IMPORTANT: repository signing key changed to new build@egroupware.org key to support Debian 9 (you need to import it!) 2017-09-22 13:35:12 +00:00
Hadi Nategh
d69fa7a5a7 Fix missing parts of commit 91ecb5defc backport 2017-09-22 12:33:12 +02:00
Ralf Becker
295c381037 Changelog for 16.1.20170922 2017-09-22 06:56:10 +00:00
Ralf Becker
82e10b0a66 * CalDAV: alarms on recurring events are lost when snoozing alarm or reloading event after 1. recurrence of alarm 2017-09-21 17:53:42 +02:00
nathangray
f8fa805419 * Timesheet - Fix bug where user column dissapears if you have custom fields and resize a column 2017-09-21 08:40:44 -06:00
nathangray
9520863a91 Adjust 'Group' account search keyword so even if someone searches for 'Group', we still respect the 'type' parameter and only return user accounts if that was what was requested. 2017-09-21 08:40:14 -06:00
Ralf Becker
a6139594ed * CalDAV: fix not parsed recurrence exceptions
caused by newer Horde Icalendar class always importing them as date
2017-09-21 15:20:06 +02:00
nathangray
4b9eb7cf05 Calendar - Remove automatic running of upgrade to 16.1.003, it was slow and ran too often 2017-09-18 09:00:45 -06:00
Hadi Nategh
004f52138a Some clean up 2017-09-08 14:41:55 +02:00
Hadi Nategh
284df1e274 Implement a complement for Usenet Signature Convention, in order to remove
signature part from reply to message
2017-09-08 14:41:17 +02:00
Hadi Nategh
576c99e1ae Add fullline_cat_bg class for fields which need to get categories colors
as background.
2017-09-08 14:38:49 +02:00
Hadi Nategh
70a72ecbe0 Do not translate tooltips of mailboxes in mail tree, in order to be able
to check the actual name of the mailbox via tooltip value.
2017-09-08 14:38:14 +02:00
Hadi Nategh
99e3ea5e06 Fix tree widget's node loses its tooltip after setLabel 2017-09-08 14:37:39 +02:00
Hadi Nategh
a783893403 Set statustext value as text by default
- Introduce new boolean attribute called statustext_html in case we want
explicitly statustext gets rendered as html
- Fix Calendar tooltip with new statustext_html attribute
2017-09-08 14:32:02 +02:00
Hadi Nategh
e62dd1c0ff Do not add signature ruler for signature at the top of message (RFC 3676.4.3) 2017-09-06 17:44:18 +02:00
nathangray
c49bdc7651 * Timesheet - Fix bug where editing entries from disabled users changed the user 2017-09-05 09:14:04 -06:00
nathangray
7a42e7639f Avoid fatal error in automatic preference update 2017-09-01 09:31:16 -06:00
Ralf Becker
95c735cfbf run 16.1.002 --> .003 update automatic, to not show user time-grid in month-view, if admin did not run the update 2017-09-01 09:31:03 -06:00
nathangray
f378f8b205 * Calendar - add preference to view month as a time grid, same as other views
Note: you need to update Calendar via Setup
2017-09-01 09:29:37 -06:00
nathangray
74433c96e4 * Calendar - Fix month overflow bug when scrolling prev / next 2017-08-31 08:50:44 -06:00
Ralf Becker
1387087b62 * LDAP/Mail: fix new accounts did not automatic enable mail account
Thanks to Lagrange, Joseph Fernando for the fix.
2017-08-29 20:09:53 +02:00
Ralf Becker
74f4544722 * Univention: fix setup configuration does not allow to store Univention as account backend 2017-08-25 09:06:14 +02:00
Ralf Becker
0c86f5214f fix PHP error class config not found when storing ACL for resources on minimal install 2017-08-24 11:59:21 +02:00
Ralf Becker
a7a843ab86 added stock_status and some docu as Scrutinizer complained about stock_status not existing 2017-08-23 10:59:41 +02:00
Ralf Becker
fa9aa58fb8 fix PHP Warning with non-stock InfoLog types 2017-08-23 10:30:16 +02:00
Hadi Nategh
d2368711f9 * Mail: fix cursor jumping at the end of textarea in compose while switching from subject 2017-08-23 09:19:04 +02:00
Hadi Nategh
6c102be383 * Mail: Fix preferred identity in compose dialog never get selected 2017-08-21 16:05:58 +02:00
Hadi Nategh
acd54fbfb3 Add missing favorites icons in mobile view 2017-08-21 11:48:50 +02:00
Hadi Nategh
62ffaa5574 Do not show tooltips in mobile view 2017-08-21 11:48:24 +02:00
nathangray
f46692974a Change recurrence end date comparison to handle up to 1 second difference, for mix of old and new events
see 2f534beb34
2017-08-18 10:30:59 -06:00
Ralf Becker
0d360c75b1 * Calendar/CalDAV: do not report non-participants as busy or conflict 2017-08-18 10:12:40 +02:00
nathangray
ca7a53badf Fix missing CSS includes 2017-08-17 10:34:43 -06:00
nathangray
e7e8ba6d7b Fix bug where radiobuttons with the same value as Array methods would break 2017-08-17 10:33:49 -06:00
nathangray
e28fec3f74 Import/Export - Avoid error if definition doesn't have filter set 2017-08-17 10:23:12 -06:00
Hadi Nategh
4c5b47a2c6 * Mail: Fix vacation notice disappears when switching folders 2017-08-17 17:29:44 +02:00
Hadi Nategh
bf8a25d75b Fix misalignment of buttons in mobile view dialogs 2017-08-17 12:33:23 +02:00
Hadi Nategh
908d6a2802 Fix dialog's header in mobile view has no background 2017-08-17 12:24:56 +02:00
Hadi Nategh
b45e1bb1f3 Fix "no filter" option in nextmatch list favorites does not work 2017-08-17 12:02:51 +02:00
nathangray
83cc51857b Fix opening the same URL twice did not go to the specified destination the second time a second time.
This time we redirect to index.php?cd=yes so reload also works, and fix the last active tab.
2017-08-16 12:32:52 -06:00
nathangray
95f7a37e5c Fix opening the same URL twice did not go to the specified destination the second time
Eg. tracker edit went to tracker index the second time
2017-08-16 12:32:43 -06:00
nathangray
640a000740 Some missed CSS stuff, mostly to keep calendar header in place 2017-08-14 15:35:54 -06:00
nathangray
4d7f1931ab * Calendar - Week view with multiple users now keeps date heading at the top 2017-08-14 15:34:26 -06:00
nathangray
abc73dab2b * Addressbook - Fix tel_prefer statustext to be translated field label instead of field name 2017-08-14 11:23:31 -06:00
nathangray
e4ad4aab48 Fix url widget detached node implementation to use row's statustext if provided, original statustext otherwise 2017-08-14 11:23:24 -06:00
nathangray
2b6741e446 * Calendar - Fix bug where recurring events were moved to server time when adding a recurrence exception 2017-08-14 10:00:46 -06:00
nathangray
c830e494e6 Avoid errors if $instance_date is not passed correctly
(thanks, Scrutenizer)
2017-08-14 09:57:58 -06:00
nathangray
ca3a660532 Allow group pseudo-distribution lists 2017-08-14 09:13:49 -06:00
nathangray
2d8fa6fe79 Fix multiselects go missing when importing 2017-08-14 09:12:46 -06:00
Ralf Becker
46b0746ac3 adding API version not old phpgwapi version to vCard 2017-08-10 12:42:42 +02:00
nathangray
1336282ed7 Move share link action under share files action 2017-08-02 10:26:00 -06:00