Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.7.5.3 #2535

Merged
merged 54 commits into from
May 16, 2023
Merged

Release/2.7.5.3 #2535

merged 54 commits into from
May 16, 2023

Conversation

Limraj
Copy link
Collaborator

@Limraj Limraj commented May 8, 2023

No description provided.

Limraj and others added 30 commits April 4, 2023 19:20
…escription in: ASCIIFileDataSourceVO, ASCIISerialDataSourceVO, DrStorageHt5bDataSourceVO, NodaveS7DataSourceVO, OPCDataSourceVO, RadiuinoDataSourceVO, OneWireDataSourceVO
…ource_list

#2499 Fixed loaded Data Source list - corrected mehtod getConnectionD…
… parsererror, corrected PointHierarchyAPI.cacheRefresh
…e selection by the user - added a lang column in the users table and a field in the User class;

default language for new user from system settings; Consistency of the translation;
…ction

#2507 Fixed language selection - permanent remembering of the languag…
…eters: forceFullScreen and hideShortcutDisableFullScreen to System Settings; added parameters: enableFullScreen and hideShortcutDisableFullScreen to User; center/middle text in button (layout.css)
…en_hierarchy_added_by_UI_and_by_json

#2484 Inconsistency between hierarchy added by UI and by json - fixed…
…ction

#2507 Fixed language selection - corrected update user
Limraj and others added 18 commits April 24, 2023 17:39
…ui: added fields: enableFullScreen, hideShortcutDisableFullScreen to MiscSettingsComponent; added fields: enableFullScreen, hideShortcutDisableFullScreen in UserDetails; removed deprecated: EventDetectorsCache, EventDetectorsCacheDAO, UpdateEventDetectors, JsonDataPoint, JsonUser, JsonUserInfo, JsonUserPassword
…5ModbusMaster extends ModbusMaster, interface IModbusMaster; limit for slave id to 255 only modbus ip/serial
…ogressiveTask.runImpl; corrected generic type in ArrayList
… configuration - added auth basic for /httpds by https; removed not use PublisherEditDwr.httpSenderTest(); basic auth without generate login event;
…_ID_limit_240_21_04_2023

Feature/#2515 corrected slave id limit 240 21 04 2023
…_list_in_new_ui

#2529 Fixed visible event list in new ui
…_WatchList_Get_Chart

Xt man/#2456 error message on watch list get chart
…ext_in_the_buttons_in_the_view

#2531 Centering the text in the buttons in the view
#2498 OPC DA Data Source - disable validation for username and passwo…
#2506 Absence of scroll bar - added scroll bar for views and scripts
…to_disable_fullscreen_warning_text

#2478 The fatest way to disable fullscreen warning text
…TTPS_for_API_httpds

#2533 Basic auth by HTTPS for API httpds - update spring-security.xml…
@Limraj Limraj added this to the 2.7.5.3 milestone May 8, 2023
@github-actions
Copy link

github-actions bot commented May 8, 2023

Java Script Mocha Unit Test Results

268 tests   268 ✔️  5s ⏱️
  70 suites      0 💤
    1 files        0

Results for commit 6eafe85.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented May 8, 2023

Java JUnit Test Results

2 050 tests   2 050 ✔️  46s ⏱️
     89 suites         0 💤
     89 files           0

Results for commit 6eafe85.

♻️ This comment has been updated with latest results.

return setLocale(locale, request -> response -> lang -> setLocaleInSession(request, response, lang));
}

public static boolean setLocale(HttpServletRequest request, HttpServletResponse response, String lang) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'response' is never used.
@@ -66,7 +66,7 @@
String json = null;
ObjectMapper mapper = new ObjectMapper();

ResourceBundle bundle = Common.getBundle();
ResourceBundle bundle = Common.getBundle(request);

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'ResourceBundle bundle' is never read.
src/com/serotonin/mango/vo/User.java Fixed Show fixed Hide fixed
src/com/serotonin/mango/vo/User.java Fixed Show fixed Hide fixed
src/com/serotonin/mango/vo/User.java Fixed Show fixed Hide fixed
src/com/serotonin/mango/vo/User.java Fixed Show fixed Hide fixed
src/com/serotonin/mango/vo/User.java Fixed Show fixed Hide fixed
@Limraj Limraj merged commit 76fae0b into develop May 16, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant