Commit Graph

  • bc0736a9a5 fix not working stored password for SSO ralf 2025-02-17 12:03:21 +0100
  • 595c93f3ba fix not working stored password for SSO ralf 2025-02-17 12:03:21 +0100
  • 56accdcca3 fix TypeError: Cannot create property <tmp-name> on string '' ralf 2025-02-17 10:08:31 +0100
  • 3a8ee840fa Need to pass the context along nathan 2025-02-14 16:14:18 -0700
  • 13338beb00 Et2File: Fix up docs, add CSS parts nathan 2025-02-14 14:49:29 -0700
  • 389a8ee4be * Large memory reduction - Work-around for https://github.com/shoelace-style/shoelace/issues/2376 - Fix some missing cleanup & a few other minor improvements for etemplate widgets - Stop egw from holding on to registered plugins (& every instance) nathan 2025-02-14 14:20:04 -0700
  • a6040065aa Work around Shoelace bug https://github.com/shoelace-style/shoelace/issues/2376 nathan 2025-02-14 11:22:53 -0700
  • 8ed9560b5a
    Fixed Typo this.tabHistroy -> this.tabHistory (#176) Alexandros Sigalas 2025-02-14 22:37:56 +0200
  • 6e37fd602e Fixed Typo this.tabHistroy -> this.tabHistory Alexandros Sigalas 2025-02-14 22:18:10 +0200
  • 6c3692394b Fixed Typo this.tabHistroy -> this.tabHistory Alexandros Sigalas 2025-02-14 22:18:10 +0200
  • 13c43d6835
    Only try to find parent via jQuery if typeof _node == "string" AND _node !== "" (#174) Alexandros Sigalas 2025-02-14 22:15:14 +0200
  • 31a2d77e8a Only try to find parent via jQuery if typeof _node == "string" AND _node !== "" Alexandros Sigalas 2025-02-14 19:48:19 +0200
  • a2af96266b fix thumbnail.php to deal with icons from the vfs ralf 2025-02-14 14:14:38 +0100
  • bb923b33e5 fix thumbnail.php to deal with icons from the vfs ralf 2025-02-14 14:14:38 +0100
  • a9b9cfce08 Reference hunting Removed a bunch of remaining references that were keeping things around in memory nathan 2025-02-13 16:55:00 -0700
  • eff0f92471 preferences hint styling changes Regarding Ticket #100521 milan 2025-02-13 16:55:56 +0100
  • fa628799ae styling fixes of topmenu avatar and "add to favorites" in the right side menu milan 2025-02-13 15:23:10 +0100
  • 1b639a9b0f styling fixes of topmenu avatar and "add to favorites" in the right side menu milan 2025-02-13 15:23:10 +0100
  • ddc556a5b3 do NOT store DB password in session: DB class now stores it in (shared memory) cache instead on session-restore we check if the DB-password is available from cache, if not we re-create egw_info and egw object ralf 2025-02-13 14:46:39 +0100
  • 991cd6a60f fixed clicking in Infolog behind the primary link (at white space), also opens CRM view. Regarding Ticket #92031 milan 2025-02-13 12:06:51 +0100
  • 13e5e69676 fixes js error on file attachment in mail Regarding #103331 milan 2025-02-13 13:16:01 +0100
  • 2f690a4bde fixed clicking in Infolog behind the primary link (at white space), also opens CRM view. Regarding Ticket #92031 milan 2025-02-13 12:06:51 +0100
  • ae089c7c8a fix not working OTP / Google authenticator after no longer storing unencrypted password in session ralf 2025-02-11 14:16:19 +0100
  • 21e54a2daa require a valid TOTP code to show QR code, reset or remove the 2nd factor (beside already required password) ralf 2025-02-11 16:57:49 +0100
  • 424ce562a7 store user-password encrypted in the session, managed by session-class via $GLOBALS['egw']->session->passwd ralf 2025-02-10 20:56:20 +0100
  • 7000326f40 generate a random session-ID for basic auth clients stored under the sha1 hash of their credentials in our (shared memory) cache ralf 2025-02-10 14:54:40 +0100
  • b9424f189e Clean up some connectedCallback() & disconnectedCallback() Missing super.disconnectedCallback() is bad for performance over time nathan 2025-02-12 17:32:09 -0700
  • f4ba0aa19d Switch to Et2File webcomponent nathan 2025-02-12 15:10:51 -0700
  • fc733e2a4f Et2File: Rendering changes for value, fix mime icon not always showing nathan 2025-02-12 15:05:40 -0700
  • 665df986a7 Et2File: Docs update, bugs in fileListTarget nathan 2025-02-12 14:28:49 -0700
  • e5feb3a4b5 Et2File: Fix multiple was always true nathan 2025-02-12 11:22:14 -0700
  • 9d950b73e6 Et2Dialog: Fix dialog was destroying etemplate2 requests when closing nathan 2025-02-12 10:24:30 -0700
  • e57fb00bf1 Et2File: More test work, add support for legacy event callbacks nathan 2025-02-12 10:23:42 -0700
  • 4c55f0e451 navbar icons in filemanager always get the same size (32px) Regarding Ticket #102321 milan 2025-02-06 16:23:01 +0100
  • b4f48fe293 fix not working copy to clipboard button in filemanager.ts Regarding Ticket #103531 milan 2025-02-12 16:07:13 +0100
  • eb1de77304 fixup cc49f0286d filemanager tile on hover milan 2025-02-12 15:19:35 +0100
  • 6ed5d8c016 calendar quick add window: decreased size according to Evas input milan 2025-02-12 14:42:00 +0100
  • 415dc49f91 * Filemanager: tile view show filename and comment on hover milan 2025-02-12 12:57:57 +0100
  • 383d8088a6 fix not working copy to clipboard button in filemanager.ts Regarding Ticket #103531 milan 2025-02-12 16:07:13 +0100
  • 66995e39da fix js error preventing switching between tile and list view in fileemanager milan 2025-02-12 15:20:47 +0100
  • 8333cf06e6 fixup cc49f0286d filemanager tile on hover milan 2025-02-12 15:19:35 +0100
  • 15ed9d6164 calendar quick add window: decreased size according to Evas input milan 2025-02-12 14:42:00 +0100
  • cc49f0286d * Filemanager: tile view show filename and comment on hover milan 2025-02-12 12:57:57 +0100
  • 615089c421 Fix some kept references that might be leading to memory leaks. nathan 2025-02-11 14:38:36 -0700
  • da3a4fa0c0 updated app-/navbar-icon for CalDAV/CardDAV ralf 2025-02-11 19:33:17 +0100
  • 14eefd46d6 new navbar- / app-icon from Eva ralf 2025-02-10 14:06:45 +0100
  • b2733abed6 updated app-/navbar-icon for CalDAV/CardDAV ralf 2025-02-11 19:33:17 +0100
  • 6aa4be91a6
    Bump esbuild from 0.19.12 to 0.25.0 dependabot[bot] 2025-02-11 16:46:50 +0000
  • 67b94e7c93 require a valid TOTP code to show QR code, reset or remove the 2nd factor (beside already required password) ralf 2025-02-11 16:57:49 +0100
  • b4da0bd0a0 fix not working OTP / Google authenticator after no longer storing unencrypted password in session ralf 2025-02-11 14:16:19 +0100
  • 6829441320 Fix slotted templates / components weren't slotting properly in kdots nathan 2025-02-10 17:22:43 -0700
  • 35b768f5d2 Fix wrong return type in etemplate.widgetContainer nathan 2025-02-10 17:22:18 -0700
  • 0ab5357f88 Fix kanban doesn't show boards in kdots nathan 2025-02-10 16:27:36 -0700
  • 3676941fac Get notifications operational in kdots nathan 2025-02-10 14:49:23 -0700
  • e5f9c8ac1f Et2File WIP nathan 2025-02-10 14:05:10 -0700
  • 2b96818c74 Resumable uploads nathan 2025-02-06 11:50:04 -0700
  • 816d3b132a WIP Et2File webcomponent for uploads nathan 2025-02-06 11:15:04 -0700
  • 2897de9a26 store user-password encrypted in the session, managed by session-class via $GLOBALS['egw']->session->passwd ralf 2025-02-10 20:56:20 +0100
  • f77c40b05f generate a random session-ID for basic auth clients stored under the sha1 hash of their credentials in our (shared memory) cache ralf 2025-02-10 14:54:40 +0100
  • 5d8ad690d7 new navbar- / app-icon from Eva ralf 2025-02-10 14:06:45 +0100
  • c1b96d8afd * Mail: allow to search for Bcc addresses (works only in Sent folder!) ralf 2025-02-10 12:07:22 +0100
  • 106afd4ead * Mail: allow to search for Bcc addresses (works only in Sent folder!) ralf 2025-02-10 12:07:22 +0100
  • fa6f8a332f Fix initial volume level was not set nathan 2025-01-30 11:22:21 -0700
  • e42d35a1a4 Get BI icons working nathan 2025-02-06 09:58:10 -0700
  • b597bee7a1 Et2Image: Allow image to show blobs too nathan 2025-02-05 16:18:25 -0700
  • 8bd4c8aa81 Et2VfsMime: Allow to pass in alternate image src nathan 2025-02-05 16:17:59 -0700
  • 7b0e9553f2 Et2Widget: Let getInstanceManager() work if a widget is composed inside another widget's shadowRoot nathan 2025-02-05 16:15:51 -0700
  • 5bbee89d85 navbar icons in filemanager always get the same size (32px) Regarding Ticket #102321 milan 2025-02-06 16:23:01 +0100
  • 3b8d265937 customfield numbers left alignment in nm list milan 2025-02-06 15:28:23 +0100
  • 16e1cb4ce2 filemanager tile view break filenames so no overlapping happens milan 2025-02-06 15:00:15 +0100
  • df8914065b customfield numbers left alignment in nm list milan 2025-02-06 15:28:23 +0100
  • c138193c45 filemanager tile view break filenames so no overlapping happens milan 2025-02-06 15:00:15 +0100
  • 64ab1f39ea Better UI feedback when submenus take a while to load nathan 2025-02-04 11:00:48 -0700
  • d4130662d9 Defer creating submenus because the forced repaint takes too long nathan 2025-02-04 09:46:58 -0700
  • 3d30c7a2e7 Better UI feedback when submenus take a while to load nathan 2025-02-04 11:00:48 -0700
  • 8f20394af5 Defer creating submenus because the forced repaint takes too long nathan 2025-02-04 09:46:58 -0700
  • 1b1e039320 fix PHP Error: Access to undeclared static property Egroupware\Api\Link\Storage::$table_name ralf 2025-02-04 14:18:30 +0100
  • 01f930e48b fix PHP Error: Access to undeclared static property Egroupware\Api\Link\Storage::$table_name ralf 2025-02-04 14:18:30 +0100
  • b3a2e84d49 Merge: Fix some array replacements snuck through causing fatal errors nathan 2025-01-29 10:51:53 -0700
  • d242b48055 Get proper merge class when app is namespaced and uses Merge as classname nathan 2025-01-14 15:58:09 -0700
  • 9c1e1559ed fix PHP error: count(): Argument #1 ($value) must be of type Countable|array, null given ralf 2025-01-30 09:29:17 +0100
  • 402e0548a0 Some more style & header work nathan 2025-02-03 16:55:56 -0700
  • e121908144 Fix some avatar menu options did not work nathan 2025-02-03 15:05:45 -0700
  • 7b497c72f4 Added Et2FileItem nathan 2025-02-03 11:32:00 -0700
  • 53284c8750 * Collabora: white icons for new notebookbar in new Collabora version 24.04.11 ralf 2025-02-03 12:59:12 +0100
  • ea1348b523 better visibility in link comments regarding #102941 milan 2025-02-03 13:51:06 +0100
  • e930f5c7d1 better visibility in link comments regarding #102941 milan 2025-02-03 11:06:27 +0100
  • b4b6e30b86 better visibility in link comments regarding #102941 milan 2025-02-03 13:51:06 +0100
  • faebedd804 * Collabora: white icons for new notebookbar in new Collabora version 24.04.11 ralf 2025-02-03 12:59:12 +0100
  • d06605b01b better visibility in link comments regarding #102941 milan 2025-02-03 11:06:27 +0100
  • 3ec58edcd2 Fix nextmatch didn't fill the whole space nathan 2025-01-31 09:23:59 -0700
  • af389cda78 Increase action submenu maximum to see if that helps initial load time nathan 2025-01-31 08:46:29 -0700
  • 3c3938e258 * Mail: allow to select (multiple) mail addresses from addressbook directly in compose window ralf 2025-01-28 21:44:15 +0100
  • 7b6eb0ed1f Use et2_nextmatch.no_dynheight to solve bottom buttons not always visible nathan 2025-01-28 10:50:16 -0700
  • 18439dbc82 WIP address-selection for mail-compose got adding email addresses working ralf 2025-01-28 10:09:22 +0100
  • 770b1d79fd Fix egw.json() calls from a popup could cause JS files to be loaded into the main window instead of the popup nathan 2025-01-27 16:07:27 -0700
  • bd84b18b7e WIP address-selection for mail-compose with all filters from addressbook.index ralf 2025-01-27 12:46:29 +0100
  • 054b33121e allow all DateTimeInterface objects, not just DateTime e.g. DateTimeImmutable ralf 2025-01-31 10:56:23 +0100
  • 34e0ab7f3f allow all DateTimeInterface objects, not just DateTime e.g. DateTimeImmutable ralf 2025-01-31 10:56:23 +0100
  • 9d7fe14387 Et2Template: Fix missing template caused the whole template to stall until timeout nathan 2025-01-30 11:55:29 -0700