952 Commits

Author SHA1 Message Date
Matan Baruch
4e26101a95 feat: Display STF version in Web UI (#858)
* feat: Display STF version in Web UI

Adds the STF application version to the main menu in the Web UI.

Changes:
- Modified `lib/units/app/index.js` to read the version from `package.json` and make it available to the frontend via the `GLOBAL_APPSTATE.config.stfVersion` variable.
- Updated `res/app/menu/menu.pug` to display this version in the top navigation bar, near the help icon. The format is "vX.Y.Z".
- Added an E2E test (`res/test/e2e/menu/menu-spec.js`) to verify the presence and correct format of the version string in the UI.

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>

* Update menu-spec.js

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>

* fix: lint

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>

* feat: Add application state to root scope and style version text in menu

- Introduced a new run block in `app.js` to attach the application state to the `$rootScope`.
- Added CSS styles for the version text in the menu to enhance its visibility and layout.

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>

* fix: Correct path to package.json in index.js

Updated the import statement for package.json in lib/units/app/index.js to use the correct relative path, ensuring proper access to the application version information.

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>

---------

Signed-off-by: matanbaruch <matan.baruch@unity3d.com>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-05-23 12:31:20 +02:00
Denis Barbaron
3f76eea17f migrates to webpack 4 to enforce security (#818)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-12-04 17:01:23 +01:00
Denis Barbaron
872b0bcbd8 fix all vulnerabilities in the production code (#817)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-11-29 11:02:11 +01:00
Denis Barbaron
2f54e40206 Upgrading STF for security reasons (#813)
* Upgrading STF for security reasons

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update semaphore files

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* upgrading STF for security reasons v2

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update yarn.lock file

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-11-22 11:41:20 +01:00
Denis Barbaron
429f18739a fix bug on deprecation warning using sass (#808)
* fix bug on deprecation warning using sass

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* add Orange SA copyright

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-09-13 15:26:25 +02:00
Denis Barbaron
489ba0427e Add maintenance banner on UI (#797)
* fix bug on email separator

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* allow group name change

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* add maintenance banner on UI

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* removes unnecessary comments

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-07-19 10:33:52 +02:00
Denis Barbaron
cf56911e9f Allow group name change (#795)
* fix bug on email separator

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* allow group name change

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-07-15 17:03:33 +02:00
Denis Barbaron
875730886d fix bug on email separator (#792)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-06-20 14:59:59 +02:00
Jussi Vatjus-Anttila
806bfa4087 UI support to cleanup bluetooth bonded devices (#757)
Signed-off-by: Jussi Vatjus-Anttila <jussiva@gmail.com>
2024-01-30 00:38:54 +01:00
Jussi Vatjus-Anttila
e958a599cb Implement enable/disable bluetooth of device (#754)
Signed-off-by: Jussi Vatjus-Anttila <jussiva@gmail.com>
2024-01-29 12:06:57 +01:00
Ivan Mironov
8c67ff5c21 Fix mobile browser detection so that "Desktop mode" works as expected (#715)
Currently, enabling the "Desktop site" mode in Chrome on Android does
nothing to the stf interface.

Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2023-09-30 01:39:52 +02:00
Denis Barbaron
620be9ba21 cookies' generic removing (#676)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2023-06-16 17:43:20 +02:00
David
f376c4de75 Explorer directory fix (#670)
* Improve explorer dir and permissions logic

---------

Signed-off-by: tyopoyt <dcrouseIII@gmail.com>
Co-authored-by: tyopoyt <dcrouseIII@gmail.com>
2023-06-09 01:01:27 +02:00
Denis Barbaron
f04738f9be fix bug on port forwarding feature (#629)
* fix bug on port forwarding feature

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* fix lint error

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2023-01-16 12:38:17 +01:00
Riste Samardjiev
f168b45481 move off screen password autofill (#610)
Signed-off-by: Riste <rsamardjiev@playtika.com>
2022-11-03 11:07:18 +01:00
MykytaIvshkn
24c944df17 Enable device market name (#601)
* Enable device market name

Signed-off-by: mivashkin <mivashkin@playtika.com>

Co-authored-by: mivashkin <mivashkin@playtika.com>
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2022-11-03 01:07:51 +01:00
Serhii Manko
40757e73a4 Upload the ipa files for the iOS platform (#583)
Signed-off-by: Serhii Manko <mankoffserg@gmail.com>

Signed-off-by: Serhii Manko <mankoffserg@gmail.com>
2022-09-20 15:54:19 +02:00
Denis Barbaron
878171ec24 fix deprecated warnings on Buffer class (#580)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2022-09-16 16:07:49 +02:00
Denis Barbaron
6b2f434acb upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>

* remove useless comments in karma configuration file

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
2022-04-12 17:03:43 +02:00
nghiaviminh
841b092d25 Add .aab installation support (#103)
* Add .aab installation support

Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
2020-09-28 11:29:58 +02:00
Denis Barbaron
d71e3fced4 Fix issue on File Explorer (#97)
* Fix issue on File Explorer

While getting a file on a controlled device, the connection to minicap service was stopping due to the URL redirection.

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2020-09-20 16:17:25 +02:00
Karol Wrótniak
f940e0cd2f Merge pull request #540 from DroidsOnRoids/rejected-email-template
Rejected email hardcoded HTML replaced with template.
2020-02-26 01:16:54 +01:00
Karol Wrótniak
c76ef7c766 Remove trailing spaces from menu-controller.js 2020-02-08 01:51:15 +01:00
Karol Wrótniak
5d9b694376 Merge branch 'master' into feature/separate-device-logs 2020-02-08 01:46:44 +01:00
Karol Wrótniak
eb96dfe2a5 Merge pull request #1074 from lukzeg/fix/TID_PID_input_validator
#1050: Feature -add filter.tid/filter.pid/filter.data input validator
2020-02-08 01:41:20 +01:00
Karol Wrótniak
c3a51cf867 Merge branch 'master' into feature/separate-device-logs 2020-02-08 01:40:43 +01:00
Karol Wrótniak
80f8c0b0c6 Merge pull request #1038 from esmiralha/ptBR_translation
pt_BR translation
2020-02-08 01:37:11 +01:00
Karol Wrótniak
6742a4d4bc Merge pull request #1077 from lukzeg/fix/enable_reopening_device_view
#1076 - Fix/enable reopening device view
2020-02-08 01:35:57 +01:00
Denis barbaron
d9ea4ab85e Add support of device market name property in group feature 2020-01-24 16:18:28 +01:00
Denis barbaron
1dd9f45f06 Merge branch 'master' into group-feature 2020-01-24 10:47:35 +01:00
Denis barbaron
36f227aae1 fix bug on screen field displaying of devices settings tab 2020-01-23 18:10:42 +01:00
Karol Wrótniak
96312dd453 Merge remote-tracking branch 'upstream/master' into market_name 2019-09-19 23:47:12 +02:00
Lukasz.Zeglinski
7d593cdb51 Add test for issue #1076
Add tests for device icon view
2019-09-19 16:41:18 +02:00
Lukasz.Zeglinski
8bba7f4558 Merge branch 'master' into fix/enable_reopening_device_view 2019-09-18 10:08:11 +02:00
Lukasz.Zeglinski
2c811e07a5 Update protractor jasmine tests 2019-09-17 21:58:49 +02:00
Lukasz.Zeglinski
d99a6e7a97 Separate device logs 2019-09-11 11:04:55 +02:00
Denis barbaron
9b9cfbe7ba update code for karma compatibility 2019-08-27 15:38:28 +02:00
Lukasz.Zeglinski
da2da8d0a3 Enable opening device view via reselecting device from device view 2019-07-18 14:37:44 +02:00
Lukasz.Zeglinski
93178413ea Fix of the codestyle issues 2019-07-18 10:33:20 +02:00
Lukasz.Zeglinski
778dfc4d56 Add validation for filter.pid/ filter.tid/ filter.data input objects 2019-07-17 18:54:06 +02:00
Denis barbaron
7f5dc4c152 add groups feature 2019-06-12 10:29:07 +02:00
Karol Wrótniak
3d3d1f67b4 Add market name to device properties. 2019-05-03 22:00:55 +02:00
Luiz Esmiralha
1fdbe3b3dd pt_BR translation 2019-04-21 11:54:20 -03:00
Karol Wrótniak
2af554e2a3 Add OpenGL ES version to device properties. 2017-12-18 03:18:19 +01:00
thinkhy
2dac3d1bbd add the column of CPU Platform in device list (#777)
* add the column of CPU Platform in device list

* Update api.js

* Update solo.js

* Update devutil.js

* Update device-column-service.js

* Update device-list-controller.js
2017-12-16 16:50:25 +08:00
Simo Kinnunen
a1866b0409 Battery level and temperature are now formatted number colums instead of plain text columns, which makes them usable with the search comparison operators. Closes #735 and #736. 2017-10-24 00:25:53 +09:00
Vishal Banthia
cc5d7580c2 Fix automation order in device list 2017-09-19 07:34:37 +09:00
Simo Kinnunen
0d32a2a4cf Use network properties for the network column, since they get updated in real time. 2017-09-05 00:00:11 +09:00
Vishal Banthia
75a5db240a Merge pull request #186 from openstf/fix-184
Fix https://github.com/openstf/stf/issues/184
2017-06-14 20:11:37 -07:00
Karol Wrótniak
9f22caa0e5 recents/app switch key added 2017-05-08 15:45:26 +02:00