mirror of
https://github.com/simple-login/app.git
synced 2025-10-08 14:34:13 +08:00
update changelog
This commit is contained in:
parent
bf596280e4
commit
bee648b6b5
2 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
Make FIDO available
|
||||||
|
Fix "remove the reverse-alias" when replying
|
||||||
|
Update GET /mailboxes
|
||||||
|
Create POST /api/v3/alias/custom/new
|
||||||
|
Add PGP for contact
|
||||||
|
|
||||||
## [3.1.1] - 2020-05-27
|
## [3.1.1] - 2020-05-27
|
||||||
Fix alias creation
|
Fix alias creation
|
||||||
|
|
4
cron.py
4
cron.py
|
@ -269,7 +269,9 @@ nb_app: {stats_today.nb_app} - {increase_percent(stats_yesterday.nb_app, stats_t
|
||||||
|
|
||||||
|
|
||||||
def sanity_check():
|
def sanity_check():
|
||||||
"""Different sanity checks
|
"""
|
||||||
|
#TODO: investigate why DNS sometimes not working
|
||||||
|
Different sanity checks
|
||||||
- detect if there's mailbox that's using a invalid domain
|
- detect if there's mailbox that's using a invalid domain
|
||||||
"""
|
"""
|
||||||
for mailbox in Mailbox.filter_by(verified=True).all():
|
for mailbox in Mailbox.filter_by(verified=True).all():
|
||||||
|
|
Loading…
Add table
Reference in a new issue