Ralf Becker
cd5d3c2e05
* Calendar: fix SQL error during purge caused by droped SyncML support
2018-06-14 10:46:42 +02:00
Ralf Becker
0838e8c57d
backport safeguard
2018-05-05 11:58:02 +02:00
Ralf Becker
c16bacb70a
if we can not store failed login attempts in database, store it in cache
2018-02-28 18:04:00 +01:00
Ralf Becker
b502d403e0
* All apps: multiselect custom-field switches to single select after submit
2018-02-28 13:44:25 +01:00
Ralf Becker
592c74671e
Switching consistent hashing (Libketama) off by default
...
as for just 2 Memcached servers it creates an extrem unbalanced
distribution favoring the 2. server and has no benefits,
as requests to the failed node can only go to the other one anyway.
2018-02-28 10:49:15 +01:00
nathangray
9e378a5f4b
Attempt to prefer user's date format when parsing date from a string.
...
Should fix merging into spreadsheet problems with certain date formats (dd/mm/yyyy)
2018-02-05 10:12:31 -07:00
nathangray
e2baf61735
* Infolog - Fix merging empty custom date fields filled them with current date
2018-02-05 10:12:28 -07:00
nathangray
96a09ffd1f
* Calendar - Fix Filemanager, Infolog & Timesheet context menu actions
2018-02-02 09:18:38 -07:00
Ralf Becker
af75790843
Changelog for 16.1.20180130
2018-01-29 21:38:38 +00:00
nathangray
55c5d194c5
Fix wiki links did not load properly after login if your session was expired
2018-01-29 09:48:29 -07:00
Ralf Becker
44c9ffd0dc
hack to fix 16.1 wired api version of 16.9, which is bigger then maintenance_release 16.1
2018-01-21 11:10:03 +01:00
Ralf Becker
62d2b3838f
allow to sepecify last security release for multiple major versions
2018-01-21 10:31:06 +01:00
Ralf Becker
263fa057e6
Changelog for 16.1.20180116
2018-01-17 10:51:40 +00:00
Ralf Becker
beefe36387
fix patch to apply clean, give build errors on Suse otherwise
2018-01-17 17:12:55 +07:00
Hadi Nategh
60d52c6cb5
Do not remove signature part in forward inline
2018-01-08 15:02:38 +01:00
Hadi Nategh
331b0d5806
Consider fw_mobile_app_list only for mobile devices, compact theme still should be able to show all apps.
2018-01-03 14:16:18 +01:00
Hadi Nategh
698380a860
default to user timezone on export, if event has no or invalid timezone
2017-12-20 12:23:55 +01:00
nathangray
5f251966ff
* Calendar - Fix alarms set in different timezone from server moved when saving event - now fixed default alarm too
2017-12-15 14:44:32 -07:00
nathangray
6511a4100d
* Calendar - Fix alarms set in different timezone from server moved when saving event
2017-12-15 14:44:27 -07:00
nathangray
7ca3756663
Fix typo breaking the setting of autocomplete params
2017-12-15 10:40:17 -07:00
Hadi Nategh
7a24ce5358
* Mail: Fix empty trash/empty junk actions causes error in some mail servers, e.g. Cyrus.
2017-12-15 15:25:55 +01:00
Hadi Nategh
a8eb887aff
* Mail: fix vacation notice still sending out notification mail even if the original mail is a spam.
2017-12-08 13:55:07 +01:00
Hadi Nategh
0990328786
Fix broken styles of select/input in site configurations
2017-12-08 11:13:52 +01:00
Hadi Nategh
eb9536f731
* Tracker: Fix broken tracker queue selectbox filter
2017-12-05 12:18:17 +01:00
Hadi Nategh
92307f129f
Add deprecated tag to filemanager_select class
2017-12-05 12:17:54 +01:00
nathangray
265813c6a7
Fix missing fields in merge if info_contact is not a addressbook entry
2017-11-28 09:11:10 -07:00
nathangray
342cbbcedd
Fix select all disables multi-entry actions
2017-11-28 09:09:02 -07:00
nathangray
01af42a4d6
Better handling of target to support custom fields, now switches to the target tab
2017-11-22 10:18:47 -07:00
nathangray
1ae5a98ad7
Avoid error if this.input is not yet set
2017-11-22 11:00:13 +01:00
nathangray
7d3316ecbc
* Admin - ACL dialog - fix ACL levels not updated when changing app or user
2017-11-21 08:52:31 -07:00
nathangray
3b2381c924
- Fix typo
...
- Fix value not re-set after changing select options if value was ''
2017-11-21 08:52:28 -07:00
Hadi Nategh
b0a4ab3b7c
Embed attached images of Notification html message as inline image
2017-11-14 17:11:28 +01:00
Hadi Nategh
2abb69f712
Fix couple of styling problems in traditional theme:
...
- Fix link_to widget style
- Fix Notification popup
2017-11-14 17:09:08 +01:00
nathangray
4aa71a0ff0
Fix action caption
2017-11-14 08:59:22 -07:00
nathangray
b0ed461b71
* Infolog - Add context menu actions to set start & end date
2017-11-14 08:59:13 -07:00
nathangray
5b5c6b28cb
German translation from Birgit
2017-11-14 08:53:30 -07:00
nathangray
cad482067d
* Calendar - Add preference to set color of events without category color
2017-11-14 08:53:28 -07:00
nathangray
9cf44580f1
Fix nextmatch returned null for getDOMNode() if no sender provided
...
This caused it to appear hidden to etemplate print()
2017-11-14 08:48:43 -07:00
Ralf Becker
5f23164085
remove hooks from EMailAdmin as it might screw up adding/removing accounts
...
if EMailAdmin has not been deinstalled, as it should have been by 16.1 update
2017-11-14 15:21:13 +01:00
Ralf Becker
53b9779bf7
* CalDAV/CardDAV: fix encoding of control chars stalling iOS sync
...
eg. \xb is not allowed in XML and caused iOS sync to stall, as it's XML parser fails
use htmlspecialchars option ENT_XML1|ENT_DISALLOWED (PHP 5.4+) to ensure proper XML encoding
2017-11-10 15:40:49 +01:00
Ralf Becker
22528cba0d
allow to migrate accounts from ADS to SQL
2017-11-09 15:25:11 +01:00
Ralf Becker
2778649e68
allow sql fragments in Api\Storage\Base::delete as in other places
2017-11-08 11:46:44 +01:00
Ralf Becker
cdcd82ad49
allow sql fragments in Api\Storage\Base::delete as in other places
2017-11-08 11:46:44 +01:00
Hadi Nategh
6e101adfc7
Disable delete action in context menu based on user rights not based on being anonymous
2017-11-07 13:10:12 +01:00
Ralf Becker
928d98aefb
never invalidate session in sharing, as we cant regenerate it (and we dont need to)
2017-11-07 13:04:29 +01:00
Ralf Becker
4a569952fe
Changelog for 16.1.20171106
2017-11-06 15:15:29 +00:00
Ralf Becker
fe783719cb
deny sharing owner rights (chmod, chgrp, set eACL) and disable eACL tab
2017-11-06 15:30:36 +01:00
Ralf Becker
5454d89dfc
remove /usr/bin from open_basedir, as it is no longer necessary
2017-11-05 09:37:04 +01:00
Ralf Becker
d90aea1cb2
remove system call used for PHP < 5.3.1
2017-11-05 09:26:56 +01:00
Ralf Becker
a660bf6d8e
change packager
2017-11-05 09:22:25 +01:00