Git Product home page Git Product logo

sama's Issues

Use background thread for notification dispatching

The current notification dispatcher is using existing thread(s) for sending out notifications, which can be problematic if remote servers take too long to respond. Move notifications to a background thread.

Fix user link when logged in via LDAP

When logged in via LDAP, the link on top with the text "Hello [user]!" that goes to /Account/Edit ends up with a 404 because the user isn't recognized by the system.

This behavior needs to be modified to display an appropriate message when this situation occurs, while keeping the 404 behavior for true user-not-found scenarios.

Editing endpoints doesn't always save correctly

Repro steps:

  1. Edit an existing HTTP endpoint
  2. Enter "asdf" in SSL certificate field
  3. Click save to see error
  4. Remove "asdf" and change URL instead
  5. Click save

Expected: URL is changed

Actual: URL remains the same

Improve homepage visuals

The main (home) page, which has the endpoints on a green/gray/red background, isn't the prettiest. It should look more professional.

False positive/negative notifications

Disabling an endpoint while it is being checked results in an extraneous notification when the check is complete. This problem is exacerbated by retry sleep, making it very easy to get into this state when the sleep value and/or retry count is high.

Allow default and custom cert validation

Currently, certificate validation is disabled for HTTPS endpoints and for LDAP authentication. Validation must be made configurable for both of these functions.

Certificate validation should be allowed to be processed using system defaults, using custom logic (perhaps a PEM-encoded certificate), and to be disabled entirely.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.