Commit Graph

53 Commits

Author SHA1 Message Date
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
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
Denis barbaron
d9ea4ab85e Add support of device market name property in group feature 2020-01-24 16:18:28 +01:00
Denis barbaron
36f227aae1 fix bug on screen field displaying of devices settings tab 2020-01-23 18:10:42 +01:00
Denis barbaron
9b9cfbe7ba update code for karma compatibility 2019-08-27 15:38:28 +02:00
Denis barbaron
7f5dc4c152 add groups feature 2019-06-12 10:29:07 +02:00
Gunther Brunner
1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00
Gunther Brunner
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +09:00
Gunther Brunner
4d0983a80f Make the access tokens textarea bigger. 2016-01-14 21:04:41 +09:00
Gunther Brunner
b8b293d18a Update bower dependencies.
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00
Vishal Banthia
6d99bace91 improve token-id format to make it more secure 2015-12-03 21:37:19 +09:00
Vishal Banthia
9cb231391a Create seperate database table for AccessTokens to hide jwt token and tokenId from user 2015-11-26 03:09:58 +09:00
Vishal Banthia
62413b3780 allow user to create an access token to access stf api from user settings tab. 2015-11-26 02:40:34 +09:00
Gunther Brunner
e12df4c0cb Cleanup code for all views. 2015-08-31 17:18:50 +09:00
Gunther Brunner
fbd59d031b Moved from stf-docs to GitHub's stf-wiki. 2015-06-22 20:25:40 +09:00
Gunther Brunner
c245355732 Preparing for deploy.
Disables:
-Performance tab
-Access Tokens tab
-Standalone mode
2014-10-15 16:24:34 +09:00
Gunther Brunner
56541ba80e Cleanup. 2014-10-06 17:06:42 +09:00
Gunther Brunner
989ca53a91 Reverse Keys and General tabs order. 2014-10-03 12:12:27 +09:00
Simo Kinnunen
95347d91f0 Show a dialog for new ADB key if using device. 2014-10-01 21:33:47 +09:00
Simo Kinnunen
e6c1de5194 ADB connect now respects auth keys in the settings page. 2014-10-01 18:41:54 +09:00
Gunther Brunner
54ad605592 Add Access Tokens base. 2014-09-30 17:45:29 +09:00
Gunther Brunner
f0b111cdf6 JSHint fixes. 2014-09-30 14:23:52 +09:00
Gunther Brunner
9f0affaafd Add ADB Key modal. 2014-09-29 19:57:30 +09:00
Gunther Brunner
9d38bced21 Refactoring ADB add keys to its own directive so it can be shared. 2014-09-29 18:37:28 +09:00
Gunther Brunner
13d40a4649 Refactoring ADB add keys to its own directive so it can be shared. 2014-09-26 20:13:08 +09:00
Gunther Brunner
a83ecd43ed Add error-message directive.
Improve UX for focus handling.
2014-09-26 17:47:14 +09:00
Gunther Brunner
d6848c7f17 Improve ADB Keys layout. 2014-09-26 15:56:42 +09:00
Gunther Brunner
6f3bbbaaa3 Add ADB Keys documentation. 2014-09-26 15:50:35 +09:00
Gunther Brunner
033e06744a Try to guess automatically hostname. 2014-09-26 15:26:36 +09:00
Gunther Brunner
afc2e91de7 Change settings tab order. 2014-09-25 23:48:14 +09:00
Gunther Brunner
c1e165ec1a Focus different text field for ADB Keys.
Try animating repeats.
2014-09-25 23:46:55 +09:00
Gunther Brunner
d611a0317e Add ADB Keys UI. 2014-09-25 23:23:05 +09:00
Gunther Brunner
66cbfe0c3c Add ADB Keys tab. 2014-09-25 20:03:16 +09:00
Gunther Brunner
d8bf7449d1 Added Auto-route language support for documentation. 2014-09-01 16:19:23 +09:00
Gunther Brunner
eb968fa737 Add Documentation in Markdown plus express middleware for in-site rendering. 2014-08-28 21:04:32 +09:00
Gunther Brunner
19fef4678e Updated dependencies. 2014-08-05 21:03:02 +09:00
Simo Kinnunen
e13fc6701f Save user settings to the database and embed them to the template for fast access. 2014-07-04 22:59:29 +09:00
Gunther Brunner
71e139ddaf Added a modal lightbox-image directive.
Added a fallback-image directive.
Added the Device Photo on the Info tab.
2014-06-18 18:57:20 +09:00
Gunther Brunner
56c1299037 Prevent initial text flashing when coming from 'ja' 2014-05-29 13:22:23 +09:00
Gunther Brunner
0901a1a5f7 Fixed language initialization.
Fixed Device List details.
2014-05-29 01:40:38 +09:00
Gunther Brunner
a1a373972e Basic mode optimizations. 2014-05-27 22:51:46 +09:00
Gunther Brunner
6ce41e0128 Added default value for Device List active tabs. 2014-05-14 19:30:30 +09:00
Gunther Brunner
af33084a01 Adding Port Forwarding basic UI. 2014-04-14 20:45:21 +09:00
Gunther Brunner
2eb47f312a - Supported languages now all centralized.
Now the flow for adding a new language is just:
1.Add a new language entry to `res/common/lang/langs.json`.

And for translating it's just:
1. Run `gulp translate` (extracts all the strings).
2. Open `/res/common/lang/po/stf.pot` in PoEdit and translate.
3. Run `gulp translate` again (creates a json based on the new `po` file).
2014-03-27 13:53:57 +09:00
Gunther Brunner
b1089a631d - Refactoring supported languages. 2014-03-26 23:45:09 +09:00
Simo Kinnunen
8b13a1c945 Fix various JSHint warnings in client-side code. 2014-03-26 16:06:49 +09:00
Gunther Brunner
a260aa2cf8 - Updated almost all dev dependencies.
- Removed everything grunt (the gettext stuff needs to be converted but was not using yet anyways).
- Update angular-localForage to latest version, all API methords changed.
- Added jshintrc for mocha.
2014-03-20 19:26:48 +09:00
Gunther Brunner
a9a645da23 - Adding notifications. 2014-03-14 15:44:27 +09:00