Skip to content
Snippets Groups Projects
  1. Nov 01, 2018
  2. Oct 30, 2018
  3. Oct 29, 2018
  4. Oct 26, 2018
  5. Oct 25, 2018
  6. Oct 19, 2018
  7. Oct 17, 2018
    • Jan Mach's avatar
      Base implementation of the API key authentication blueprint. · 5cf90ae2
      Jan Mach authored
      This new blueprint provides users (admins) with the ability to generate API access keys and use them to access the website. Currently the key generation is restricted only to the administrators, because this feature is considered to be experimental. (Redmine issue: #4366)
      5cf90ae2
  8. Oct 16, 2018
  9. Oct 12, 2018
  10. Oct 10, 2018
    • Jan Mach's avatar
      Improved design, accessibility and visbility of the changelogs. · a45cd4ac
      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)
      a45cd4ac
  11. Oct 09, 2018
  12. Oct 08, 2018
    • Jan Mach's avatar
      Fix: Fixed invalid permissions for editing group properties. · cd6b5d6f
      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)
      cd6b5d6f
    • Jan Mach's avatar
      Fix: Adjusted default timestamps in web forms. · 17ef3f02
      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)
      17ef3f02
    • Jan Mach's avatar
      Fix: Additional fix for previous commit. · 30946b4b
      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)
      30946b4b
    • Jan Mach's avatar
      Fix: Fixed the bug in invalid higlighting of current link in main menu. · a5cb0c57
      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)
      a5cb0c57
    • Jan Mach's avatar
      Implemented "My groups" submenu for authenticated users. · c031d69b
      Jan Mach authored
      The "My groups" submenu provides quick access to the groups the user is member of or manager of. (Redmine issue: #4217)
      c031d69b
Loading