Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-20 | change default email | Daniel Schadt | |
2022-11-17 | initial support for proxying OSM tiles | Daniel Schadt | |
2022-07-18 | implement image upload | Daniel Schadt | |
2022-07-07 | wire jinja2 filters in code | Daniel 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-02 | add a locale negotiator that uses Accept-Language | Daniel Schadt | |
2022-07-01 | implement account registration | Daniel Schadt | |
2022-07-01 | use locale-aware datetime formatting | Daniel Schadt | |
2022-07-01 | implement client-side validation of password field | Daniel Schadt | |
2022-07-01 | implement password reset tokens | Daniel Schadt | |
2022-06-30 | use properly localized decimal separators | Daniel Schadt | |
2022-06-28 | Initial commit | Daniel Schadt | |