db1f92c7f8
fix identities from aliases or imap-user without @ shown with empty label, if name is empty
2016-11-14 13:44:40 +01:00
7fe6eead5a
remove identity if alias is removed with "-alias" AND create_identity is "yes"
2016-11-14 13:44:40 +01:00
9a2cd797e6
Change sidebox menu site configuration to match, reported by Stefan Unverricht
2016-11-11 08:45:17 -07:00
893ab5de6e
remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry in other languagefiles too
2016-11-11 11:47:56 +00:00
a9db674c1a
remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry
2016-11-11 11:26:28 +00:00
7cd1d0ebf4
* InfoLog/PostgreSQL: new entries were created with info_id 0: duplicate key value violates unique constraint
2016-11-10 16:44:47 +01:00
6fee3b919a
* Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature
2016-11-10 12:52:02 +00:00
b5b1ffec65
Add unit day for calendar category report
2016-11-10 11:11:03 +01:00
d099fbe28a
fix error if no alias/forward set stalling setting one, caused by using NULL instead of an empty array throws error: Argument 1 passed to array_modify() must be of the type array, null given
2016-11-10 09:52:43 +01:00
b7c5ff7642
use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR]
2016-11-09 22:18:58 +01:00
db9c65899e
* Adressbook/CardDAV/PostgreSQL: fix SQL error stalling sync of eg. eMClient with preference "Distributionlists as groups" enabled
2016-11-09 17:47:29 +01:00
a1f2802387
Advanced search: Turn off required on custom fields, otherwise you can't search with them empty
2016-11-08 08:36:53 -07:00
59fc41a5b9
Customfields required bugs
...
- Load attributes from modifications array, were previously ignored
- Remove double required check, actual field widget should handle it
2016-11-08 08:36:45 -07:00
23625effb7
Avoid JS error if value is undefined
2016-11-08 08:36:36 -07:00
dcc553bc23
Implement calendar category report
2016-11-08 15:58:46 +01:00
921329b9f8
Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht
2016-11-07 09:28:03 -07:00
9826bcabdd
Increase consolidation max from 9 to 20.
2016-11-07 09:26:59 -07:00
0463a3769a
Changelog for 16.1.20161107
2016-11-07 14:11:52 +00:00
00ff3d2250
16.1 changes
2016-11-07 15:10:38 +01:00
004aca1391
stop 16.1 releases triggering 14.2 builds
2016-11-07 14:57:42 +01:00
baaa8a0faf
* Calendar: fix holidays are displayed one day off for eg. Austria, Slovakia, Australia (from iCloud)
...
Caused by no real floating date support in EGroupware and defaulting to UTC, if no timezone specified, because Horde_Icalendar does not report datetimes postfixed with Z as UTC.
Fixed now by not using UTC workaround for date (not datetime) values.
Also implemented default duration of one day for dtstart as date and no dtend/duration given.
2016-11-05 12:02:36 +01:00
671f535a82
* Calendar: missing backport stalling calendar planner view
...
Fix the bugfix (b799dda8c7
) so planner view doesn't throw errors
2016-11-04 09:43:19 +01:00
908e5ed114
* Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote
2016-11-03 19:32:28 +01:00
893773275b
fixed stall in calendar update from 1.8: remove deleting from egw_api_content_history, which will be droped by 16.1 update, before calendar update is running
2016-11-03 13:44:10 +01:00
eae8f85779
Make all selectboxes fullwidth in login page
2016-11-03 11:47:28 +01:00
2cf7aaf97e
Add some missing translation into addressbook
2016-11-03 11:24:12 +01:00
16e048e665
fix broken recurrence end-dates stalling updates
2016-11-02 19:59:27 +01:00
fe4d00551a
Some bugfixes:
...
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-11-02 10:40:45 -06:00
9dd7076e9d
remove permantent error_log on restore of egw_cal_dates
2016-11-02 14:29:08 +01:00
80dd3fb710
Fix some of content in mails with specific html formats get removed by HtmLawed's balance
2016-11-02 14:00:38 +01:00
a89c7dea6b
Run HTMLawed on compose body
2016-11-02 14:00:19 +01:00
562a531ee4
Update HTMLawed into version 1.1.22
2016-11-02 13:59:53 +01:00
6223a01b6e
Changelog for 16.1.20161102
16.1.20161102
2016-11-02 09:08:20 +00:00
abf882d290
* CardDAV/Addressbook/PostgreSQL: fix SQL error, remove MySQL only FROM_UNIXTIME with our db abstration version
2016-11-02 09:41:46 +01:00
12752f65d9
fix use of old egw class in favor of new Api\Egw
2016-11-02 09:41:46 +01:00
eb859ca36b
When printing events, make times & all day event description bold for better visibility
2016-11-01 15:19:03 -06:00
a88139e8a5
Add a border to events when printing
2016-11-01 15:18:52 -06:00
b3730be7e0
Fix some missing / incorrect icons
...
- Addressbook advanced search was from default
- Add favorite dialog had no icons on buttons
- All dialogs using standard button sets were either missing or from default theme
- Mail confirm all was missing Yes icon
2016-11-01 15:18:08 -06:00
8f1a792904
Fix bug where you were unable to change participant status of a recently added user until you save the event
2016-11-01 15:13:26 -06:00
fe6319a227
fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none"
2016-11-01 15:04:40 -06:00
d9a91326bc
If searching for an account and you include 'Group ' (or translation) in the search string, it will search just groups instead of all accounts.
2016-11-01 15:04:25 -06:00
8a0390fbf2
use 16.1 Api\Exception\Redirect instead of old egw_exception_redirect not existing in default 16.1 install
2016-10-31 18:49:01 +01:00
29a3c5a08e
remove Exception type, to not get a Type error when PHP 7+ throws an Error
2016-10-31 18:49:01 +01:00
3e8244fc6d
* Admin: fix fatal error when using "Deny Access" from context menu on groups
2016-10-31 18:13:44 +01:00
ad6e846caa
fix check for existing identity for first array element
2016-10-31 16:05:30 +01:00
1694f3a4a9
remove +/- prefix, as it is not part of email but operator
2016-10-31 16:05:30 +01:00
61364b6b0b
remove +/- prefix, as it is not part of email but operator
2016-10-31 16:05:30 +01:00
4eeb35275d
fix setting alias and forwards, allow to add/remove from existing ones
2016-10-31 16:05:29 +01:00
6fbea014c7
* Admin/Mail: allow to add aliases, forwards and quota via admin-cli, optional create identities for aliases
2016-10-31 16:05:29 +01:00
b19476ede3
need to set ident_email_alias selectbox too, if changing identity
2016-10-28 14:54:42 +02:00