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

✨ Allow list of LDAP servers #35

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from

Commits on Mar 13, 2020

  1. 📝 Update README

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e66b623 View commit details
    Browse the repository at this point in the history
  2. ✨ Add implementation with allow multiplies

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    29a27c7 View commit details
    Browse the repository at this point in the history
  3. ♻️ Create dict instead of list

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    30e3acf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. ♻️ remarks from review

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    27f4e15 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. ♻️ Insert part of code in one function

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0d0b6cb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. 🐳 Add docker from another pull request

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    e325419 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. 🐛 Fix bug with always None connection

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    2b40f10 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. 🐛 Fix way to downloading libraries in pip

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4df8f45 View commit details
    Browse the repository at this point in the history
  2. 💄 Add server n3

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f08f9ae View commit details
    Browse the repository at this point in the history
  3. 🐛 Return send_register_email function

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0fe9665 View commit details
    Browse the repository at this point in the history
  4. ✨ Automatically creation of package

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4ff923d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. 🐳 Docker/add docker compose (#36)

    * 🐳 Add docker-compose.yml
    
    Signed-off-by: Emil <[email protected]>
    
    * :burn: Remove .idea folder
    
    * 🐳 Copy application to pip3 folder
    
    * 🐛 Fix error with copy files
    
    * 🐛 Remove unnecessary ls
    
    * ♻️ Fix all remarks
    
    * 🔥 Remove github and gitlab
    
    Signed-off-by: Emil <[email protected]>
    
    * 🔊 Add logs for gunicorn
    
    Signed-off-by: Emil <[email protected]>
    
    * 🔥 Remove Unnecessary variables
    
    * 🔧 Add another variables in docker-compose
    
    Signed-off-by: Emil <[email protected]>
    
    * ⏪ Restore empty line
    
    * 🎨 Format local.py file
    
    * ✨ Add mailcatcher
    
    Signed-off-by: Emil <[email protected]>
    
    * ✨ Add osixia
    
    Signed-off-by: Emil <[email protected]>
    
    * 🙈 Update .gitignore
    
    Signed-off-by: Emil <[email protected]>
    
    Co-authored-by: Mathieu Brunot <[email protected]>
    AminovE99 and madmath03 authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7cf1e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. 🔥 Remove sys package

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5254dba View commit details
    Browse the repository at this point in the history
  2. 🔊 Add info in messages

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d72eb90 View commit details
    Browse the repository at this point in the history
  3. 🔊 Change logs

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9b59332 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474a9a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. 🐛 Fix bug with whl file

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    9b01d78 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. :move: Remove unnecessary logs

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    55844b9 View commit details
    Browse the repository at this point in the history
  2. 🐛 Resolve notes from review

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3c39681 View commit details
    Browse the repository at this point in the history
  3. ✨ Add testing connection

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6dd2386 View commit details
    Browse the repository at this point in the history
  4. ✨ Add flush

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    88c1418 View commit details
    Browse the repository at this point in the history
  5. 🎨 Remove unnesserary comments

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1158991 View commit details
    Browse the repository at this point in the history
  6. 🎨 remove prints

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1d331a5 View commit details
    Browse the repository at this point in the history
  7. 🎨 Add blank lines

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    43d8f44 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. ✨ Add mailcatcher

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    00314a7 View commit details
    Browse the repository at this point in the history
  2. 🐛 Add domain variable

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a7ec6c7 View commit details
    Browse the repository at this point in the history
  3. ✨ Add openldap configuration

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    179fbb5 View commit details
    Browse the repository at this point in the history
  4. ✨ Add env file

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    29f2ac8 View commit details
    Browse the repository at this point in the history
  5. 🙈 Remove .env from .gitignore

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d4416d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. 🔧 Add ldif files for LDAP

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    8c43000 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. 🔧 Add debug true

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9d39c39 View commit details
    Browse the repository at this point in the history
  2. 🚚 Rename container openldap

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0fcb2c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. ♻️ Tested list of ldap servers

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6056df4 View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove print from connectors.py

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    cbbc51b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. 🐛 Remove variable from connector

    Signed-off-by: Emil <[email protected]>
    AminovE99 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    dbba0b7 View commit details
    Browse the repository at this point in the history