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
nathangray
734dd69553
Fix linking failures in import, and some braces
2016-10-06 08:34:14 -06:00
Ralf Becker
bd94afe8db
stop PHP Notice: Undefined index "currentapp" in pre 16.1 header
2016-10-06 11:58:50 +02:00
Ralf Becker
617bc9531c
Changelog for 16.1.20161006
2016-10-05 18:20:33 +00:00
nathangray
99b61bd0b8
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-05 11:41:17 +02:00
nathangray
c32b947cd8
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-05 11:40:12 +02:00
nathangray
1c637d8397
Add conflict check when listing resources in a category for calendar owner / participan
2016-10-04 09:28:50 -06:00
Ralf Becker
2a3bde1450
fix dbb0796
allow to specify a subdirectory in attach_file as part of $file[name] parameter
...
(subdir was created, but file was copied to main dir)
2016-10-04 16:49:21 +02:00
Hadi Nategh
caf5217f7a
* Calendar: Fix calendar to-firstname to-lastname place-holders do not get values
2016-10-04 16:41:54 +02:00
Ralf Becker
f44766ebba
* eSync: only export raw email for contacts as Outlook seems to have problems with it
...
not '"Firstname Lastname" <first.last@domain.com>', see ticket #18232 from GNS Christoph Kaulich
2016-10-04 15:36:06 +02:00
Ralf Becker
3128fa4761
* Admin: show "check ip address of all sessions": No (it was stored but always shown as Yes)
...
Caused by "" being deleted when stored and not set === null value picked first option Yes, now we send "" for a not set value to client-side
2016-10-04 14:30:51 +02:00
Ralf Becker
cfeacab117
allow to specify an info_id when creating a new entry eg. for import, replacing 5800eff
use of insert, as it broker other stuff
2016-10-04 11:38:42 +02:00
Ralf Becker
c17d98ff8c
allow to specify a subdirectory in attach_file as part of $file[name] parameter
2016-10-04 10:50:51 +02:00
Ralf Becker
50270c0994
old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0'
2016-10-04 09:56:31 +02:00