aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-17Merge pull request #2 from luciferreeves/imgbotBobby6-0/+0
2025-07-17refactor and fake uploadBobby18-127/+525
2025-07-17error handler messages via backend for uploadBobby4-9/+21
2025-07-17upload spinner and tidying up the uiBobby2-23/+120
2025-07-16upload ui for images; registered users can uploadBobby1-4/+1
2025-07-16upload ui for images; registered users can uploadBobby12-28/+639
2025-07-16enhance requests queries for posts; integrate backend with searchBobby8-24/+70
2025-07-16constants and types refactor; next value for proper redirect on loginBobby22-128/+208
2025-07-13[ImgBot] Optimize imagesImgBotApp6-0/+0
2025-07-13added faviconBobby8-0/+23
2025-07-13account verification and login flowBobby8-25/+112
2025-07-13registration controllers and email sending supportBobby21-33/+549
2025-07-13Login post controllerBobby9-10/+137
2025-07-13fix % in css fieldsBobby1-1/+1
2025-07-12add cookie based preferencesBobby11-74/+248
2025-07-12fix image styles and add 404 imageBobby5-2/+7
2025-07-12register and login pagesBobby12-84/+165
2025-07-12Merge branch 'main' of https://github.com/luciferreeves/imageboardBobby1-0/+0
2025-07-12not found controllerBobby5-12/+39
2025-07-12UI changes. optimised imagesBobby3-2/+4
2025-07-08Merge pull request #1 from luciferreeves/imgbotBobby1-0/+0
2025-07-08polished search form, rating checkboxes, 100vh layout, and fixed static file ...Bobby6-17/+196
2025-07-07[ImgBot] Optimize imagesImgBotApp1-0/+0
2025-07-07massive y2k retro overhaul with sidebar, context processors, and proper datab...Bobby21-364/+411
2025-07-07fix templates to use proper layout and semantic forms instead of tablesBobby11-132/+202
2025-07-07refactor to y2k retro style with django templatesBobby20-43/+626
2025-07-07refactored config system with generic `Defaults` function, fixed database mig...Bobby4-50/+152
2025-06-16added templates and static to dockerfileBobby2-0/+4
2025-06-16Combine build and deploy into single workflow with job dependenciesBobby2-70/+50
2025-06-16Update workflows: deploy runs after build completesBobby1-2/+13
2025-06-16updated dependenciesBobby2-18/+30
2025-06-16added build and deploy workflowsBobby2-0/+78
2025-06-16added math and validation utilsBobby3-0/+47
2025-06-16added user, image, comments, and tags models with functionsBobby5-0/+962
2025-06-16moved app secret, dev mode to server config. added min password lengthBobby4-20/+66
2025-06-15added smtp configBobby2-0/+13
2025-06-15make server port intBobby2-2/+3
2025-06-15added dockerfile for deployment buildsBobby1-0/+23
2025-06-15added makefile for easier project executionBobby1-0/+33
2025-06-15updated gitingore to ignore binaries, ide files and os filesBobby1-0/+12
2025-06-15setting up the imageboardBobby15-0/+539
2025-06-14Initial commitBobby3-0/+55