nathangray
1597e46d74
Change sidebox menu site configuration to match, reported by Stefan Unverricht
2016-11-11 08:44:09 -07:00
Klaus Leithoff
fc98212507
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:43:53 +00:00
Klaus Leithoff
3998a50cb2
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:27:45 +00:00
Ralf Becker
17eed582f5
* InfoLog/PostgreSQL: new entries were created with info_id 0: duplicate key value violates unique constraint
2016-11-10 16:50:04 +01:00
Hadi Nategh
ad2c3674e5
A hack to fix jumping cursor issue of wodoeditor
2016-11-10 14:12:51 +01:00
Klaus Leithoff
e9155a000b
* Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature
2016-11-10 12:50:51 +00:00
Hadi Nategh
2613a912fb
Add unit day for calendar category report
2016-11-10 11:10:05 +01:00
Ralf Becker
68cd92a0ca
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:51:37 +01:00
Ralf Becker
58c1596002
use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR]
2016-11-09 22:17:07 +01:00
Ralf Becker
e57c5832a6
* Adressbook/CardDAV/PostgreSQL: fix SQL error stalling sync of eg. eMClient with preference "Distributionlists as groups" enabled
2016-11-09 17:46:37 +01:00
Ralf Becker
3688a5438d
copy 16.1 changelog to master to satisfy update checker
2016-11-09 07:58:27 +00:00
Hadi Nategh
fbf620ba90
Add discard icon for collab editor
2016-11-08 15:14:01 +01:00
Hadi Nategh
15b3e56764
WIP calendar report:
...
- Implement csv report + download csv file
2016-11-08 15:03:33 +01:00
Hadi Nategh
2e1e3d8727
WIP calendar report
2016-11-07 20:24:31 +01:00
nathangray
cbbbf8e15b
Advanced search: Turn off required on custom fields, otherwise you can't search with them empty
2016-11-07 09:23:22 -07:00
nathangray
8ecc188fd7
Customfields required bugs
...
- Load attributes from modifications array, were previously ignored
- Remove double required check, actual field widget should handle it
2016-11-07 09:22:33 -07:00
nathangray
c330df915f
Avoid JS error if value is undefined
2016-11-07 09:15:49 -07:00
nathangray
0dfbd549f9
Increase consolidation max from 9 to 20.
2016-11-07 08:24:03 -07:00
Ralf Becker
d537203b77
stop 16.1 releases triggering 14.2 builds
2016-11-07 14:54:59 +01:00
Hadi Nategh
8d09b89240
Make collab editor window size bigger
2016-11-07 13:48:40 +01:00
Ralf Becker
c20ee5575d
allow to use Api\Contacts::search() without Acl check
2016-11-07 09:26:14 +01:00
Ralf Becker
cb6121c41f
* 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:01:28 +01:00
Hadi Nategh
6f978c6a07
W.I.P calendar report:
...
- Remove not used column
- Fix min_days not set the value
2016-11-04 14:21:17 +01:00
Ralf Becker
b46fea5c89
* Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote
2016-11-03 19:09:33 +01:00
Ralf Becker
77f8b1b698
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:40:12 +01:00
Hadi Nategh
521de3a23f
Fix broken enable/disable function in holiday_report
2016-11-03 11:55:36 +01:00
Hadi Nategh
7f5db92516
Make all selectboxes fullwidth in login page
2016-11-03 11:46:56 +01:00
Hadi Nategh
c8cd9d4c72
Add some missing translation into addressbook
2016-11-03 11:23:25 +01:00
Ralf Becker
ad9d21da5e
fix broken recurrence end-dates stalling updates
2016-11-02 19:58:32 +01:00
Hadi Nategh
035c544529
W.I.P of Calendar holiday report:
...
- Handle holiday_report preference on server-side
2016-11-02 18:38:31 +01:00
nathangray
1764ee826c
Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht
2016-11-02 09:30:39 -06:00
Ralf Becker
6919fcd5d1
copy 16.1 changelog to master to satisfy update checker
2016-11-02 13:44:26 +00:00
Ralf Becker
2d35e890fd
remove permantent error_log on restore of egw_cal_dates
2016-11-02 14:28:34 +01:00
Ralf Becker
7b95aa73b4
* CardDAV/Addressbook/PostgreSQL: fix SQL error, remove MySQL only FROM_UNIXTIME with our db abstration version
2016-11-02 09:40:16 +01:00
Ralf Becker
16689ebc27
fix use of old egw class in favor of new Api\Egw
2016-11-02 09:38:37 +01:00
Ralf Becker
225bc0bbc2
fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none"
2016-10-31 18:46:59 +01:00
Ralf Becker
3bfbf26cfa
use 16.1 Api\Exception\Redirect instead of old egw_exception_redirect not existing in default 16.1 install
2016-10-31 18:30:45 +01:00
Ralf Becker
8040fa49ec
remove Exception type, to not get a Type error when PHP 7+ throws an Error
2016-10-31 18:29:32 +01:00
Ralf Becker
584ecf07ed
* Admin: fix fatal error when using "Deny Access" from context menu on groups
2016-10-31 18:12:45 +01:00
Hadi Nategh
6a035feb6f
W.I.P of holiday report for calendar app
2016-10-31 17:33:01 +01:00
Ralf Becker
96b39eefe6
fix check for existing identity for first array element
2016-10-31 15:56:41 +01:00
Ralf Becker
4d62d34fac
remove +/- prefix, as it is not part of email but operator
2016-10-31 15:51:02 +01:00
Ralf Becker
e30794e61b
remove +/- prefix, as it is not part of email but operator
2016-10-31 15:46:56 +01:00
Ralf Becker
dbae12260b
fix setting alias and forwards, allow to add/remove from existing ones
2016-10-31 15:41:52 +01:00
Ralf Becker
a20c4ab18c
* Admin/Mail: allow to add aliases, forwards and quota via admin-cli, optional create identities for aliases
2016-10-31 14:53:15 +01:00
Hadi Nategh
e396b8e7d5
W.I.P of holiday report for calendar app
2016-10-28 16:12:30 +02:00
Ralf Becker
fb5429992e
need to set ident_email_alias selectbox too, if changing identity
2016-10-28 14:53:51 +02:00
Ralf Becker
7d02313af2
do not make ident_email_alias select-box readonly for regular users editing their sigature
2016-10-28 14:46:17 +02:00
Ralf Becker
74e2c62b48
* Admin/Mail: allow to limit users to only create identities for aliases
2016-10-28 14:27:59 +02:00
Hadi Nategh
c6c0cd90d1
Fix misalignment of selectboxes in login page
2016-10-28 11:37:50 +02:00