-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bb4cd5
commit ad7ce5c
Showing
3 changed files
with
18 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
Changelog | ||
========= | ||
|
||
Version 0.1 [unreleased] | ||
------------------------ | ||
Version 0.1.0 [2020-09-10] | ||
-------------------------- | ||
|
||
WIP | ||
- administration web interface | ||
- support for freeradius 3.0 | ||
- multi-tenancy | ||
- REST API | ||
- integration with rlm_rest module of freeradius | ||
- possibility of registering new users via API | ||
- social login support | ||
- mobile phone verification via SMS tokens | ||
- possibility to import users from CSV files | ||
- possibility to generate users for events | ||
- management commands and/or celery tasks to perform | ||
clean up operations and periodic tasks | ||
- possibility to extend the base classes and swap models | ||
to add custom functionality without changing the core code |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = (0, 1, 0, 'alpha') | ||
VERSION = (0, 1, 0, 'final') | ||
__version__ = VERSION # alias | ||
|
||
|
||
|