-
Notifications
You must be signed in to change notification settings - Fork 37
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
ldap provider #166
Draft
metallkopf
wants to merge
29
commits into
redimp:main
Choose a base branch
from
metallkopf:ldap
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ldap provider #166
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8841350
base implementation
metallkopf f28ee27
add defaults
metallkopf 3c8e496
simple tests
metallkopf 9e53b1a
feat: added openldap to -slim image
redimp 3c8ff78
fixup
redimp 55ecec7
wip: added debug output
redimp 6804d68
added example to test ldap
redimp b322c65
patch ldap docker
metallkopf 67d0a82
auth_examples/ldap: fixed SECRET_KEY for easier testing
redimp 5ec93a3
fix: user add/edit stores the provider in the database
redimp 34d6769
auto register ldap users on login
metallkopf 8118ed3
auto register test
metallkopf 2f96664
chore: make sure tox installs the dev environment (to get fakeldap)
redimp 615c511
docs: added README to ldap-auth exmaple, enabled register on login
redimp 62e8f0d
docu: Update helm readme to use right helm repository URL
aaa4ab1
feat: added option to add line numbers to code blocks
redimp 11d3b5b
chore(deps): bump jinja2 from 3.1.4 to 3.1.5
dependabot[bot] cb4cab4
feat: added database migration
redimp 37fc2cd
added mtime(filename): return modification datetime of file
redimp 4bac818
added Cache to models
redimp 923a0b1
chore: ignore settings with wildcards
redimp 98980cc
fix: word-break n the sidebar optimized. Do not break the ::before el…
redimp 634cec8
test: added some tests to the wiki link compatibility mode
redimp f596585
chore: reworked parse_wikilink
redimp 89448e4
chore(deps): updated mermaidjs to 11.4.1
redimp 44f8bf3
feat: added some responsiveness to the sidebar
redimp ffecd35
base implementation
metallkopf 54b475c
feat: added database migration
redimp 9645271
fixup: merge error
redimp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this addition was producing an error on my end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Juste tested this on the resent commit 615c511 adding a User works as expected. Can ypu please try to reproduce the error?