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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Luca (strifel)
uffd
Commits
f346dc9d10a5e7bd214ca019f281e67ef03c776b
Select Git revision
Branches
14
claims-in-idtoke
master
default
protected
jwt_encode_inconsistencies
recovery-code-pwhash
incremental-sync
redis-rate-limits
typehints
v1.2.x
v1.x.x
v1.1.x
feature_invite_validuntil_minmax
Dockerfile
v1.0.x
roles-recursive-cte
Tags
18
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.2.0
v1.1.2
v1.1.1
v1.0.2
v1.1.0
v1.0.1
v1.0.0
v0.3.0
v0.2.0
v0.1.5
v0.1.4
v0.1.2
32 results
uffd
Author
Search by author
Any Author
authors
Luca (strifel)
strifel
1 author
Sep 29, 2021
CI: Pin pylint major and minor versions
· f346dc9d
c-tim
authored
3 years ago
f346dc9d
Sep 13, 2021
Release v1.1.1
· c5b46c6c
Julian
authored
3 years ago
View commits for tag v1.1.1
v1.1.1
c5b46c6c
Verify 2FA recovery codes and TOTP codes in constant-time
· 0eade94e
Julian
authored
3 years ago
0eade94e
Fix regression: OAuth2 token endpoint does not support Basic-Auth
· 9df1fa33
Julian
authored
3 years ago
9df1fa33
Fix regression: OAuth2 authorize endpoint rejects empty scope parameter
· eba71ac7
Julian
authored
3 years ago
eba71ac7
Release v1.1.0
· c07193c6
Julian
authored
3 years ago
View commits for tag v1.1.0
v1.1.0
c07193c6
Auto-generate SECRET_KEY in Debian package, minor improvement of uffd-admin
· 126f1659
Julian
authored
3 years ago
126f1659
Add Debian repo signing key and install instructions
· e34b87db
Julian
authored
3 years ago
e34b87db
Refactor migrations to support MySQL/MariaDB
· ff54b4a6
Julian
authored
3 years ago
ff54b4a6
CI check for CHANGELOG on release
· dfd1e506
Julian
authored
3 years ago
dfd1e506
Sep 12, 2021
fix(migrations): Calculate correct path for migrations instead of assuming cwd
· 6ffd3ef3
c-tim
authored
3 years ago
6ffd3ef3
fix(uffd-admin): Fix bug with util-linux fallback path
· f91df76b
c-tim
authored
3 years ago
f91df76b
Sep 11, 2021
Publish Debian packages to packages.cccv.de
· 9d00cbeb
Julian
authored
3 years ago
9d00cbeb
Sep 10, 2021
Add CI tests for Bullseye and fix remaining compatability issues
· 9806d8e1
Julian
authored
3 years ago
9806d8e1
Explain OAuth2 code/token customization hack
· 482727be
Julian
authored
3 years ago
482727be
Verify api keys in constant-time
· 0a78b45e
Julian
authored
3 years ago
0a78b45e
Verify signup link secrets in constant-time
· 32e40c47
Julian
authored
3 years ago
32e40c47
Verify selfservice link secrets in constant-time
· c9873e4c
Julian
authored
3 years ago
c9873e4c
Verify invite link secrets in constant-time
· 42338bd0
Julian
authored
3 years ago
42338bd0
Verify OAuth2 codes/tokens in constant-time
· 9bfd6f81
Julian
authored
3 years ago
9bfd6f81
Fix debian package dependency on python3-oauthlib
· 7d472944
Julian
authored
3 years ago
7d472944
Sep 08, 2021
Properly rollback db transaction in db_flush (tests)
· edd9eb43
Julian
authored
3 years ago
edd9eb43
Support for python3-werkzeug v1.0.x (Debian Bullseye)
· cc0a9df1
Julian
authored
3 years ago
cc0a9df1
Sep 07, 2021
Support for python3-fido2 v0.9.x (Debian Bullseye)
· 565b05bb
Julian
authored
3 years ago
565b05bb
Sep 06, 2021
Handle if user referenced in session does not exist
· caf09ca2
Julian
authored
3 years ago
caf09ca2
Sep 05, 2021
Refactor base template and add narrow base template
· 12b0ea3d
Julian
authored
3 years ago
12b0ea3d
Refactor permission checking and differenciate login and selfservice access
· e6df5bbe
Julian
authored
3 years ago
e6df5bbe
Sep 04, 2021
Make sure that users can only confirm their own verification tokens
· bf72b10d
Julian
authored
3 years ago
bf72b10d
Removed TestUserViewsOLUserAsUser test cases
· 0212237e
Julian
authored
3 years ago
0212237e
Fix HTML element id construction in role view
· 234922f8
Julian
authored
3 years ago
234922f8
Dedicated error page for permission errors
· 2d0ed84b
Julian
authored
3 years ago
2d0ed84b
Display per-client-customizable message on login page
· 02454f5b
Julian
authored
3 years ago
02454f5b
Don't display login page if user is already logged in
· 6fc1fca3
Julian
authored
3 years ago
6fc1fca3
Sep 02, 2021
Fix for
45d4598e
(Replace flask_oauthlib with plain oauthlib)
· 883301c8
Julian
authored
3 years ago
883301c8
Replace flask_oauthlib with plain oauthlib
· 45d4598e
Julian
authored
3 years ago
45d4598e
Aug 30, 2021
Restrict password alphabet to SASLprep-safe ASCII subset
· cb2d7f35
Julian
authored
3 years ago
cb2d7f35
Catch LDAPSASLPrepError on login
· 3f6a67ea
Julian
authored
3 years ago
3f6a67ea
Aug 14, 2021
Switched tests from tmpfile to in-memory databases
· 9d2a7289
Julian
authored
3 years ago
9d2a7289
Aug 13, 2021
v1.0.0 release
· 3abcbf20
Julian
authored
3 years ago
View commits for tag v1.0.0
v1.0.0
3abcbf20
Fixed layout bug in selfservice introduced by
7b94843b
· 3e6a782c
Julian
authored
3 years ago
3e6a782c
Loading