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
3abcbf20
Commit
3abcbf20
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
v1.0.0 release
parent
3e6a782c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+31
-0
31 additions, 0 deletions
CHANGELOG
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
33 additions
and
2 deletions
CHANGELOG
+
31
−
0
View file @
3abcbf20
uffd (1.0.0) unstable; urgency=medium
[ nd ]
* enable more pylint checks
* disable all checks for ldapalchemy and enable duplicate code check
* disable cuplicate-code check in pylint again
[ Julian Rother ]
* Fixed typo in German translation (#91)
* Made shell context more usable and cleaned up imports in __init__.py
[ nd ]
* refactor selfservice mail sending
[ Julian Rother ]
* Disabled unhelpful deprecation warnings for pytest
* Fixed minor html validity error in qr code generation
* Moved token generation to common module and introduced token_urlfriendly
* Implemented ordering for navbar items
* Added api endpoint for mail aliases
[ Sistason ]
* Updated translations readme, made some editorial translation changes and fixed some typos
[ Julian Rother ]
* Made devicelogin button text easier to understand, closes #91
* Fixed layout bug in selfservice introduced by 7b94843b
* Changed developing status to "production/stable"
-- root <root@runner-f9u6bnzu-project-27-concurrent-0> Fri, 13 Aug 2021 14:35:19 +0000
uffd (0.3.0) unstable; urgency=medium
[ nd ]
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
3abcbf20
...
...
@@ -8,13 +8,13 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup
(
name
=
'
uffd
'
,
version
=
os
.
environ
.
get
(
'
PACKAGE_VERSION
'
,
'
local
'
),
description
=
'
UserFerwaltungsFrontend:
Ldap based single sign on and user management web software
'
,
description
=
'
Ldap based single sign on and user management web software
'
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
url
=
'
https://git.cccv.de/uffd/uffd
'
,
classifiers
=
[
'
Programming Language :: Python :: 3
'
,
'
Development Status ::
4
-
Beta
'
,
'
Development Status ::
5
-
Production/Stable
'
,
'
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
'
,
'
Operating System :: OS Independent
'
,
'
Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment