Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rixx
uffd
Commits
89d106f6b9e809af8c9ed98aeedc8e35303407d5
Select Git revision
0 results
uffd
Author
Search by author
Any Author
authors
rixx
rixx
1 author
Apr 04, 2021
fixed password-hash-mocking and added user tests
· 89d106f6
sistason
authored
4 years ago
89d106f6
Apr 03, 2021
started with unittests, but stuck on a mock issue
· a363d4a1
sistason
authored
4 years ago
a363d4a1
Mar 15, 2021
test
· d8b17fcb
sistason
authored
4 years ago
d8b17fcb
LDAP mocking needs to be dran gedacht
· 0aaa56ec
sistason
authored
4 years ago
0aaa56ec
make the imports better
· 66148150
sistason
authored
4 years ago
66148150
Mar 14, 2021
cosmetics and reorganized imports more efficiently
· 0de9e6e5
sistason
authored
4 years ago
0de9e6e5
Merge remote-tracking branch 'remotes/origin/master' into ldap_user_conn
· c62b671c
sistason
authored
4 years ago
c62b671c
prepare merge to main branch
· 513f76f9
sistason
authored
4 years ago
513f76f9
ordentlich machen nach rücksprache
· 83612f69
sistason
authored
4 years ago
83612f69
Invite links for user registration and role grants (!20)
· 5ce04185
Julian
authored
4 years ago
5ce04185
Mar 13, 2021
Update ldap.py to ignore PEP8
· 9b5df692
sistason
authored
4 years ago
9b5df692
when using connect_and_bind_to_ldap directly, handle the LDAPBINDError
· 8f54d50c
sistason
authored
4 years ago
8f54d50c
Mar 10, 2021
making linter happy
· 8faa75d5
sistason
authored
4 years ago
8faa75d5
since we only check on hasattr(request, ldap_connection), we must not
· ca40cd31
sistason
authored
4 years ago
ca40cd31
Mar 09, 2021
If LDAP_SERVICE_BIND_DN is empty, use the current users credentials for
· 04078ce1
sistason
authored
4 years ago
04078ce1
Feb 27, 2021
Implemented self-signup
· e731dca3
Julian
authored
4 years ago
e731dca3
Feb 26, 2021
do not display none if description is unset
· 8b3e082f
nd
authored
4 years ago
8b3e082f
cache ldap connection in request
· f43bc6cd
nd
authored
4 years ago
f43bc6cd
use db_members instead of mapped ldap members
· b9ccfd55
nd
authored
4 years ago
b9ccfd55
Readded table name for role mappings
· 78edb0c2
Julian
authored
4 years ago
78edb0c2
Feb 25, 2021
Made LDAP_USER_DEFAULT_ATTRIBUTES actually behave like defaults
· 5af9e9df
Julian
authored
4 years ago
5af9e9df
Refactored processing of LDAP_USER_DEFAULT_ATTRIBUTES
· 8fc5a7d5
Julian
authored
4 years ago
8fc5a7d5
Readded ldap starttls support after accidentally removing it in
a721ff1b
· de62f54d
Julian
authored
4 years ago
de62f54d
Feb 23, 2021
Removed User.ldif
· 997f3a65
Julian
authored
4 years ago
997f3a65
Made all ldap parameters configurable
· cec51a3d
Julian
authored
4 years ago
cec51a3d
Implemented flask-sqlalchemy-style query functions and refactored code with them
· 72092da6
Julian
authored
4 years ago
72092da6
Replace custom code with ldapalchemys 1-n-relationships
· 72c20107
Julian
authored
4 years ago
72c20107
Merge branch 'master' into ldap-orm
· a721ff1b
Julian
authored
4 years ago
a721ff1b
Moved ldap_mapper to seperate repository
· 24389d21
Julian
authored
4 years ago
24389d21
Fixed relationship set and objectClass attribute handling for session.add
· fa63b4ac
Julian
authored
4 years ago
fa63b4ac
Replace old ldap mapper code
· 9a0699fb
Julian
authored
4 years ago
9a0699fb
Ported uffd code to new ldap mapper
· f3309621
Julian
authored
4 years ago
f3309621
Feb 22, 2021
Added default parameter
· 5bebfb45
Julian
authored
4 years ago
5bebfb45
Updated init code
· 847d9abe
Julian
authored
4 years ago
847d9abe
Implemented db relationship
· 55be24c2
Julian
authored
4 years ago
55be24c2
Implemented relationships
· 50a326d6
Julian
authored
4 years ago
50a326d6
Refactored attributes
· e319a8bd
Julian
authored
4 years ago
e319a8bd
Made low-level search functions fully honor local objects
· 9aaf5e60
Julian
authored
4 years ago
9aaf5e60
Fixed that attrdel raises ValueErrors for values that are not present
· 3a3594db
Julian
authored
4 years ago
3a3594db
Feb 21, 2021
Implemented high-level Session, Model and Attribute
· d0fd1d23
Julian
authored
4 years ago
d0fd1d23
Loading