Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-07-18 | Add localization support. | Birte Kristina Friesel | -9/+9 | |
Right now, only two languages are supported, and only a fraction of strings are already translated. There's also quite a bunch of todos left where strings are assembled in the Model, which has no access to localization functions. But that's something for iterative refinement over the next months, and (especially when it comes to adding languages and translation strings to templates) merge requests. Squashed commit of the following: commit 67d756f3bd167003907c8357126630dd7c1a3cfa Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 19:53:56 2025 +0200 more translations commit 8cb0d65e70e42180419a5dd7634d332e65488dd4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 18:54:12 2025 +0200 sme more translations commit ff12f010380914f9461966f2ef8ac6b303712ee4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 18:53:31 2025 +0200 Add language selection to account page commit 9bf27132cbf2f87bca5af564914d96a57045ecc1 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:42:28 2025 +0200 Translate footer components commit 90c2c6505e933848268ed9c5bbe21e0b459cd72a Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:16:50 2025 +0200 Use Accept-Language header if user has no preferred languages commit 814cb4a4dd4017606829ecc6b6c70822bf52a30e Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 16:11:19 2025 +0200 Add list of preferred languages to user settings commit 731b789855914cb94ec091604e32aa68a678404a Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Fri Jul 18 15:33:42 2025 +0200 Localization with Locale::Maketext WiP, no suitable foundation for merge requests yet. Still todo: * override Accept-Language header via account settings * Adjust all the templates and frontend javascript Related to #223 | ||||
2024-11-01 | fix typo in "Nutzungsbedingungen" | Jyrki Gadinger | -1/+1 | |
2024-10-16 | Add terms of service andpoint; reference it from registration and login forms | Birte Kristina Friesel | -0/+5 | |
2023-07-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -2/+0 | |
2022-11-21 | registration page: accounts will be notified before inactivity deletion | Daniel Friesel | -6/+8 | |
2022-03-07 | limit password length to 10000 characters | Daniel Friesel | -2/+2 | |
that should be sufficient… | ||||
2021-04-20 | attempt to prevent registration spam1.19.11 | Daniel Friesel | -0/+1 | |
2019-04-30 | show imprint/privacy/version on all public-facing pages1.0 | Daniel Friesel | -0/+2 | |
2019-04-30 | Implement deletion of inactive accounts | Daniel Friesel | -1/+1 | |
2019-04-30 | Move invalid input errors into common sub-template | Daniel Friesel | -59/+1 | |
2019-04-02 | register: Explicitly state that the account was not created | Daniel Friesel | -1/+2 | |
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -37/+35 | |
2019-03-11 | Allow two regstration attempts per mail | Daniel Friesel | -0/+5 | |
2019-03-09 | registration form: note that user name must be alphanumeric | Daniel Friesel | -1/+1 | |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -3/+3 | |
2019-03-08 | do not allow multiple pending registrations for one mail0.05 | Daniel Friesel | -1/+1 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -2/+2 | |
2019-03-06 | working registration and verification | Daniel Friesel | -0/+4 | |
2019-03-05 | register: Add simple client-side validation | Daniel Friesel | -4/+4 | |
2019-03-05 | registration: more error handling | Daniel Friesel | -9/+42 | |
2019-03-04 | Use proper Mojolicious input fields (-> no need to re-type everything on errors) | Daniel Friesel | -4/+4 | |
2019-03-04 | prepare registration support | Daniel Friesel | -4/+30 | |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -0/+16 | |
2019-02-22 | prepare account support | Daniel Friesel | -0/+38 | |