Ralf Becker
bb020d37f8
refactored account_id change script to use information from app-specific tables_current.inc.php instead of a fixed list
2013-06-12 17:59:43 +00:00
Ralf Becker
374b828c68
* API: allow to set a maximum caching time used instead of unlimited caching or a bigger time, eg. in header.inc.php: egw_caching::$max_expiration = 864000; // 10days
2013-06-10 09:55:49 +00:00
Ralf Becker
3e40eaf0cb
* API/Addressbook/EMailAdmin: full support for active directory as account storage, tested with Samba4 and win2008r2
...
Trunk commits r42507, r42545, r42556, r42557, r42612, r42630
plugin to support Active Directory to store email configuration (in proxyAddresses attribute, no Exchange schema and support!), also fully autodetecting plugins now in emailadmin/inc directory
2013-06-06 07:21:42 +00:00
Ralf Becker
5a86de2ca6
merged tooltip for label from trunk
2013-06-05 14:07:05 +00:00
Ralf Becker
5ace3f834c
* Filemanager: urlencode password to cope with url special chars like forward slash or @ in passwords, requires smbcw version 1.2
2013-06-03 19:33:39 +00:00
Klaus Leithoff
05bbf9f7c8
allow some nesting of div elements
2013-06-03 13:39:21 +00:00
Klaus Leithoff
e062cfc601
fix bug regarding the positioning of the drag n drop context menu
2013-06-03 10:47:33 +00:00
Klaus Leithoff
e8cb25e111
backport of r38639: fixed bug with ctrl-key no longer working
2013-05-31 11:13:42 +00:00
Ralf Becker
fc2ac17c12
* eMail/Sieve/API: updated to jquery version from Trunk 1.7.1, to fix not working edit of Sieve rules and ease backporting
2013-05-28 12:58:51 +00:00
Ralf Becker
e72d937e19
* MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header
...
prefering mysqli for new installs
2013-05-27 09:37:13 +00:00
Ralf Becker
38a4671e04
* Sambaadmin: create new users/groups in LDAP with uidNumber/gidNumber matching relative id (last part of SID) to ease migration to AD or Samba4
2013-05-25 11:08:10 +00:00
Ralf Becker
cc38dee31e
* LDAP: only check for matching system users, if a new account get added, as existing accounts can be reported - depending on configuration - as system users too
2013-05-23 17:10:19 +00:00
Klaus Leithoff
8ced02dc55
fix problem regarding the ability to save a groups emailaddress
2013-05-23 13:51:41 +00:00
Ralf Becker
4037993dc5
* API: full support of active directory as account storage, tested so far with Samba4
2013-05-22 17:22:20 +00:00
Ralf Becker
94b183d3f4
* API: fallback auth checks and - if necessary - updates passwords on fallback on successful primary authentication or password change, to ensure they are kept up to date
2013-05-22 09:03:32 +00:00
Ralf Becker
f993f20723
* API: fallback auth checks and - if necessary - updates passwords on fallback on successful primary authentication or password change, to ensure they are kept up to date
2013-05-22 09:02:53 +00:00
Klaus Leithoff
4f21f80728
* eMail: fix problem on compose when changing signatures, when html-mail contained anchors
2013-05-22 08:32:46 +00:00
Klaus Leithoff
5182f8280b
* eMail: fix problem on compose when changing signatures, when html-mail contained anchors
2013-05-22 08:30:40 +00:00
Ralf Becker
cb4f6102f3
* All apps: group grants now again return inactive users, was broken since inactive users are no longer shown in user-selections
2013-05-16 12:44:41 +00:00
Ralf Becker
95cfb08502
* All apps: group grants now again return inactive users, was broken since inactive users are no longer shown in user-selections
2013-05-16 12:43:44 +00:00
Ralf Becker
f8ee063604
* CalDAV/CardDAV/Calendar/InfoLog/Addressbook: changed database schema to allow for up to 200 char name-part in url to support eg. Bynari WebDAV Collaborator Outlook client, plus some new indexes to speed up huge installs
2013-05-13 10:03:08 +00:00
Ralf Becker
410abc5fb7
* CalDAV/CardDAV/Calendar/InfoLog/Addressbook: changed database schema to allow for up to 200 char name-part in url to support eg. Bynari WebDAV Collaborator Outlook client
2013-05-13 09:35:51 +00:00
Ralf Becker
2b2938d2dd
methods to get/set current account_id taking care of necessary offset for groups
2013-05-10 17:20:37 +00:00
Ralf Becker
a23205060b
use new eTemplate preferences
2013-05-10 16:39:42 +00:00
Ralf Becker
efdd96d0a9
fixed not working CalDAV/eSync log viewer, LAB.wait missing
2013-05-09 10:29:53 +00:00
Klaus Leithoff
dbe205bdea
we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content
2013-05-08 11:17:37 +00:00
Klaus Leithoff
63934066aa
*API/CKEdidor: upgrade to Version4.1.1
2013-05-08 11:17:15 +00:00
Klaus Leithoff
00234be893
* Tracker: fix bug regarding the save of replys that could be regarded as empty (only span with style, no content)
2013-05-08 09:58:30 +00:00
Klaus Leithoff
80f74e5449
* Tracker: fix bug regarding the save of replys that could be regarded as empty (only span with style, no content)
2013-05-07 11:38:44 +00:00
Klaus Leithoff
2221f07dfc
on InlineImageExists make sure there is at least one attachment
2013-05-06 14:38:04 +00:00
Klaus Leithoff
e8852dc8f3
on InlineImageExists make sure there is at least one attachment
2013-05-06 14:37:23 +00:00
Klaus Leithoff
b661d888ae
* API/phpmailer: introduce optional parameter to InlineImageExists, to be able to determine if all attachments are inline, or only some; this will be used to decide on the mimetype of the message to be sent (multipart/ related (all) or mixed (some))
2013-05-06 14:29:04 +00:00
Klaus Leithoff
7e00a006d7
* API/phpmailer: introduce optional parameter to InlineImageExists, to be able to determine if all attachments are inline, or only some; this will be used to decide on the mimetype of the message to be sent (multipart/ related (all) or mixed (some))
2013-05-06 14:27:41 +00:00
Ralf Becker
24604bdb5d
method to test which apps implement a hook
2013-05-03 15:31:09 +00:00
Klaus Leithoff
bec51776a4
we set allowedContent to true as the 4.1 contentFiltering system allows only activated features as content
2013-04-29 08:43:42 +00:00
Klaus Leithoff
c2667accee
*API/CKEdidor: upgrade to Version4.1.1
2013-04-29 08:20:40 +00:00
Klaus Leithoff
6025705549
rework of link to text functionality when converting HTML to Text
2013-04-25 14:36:27 +00:00
Klaus Leithoff
e589930fd8
rework of link to text functionality when converting HTML to Text
2013-04-25 14:18:49 +00:00
Ralf Becker
93576a8bd0
remove echo of error-message of failed ldap connection, it scares users when flushing cache in setup
2013-04-23 13:31:03 +00:00
Ralf Becker
a211ea665d
remove echo of error-message of failed ldap connection, it scares users when flushing cache in setup
2013-04-23 13:30:44 +00:00
Nathan Gray
5e84ddd935
Change admin column selection to allow setting / clearing / forcing column selection
2013-04-22 22:32:40 +00:00
Klaus Leithoff
fa091d879c
adapt preg_match to recognize IE 10
2013-04-18 14:21:32 +00:00
Klaus Leithoff
70f4343fcf
reintroduce r23367 (setFocus capability) and r29752 (oversized events)
2013-04-18 13:25:36 +00:00
Klaus Leithoff
7b1047aacb
reintroduce r23367 (setFocus capability) and r29752 (oversized events)
2013-04-18 13:22:35 +00:00
Klaus Leithoff
38e5f6e29e
remove call of setFocus as currently not provided
2013-04-18 13:00:41 +00:00
Klaus Leithoff
894de23e69
* Calendar/DragDrop: Add drag n drop capability for IE Version >=10;
...
update wz_dragdrop js library from Walter Zorn from Version 4.87 to v. 4.91
2013-04-18 12:28:07 +00:00
Klaus Leithoff
8ffea421d2
updating wz_dragdrop.js from Walter Zorn from Version 4.87 to v. 4.91
2013-04-18 09:47:33 +00:00
Ralf Becker
ed1f368a59
allways using filemtime for timestamps appended to urls to force loading of current version, as mixed use of file{c,m}time causes wired errors due to double loading eg. on OS X where they are different
2013-04-13 07:17:57 +00:00
Ralf Becker
ad4776c78e
allways using filemtime for timestamps appended to urls to force loading of current version, as mixed use of file{c,m}time causes wired errors due to double loading eg. on OS X where they are different
2013-04-13 07:17:36 +00:00
Nathan Gray
b2cb70f15f
Use egw.LAB object if available
2013-04-12 16:30:30 +00:00