Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-07-18 | Add localization support. | Birte Kristina Friesel | -4/+6 | |
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-12-09 | login: Add a 'registration disabled' hint if registration is disabled | Birte Kristina Friesel | -0/+7 | |
2023-07-07 | move footer to layout1.32.10 | Birte Kristina Friesel | -2/+0 | |
2023-06-09 | login form: add hint about pages being only visibile after login | Derf Null | -0/+9 | |
2023-03-31 | login: verify username patterns1.30.10 | Derf Null | -1/+1 | |
2019-05-16 | Further color improvements | marudor | -5/+5 | |
2019-04-30 | show imprint/privacy/version on all public-facing pages1.0 | Daniel Friesel | -0/+2 | |
2019-04-30 | Move invalid input errors into common sub-template | Daniel Friesel | -27/+1 | |
2019-04-29 | Add password reset functionality | Daniel Friesel | -0/+11 | |
Closes #5 | ||||
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -30/+28 | |
2019-03-10 | oops | Daniel Friesel | -1/+1 | |
2019-03-10 | redirect users after login to protected page | Daniel Friesel | -0/+3 | |
2019-03-09 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -2/+6 | |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -2/+2 | |
2019-03-08 | Logout: Use a POST form as it's a stateful action | Daniel Friesel | -1/+7 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -2/+2 | |
2019-03-06 | working registration and verification | Daniel Friesel | -1/+25 | |
2019-03-05 | enable form validation for login page | Daniel Friesel | -2/+2 | |
2019-03-04 | Use proper Mojolicious input fields (-> no need to re-type everything on errors) | Daniel Friesel | -2/+2 | |
2019-03-03 | add logout link | Daniel Friesel | -0/+16 | |
2019-03-02 | implement user/password/csrf checks for login form | Daniel Friesel | -8/+44 | |
2019-02-22 | prepare account support | Daniel Friesel | -0/+18 | |