| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix item toggle HEAD master | Christian Krinitsin | 2025-09-17 | 2 | -1/+3 |
| * | update .gitignore | Christian Krinitsin | 2025-06-08 | 1 | -1/+1 |
| * | fix password_length check | Christian Krinitsin | 2025-04-25 | 1 | -1/+1 |
| * | add a password confirm field | Christian Krinitsin | 2025-04-25 | 2 | -9/+21 |
| * | fix base_path | Christian Krinitsin | 2025-04-25 | 2 | -12/+12 |
| * | Authentication (#1) | ckrinitsin | 2025-04-24 | 9 | -23/+701 |
| * | add autofocus on the input field and add a delete-confirmation prompt | Christian Krinitsin | 2025-04-21 | 1 | -2/+2 |
| * | add a base_path environment variable | Christian Krinitsin | 2025-04-21 | 2 | -9/+19 |
| * | fix app routing | Christian Krinitsin | 2025-04-21 | 1 | -3/+3 |
| * | change name to shopping-list | Christian Krinitsin | 2025-04-21 | 3 | -4/+4 |
| * | entries are loaded in a sorted way | Christian Krinitsin | 2025-04-21 | 1 | -0/+1 |
| * | add all basic requests | Christian Krinitsin | 2025-04-21 | 3 | -14/+69 |
| * | create needed requests and add them to the template.html | Christian Krinitsin | 2025-04-21 | 3 | -10/+34 |
| * | adjust html-template with redirects to create and delete | Christian Krinitsin | 2025-04-20 | 2 | -52/+22 |
| * | creates connection to database | Christian Krinitsin | 2025-04-20 | 2 | -0/+33 |
| * | add database modules (gorm.io with sqlite) | Christian Krinitsin | 2025-04-20 | 2 | -0/+15 |
| * | add basic template, shopping list website and a health check | Christian Krinitsin | 2025-04-20 | 3 | -3/+253 |
| * | init | Christian Krinitsin | 2025-04-17 | 3 | -0/+125 |