aboutsummaryrefslogtreecommitdiff
path: root/development.ini
AgeCommit message (Collapse)Author
2022-11-17initial support for proxying OSM tilesDaniel Schadt
2022-07-18implement image uploadDaniel Schadt
2022-07-07wire jinja2 filters in codeDaniel Schadt
Those things are not really a configuration thing that changes, rather they are part of how the code of the application works. As such, it doesn't make too much sense to require those configuration values. Instead, we now add those filters programatically. This also ensures that the filters are the same between development, production and testing environment.
2022-07-02add a locale negotiator that uses Accept-LanguageDaniel Schadt
2022-07-01implement account registrationDaniel Schadt
2022-07-01use locale-aware datetime formattingDaniel Schadt
2022-07-01implement client-side validation of password fieldDaniel Schadt
2022-07-01implement password reset tokensDaniel Schadt
2022-06-30use properly localized decimal separatorsDaniel Schadt
2022-06-28Initial commitDaniel Schadt