egroupware/api
nathangray 38ff63f778 Api: New JavaScript API method egw.request(menuaction : string, parameters : any[]) : Promise
Does an AJAX request, and resolves the returned Promise with just the data (no piggybacks) when it arrives from the server.  Any registered data handlers are run before resolving the Promise.
2020-10-16 10:33:13 -06:00
..
images move category images to api, fixes PHP Fatal in admin_categories, if phpgwapi is not installed 2016-05-09 10:05:57 +00:00
inc fix diverse occurences of egw_db 2016-05-06 11:13:19 +00:00
js Api: New JavaScript API method egw.request(menuaction : string, parameters : any[]) : Promise 2020-10-16 10:33:13 -06:00
lang Add translations 2020-08-03 10:59:42 +02:00
ntlm fix ntlm directory path 2016-07-15 13:54:39 +02:00
setup WIP contact sharing 2020-10-13 16:56:06 +02:00
src fix error creating new accounts 2020-10-16 13:32:17 +02:00
templates * Api: Add table button into html editor's toolbar 2020-10-14 11:05:51 +02:00
tests change sharing to allow mounting shared into existing user sessions 2020-10-08 11:24:34 +02:00
anon_images.php * Filemanager/Sharing: fix lost session on first load in sharing links with Firefox 2020-03-17 20:38:30 +01:00
anon_lavatar.php Jitsi avatars: shareing url for pictures, anonymous letter-avatar or gravatar if none 2020-04-06 20:15:00 +02:00
asyncservices.php * API: async service failed to run on a default install (no phpgwapi) 2016-06-08 15:35:06 +02:00
asyncwrapper.php using PHP_BINARY constant instead of - sometimes not set - $_SERVER['_'] 2018-01-26 14:15:32 +01:00
avatar.php Introduces avatar.php and replaces all addressbook.photo urls accordingly 2018-10-31 13:49:51 +01:00
categories.php W.I.P of cats, versions or trackers categories color code 2019-02-08 15:16:15 +01:00
changepwd.php * API: webservice call when password has been changed outside EGroupware to eg. re-encrypting (mail) credentials 2018-03-16 11:01:07 +01:00
config.php moving client-data urls to api 2016-04-06 19:57:40 +00:00
emclient-signatures.php ignore empty signatures and email, identity_name needs mail-account data to 2016-11-18 14:48:17 +01:00
images.php cleanup framework to take SVG icons always into account unless it's not found 2019-03-06 13:04:20 +01:00
lang.php making translations a bit more resilient for wrong charset 2018-12-10 10:59:43 +01:00
thumbnail.php Remove check on $GLOBALS['egw_info'] since it's not available at the time 2018-06-06 15:49:14 -06:00
user.php moving client-data urls to api 2016-04-06 19:57:40 +00:00