Commit Graph

2952 Commits

Author SHA1 Message Date
Kiran Niranjan
b76884dcfc
SDA-4714 - Use plist parser to validate if a field exists (#2227)
* SDA-4714 - Use plist parser to validate if a field exists

* SDA-4714 - Fix uts
2024-11-20 09:09:33 +01:00
Kiran Niranjan
09d2f8dccf
SDA-4715 - Updates the in memory config data (#2226) 2024-11-20 09:07:16 +01:00
Kiran Niranjan
632265c6ec
SDA-4714 - Add missing latestAutoUpdateChannelEnabled into user config (#2224) 2024-11-13 21:29:52 +05:30
Kiran Niranjan
5c76460707
SDA-4714 - Add missing latestAutoUpdateChannelEnabled into plist file (#2221) 2024-11-08 16:22:19 +05:30
Axel Eriksson
5488ef8452
Remove Citrix code (#2220) 2024-11-05 15:06:01 +01:00
Kiran Niranjan
f9baa9d453
SDA-4717 - Bump version 25.1.0 (#2217)
* SDA-4717 Bump SDA and electron version

* SDA-4717 Update event
2024-11-04 12:46:47 +01:00
Kiran Niranjan
96c7c9165f
SDA-4705 - Move notification to the top to fix full screen issue (#2215) 2024-10-16 15:40:45 +05:30
Salah Benmoussati
17930c3871
Bump version 24.12.0 (#2213) 2024-10-03 19:43:04 +02:00
Salah Benmoussati
e6a733f708
Upgrade electron@32.1.2 (#2208)
* Upgrade electron@32.1.2

* Fix issue on menu items click returning BaseWindow instead of BrowserWindow objects
2024-10-03 19:35:41 +02:00
Kiran Niranjan
769b26e28a
SDA-4689 - Fix condition for one notification (#2211) 2024-10-03 21:52:54 +05:30
Kiran Niranjan
d702a5580e
SDA-4675 - Debounce hide notification (#2205)
* SDA-4675 - Debounce hide notification

* SDA-4675 - Add sequential function queue for showing notification

* SDA-4675 - Add delay for notification position animation

* SDA-4675 - Remove move top

* SDA-4675 - Revert delay
2024-10-02 07:31:51 +05:30
Kiran Niranjan
c8508aa2ca
SDA-4664 - Add border color for mentions (#2203) 2024-09-10 07:25:54 +05:30
Kiran Niranjan
e352031f9c
SDA-4664 - Add border color light theme (#2201)
SDA-4660 - Fix stacking
2024-09-09 13:34:32 +05:30
Salah Benmoussati
de0eb57dea
SDA-4611 Disable EnableNodeCliInspectArguments electron fuse (#2196)
* SDA-4611 Disable EnableNodeCliInspectArguments electron fuse

* Semgrep update
2024-09-06 09:34:13 +02:00
Kiran Niranjan
9b77dabbfb
SDA-4664 - Add border for light theme (#2198) 2024-09-06 12:40:27 +05:30
Kiran Niranjan
05dd409ddb
SDA-4664 - Add border for light theme (#2199) 2024-09-06 12:39:58 +05:30
Kiran Niranjan
b1a7ad555b
SDA-4442 - remove systeminformation module (#2195)
* SDA-4442 - remove systeminformation module

* SDA-4442 - Return false for VDI
2024-09-05 16:02:47 +02:00
Salah Benmoussati
5e760cee7c
Bump version 24.11.0 (#2194) 2024-09-04 18:16:02 +02:00
NguyenTranHoangSym
7b13b6d34d
SDA-3572: Adding Initial Menu Help (#2193)
* SDA-3572: Adding Initial Menu Help

* SDA-3572: adding UT
2024-09-04 17:53:43 +02:00
Kiran Niranjan
abdea63edd
SDA-4659 - stack based on corner top and bottom (#2192) 2024-09-03 12:18:23 +05:30
Kiran Niranjan
a11f031a88
SDA-4659 - add logic to stack based on start corner (#2191) 2024-08-29 20:59:04 +05:30
Kiran Niranjan
eeaec13785
SDA-4530 - Increase the indicator window height (#2190) 2024-08-29 14:08:42 +05:30
Kiran Niranjan
8d06432c00
SDA-4614 - Add toast stacking and unstacking logic (#2189) 2024-08-29 13:26:26 +05:30
Salah Benmoussati
fa515accb7
SDA-4636 Fix for missing screen share indicator frame (#2185)
* SDA-4636 Fix for missing screen share indicator frame

* SDA-4612 Upgrade electron@31.4.0 to get the fix on showInactive

* npm fix for optionnal dependency

* cheerio version lock

* Upgrade electron@32.0.1
2024-08-27 20:20:50 +02:00
Kiran Niranjan
235ef5c8f1
SDA-4530 - enable use content size for screen sharing indicator window (#2184) 2024-08-02 07:57:08 +05:30
Salah Benmoussati
39fd9914d3
Update version - 24.10.0 (#2183) 2024-07-27 14:23:30 +02:00
Kiran Niranjan
ee888916b1
SDA-4593 - Use only host name from redirect url to navigate (#2182) 2024-07-25 13:21:12 +05:30
Salah Benmoussati
042beda844
SDA-4620 Upgrade electron-updater@6.3.0 (#2180) 2024-07-23 11:05:27 +02:00
Salah Benmoussati
a90399f024
Revert bring to front fix (#2179)
* Revert "SDA-4604 Limiting window activation change to macOS for bring-to-front feature only (#2176) (#2177)"

This reverts commit e543476c38.

* Revert "SDA-4604 Bring to the front feature fix by calling show method (#2174)"

This reverts commit 6d6818548a.

* Upgrade electron@31.2.1
2024-07-19 12:15:53 +02:00
Salah Benmoussati
e543476c38
SDA-4604 Limiting window activation change to macOS for bring-to-front feature only (#2176) (#2177) 2024-07-18 12:33:23 +02:00
Salah Benmoussati
6d6818548a
SDA-4604 Bring to the front feature fix by calling show method (#2174)
* SDA-4604 Bring to the front feature fix by calling show method

* Upgrade electron@31.2.1
2024-07-17 09:57:22 +02:00
Salah Benmoussati
defcd1a90a
SDA-4606 Setting programmatically default values of new config fields (#2171)
* SDA-4606 Setting programmatically default values of new config fields

* Upgrade electron to patch reported file picker issue
2024-07-15 09:31:54 +02:00
Salah Benmoussati
afef6e77c1
Bump version 24.9.0 (#2170) 2024-07-01 09:04:43 +02:00
Salah Benmoussati
e6ee38d1c4
SDA-4560 Update endpoint to check network connectivity (#2169)
* SDA-4560 Update endpoint to check network connectivity

* Electron upgrade - v31.1.0
2024-06-27 12:32:52 +02:00
Kiran Niranjan
da52153114
SDA-4562 (Clean registry only for admin user) (#2168)
* SDA-4562 - Only run custom action if Privileged

* SDA-4562 - Use Impersonate

* SDA-4562 - Check if admin user
2024-06-27 13:18:33 +05:30
Kiran Niranjan
18c47be053
SDA-4562 - Only execute custom action if allowed (#2167)
* SDA-4562 - Only run custom action if Privileged

* SDA-4562 - Use Impersonate
2024-06-18 14:01:40 +05:30
Kiran Niranjan
eb5b0a46c8
SDA-4587 - Bump electron version (#2164)
* SDA-4587 - Add safety check for main view

* SDA-4587 - Upgrade electron version to 30.1.0
2024-06-17 13:45:17 +05:30
Salah Benmoussati
a6a72e7d7c
Update version - 24.8.0 (#2161) 2024-06-06 14:47:19 +02:00
Kiran Niranjan
409f7d0b0e
SDA-4562 (Managed condition should always run) (#2162)
* SDA-4562 - Change the condition to run always

* SDA-4562 - Clean NSIS registry for any install dir

* SDA-4562 - Add missing return
2024-06-06 13:50:25 +05:30
Salah Benmoussati
c999e279b6
Upgrade electron@30.0.9 (#2158)
* Upgrade electron@30.0.9

* Adapt media permissions handler due to types changes
2024-06-05 09:14:09 +02:00
Kiran Niranjan
7f2fe2c8c4
SDA-4489 - Just use version (#2155) 2024-05-29 12:08:12 +05:30
NguyenTranHoangSym
64ffb0afec
Merge pull request #2154 from NguyenTranHoangSym/SDA-4514_revert
SDA-4514_revert: Revert NSIS migration
2024-05-29 09:24:12 +07:00
NguyenTranHoangSym
f87cbf1842 SDA-4514_revert: Revert NSIS migration 2024-05-29 09:13:36 +07:00
Kiran Niranjan
9901957c65
SDA-4489 - Use correct url to validate (#2152) 2024-05-27 19:05:44 +05:30
Kiran Niranjan
0e7e3b9d64
SDA-4562 (Uninstall nsis installer registry entries) (#2151)
* SDA-4562 - Uninstall nsis installation if exists

* SDA-4562 - Fix script issue

* SDA-4562 - Fix script issue

* SDA-4562 - Use QuietUninstallString and wait for exit

* SDA-4562 - Change custom action execute settings

* SDA-4562 - Change custom action execute settings

* SDA-4562 - Change custom action execute settings

* SDA-4562 - Use command instead of shellExecute

* SDA-4562 - Use command instead of shellExecute
2024-05-24 13:30:28 +05:30
NguyenTranHoangSym
47bbaf9a13
Merge pull request #2142 from NguyenTranHoangSym/SDA-4514
SDA-4514: NSIS Migration
2024-05-16 16:57:22 +07:00
Salah Benmoussati
e51bb1f14e Fix indent - using 2 spaces tabs 2024-05-16 11:38:02 +02:00
NguyenTranHoangSym
a16b38faff SDA-4514: Adding Migration NSIS for auto update 2024-05-16 16:01:21 +07:00
Kiran Niranjan
ed7d71934a
SDA-4544 - only load dev tool extension on dev env (#2150) 2024-05-16 13:57:25 +05:30
Kiran Niranjan
d457d3e94b
SDA-4563 - Ignore changing zoom if focused window is about Symphony (#2148) 2024-05-10 08:26:03 +05:30