- Nov 01, 2018
-
-
Jan Mach authored
- Oct 30, 2018
-
-
Jan Mach authored
- Oct 29, 2018
- Oct 26, 2018
-
-
Jan Mach authored
There is an endpoint /api/events/metadata, that provides JSON document containing all possible and valid values for various IDEA message attributes like category, severity etc. These can be then used for example for rendering various UI widgets using JavaScript. (Redmine issue: #4366)
-
Jan Mach authored
-
Jan Mach authored
There is a new endpoint at /api/events/search, which provides the same functionality as the HTML search form at /events/search, but it returns a JSON document instead of HTML page. The API is thoroughly described in the documentation of Hawat events pluggable module. (Redmine issue: #4366)
-
- Oct 25, 2018
-
-
Jan Mach authored
-
Jan Mach authored
The base implementations for web interface artefacts were redesigned to enable better propagation of view class metadata into the templates, to make the implementation of additional views even more easy and to enable easy development of AJAX backend API services. (Redmine issue: #4366,#4235)
- Oct 19, 2018
-
- Oct 17, 2018
-
- Oct 16, 2018
-
- Oct 12, 2018
-
-
Jan Mach authored
The handle attribute was designed to allow unauthenticated access to reports by knowing the secret token. This however turned out to be redundant, because the report label already contains random component, so it can not be guessed and can therefore be used as access token. (Redmine issue: #4242)
-
Jan Mach authored
- Oct 10, 2018
-
-
Jan Mach authored
* All changelogs everywhere are now generated using single Jinja2 macro. * Redesigned the style of changelog record. * Group, filter, network and setting changelogs are now accessible to the group managers. * User changelogs and actionlogs are now visible to the users themselves. * Translated all newly implemented features into the czech language. (Redmine issue: #3203)
-
- Oct 09, 2018
-
-
Jan Mach authored
-
- Oct 08, 2018
-
-
Jan Mach authored
When working on different issue I have discovered, that certain properties of the group object are updatable even by group members, whould be editable only by power users or group managers. (Redmine issue: #3203)
-
Jan Mach authored
This patch adjusts default timestamps in various web interface forms (event search, report search, dashboards). Default time delta is set to previous week and timestamp is adjusted to whole hours, anything smaller is chopped off. (Redmine issue: #4233)
-
Jan Mach authored
When previous fix was deployed to development server, it was discovered, that it is necessary to prepend the flask.Request.script_root attribute to flask.Request.path for the result to be comparable with result of url_for() method and produce valid highlighting of active menu entries. (Redmine issue: #4217)
-
Jan Mach authored
When working on adding list of users groups into menu a bug was found in algorithm for highlighting current menu item. The comparison was made only with the endpoint name and additional URL parameters were not taken into account. This resulted in highlighting all menu entries pointing to same view with different parameter, for example different group ID. This matter should be resolved with this commit. (Redmine issue: #4217)
-
Jan Mach authored
The "My groups" submenu provides quick access to the groups the user is member of or manager of. (Redmine issue: #4217)
-