Ralf Becker
b19476ede3
need to set ident_email_alias selectbox too, if changing identity
2016-10-28 14:54:42 +02:00
Ralf Becker
754d5ac893
do not make ident_email_alias select-box readonly for regular users editing their sigature
2016-10-28 14:47:02 +02: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
281a0860a8
Fix misalignment of selectboxes in login page
2016-10-28 11:38:35 +02:00
Hadi Nategh
088cc27d32
* Login Page: Fix some alignment issues in login page - thanks to Stefan Unverricht
2016-10-28 11:29:30 +02:00
Hadi Nategh
02e2dc00e3
* All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht.
2016-10-28 10:27:50 +02:00
Hadi Nategh
ac5ba391c6
Fix icon glitch in calendar sidebar
2016-10-28 10:27:19 +02:00
Hadi Nategh
561cad37fe
Fix margins of timestamp and encryption buttons in infolog edit dialog
2016-10-28 09:52:20 +02:00
Ralf Becker
6b73ee09b5
disable PostgreSQL install as it fails in Travis
...
with Fatal error: Call to unimplemented native function pg_set_client_encoding
2016-10-28 00:12:10 +02:00
Ralf Becker
91a30830e0
give call_link and ldap_contact_context input full width
2016-10-27 16:18:44 +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
Hadi Nategh
9710ef4f93
* Filemanager: Implement copy_link action for filemanager contextmenu in order to be able to copy webdav url of a file/folder into clipboard
2016-10-25 17:39:20 +02:00
nathangray
a31b413018
Handle searching for a single integer as looking for a specific event by ID, similar to infolog
2016-10-25 08:43:20 -06: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
Klaus Leithoff
6dcf2c072c
fix problem with AlterPingChanges with non selectable folders
2016-10-25 11:35:07 +00:00
Klaus Leithoff
333927d47f
catch errors/exceÃptions on fetchMessages in GetMessageList (e.g. on not existing folders)
2016-10-24 16:42:51 +00: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
a52fd869fd
Fix bug in timesheet simple mode where Save & New, then selecting a different project did not change the title to match the new project
2016-10-20 10:05:17 -06:00
nathangray
51d898efb6
Remove limit on resources selection options in sitemgr modules
2016-10-20 08:44:36 -06:00
nathangray
7358279129
Handle show calendar if user did select all - fetch all IDs first
2016-10-20 08:42:22 -06: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
1903533564
fix typo and IDE warnings
2016-10-19 15:24:50 +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
b29461f013
replace deprecated session->appsession with Api\Cache::(s|g)etSession()
2016-10-12 17:54:26 +02:00
Ralf Becker
a1b5a57f6f
* Timesheet/ImportExport: fix PHP Fatal Error Call to undefined method EGroupware\Api\Session::appsession() when exporting
2016-10-12 17:54:14 +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
nathangray
f71d492eb3
Fix holidays in calendar sitemgr modules by adding access via holidays.php.
...
This lets the anonymous user get the holiday list without triggering a permission error.
2016-10-11 16:17:07 -06:00
nathangray
c067d4bfe4
Fix call to undefined method calendar_uiviews::_get_planner_users() breaks multi-user weekly calendar on home.
2016-10-11 16:15:47 -06:00
Ralf Becker
7289d57a3f
symlink vendor/egroupware/ckeditor to api/js/ to ease upgrade
2016-10-09 13:07:00 +02:00
Ralf Becker
53ac06e9da
mv EPL apps to (private) Github repos and fix composer and Travis accordingly
2016-10-09 11:51:12 +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
Ralf Becker
d89998ea5d
Stylite AG --> EGroupware GmbH
2016-10-08 14:36:42 +02:00
Ralf Becker
e97fe1a362
Stylite AG --> EGroupware GmbH
2016-10-08 14:09:52 +02:00
Ralf Becker
c52c744346
error_log if calendar can not send notifications
2016-10-06 19:11:16 +02:00
Hadi Nategh
7d189b9f46
Remove spellchecker lang from preferences
2016-10-06 19:04:26 +02:00
Hadi Nategh
5d41a6957f
Configure mrconfing to checkout ckeditor release repo
2016-10-06 19:03:37 +02:00
nathangray
2bc3185029
Parse project number into project ID when importing
2016-10-06 08:34:35 -06:00