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: phacility/phabricator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: voldern/phabricator
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.
  • 11 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 11, 2012

  1. Made it possible to login using LDAP

    Espen Volden committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    5536ff7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2012

  1. Made it possible to link unlink LDAP accounts

    Espen Volden committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    61d14a3 View commit details
    Browse the repository at this point in the history
  2. Fixed indentation

    Espen Volden committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    7533495 View commit details
    Browse the repository at this point in the history
  3. Cleaned up code and removed some duplication

    Espen Volden committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    9398fb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2012

  1. Merged with origin

    Espen Volden committed Jun 13, 2012
    Configuration menu
    Copy the full SHA
    ea3bf19 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Merge branch 'master' of github.com:voldern/phabricator

    Espen Volden committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    91d866e View commit details
    Browse the repository at this point in the history
  2. When searching for a user before logging in use the DN from the retri…

    …ved user
    Espen Volden committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    b1d9b0f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2012

  1. <LDAP: If available use DN from previously retrieved user>

    Summary:
    When searching for a user before logging in use the DN from the retrived user.
    This allows you to use a less fine grained DN when searching for a user. For example dc=domain,dc=domain instead of ou=unit,dc=domain,dc=com.
    
    Test Plan: Tested on local install with ldap.search-first disabled and enabled.
    
    Reviewers: epriestley, yunake
    
    Reviewed By: epriestley
    
    CC: auduny, briancline, aran, Korvin
    
    Differential Revision: https://secure.phabricator.com/D3549
    Espen Volden committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    317a571 View commit details
    Browse the repository at this point in the history
  2. <LDAP: If available use DN from previously retrieved user>

    Summary:
    When searching for a user before logging in use the DN from the retrived user.
    This allows you to use a less fine grained DN when searching for a user. For example dc=domain,dc=domain instead of ou=unit,dc=domain,dc=com.
    
    Test Plan: Tested on local install with ldap.search-first disabled and enabled.
    
    Reviewers: epriestley, yunake
    
    Reviewed By: epriestley
    
    CC: auduny, briancline, aran, Korvin
    
    Differential Revision: https://secure.phabricator.com/D3549
    Espen Volden committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    0aa7b2c View commit details
    Browse the repository at this point in the history
  3. <LDAP: If available use DN from previously retrieved user>

    Summary:
    When searching for a user before logging in use the DN from the retrived user.
    This allows you to use a less fine grained DN when searching for a user. For example dc=domain,dc=domain instead of ou=unit,dc=domain,dc=com.
    
    Test Plan: Tested on local install with ldap.search-first disabled and enabled.
    
    Reviewers: epriestley, yunake
    
    Reviewed By: epriestley
    
    CC: auduny, briancline, aran, Korvin
    
    Differential Revision: https://secure.phabricator.com/D3549
    Espen Volden committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    3f04b59 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:voldern/phabricator

    Espen Volden committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    c538d01 View commit details
    Browse the repository at this point in the history
Loading