aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-15account routes clubbed together; send email for forgot usernameHEADmainBobby15-234/+497
2025-12-15update rating on post editBobby3-3/+4
2025-07-19tag adding feature for imagesBobby10-89/+1376
2025-07-19post metadata update via editBobby10-22/+488
2025-07-18edit posts page prepBobby7-18/+23
2025-07-18better error handlersBobby7-82/+165
2025-07-18favourite system and ∂etails on single pageBobby8-31/+192
2025-07-18template filters and image resizerBobby13-54/+228
2025-07-18refactor ratings, minify content, update single post pageBobby13-15/+307
2025-07-17tags and ratings filter in posts, uploads progressBobby16-71/+382
2025-07-17posts list page and collage lookBobby6-4/+126
2025-07-17image upload featureBobby10-291/+434
2025-07-17Merge branch 'main' of https://github.com/luciferreeves/imageboardBobby6-0/+0
2025-07-17webp support, decode and transformation functionsBobby11-47/+273
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