Hadi Nategh
8dff1a154e
Rmove fields for none private cutomfields when name refers to a single custom field
2017-10-09 09:39:34 +02:00
nathangray
02a93ddd30
Fix bug preventing etemplates in iframes from being unloaded
2017-10-05 11:19:20 -06:00
Hadi Nategh
77cd21c46b
Check and ask for the notification permission if nothing yet set
2017-10-04 15:57:46 +02:00
Hadi Nategh
77c1d67240
Add a method to egw.notification to check API availability
2017-10-04 15:57:22 +02:00
Hadi Nategh
db562cbd7e
Check if the given options are type of array or object before proceeding of translation. Fix bug "cannot assign to read only property '0' of string" in tracker site configuration.
2017-10-02 16:19:02 +02:00
nathangray
0468887d6a
Fix timestamp button for CKEditor
2017-09-28 10:42:28 -06:00
nathangray
01438f60eb
Add timestamp button widget, use it in infolog
2017-09-28 10:42:04 -06:00
nathangray
7ccc730fa9
Addressbook - Merging contacts now keeps all distribution lists, and it works now
2017-09-28 10:40:24 -06:00
nathangray
37f45855a9
* Addressbook - Merging contacts now keeps all distribution lists
2017-09-28 10:40:16 -06:00
Ralf Becker
295c381037
Changelog for 16.1.20170922
2017-09-22 06:56:10 +00:00
nathangray
9520863a91
Adjust 'Group' account search keyword so even if someone searches for 'Group', we still respect the 'type' parameter and only return user accounts if that was what was requested.
2017-09-21 08:40:14 -06:00
Hadi Nategh
576c99e1ae
Add fullline_cat_bg class for fields which need to get categories colors
...
as background.
2017-09-08 14:38:49 +02:00
Hadi Nategh
99e3ea5e06
Fix tree widget's node loses its tooltip after setLabel
2017-09-08 14:37:39 +02:00
Hadi Nategh
a783893403
Set statustext value as text by default
...
- Introduce new boolean attribute called statustext_html in case we want
explicitly statustext gets rendered as html
- Fix Calendar tooltip with new statustext_html attribute
2017-09-08 14:32:02 +02:00
Ralf Becker
1387087b62
* LDAP/Mail: fix new accounts did not automatic enable mail account
...
Thanks to Lagrange, Joseph Fernando for the fix.
2017-08-29 20:09:53 +02:00
Hadi Nategh
62ffaa5574
Do not show tooltips in mobile view
2017-08-21 11:48:24 +02:00
nathangray
ca7a53badf
Fix missing CSS includes
2017-08-17 10:34:43 -06:00
nathangray
e7e8ba6d7b
Fix bug where radiobuttons with the same value as Array methods would break
2017-08-17 10:33:49 -06:00
Hadi Nategh
b45e1bb1f3
Fix "no filter" option in nextmatch list favorites does not work
2017-08-17 12:02:51 +02:00
nathangray
83cc51857b
Fix opening the same URL twice did not go to the specified destination the second time a second time.
...
This time we redirect to index.php?cd=yes so reload also works, and fix the last active tab.
2017-08-16 12:32:52 -06:00
nathangray
95f7a37e5c
Fix opening the same URL twice did not go to the specified destination the second time
...
Eg. tracker edit went to tracker index the second time
2017-08-16 12:32:43 -06:00
nathangray
e4ad4aab48
Fix url widget detached node implementation to use row's statustext if provided, original statustext otherwise
2017-08-14 11:23:24 -06:00
Nathan Gray
ad81c7553d
Merge pull request #10 from WAMozart/master
...
* added share-link feature to filemanager context menu
2017-08-02 10:23:23 -06:00
nathangray
3870d9803e
Fix browser's range requests giving an empty file every second download attempt
2017-08-02 09:28:50 -06:00
nathangray
4f61bc073d
Fix calendar entries opened from mail using a link could not be edited
2017-07-31 08:55:13 -06:00
nathangray
daecd15317
Fix doubled name in link
2017-07-27 13:39:03 -06:00
Ralf Becker
50f4f5f757
allow to add SQL with nummeric keys to Storage\Base::read() argument, like in ::search or Db::select
2017-07-19 17:40:53 +02:00
Hadi Nategh
8a7840660b
Make sure invalid date object gets resolved
2017-07-17 17:50:42 +02:00
Ralf Becker
9eb877eb3b
fix fatal error if sambaadmin is not installed, but was before
2017-07-12 18:28:10 +02:00
Ralf Becker
8fe467157d
do NOT catch exceptions in hooks
...
maybe we need some parameter to hooks-calls, if all hooks should run, before exception get's re-thrown, as with this commit first exeception in a hook, will stop other hooks from running.
2017-07-08 18:39:40 +02:00
Ralf Becker
64740718aa
* Mail/ActiveDirectory: fix empty identity in mail compose and account not active in AD controled mail-server
2017-07-05 17:58:21 +02:00
Ralf Becker
5cd3569f67
Changelog for 16.1.20170703
2017-07-03 13:15:27 +00:00
Ralf Becker
177037deac
* Univention: forwarding mails to external addresses added in UCS 4.2
2017-07-03 10:28:57 +02:00
Ralf Becker
5d651aebe9
fix at PHP 7.0 not working migrating vfs from db to filesystem (filemanager/cli.php migrate-db2fs)
...
migration loops forever, after migrating all files, as it does not detect no more files to migrate
2017-06-21 10:03:11 +02:00
Ralf Becker
6f911f2050
fix at PHP 7.0 not working migrating vfs from db to filesystem (filemanager/cli.php migrate-db2fs)
...
can not unset variable bind to column, as it looses its bind
2017-06-21 09:43:45 +02:00
Ralf Becker
ddd3080da4
fix SQL error when migrating vfs from db to filesystem (filemanager/cli.php migrate-db2fs)
2017-06-21 09:06:19 +02:00
nathangray
bf9daa31fa
Etemplate - Fix bug in vfs widget where if the name matched part of the path, the name was not displayed
2017-06-20 09:17:10 -06:00
Ralf Becker
57934a2935
lower number of rows read per query, to not run out of memory
...
(eg. pec instance)
2017-06-15 09:35:10 +02:00
Hadi Nategh
e91d932390
Revert commit 8340520589
and implement the fix in more sane way
2017-06-14 14:53:11 +02:00
Hadi Nategh
afa1918871
Fix Disposition Notification title does not get correct translation, specifically for words with umlauts
2017-06-14 12:33:09 +02:00
nathangray
5ef8cf1614
Missing translations, provided by Stefan Unverricht
2017-06-13 08:35:04 -06:00
Ralf Becker
f251ebfa74
Changelog for 16.1.20170613
2017-06-13 11:55:55 +00:00
Ralf Becker
d4111de058
* Mail: fix PHP Fatal error under PHP 5.4
2017-06-13 11:06:11 +02:00
nathangray
130192e871
Change eGroupWare -> EGroupware for notification sender
2017-06-12 14:13:57 -06:00
Ralf Becker
29ca8e5455
Changelog for 16.1.20170612
2017-06-12 13:40:31 +00:00
Ralf Becker
e3d6623956
* Mail: display event-invitation, if mail contains just that and not the usualy alternatives
2017-06-12 15:31:45 +02:00
Ralf Becker
044556b628
* Mail: display event-invitation if it contains an attachment (eg. agenda)
2017-06-12 14:39:57 +02:00
Hadi Nategh
d779e63027
Cover more range of long field headers
2017-06-12 11:06:27 +02:00
Hadi Nategh
6aed0bd0bf
* Mail: Fix contents of emails with long header fields get disturbed while importing them into mail app
2017-06-12 11:05:52 +02:00
Ralf Becker
884fd07687
WIP spam workflow and SpamTitian integration
2017-06-08 10:20:27 +02:00