| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-15 | account routes clubbed together; send email for forgot usernameHEADmain | Bobby | 15 | -234/+497 |
| 2025-12-15 | update rating on post edit | Bobby | 3 | -3/+4 |
| 2025-07-19 | tag adding feature for images | Bobby | 10 | -89/+1376 |
| 2025-07-19 | post metadata update via edit | Bobby | 10 | -22/+488 |
| 2025-07-18 | edit posts page prep | Bobby | 7 | -18/+23 |
| 2025-07-18 | better error handlers | Bobby | 7 | -82/+165 |
| 2025-07-18 | favourite system and ∂etails on single page | Bobby | 8 | -31/+192 |
| 2025-07-18 | template filters and image resizer | Bobby | 13 | -54/+228 |
| 2025-07-18 | refactor ratings, minify content, update single post page | Bobby | 13 | -15/+307 |
| 2025-07-17 | tags and ratings filter in posts, uploads progress | Bobby | 16 | -71/+382 |
| 2025-07-17 | posts list page and collage look | Bobby | 6 | -4/+126 |
| 2025-07-17 | image upload feature | Bobby | 10 | -291/+434 |
| 2025-07-17 | Merge branch 'main' of https://github.com/luciferreeves/imageboard | Bobby | 6 | -0/+0 |
| 2025-07-17 | webp support, decode and transformation functions | Bobby | 11 | -47/+273 |
| 2025-07-17 | Merge pull request #2 from luciferreeves/imgbot | Bobby | 6 | -0/+0 |
| 2025-07-17 | refactor and fake upload | Bobby | 18 | -127/+525 |
| 2025-07-17 | error handler messages via backend for upload | Bobby | 4 | -9/+21 |
| 2025-07-17 | upload spinner and tidying up the ui | Bobby | 2 | -23/+120 |
| 2025-07-16 | upload ui for images; registered users can upload | Bobby | 1 | -4/+1 |
| 2025-07-16 | upload ui for images; registered users can upload | Bobby | 12 | -28/+639 |
| 2025-07-16 | enhance requests queries for posts; integrate backend with search | Bobby | 8 | -24/+70 |
| 2025-07-16 | constants and types refactor; next value for proper redirect on login | Bobby | 22 | -128/+208 |
| 2025-07-13 | [ImgBot] Optimize images | ImgBotApp | 6 | -0/+0 |
| 2025-07-13 | added favicon | Bobby | 8 | -0/+23 |
| 2025-07-13 | account verification and login flow | Bobby | 8 | -25/+112 |
| 2025-07-13 | registration controllers and email sending support | Bobby | 21 | -33/+549 |
| 2025-07-13 | Login post controller | Bobby | 9 | -10/+137 |
| 2025-07-13 | fix % in css fields | Bobby | 1 | -1/+1 |
| 2025-07-12 | add cookie based preferences | Bobby | 11 | -74/+248 |
| 2025-07-12 | fix image styles and add 404 image | Bobby | 5 | -2/+7 |
| 2025-07-12 | register and login pages | Bobby | 12 | -84/+165 |
| 2025-07-12 | Merge branch 'main' of https://github.com/luciferreeves/imageboard | Bobby | 1 | -0/+0 |
| 2025-07-12 | not found controller | Bobby | 5 | -12/+39 |
| 2025-07-12 | UI changes. optimised images | Bobby | 3 | -2/+4 |
| 2025-07-08 | Merge pull request #1 from luciferreeves/imgbot | Bobby | 1 | -0/+0 |
| 2025-07-08 | polished search form, rating checkboxes, 100vh layout, and fixed static file ... | Bobby | 6 | -17/+196 |
| 2025-07-07 | [ImgBot] Optimize images | ImgBotApp | 1 | -0/+0 |
| 2025-07-07 | massive y2k retro overhaul with sidebar, context processors, and proper datab... | Bobby | 21 | -364/+411 |
| 2025-07-07 | fix templates to use proper layout and semantic forms instead of tables | Bobby | 11 | -132/+202 |
| 2025-07-07 | refactor to y2k retro style with django templates | Bobby | 20 | -43/+626 |
| 2025-07-07 | refactored config system with generic `Defaults` function, fixed database mig... | Bobby | 4 | -50/+152 |
| 2025-06-16 | added templates and static to dockerfile | Bobby | 2 | -0/+4 |
| 2025-06-16 | Combine build and deploy into single workflow with job dependencies | Bobby | 2 | -70/+50 |
| 2025-06-16 | Update workflows: deploy runs after build completes | Bobby | 1 | -2/+13 |
| 2025-06-16 | updated dependencies | Bobby | 2 | -18/+30 |
| 2025-06-16 | added build and deploy workflows | Bobby | 2 | -0/+78 |
| 2025-06-16 | added math and validation utils | Bobby | 3 | -0/+47 |
| 2025-06-16 | added user, image, comments, and tags models with functions | Bobby | 5 | -0/+962 |
| 2025-06-16 | moved app secret, dev mode to server config. added min password length | Bobby | 4 | -20/+66 |
| 2025-06-15 | added smtp config | Bobby | 2 | -0/+13 |