Release Notes

Public

10.0.16.6038: Sep 23 2021

New

All platforms - Server: User reload users and groups time configurable

The server reloads the needed users and groups from the authentication provider every 5 minutes.

Now you can configure this time on the server.conf. Adding the setting "ReloadUsersRefreshTimeSpan" with the refresh time on the following format [d.]hh:mm:ss.

For example, if you want to do the refresh every hour, you should add the following to the server.conf.

  <ReloadUsersRefreshTimeSpan>01:00:00</ReloadUsersRefreshTimeSpan>

Bug

All platforms - Web UI: Various fixes and improvements:

- Repositories list: fixed breadcrumbs not showing;

- File explorer: when switching branches/labels it redirects to the root of the branch/label if the current displayed file/folder doesn’t exist;

- Code Reviews, Branch view, etc.: if the navigation is collapsed and changing the comment or trying to view the reviewers list it now expands it, before it wasn't doing anything;

- Code Reviews, Branch view, etc.: Fixed portrait images being cut;

- Code reviews: Hide changesets panel for changeset reviews;

- Improved the order of breadcrumb items so when clicking on the repository name it goes to the File explorer instead of going to the Repositories list and when clicking on the organization it goes to the Repositories list instead of going to the dashboard;

- Update login page text colors, font sizes and elements spacing;

- Removed the page content fixed width for screens above 1920px;

Bug

All platforms - Web UI: Fixed xlink content not being shown correctly in code reviews.