b39e15f6e7
Fix missing translation of 'add timesheet' context menu action
2016-11-25 10:37:25 -07:00
00be70e179
* Infolog: Add a context menu action to view a list of linked timesheets
2016-11-23 09:25:56 -07:00
28fb0cdc06
Fix inline forward an email from draft folder does not include attachments
2016-11-23 12:28:24 +01:00
7b05b9fdc6
Use POST submit to make sure all js files for plugin template get loaded.
2016-11-22 10:11:35 -07:00
f39f85ed38
Add some missing translations, supplied by Stefan Unverricht
2016-11-22 10:11:12 -07:00
f15daa5735
allow to use Api\Contacts::search() without Acl check
2016-11-21 11:26:47 +01:00
06fc787a18
ignore empty signatures and email, identity_name needs mail-account data to
2016-11-18 14:49:00 +01:00
c051615c9c
script returning all signatures of authenticated user for eM Client
2016-11-18 14:02:29 +01:00
a135f7615d
use openssl_random_pseudo_bytes, if available, to generate etemplate_exec_id, as it is used for CSRF protection too
2016-11-17 21:43:50 +01:00
519ce307e0
fix error in account migration in a minimal install
2016-11-17 21:32:56 +01:00
de1dc88d98
Fix selectall checkbox in calendar category report sometimes doesn't work
2016-11-17 15:51:34 +01:00
de4c74309d
Updated groupdav.htaccess to support ActiveSync and CalDAV/CardDAV
...
Added an commented redirect to facilitate EGroupware login in subdirectory
2016-11-17 13:05:33 +01:00
2d100f082d
Calendar category report:
...
- Fix weekend and holidays don't for multidays events
2016-11-17 09:37:25 +01:00
76f5a91c75
fix PHP fatal when updating from before 1.8
2016-11-15 22:10:07 +01:00
39e7b84fb0
fix removing aliases incl. identity was remove all identities, but the one it was supposed to remove
2016-11-15 14:29:02 +01:00
00fb5c486b
Calendar category report:
...
- Fix multidays events and recurrences miscalculation
- Fix height of category table
2016-11-15 10:19:39 +01:00
a1273acf54
Fix wrong indexing for categories array in calendar category report
2016-11-14 15:34:09 +01:00
9c67a1466a
Calendar category report:
...
- Fix calendar category report not summarizing values
- Add select all checkbox
2016-11-14 13:57:15 +01:00
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