Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yesnomore/LDAP-Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SefazAS/LDAP-Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 109 files changed
  • 1 contributor

Commits on Feb 19, 2016

  1. Add new kind of search filters in the ldap library

    Update the model
    Add comments
    benkio committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    2382eb1 View commit details
    Browse the repository at this point in the history
  2. Add the LdapSearcher and ILdapSearcher

    Move the search method to ldap searcher
    Add new method to the main interface, ILdapManager
    Implemented all the parts
    Move the factory classes to new Folder
    Fix some tests problems
    
    TODO: add the test for the new functionality
    benkio committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    aa8fed1 View commit details
    Browse the repository at this point in the history
  3. Update packages

    Change List to IList in most of the interfaces
    Add null control to let the test pass
    Fix code coverage bat
    Generate code coverage
    Add new test for new features
    benkio committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    690df6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b44a106 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7db561e View commit details
    Browse the repository at this point in the history
  6. add tests for anonimous configurations, ctrl+c ctrl+v

    Update nuspec
    benkio committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    57c5b45 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Add new parameter for the connection timeout value in tests and docs.

    TODO: add it in the docs and make in optional
    benkio committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    695b6b2 View commit details
    Browse the repository at this point in the history
  2. Complete the implementation

    Update the model
    Add a test for the default value.
    benkio committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    22e014a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f11707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb32e5 View commit details
    Browse the repository at this point in the history
Loading