egroupware_official/api/js/jsapi
Milan f430b66d3b converted egw_action from javascript to typescript
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time

(cherry picked from commit 5e3c67a5cf)
2023-09-13 10:40:32 +02:00
..
app_base.js Api: Remove call to jQuery.dialog from app_base.js 2023-04-06 16:26:44 -06:00
egw_app.ts converted egw_action from javascript to typescript 2023-09-13 10:40:32 +02:00
egw_calendar.js Move client-side holidays cache to MODULE_GLOBAL egw.holidays(year) 2023-02-27 15:15:36 -07:00
egw_config.js * mailto: fix wrong URL registered for on premise installation (you need to delete it in the browser first!) 2023-06-30 11:19:46 +02:00
egw_core.js fix getAppName sometimes reports "phpgwapi" from this.appName causing eg. attachment icon in filemanager to come from old phpgwapi directory 2022-08-02 14:52:20 +02:00
egw_css.js replace LAB.js with native es5 loading 2021-06-05 20:39:39 +02:00
egw_data.js remove (unnecessary) double egw.min.js import 2021-07-09 08:15:17 +02:00
egw_debug.js replace LAB.js with native es5 loading 2021-06-05 20:39:39 +02:00
egw_files.js deprecated egw.includeJS() in favor of es6 import statement 2021-07-09 17:27:22 +02:00
egw_global.d.ts converted egw_action from javascript to typescript 2023-09-13 10:40:32 +02:00
egw_global.js also declare and export app and framework 2023-03-17 08:52:52 +01:00
egw_images.js Fix toolbar actions not getting their icons displayed when the toolbar is being opened from its none origin apps 2023-04-27 14:02:28 +02:00
egw_inheritance.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_json.js Check if websocket is connected as part of pushAvailable() check 2022-11-11 08:46:34 -07:00
egw_jsonq.js Api: Always resolve jsonq, even if empty array 2023-04-27 08:04:07 -06:00
egw_lang.js fix not translated quick add 2022-08-22 14:24:35 +02:00
egw_links.js Projectmanager: Fix context menu 'Project element' did not work 2023-08-16 09:16:59 -06:00
egw_message.js Fix egw messages in popup are wrongly positioned 2022-11-07 16:44:00 +01:00
egw_modules.js WIP timesheet timer 2022-09-26 08:54:05 +02:00
egw_notification.js replace LAB.js with native es5 loading 2021-06-05 20:39:39 +02:00
egw_open.js Fix handling of email addresses with names 2023-08-07 15:57:09 +02:00
egw_preferences.js converted egw_action from javascript to typescript 2023-09-13 10:40:32 +02:00
egw_ready.js load egw_ready.js again 2021-06-11 15:05:44 +02:00
egw_store.js Fix removeSessionItem not working 2022-04-05 10:24:06 +02:00
egw_tail.js include jquery and other legacy js files via script tag 2021-06-10 11:38:54 +02:00
egw_timer.js Just the timer dialog gets timesheet color, leave others alone 2023-02-23 10:12:21 -07:00
egw_tooltip.js Implement cursor position center for egw_tooltip 2022-09-08 16:16:34 +02:00
egw_user.js Api: Swap sparse account array/object for simple list to fix missing options in select account widget 2023-08-02 08:06:46 -06:00
egw_utils.js Api: Fix egw.copyTextToClipboard() to work in popups too 2023-06-12 08:21:58 -06:00
egw.js Fix egw message in login page is not removable 2023-05-26 14:29:44 +02:00
jsapi.js move egw_get_file_editor_prefered_mimes() to egw.file_editor_prefered_mimes() as everything in old jsapi.js is deprecated and should be removed 2022-10-18 08:30:15 +02:00