Ralf Becker
|
139ee0dab1
|
no need to log connection retries and final connection failures are always thrown, fixes 5 connection failures log for creating new databases
|
2016-06-05 16:59:55 +02:00 |
|
nathangray
|
0ab67c3280
|
Move api-accounts links to api app, fixes search in account selectbox does not work without home permission
|
2016-06-02 10:11:31 -06:00 |
|
Hadi Nategh
|
d040534a1f
|
Deprecate $j global variable used in php files and replace them all with standard jQuery
|
2016-06-02 17:43:23 +02:00 |
|
leithoff
|
8a6126f12f
|
handle problems on failed retrieval of headers, when short-preview is switched on in message-list
|
2016-06-02 14:48:19 +02:00 |
|
nathangray
|
2507fefda8
|
Fix account link query
|
2016-06-01 15:39:10 -06:00 |
|
Ralf Becker
|
d90c6d6e2a
|
fix permanent error_log
|
2016-06-01 16:43:27 +02:00 |
|
Ralf Becker
|
06dee154d0
|
* Admin/Mail: fix admin editing (personal) mail account of other user destroys password, because it was encrypted with users session password and therefore not available
|
2016-06-01 16:25:36 +02:00 |
|
Ralf Becker
|
26916daaef
|
fix autoloader to load news_admin_bo at installation (no $GLOBALS[egw_info][apps] available)
|
2016-06-01 09:08:06 +02:00 |
|
Ralf Becker
|
05e5c6181f
|
fix PHP Fatal error: Call to undefined method EGroupware\Api\Session::appsession() during SiteMgr installation
|
2016-05-31 22:45:01 +02:00 |
|
Ralf Becker
|
9c3ba4240a
|
fix wrong namespace
|
2016-05-31 12:30:08 +02:00 |
|
Ralf Becker
|
921adfb10f
|
fix Framework\Template::get_dir() to either return a directory or throw a WrongParameter Exception, fixes several Scrutinizer warnings
|
2016-05-31 09:14:50 +02:00 |
|
nathangray
|
772b97e22d
|
Fix namespace causes class check to fail
|
2016-05-30 15:41:27 -06:00 |
|
nathangray
|
38f1c2b76b
|
Avoid error if file has no props
|
2016-05-30 10:12:54 -06:00 |
|
Ralf Becker
|
eb62aba637
|
fix PHP Fatal error: Class 'EGroupware\Api\Vfs\SharingUi' not found
|
2016-05-30 16:00:20 +02:00 |
|
Ralf Becker
|
1b8bc32f54
|
fix only show WebDAV autoindex, instead of filemanager GUI for sharing directories
|
2016-05-30 12:40:20 +02:00 |
|
leithoff
|
97b30f3167
|
explizitly handle span element on convertHTMLToText
|
2016-05-27 12:29:18 +02:00 |
|
Ralf Becker
|
2b2845fff7
|
fix PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
|
2016-05-26 11:27:03 +02:00 |
|
nathangray
|
366c6aabf5
|
Update participating contacts in addressbook list when an event changes
|
2016-05-25 17:28:59 -06:00 |
|
Ralf Becker
|
8c821ab8cb
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
|
Ralf Becker
|
4165c649ae
|
adding missing adLDAP stuff, support for https and ssh checkouts and (un)tagging to .mrconfig
|
2016-05-25 12:18:47 +02:00 |
|
nathangray
|
362366ed28
|
Fix addressbook - calendar permission issue blocking viewing contact calendar
|
2016-05-24 17:13:40 -06:00 |
|
nathangray
|
fccf83e36a
|
Do not have draw:frames with duplicate names, they will be stripped when opening with LibreOffice 5.1
|
2016-05-24 13:48:41 -06:00 |
|
leithoff
|
00000dbeee
|
mind namespace when calling hook_tag function
|
2016-05-24 16:01:55 +02:00 |
|
Ralf Becker
|
9f615386d8
|
$GLOBALS['egw_info']['flags']['deny_mobile'] to disable new 16.1 mobile support
|
2016-05-23 14:25:30 +02:00 |
|
Hadi Nategh
|
5ef5cacd62
|
Implement geolocation option for contacts in addressbook
|
2016-05-20 15:50:26 +02:00 |
|
Hadi Nategh
|
1517c5f323
|
Fix emails with single quote in local address not getting parsed correctly (eg. test.o'test@example.com)
|
2016-05-19 15:46:08 +02:00 |
|
Hadi Nategh
|
4aa1156af0
|
Fix framework asks always for jdots even if the jdots is not installed
|
2016-05-18 12:39:06 +02:00 |
|
Ralf Becker
|
f102460ac9
|
fix PHP Fatal if app got removed in filesystem (like eg. our developer_tools)
|
2016-05-17 22:04:12 +02:00 |
|
Ralf Becker
|
148e1853db
|
put "Changelog" tab in front, then "General" tab renamed "About EGroupware" and last "Applications" renamed to "Apps & License" also containing templates after the apps
|
2016-05-17 21:38:12 +02:00 |
|
nathangray
|
82737f47e1
|
Replace missing transform templates
|
2016-05-17 08:36:37 -06:00 |
|
leithoff
|
3d705be6e7
|
avoid fatal error on merging prefs
|
2016-05-17 12:51:45 +02:00 |
|
Ralf Becker
|
dab7650dca
|
using eT2 for about and moved code to api (api/src/Framework/About.php)
|
2016-05-16 16:27:33 +02:00 |
|
Ralf Becker
|
8a24f3e449
|
fix not loaded header / CSS, caused by missing echo before $GLOBALS['egw']->framework->(header|footer)
|
2016-05-14 21:26:36 +02:00 |
|
Ralf Becker
|
5be1075f26
|
move empty.html used for autocomplete to api/templates/default/, as $app/src/ will not be available for direct requests
|
2016-05-14 12:38:31 +02:00 |
|
leithoff
|
f29066bc86
|
give more info on failed attachment retrieval
|
2016-05-13 12:26:21 +02:00 |
|
Ralf Becker
|
c0bd10e4fe
|
fix EGroupware\\Api\\Translation::load_app_files() lang file etemplate/lang/egw_*.lang contains invalid app 'developer_tools' and other loading issues through phpgwapi&etemplate --> api conversation
|
2016-05-12 19:06:42 +02:00 |
|
Nathan Gray
|
e38fa525ef
|
Unset empty filter arrays, not set them to null
|
2016-05-11 19:40:49 +00:00 |
|
Ralf Becker
|
e34fe9a4e7
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
|
Ralf Becker
|
e87cbc4832
|
use static Hooks methods
|
2016-05-11 18:58:10 +00:00 |
|
Klaus Leithoff
|
419f90f2e9
|
fix problem regarding sorting autofolders to the beginning of the foldertree
|
2016-05-10 15:17:40 +00:00 |
|
Nathan Gray
|
457e05d920
|
Change filterheaders to extend taglist instead of select
|
2016-05-09 19:17:04 +00:00 |
|
Ralf Becker
|
251de1dc54
|
move category images to api, fixes PHP Fatal in admin_categories, if phpgwapi is not installed
|
2016-05-09 10:05:57 +00:00 |
|
Ralf Becker
|
af9d5a6a66
|
use api instead of home for browser based mime-handlers
|
2016-05-06 17:50:00 +00:00 |
|
Ralf Becker
|
28b534d7eb
|
implement birthday as fileas option
|
2016-05-06 16:17:05 +00:00 |
|
Ralf Becker
|
fc2e620652
|
replace old classname
|
2016-05-06 16:15:06 +00:00 |
|
Hadi Nategh
|
8708d598ff
|
Remove unsupported skins from CKEditor
|
2016-05-06 14:12:57 +00:00 |
|
Ralf Becker
|
30158d1e8d
|
get stylite search working again by adding implicit app rights for about
|
2016-05-06 13:42:47 +00:00 |
|
Klaus Leithoff
|
f163be62e2
|
add ClearAttachments, as it is used by notifications_email::send
|
2016-05-06 13:36:21 +00:00 |
|
Klaus Leithoff
|
c0c21e8789
|
implement bold, as it is used by notifications_popup
|
2016-05-06 13:15:36 +00:00 |
|
Ralf Becker
|
153c068271
|
fix diverse occurences of egw_db
|
2016-05-06 11:13:19 +00:00 |
|