Code Monkey home page Code Monkey logo

pike's People

Contributors

argherna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pike's Issues

Externalize web artifacts from the code

Web artifacts like HTML, CSS and JS should be externalized to their own static files. The code should be able to load these assets internally from the archive and render them correctly. This issue is just about getting hard-coded strings out of the code into their own files and building a sensible way to load and render them.

README needs better information

The project intent should be described in the README as this being a developer tool. You shouldn't use this as a production administrator tool beyond 1 user (or a small development team).

The roadmap item Ability to specify an RDN to the orginal base should be changed to Ability to specify an RDN to the original base in a text box on a page

Server shutdown log message reports wrong class name when removing context

The server shutdown log messages look like this:

INFO: Removing HttpContextImpl:/dir

The HttpContextImpl class name is not intended to be reported, but instead the simple class name for the HttpHandler class:

INFO: Removing RecordViewHandler:/dir

This clearly indicates that the handler is being taken out of service better than a generic class name for the HttpContext.

Change record path to /dir/record/rdn

The path /dir/record/base doesn't make that much sense when you think about what the matrix parameter is specifying. Changing base to rdn makes more sense.

Users should be able to set the search scope

A user ought to be able to set the ldap search scope on a request if desired. For example, a subtree search for group members could look like this:

/dir/record/rdn;ou=myapp;ou=Applications?filter=%28member%3D%2A%29&scope=subtree

This feature should be added with the following in mind:

  • scope is an optional parameter defaulting to subtree
  • invalid scope values should return an HTTP status of 400

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.