canaille-globuzma/CHANGES.rst

49 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2020-11-06 10:44:25 +00:00
All notable changes to this project will be documented in this file.
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>`_.
[Unreleased]
============
Added
*****
- Login page is responsive. :issue:`1`
- Adapt mobile keyboards to login page fields. :issue:`2`
- Password recovery interface. :issue:`3`
- User profile interface. :issue:`4`
- Renamed the project *canaille*. :issue:`5`
- Command to remove old tokens. :issue:`17`
- Improved password recovery email. :issue:`14` :issue:`26`
- Use flask `SERVER_NAME` configuration variable instead of `URL`. :issue:`24`
- Improved consents page. :issue:`27`
- Admin user page. :issue:`8`
- Project logo. :pr:`29`
- User account self-deletion can be enabled in the configuration with `SELF_DELETION`. :issue:`35`
2020-12-11 12:02:44 +00:00
- Admins can impersonate users. :issue:`39`
- Forgotten page UX improvement. :pr:`43`
2020-11-23 16:32:40 +00:00
- Admins can remove clients. :pr:`45`
2021-01-01 14:00:05 +00:00
- Option `HIDE_INVALID_LOGIN` that can be unactivated to let the user know if
the login he attempt to sign in with exists or not. :pr:`48`
2020-11-06 10:44:25 +00:00
Fixed
*****
- Form translations. :issue:`19` :issue:`23`
- Avoid to use Google Fonts. :issue:`21`
Removed
*******
- 'My tokens' page. :issue:`22`
[0.0.1] - 2020-10-21
====================
Added
*****
- Initial release.