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

Bs3 #133

Closed
wants to merge 201 commits into from
Closed

Bs3 #133

wants to merge 201 commits into from

Commits on Mar 26, 2014

  1. Fix: IT Problem page didn't show all related items

    In the only_related_to function we only check if
      * tested element have related contact
      * if the source problem have related contact
      * if related impacts have related contact
    but we didn't test if host of current critical service have related
    contact.
    
    Here I've add the ability to check if host of the service have related
    contact and should be displayed.
    lermit committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    7ba99d3 View commit details
    Browse the repository at this point in the history
  2. Add forgotten line

    lermit committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    7b1cb67 View commit details
    Browse the repository at this point in the history
  3. Check for admin

    lermit committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    22d0660 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2014

  1. Configuration menu
    Copy the full SHA
    8cf6151 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. License head update

    Frescha committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    0a933be View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Add ability to add key/value select widget and set default value

    Usage :
    
            'duration': {
                'value': 'id of selected value',
                'values': {
                    'Label Option 1': 'id option 1',
                    'Label Option 2': 'id option 2',
                    'Label Option 3': 'id option 3',
                },
                'type': 'select',
                'label': 'Global label'
            },
    lermit committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    5f7db1f View commit details
    Browse the repository at this point in the history
  2. Add duration option

    lermit committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    9846c60 View commit details
    Browse the repository at this point in the history
  3. Use duration option in graph

    lermit committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    ee50dc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Initial servicetag commit

    Frescha committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    7521a14 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. Configuration menu
    Copy the full SHA
    df29016 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. More detailed installation instructions

    This was my first time with Shinken and I got tripped by the outdated docs on the .org site. Had trouble finding the readthedocs doc (probably because of google indexing) but still the doc there wasn't detailed for a first time module installation (I guess I wouldn't be the only first time installer looking into webui as a first module), had to search in the forum, undesrstand there was some kind of video or tutorial, and finally found more detailed instructions on Naparuba's course's github. How about also updating the shinken.io webui module installation steps!
    jmatsushita committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    dd44b9b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jmatsushita committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    255b67d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55714a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d90698 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2014

  1. Configuration menu
    Copy the full SHA
    3378d1d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Changed to static

    Frescha committed May 3, 2014
    Configuration menu
    Copy the full SHA
    de5b178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b82228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f5875 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Update gitignore to ignore *.db files in Windows

    Frédéric MOHIER committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    618c408 View commit details
    Browse the repository at this point in the history
  2. Update map markers with label

    Frédéric MOHIER committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    1ebac81 View commit details
    Browse the repository at this point in the history
  3. Dashboard icons links to all hosts/services views

    Frédéric MOHIER committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    328bdf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Host groups view

    Do not display empty groups
    Frédéric MOHIER committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    9405ca6 View commit details
    Browse the repository at this point in the history
  2. Fix service group view

    Add host name column
    Fix text in progress bar (service instead of host)
    Frédéric MOHIER committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    b7b4e35 View commit details
    Browse the repository at this point in the history
  3. Fix copyright year

    Frédéric MOHIER committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    f71364a View commit details
    Browse the repository at this point in the history
  4. Fic copyright year and typos

    Frédéric MOHIER committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    d2c0548 View commit details
    Browse the repository at this point in the history
  5. Dashboard currently

    Remove anonymous login test
    Add link on icons
    Frédéric MOHIER committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    b5d815c View commit details
    Browse the repository at this point in the history
  6. Just a little update

    Frescha committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    c69751e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Add gitattribute for line end normalization

    Frédéric MOHIER committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    34bca69 View commit details
    Browse the repository at this point in the history
  2. Fix #67 : company logo

    Frédéric MOHIER committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    109acf9 View commit details
    Browse the repository at this point in the history
  3. Gitignore for Windows ...

    ... once again sorry ;-)
    Frédéric MOHIER committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    035a6d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. depgraph plugin, small modifications

    console.log indicate depgraph
    Improve depgraph width in element view
    Clean depgraph in widget view
    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    a1c4859 View commit details
    Browse the repository at this point in the history
  2. Improve depgraphs ...

    ... small calculation for widget view width
    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    9f57847 View commit details
    Browse the repository at this point in the history
  3. depgraph size optimization when fullscreen

    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    0a22c3d View commit details
    Browse the repository at this point in the history
  4. Fix #71 : missing images in depgraphs ...

    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    e9ab877 View commit details
    Browse the repository at this point in the history
  5. Anonymous access to dashboard currently

    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    fe24a22 View commit details
    Browse the repository at this point in the history
  6. Inhibit WebUI page refresh when viewing depgraph

    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    c931827 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1678dbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    730b1fe View commit details
    Browse the repository at this point in the history
  9. Incluse other UIs links in sidebar menu

    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    8afcd1e View commit details
    Browse the repository at this point in the history
  10. Allow snap drawers to get closed

    Sidebar menu may be opened but never closed ...
    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    c55b76b View commit details
    Browse the repository at this point in the history
  11. Login error message is best positionner as is ...

    ... IMHO, what you think about it ?
    Frédéric MOHIER committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    3caa74b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Worldmap plugin : open street map test

    Add: new config parameter for map layer definition
    Frédéric MOHIER committed Jul 19, 2014
    1 Configuration menu
    Copy the full SHA
    b26175e View commit details
    Browse the repository at this point in the history
  2. BS3: basic htdocs

    Frédéric MOHIER committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    6f5f98a View commit details
    Browse the repository at this point in the history
  3. BS3: helper.py

    Frédéric MOHIER committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    861d2d0 View commit details
    Browse the repository at this point in the history
  4. BS3: main views

    Frédéric MOHIER committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    bdb72b1 View commit details
    Browse the repository at this point in the history
  5. BS3: plugins

    Removed eue and flow ... never used them!
    Frédéric MOHIER committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    f0035de View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Full screen dashboard

    Frédéric MOHIER committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    1bc62c4 View commit details
    Browse the repository at this point in the history
  2. Typeahead hostname in problems view

    Frédéric MOHIER committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    91da93b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Fix typos

    Frédéric MOHIER committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    5403bc3 View commit details
    Browse the repository at this point in the history
  2. Add host search box in the header

    Frédéric MOHIER committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    21ae5f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Reorder groups view columns

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    b736cc0 View commit details
    Browse the repository at this point in the history
  2. Layout script files updated

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    5527174 View commit details
    Browse the repository at this point in the history
  3. Missing files in previous commit

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    c45c684 View commit details
    Browse the repository at this point in the history
  4. Bold font for problems in groups overview

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    8a6dcf4 View commit details
    Browse the repository at this point in the history
  5. Bold font for problems in tags overview

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    912d6a0 View commit details
    Browse the repository at this point in the history
  6. Custom views for windows and linux

    Fixes in views
    Make more generic and easy to adapt
    Make configurable for services
    Renamed views to match with checks packs
    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    6343b39 View commit details
    Browse the repository at this point in the history
  7. Small fixes for display

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    c45c86c View commit details
    Browse the repository at this point in the history
  8. Typeahead input field in dashboard widgets

    Frédéric MOHIER committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    6d8d534 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Clean-up images folder

    Many files in this folder are not used ... I tried to clean-up and keep
    only useful files ... I hope I did not clean too much ! Folder content
    is copied in ./old folder.
    Frédéric MOHIER committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    8cad139 View commit details
    Browse the repository at this point in the history
  2. Picture tags in element view

    Instead for tag.png file in many folders, I created a tag folder with
    all png files named as tags ... if the file exists it is displayed
    instead of tag name.
    Frédéric MOHIER committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    9163013 View commit details
    Browse the repository at this point in the history
  3. System plugin simplified, no more logs

    Logs will have its own plugin ...
    Frédéric MOHIER committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    d99f38b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Fix system plugin configuration problem

    Frédéric MOHIER committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    0b5f8cd View commit details
    Browse the repository at this point in the history
  2. Base modifications for next commits

    Frédéric MOHIER committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    7a2d0c0 View commit details
    Browse the repository at this point in the history
  3. New plugin logs

    Frédéric MOHIER committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    624f748 View commit details
    Browse the repository at this point in the history
  4. Plugin Timeline

    Frédéric MOHIER committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    6b978ef View commit details
    Browse the repository at this point in the history
  5. Plugin element detail, many improvements:

    - host/service info, checks, custom vars
    - all commands tested
    Frédéric MOHIER committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    456f4e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Cleaning in System plugin (unused code)

    Frédéric MOHIER committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    a8b5406 View commit details
    Browse the repository at this point in the history
  2. Several improvements

    - new config plugin to ease management of plugin configuration reloading
    - improve breadcrumb in layout
    - cleaning in rebase layout
    Frédéric MOHIER committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    005d229 View commit details
    Browse the repository at this point in the history
  3. Groups, tags and minemap breadcrumb

    Frédéric MOHIER committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    b5051cf View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. Forgot in previous commit

    Frédéric MOHIER committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    724acf4 View commit details
    Browse the repository at this point in the history
  2. Hosts / services tags in element view

    Frédéric MOHIER committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    3532067 View commit details
    Browse the repository at this point in the history
  3. Improved config in worldmap plugin

    ... and back to google maps.
    Frédéric MOHIER committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    ed05db9 View commit details
    Browse the repository at this point in the history
  4. New history tab in element view

    Frédéric MOHIER committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    5c6a11f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. New plugin for contacts view (#74)

    List all known contacts:
    - all contacts with link to contact page and link to contact mail
    Individual contact page:
    - contact main information
    - contact configuration (notification, ...)
    Frédéric MOHIER committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    c4375fe View commit details
    Browse the repository at this point in the history
  2. Add a link to contacts overview in sidebar

    Frédéric MOHIER committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    6b47937 View commit details
    Browse the repository at this point in the history
  3. Groups view improvements

    Fix small CSS/JS bugs
    In overview, groups are sorted ascending on name
    Frédéric MOHIER committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    3925a4f View commit details
    Browse the repository at this point in the history
  4. Element view improvements

    Some reordering of information in left panes ... after some reflexions
    and some users consulting
    Frédéric MOHIER committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    9e275b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Fix #69: UTF8 encoding for external commands

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    59162bb View commit details
    Browse the repository at this point in the history
  2. #76: commands view

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    28ca7e9 View commit details
    Browse the repository at this point in the history
  3. #75: timeperiods view

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    7197c74 View commit details
    Browse the repository at this point in the history
  4. Font Awesome, new version 4.1

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    9233132 View commit details
    Browse the repository at this point in the history
  5. Element view: alert for business rules

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    539ed04 View commit details
    Browse the repository at this point in the history
  6. Icons in sidebar menu

    Frédéric MOHIER committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    4f20312 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Remove unuseful bootstrap icons

    Frédéric MOHIER committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    3e899e7 View commit details
    Browse the repository at this point in the history
  2. #75: Detail timeperiods in pop over window

    Frédéric MOHIER committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    bb7b1c2 View commit details
    Browse the repository at this point in the history
  3. Host lookup match if pattern is contained

    Not only if hostname 'starts with' searched pattern
    Frédéric MOHIER committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    6e3ce66 View commit details
    Browse the repository at this point in the history
  4. Added comments and few cleanup

    Frédéric MOHIER committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    d384007 View commit details
    Browse the repository at this point in the history
  5. #74: contact view with notification ways

    Frédéric MOHIER committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    9c71a3f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Services tags search

    Frédéric MOHIER committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    b74d07a View commit details
    Browse the repository at this point in the history
  2. Contact view improvements:

    - display company logo and contact picture if exists
    - display contact tags
    - display contact links (hosts, services, groups)
    Frédéric MOHIER committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    f464483 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Prevent contact to be show by every one

    * Only admin user can show everybody
    * Standard user can only show itself
    lermit committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    baccd01 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    f94963a View commit details
    Browse the repository at this point in the history
  2. add missing import

    lermit committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    781be65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f504b View commit details
    Browse the repository at this point in the history
  4. Filter worldmap

    lermit committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    0575e45 View commit details
    Browse the repository at this point in the history
  5. Display correct username

    lermit committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    904d56f View commit details
    Browse the repository at this point in the history
  6. Allow widget to be saved

    lermit committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    66a8fed View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

  1. Configuration menu
    Copy the full SHA
    e8bcc95 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Merge pull request #77 from AddOnline/bs3

    Fix for non admin user
    Frescha committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    667e3b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

  1. Fix: Dropdown doesn't work for host with dot

    In the problems pan if a host have a dot in his name the dropdown does
    not work.
    In order to make this work we should not use any dot insight id value
    of the pannel-group. I've update the template in order to use
    current_problem_id instead of host_name.
    lermit committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    6548653 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Worldmap: fix typos

    Frédéric MOHIER committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    028db3f View commit details
    Browse the repository at this point in the history
  2. Add contact tags

    Frédéric MOHIER committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    5d1d1cd View commit details
    Browse the repository at this point in the history
  3. Add log for WebUI actions

    Frédéric MOHIER committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    9304cfe View commit details
    Browse the repository at this point in the history
  4. Contact name is not clickable for non admin

    Thanks to @lermit modifications, a small improvement ...
    Frédéric MOHIER committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    223183d View commit details
    Browse the repository at this point in the history
  5. Services tags filtered regarding user

    Thanks to @lermit who filtered hosts tags.
    Frédéric MOHIER committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    b57b21c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2014

  1. Merge pull request #78 from AddOnline/bs3

    Fix: Dropdown doesn't work for host with dot
    Frescha committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    aa89ff1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Filter hosts groups depending upon user

    Thanks to @lermit
    Frédéric MOHIER committed Nov 19, 2014
    1 Configuration menu
    Copy the full SHA
    f29fe80 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Configuration menu
    Copy the full SHA
    68b5e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0d2ef View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Merge pull request #109 from AddOnline/bs3-fix-remove-icon

    Fix: fa-remove no more exist in this FA version. Use fa-tash-o.
    Frescha committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    f0e95d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from AddOnline/bs3-expand-all

    Add: Collapse/Extand all button on problem page
    Frescha committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    c9bfe84 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. From master branch

    - modifications from master branch (config)
    - unix end of line in some files
    - typos
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    5de0f82 View commit details
    Browse the repository at this point in the history
  2. WebUI menu configuration

    Added a menu configuration file for WebUI ... the idea is to easily
    configure whether menu entries are presented or not
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    bd02522 View commit details
    Browse the repository at this point in the history
  3. Fix minemap double entries

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    28e2349 View commit details
    Browse the repository at this point in the history
  4. Dashboard is main page

    ... instead of problems.
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    f24e8a5 View commit details
    Browse the repository at this point in the history
  5. Worldmap - hosts filtering

    Allow to filter some hosts from the map (no localhost, no _fake hosts
    ...)
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    5580bc3 View commit details
    Browse the repository at this point in the history
  6. Fix minemap display error

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    1a72de6 View commit details
    Browse the repository at this point in the history
  7. Fix eltdetail timeperiod

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    823f836 View commit details
    Browse the repository at this point in the history
  8. Credits

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    a90be95 View commit details
    Browse the repository at this point in the history
  9. Fix pulsing image ize

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    9d22505 View commit details
    Browse the repository at this point in the history
  10. Clean system plugin

    - no more text on right side
    - clean widget view
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    3e3ad74 View commit details
    Browse the repository at this point in the history
  11. Clean Dashboard

    - upper icon links
    - text in badges
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    f55ea44 View commit details
    Browse the repository at this point in the history
  12. Add / fix functions in helper.py

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    accd0ef View commit details
    Browse the repository at this point in the history
  13. Add hosts filter in menu.cfg configuration

    The idea is to be able to filter some hosts for several plugins
    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    726224d View commit details
    Browse the repository at this point in the history
  14. Filter hosts in minemap

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    1bed090 View commit details
    Browse the repository at this point in the history
  15. Filter hosts in worldmap

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    6512469 View commit details
    Browse the repository at this point in the history
  16. Filter hosts in groups

    Frédéric MOHIER committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    4b3f79a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. Custom view for kiosk

    Specific view used to show information about IPM France kiosks ...
    Frédéric MOHIER committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    f8ee605 View commit details
    Browse the repository at this point in the history
  2. Web UI information in webui.cfg

    Add Web UI information (version, copyright, release notes) in webui.cfg
    to expose in About modal popup
    Frédéric MOHIER committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    8156e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. Fix eltdetail

    Frédéric MOHIER committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    e186674 View commit details
    Browse the repository at this point in the history
  2. Plugin loading logs

    Frédéric MOHIER committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    47a7129 View commit details
    Browse the repository at this point in the history
  3. Fix about popup for login

    Frédéric MOHIER committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    1aa2ab6 View commit details
    Browse the repository at this point in the history
  4. Fix contact error

    Frédéric MOHIER committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    923840a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Shinken IO plugin

    Frédéric MOHIER committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    5c9bac0 View commit details
    Browse the repository at this point in the history
  2. Make sidebar menu configurable

    Frédéric MOHIER committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    100382c View commit details
    Browse the repository at this point in the history
  3. Keep ordered list in config parameters

    Frédéric MOHIER committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    861db7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecb8cd2 View commit details
    Browse the repository at this point in the history
  5. Improve minemap/group navigation

    1/ minemap's breadcrumb is clickable
    2/ minemap's breadcrumb last item goes to detail view
    3/ detail view's breadcrumb last item goes to minemap
    Frédéric MOHIER committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    bbfffcb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Improve element view's breadcrumb

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    072ef59 View commit details
    Browse the repository at this point in the history
  2. Custom views - display ACK/DOWNTIME states

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    3f004e0 View commit details
    Browse the repository at this point in the history
  3. Fix dashboard currently display

    Currently page did not displayed if anonymous user is not declared ...
    even when a user is logged in !
    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    ea40fa6 View commit details
    Browse the repository at this point in the history
  4. Update jQuery and fix some JS errors

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    dcc1018 View commit details
    Browse the repository at this point in the history
  5. Update login form and fix JS error

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    0bb1cbf View commit details
    Browse the repository at this point in the history
  6. Fix ShinkenIO plugin bad url

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    5ebb5dd View commit details
    Browse the repository at this point in the history
  7. Widget id prefixed by worldmap

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    6b673bc View commit details
    Browse the repository at this point in the history
  8. Fix missing image

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    36d7e6e View commit details
    Browse the repository at this point in the history
  9. Add jQm css file

    Frédéric MOHIER committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    4fda7e9 View commit details
    Browse the repository at this point in the history
  10. Improve hosts/services groups readability

    Frédéric MOHIER committed Apr 8, 2015
    1 Configuration menu
    Copy the full SHA
    f3cfab6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Most recently tested version ...

    ... all plugins have not been fully tested !
    Frédéric MOHIER committed Apr 10, 2015
    1 Configuration menu
    Copy the full SHA
    b6ad47a View commit details
    Browse the repository at this point in the history
  2. BS3 user's guide, draft version

    Frédéric MOHIER committed Apr 10, 2015
    2 Configuration menu
    Copy the full SHA
    e2cab91 View commit details
    Browse the repository at this point in the history
  3. Fix image link

    mohierf committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    813a72a View commit details
    Browse the repository at this point in the history
  4. Update index.rst

    mohierf committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    69b7121 View commit details
    Browse the repository at this point in the history
  5. Update index.rst

    mohierf committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    96148f6 View commit details
    Browse the repository at this point in the history
  6. Doc as a markdown file

    Frédéric MOHIER committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    0835f66 View commit details
    Browse the repository at this point in the history
  7. Doc, release

    Frédéric MOHIER committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    1c8eff3 View commit details
    Browse the repository at this point in the history
  8. Doc release ...

    Frédéric MOHIER committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    aaeb8dc View commit details
    Browse the repository at this point in the history
  9. First doc version update

    Frédéric MOHIER committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    425b2d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Markdown update

    Frédéric MOHIER committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    ae7d2f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Implements support for gravatar

    Fixes #121
    t0xicCode committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    aaa9643 View commit details
    Browse the repository at this point in the history
  2. Removed passwords from logs

    Fixes #120
    t0xicCode committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    f20f56f View commit details
    Browse the repository at this point in the history
  3. Adds gravatars to contacts

    t0xicCode committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    f1f2428 View commit details
    Browse the repository at this point in the history
  4. Added forgotten quote

    t0xicCode committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    e218574 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Merge pull request #123 from OpenConceptConsulting/remove-passwords

    Removed passwords from logs
    mohierf committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    575350d View commit details
    Browse the repository at this point in the history
  2. Update requirements with pymongo

    Frédéric MOHIER committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    f31e3a9 View commit details
    Browse the repository at this point in the history
  3. Restrict tests to test dir

    Frédéric MOHIER committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    f0e3e31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #122 from OpenConceptConsulting/implement-gravatar

    Implements support for gravatar
    mohierf committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    61877db View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Refactored company/user logo

    - based upon Gravatar recent commits (thanks @t0xicCode)
    - default company and user logos
    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    f4bffe8 View commit details
    Browse the repository at this point in the history
  2. Missing file in previous commit

    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    72ca4c9 View commit details
    Browse the repository at this point in the history
  3. Fix sidebar not diplayed on small screens

    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    7884a08 View commit details
    Browse the repository at this point in the history
  4. Forgotten images

    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    41c49a1 View commit details
    Browse the repository at this point in the history
  5. Added methods for hosts/services tags in app

    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    fd1492e View commit details
    Browse the repository at this point in the history
  6. Worldmap improvements :

    - manage ACK hosts/services
    - improve pin / states colors
    Frédéric MOHIER committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    75cb001 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Small user's guide update

    Frédéric MOHIER committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    2df3bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Fix pymongo requirement

    t0xicCode committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    8cc17e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Improvements ...

    Frédéric MOHIER committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    23aea3f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Improved loading plugins logs

    Frédéric MOHIER committed May 1, 2015
    Configuration menu
    Copy the full SHA
    0da5297 View commit details
    Browse the repository at this point in the history
  2. Still some improvements

    Frédéric MOHIER committed May 1, 2015
    Configuration menu
    Copy the full SHA
    758a841 View commit details
    Browse the repository at this point in the history
  3. Logs for user login / authentication / logout

    Frédéric MOHIER committed May 1, 2015
    Configuration menu
    Copy the full SHA
    dfe5bac View commit details
    Browse the repository at this point in the history
  4. Make a menu items list ...

    ... idea is to know if a menu item is available
    Frédéric MOHIER committed May 1, 2015
    Configuration menu
    Copy the full SHA
    6434869 View commit details
    Browse the repository at this point in the history
  5. Host/service timeperiods

    - link to timeperiods page if available
    - popover timeperiod details
    Frédéric MOHIER committed May 1, 2015
    Configuration menu
    Copy the full SHA
    9927b7b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

  1. Element view ...

    ... some cleaning
    ... notification tab
    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    31bf84d View commit details
    Browse the repository at this point in the history
  2. Commands view : fix datamanager error ...

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    0662e59 View commit details
    Browse the repository at this point in the history
  3. Fix tags view error because of datamanager

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    43f791d View commit details
    Browse the repository at this point in the history
  4. Clean logs

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    0ec8364 View commit details
    Browse the repository at this point in the history
  5. Add a check for Ack services in services tab

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    beed74c View commit details
    Browse the repository at this point in the history
  6. Clean forms templates

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    3b49800 View commit details
    Browse the repository at this point in the history
  7. Review problems view

    - widgets look
    - allowdowntime schedule for filtered problems
    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    9b14b73 View commit details
    Browse the repository at this point in the history
  8. Review impacts widget

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    e5c7eaf View commit details
    Browse the repository at this point in the history
  9. New WebUI functions tp avoid datamanager ...

    ... interest is that host filtering (menu.cfg) is considered in those
    functions
    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    95d66b1 View commit details
    Browse the repository at this point in the history
  10. Menu.cfg withi filtering

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    4061089 View commit details
    Browse the repository at this point in the history
  11. Dashboard problems/impacts count

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    6a1ea64 View commit details
    Browse the repository at this point in the history
  12. Do not link to contacts if contacts menu is disabled

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    7afeb62 View commit details
    Browse the repository at this point in the history
  13. Log to Debug level instead of info

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    54a8e37 View commit details
    Browse the repository at this point in the history
  14. Review groups and tags

    Frédéric MOHIER committed May 2, 2015
    Configuration menu
    Copy the full SHA
    e0cb20e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request #126 from OpenConceptConsulting/fix-pymongo

    Fix pymongo requirement
    mohierf committed May 7, 2015
    Configuration menu
    Copy the full SHA
    a5c15bf View commit details
    Browse the repository at this point in the history
  2. Fix bookmarks refresh JS error

    Frédéric MOHIER committed May 7, 2015
    Configuration menu
    Copy the full SHA
    91fa5b0 View commit details
    Browse the repository at this point in the history
  3. Improve bookmarks creation from filters

    Frédéric MOHIER committed May 7, 2015
    Configuration menu
    Copy the full SHA
    5846e9e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Configuration menu
    Copy the full SHA
    a66b4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f212d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28bd073 View commit details
    Browse the repository at this point in the history
  4. Element view : tags in share dir first ...

    ... and then in static images dir
    mohierf committed May 10, 2015
    Configuration menu
    Copy the full SHA
    bdf577c View commit details
    Browse the repository at this point in the history