Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug | Philip Sargent | 2025-01-23 | 1 | -1/+1 |
| | |||||
* | New User registration form | Philip Sargent | 2025-01-23 | 5 | -38/+173 |
| | |||||
* | bugfix | Philip Sargent | 2025-01-22 | 1 | -2/+2 |
| | |||||
* | password reset via encrypted token by email | Philip Sargent | 2025-01-22 | 5 | -22/+53 |
| | |||||
* | tidied login and control panel pages | Philip Sargent | 2025-01-22 | 4 | -12/+20 |
| | |||||
* | typo | Philip Sargent | 2025-01-22 | 1 | -2/+2 |
| | |||||
* | oops bug | Philip Sargent | 2025-01-21 | 1 | -3/+2 |
| | |||||
* | Model change: add 1:1 link Person:User | Philip Sargent | 2025-01-21 | 2 | -4/+13 |
| | |||||
* | ensure anonymous before changing registration | Philip Sargent | 2025-01-21 | 3 | -7/+22 |
| | |||||
* | now saves encrypted file after new registration. | Philip Sargent | 2025-01-21 | 3 | -32/+64 |
| | |||||
* | add 'users' phase into database re-import | Philip Sargent | 2025-01-21 | 1 | -1/+2 |
| | |||||
* | new fomatting on form | Philip Sargent | 2025-01-21 | 1 | -8/+22 |
| | |||||
* | remove mention of CaveSlug class | Philip Sargent | 2025-01-21 | 1 | -3/+3 |
| | |||||
* | more explanation | Philip Sargent | 2025-01-21 | 1 | -1/+1 |
| | |||||
* | fix bad warning message | Philip Sargent | 2025-01-21 | 1 | -2/+3 |
| | |||||
* | extend cookie timeout to 2 years | Philip Sargent | 2025-01-21 | 1 | -4/+6 |
| | |||||
* | Loads and resaves same file. Round trip working. | Philip Sargent | 2025-01-21 | 2 | -15/+29 |
| | |||||
* | Registering existing and new users works, but is ephemeral. | Philip Sargent | 2025-01-21 | 4 | -24/+92 |
| | |||||
* | infelicities | Philip Sargent | 2025-01-20 | 2 | -2/+3 |
| | |||||
* | form now working with basic validation | Philip Sargent | 2025-01-20 | 4 | -17/+63 |
| | |||||
* | re-order names | Philip Sargent | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | user registration pages | Philip Sargent | 2025-01-20 | 7 | -21/+122 |
| | |||||
* | gethostname | Philip Sargent | 2025-01-20 | 1 | -4/+8 |
| | |||||
* | new page listing people's ids | Philip Sargent | 2025-01-20 | 2 | -0/+45 |
| | |||||
* | generated to-do lists updated | Philip Sargent | 2025-01-20 | 3 | -16/+29 |
| | |||||
* | cleanup | Philip Sargent | 2025-01-20 | 1 | -1/+0 |
| | |||||
* | include users module in calc. | Philip Sargent | 2025-01-20 | 1 | -2/+0 |
| | |||||
* | split out users from people | Philip Sargent | 2025-01-20 | 3 | -94/+110 |
| | |||||
* | update capabilities | Philip Sargent | 2025-01-20 | 1 | -31/+6 |
| | |||||
* | do not write file until git integration done | Philip Sargent | 2025-01-20 | 1 | -3/+3 |
| | |||||
* | fix for python 3.11 which is ok in python 3.13 | Philip Sargent | 2025-01-20 | 1 | -1/+2 |
| | |||||
* | adding cryptography module with uv | Philip Sargent | 2025-01-20 | 1 | -1/+1 |
| | |||||
* | encryption round-trip works | Philip Sargent | 2025-01-20 | 9 | -6/+186 |
| | |||||
* | days before, not days 'ago' | Philip Sargent | 2025-01-18 | 1 | -2/+2 |
| | |||||
* | TOTAL duration and colour highlighting | Philip Sargent | 2025-01-18 | 1 | -22/+34 |
| | |||||
* | probably ARGE or VfHO | Philip Sargent | 2025-01-17 | 1 | -4/+5 |
| | |||||
* | fix printing | Philip Sargent | 2025-01-17 | 1 | -1/+3 |
| | |||||
* | add TOTALS to databaeReset timings | Philip Sargent | 2025-01-17 | 1 | -2/+21 |
| | |||||
* | protect against both sorts of capitalisation mismatches | Philip Sargent | 2025-01-17 | 1 | -0/+5 |
| | |||||
* | make people fill out git repo author field | Philip Sargent | 2025-01-17 | 1 | -5/+5 |
| | |||||
* | renamed form and more comments | Philip Sargent | 2025-01-17 | 1 | -9/+15 |
| | |||||
* | make cookie default to empty string - form validation then works | Philip Sargent | 2025-01-17 | 1 | -3/+11 |
| | |||||
* | rename Forms to be more understandable | Philip Sargent | 2025-01-17 | 1 | -12/+24 |
| | |||||
* | improve test resilience | Philip Sargent | 2025-01-17 | 1 | -4/+7 |
| | |||||
* | tests needed who_am_i field for cookie id | Philip Sargent | 2025-01-17 | 1 | -8/+14 |
| | |||||
* | .gitignore not ignoring | Expo on server | 2025-01-17 | 1 | -172/+0 |
| | |||||
* | debug | Philip Sargent | 2025-01-17 | 2 | -0/+8 |
| | |||||
* | re-enable string conversion | Philip Sargent | 2025-01-17 | 1 | -2/+2 |
| | |||||
* | this should notbe happeneing | Expo on server | 2025-01-17 | 1 | -2/+7 |
| | |||||
* | tidying | Philip Sargent | 2025-01-17 | 3 | -5/+22 |
| |