Commit Graph

712 Commits

Author SHA1 Message Date
Hadi Nategh
e49a0f014e * Etemplate: Fix error "Etemplate\Api\Auth not found" happening while trying to login 2017-01-05 15:09:07 +01:00
Hadi Nategh
a15070d478 Add src attribute as an option to iframe widget 2017-01-04 11:58:33 +01:00
Ralf Becker
412c8f80ea * CalDAV/CardDAV: send unchange REALM for "bad login or password" to allow storing credentials 2017-01-04 10:20:33 +11:00
nathangray
6d24ba6e29 Handle re-loading an app with the URL query parameters so it actually gets reloaded, since its internal state may have changed since the initial load 2016-12-14 12:43:29 -07:00
nathangray
b3be458ad6 Reduce translation duplication - use a single common message for entry copied 2016-12-14 12:42:28 -07:00
Hadi Nategh
3b9f6d6cfa * Mail: Fix accounts selectbox in compose dialog does not include email addresses. Additionally, let local accounts without '@' get explicitly displayed in accounts selectbox. 2016-12-12 10:27:26 +01:00
Ralf Becker
9fe73b20b3 fix PHP 5.4 Fatal error: Can't use function return value in write context 2016-12-08 16:23:58 +01:00
nathangray
0a4207258b - Fix a bug in print dialog, clicking header was also toggling first checkbox
- Missing translations from Stefan Unverricht
2016-12-06 09:47:55 -07:00
nathangray
7c9f15c842 Attempt to fix redirects to invalid /index.php 2016-12-01 09:34:51 -07:00
nathangray
00be70e179 * Infolog: Add a context menu action to view a list of linked timesheets 2016-11-23 09:25:56 -07:00
Ralf Becker
f15daa5735 allow to use Api\Contacts::search() without Acl check 2016-11-21 11:26:47 +01:00
Ralf Becker
06fc787a18 ignore empty signatures and email, identity_name needs mail-account data to 2016-11-18 14:49:00 +01:00
Ralf Becker
c051615c9c script returning all signatures of authenticated user for eM Client 2016-11-18 14:02:29 +01:00
Ralf Becker
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
Ralf Becker
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
Klaus Leithoff
6fee3b919a * Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature 2016-11-10 12:52:02 +00:00
nathangray
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
nathangray
23625effb7 Avoid JS error if value is undefined 2016-11-08 08:36:36 -07:00
nathangray
921329b9f8 Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht 2016-11-07 09:28:03 -07:00
Ralf Becker
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
Ralf Becker
9dd7076e9d remove permantent error_log on restore of egw_cal_dates 2016-11-02 14:29:08 +01:00
Hadi Nategh
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
Hadi Nategh
562a531ee4 Update HTMLawed into version 1.1.22 2016-11-02 13:59:53 +01:00
Ralf Becker
12752f65d9 fix use of old egw class in favor of new Api\Egw 2016-11-02 09:41:46 +01:00
nathangray
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
Ralf Becker
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
nathangray
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
Ralf Becker
29a3c5a08e remove Exception type, to not get a Type error when PHP 7+ throws an Error 2016-10-31 18:49:01 +01:00
Ralf Becker
4eeb35275d fix setting alias and forwards, allow to add/remove from existing ones 2016-10-31 16:05:29 +01:00
Ralf Becker
f3466615b6 * Admin/Mail: allow to limit users to only create identities for aliases 2016-10-28 14:29:31 +02:00
Hadi Nategh
fabe4e2f55 Keep the default behavior for opening tel-url and make call_popup felixable to be able to get target 2016-10-27 16:18:19 +02:00
Hadi Nategh
0078bf0997 Open phonecall window target as _self instead of new tab 2016-10-27 16:17:59 +02:00
Ralf Becker
677c862d9b * Addressbook/LDAP: fix error if egroupware-epl-compat (old API) not installed 2016-10-27 10:52:54 +02:00
nathangray
8ac5beda39 Change double-click to auto-size column based on current contents, to only work for fixed width columns. Relative (flex) width columns now just show a message as it was difficult to get them to properly size without weird side effects, especially with 2 relative width columns displayed. 2016-10-25 08:42:00 -06:00
nathangray
2b0e87db82 Bind double-click to auto-size column based on current contents. 2016-10-25 08:41:40 -06:00
Ralf Becker
39d432d82a add missing traversable-test mentioned by Scrutinizer 2016-10-21 09:02:22 +02:00
Ralf Becker
8e9fe8d87d add missing false-test mentioned by Scrutinizer 2016-10-21 09:02:14 +02:00
nathangray
e6efebde87 Fix some email addresses would not pre-fill address if you created a new contact from mail view From field 2016-10-20 08:41:30 -06:00
Ralf Becker
41849e5c18 removing server-side validation of non-ascii in local part of email, because \x80-\xff gives and invalid utf-8 compilation error in preg_match with /u modifier 2016-10-20 15:22:33 +02:00
Ralf Becker
986bdaac27 * Mail: show validation error if local part (before @) of email-address contains non-ascii chars 2016-10-20 12:31:06 +02:00
Ralf Becker
23f505c563 * Mail: show which email address has a wrong format when pasting multiple ones 2016-10-20 12:31:05 +02:00
Klaus Leithoff
d5e8cdca97 rework of fix for problem regarding send with bcc when using esync 2016-10-19 18:01:30 +00:00
Klaus Leithoff
20f9abafe9 * Mail: fix problem regarding send with bcc when using esync 2016-10-19 18:00:15 +00:00
Ralf Becker
da32666df9 only check vfs for templates, if /etemplates is mounted 2016-10-19 16:44:38 +02:00
Ralf Becker
50f362c5e3 * Filemanager: break infinit recursion stalling eg. login by introducing max. sub-directory depth of 100
Detects infinit recursion caused eg. by fs_dir pointing to a child-directory.
No idea how to efficently test for that, without scanning all parents of all filesystme nodes.
2016-10-19 15:52:44 +02:00
Ralf Becker
391f3ce00a fix typo 2016-10-13 18:00:27 +02:00
Ralf Becker
dca8f4dd70 move ADOdb row_lock and rollback_lock methods to Db class, use Db::$tablealiases and use them for backup, also added a "backup_(starts|finished)" hook for apps 2016-10-13 18:00:15 +02:00
Ralf Becker
b411858f59 * All apps/History: fixed history tab shown empty in default (minimal) installation 2016-10-12 17:48:09 +02:00
Hadi Nategh
271e594a7a Try to correct ckeditor references point to vendor directory 2016-10-09 11:27:24 +02:00
Ralf Becker
11b1eedf5a change to just "Powered by EGroupware <version>" 2016-10-08 14:48:14 +02:00