aboutsummaryrefslogtreecommitdiff
path: root/blog/views.py
AgeCommit message (Expand)AuthorFilesLines
2026-02-07Add tag retrieval and display in weblog view with styling enhancementsBobby1-0/+4
2025-09-20journal entries UI and journal creationBobby1-3/+0
2025-09-19moved comment spam detection to async queueBobby1-26/+6
2025-08-11complete comment system in weblogBobby1-6/+101
2025-08-05basic optimisations; fixed meta descriptionsBobby1-1/+2
2025-06-20render comments; render replies; added template filters and translationsBobby1-23/+46
2025-06-03added archives subpageBobby1-1/+27
2025-06-03added tags subpageBobby1-1/+20
2025-06-03categories subpageBobby1-2/+18
2025-05-29refactor; more pastel stylesBobby1-3/+0
2025-05-23weblog filtersBobby1-4/+48
2025-05-22porting weblog and single post; enabled ignis temporarilyBobby1-1015/+1051
2024-06-13Ability to Reset Passwords and Better Email TemplatesBobby1-246/+633
2024-06-06Spam Comments FixBobby1-4/+9
2024-06-06test spam cBobby1-1/+1
2024-06-06Test SpamBobby1-20/+6
2024-02-11Disallow Empty Search + Basic Article ImprovementsBobby1-0/+1
2023-07-31Search addedBobby1-4/+57
2023-07-13Update Branding and Redirect to `shi.foo`Bobby1-2/+2
2023-07-12setting `x-frame-options` to sameorigin for anidata viewBobby1-1/+3
2023-07-09Full Code edit support in postsBobby1-1/+1
2023-07-05Handle MAL ErrorsBobby1-16/+22
2023-07-05Added My Anime ListBobby1-0/+25
2023-06-19Post Edit update with block images and code lang specificationBobby1-1/+4
2023-06-11Handle unknown tags to display empty pageBobby1-1/+6
2023-06-11Fixed issue where tags exposed unpublished posts; also do not display tags wi...Bobby1-2/+3
2023-06-11404 Error fix for non-existing tagsBobby1-1/+4
2023-06-11Tags are now available on the blogBobby1-1/+19
2023-06-11Admin area improvements and comments managementBobby1-2/+5
2023-06-06Fix code highlight for JapaneseBobby1-2/+2
2023-06-04Update status icons and fix broken commentingBobby1-28/+28
2023-06-04Enable Akismet Spam FilterBobby1-1/+51
2023-06-04General UX ImprovementsBobby1-4/+9
2023-06-04Enable Recommender with DebugBobby1-2/+1
2023-06-04remove recommenderBobby1-1/+2
2023-06-04Article Recommendation EngineBobby1-1/+4
2023-05-31Allow Anonymous CommentingBobby1-7/+112
2023-05-31Better phone compatibility for additional pagesBobby1-1/+2
2023-05-28Online Users and Comma separated viewsBobby1-0/+1
2023-05-28Post show view count now, Django session uses redis cacheBobby1-15/+39
2023-05-27Update Meta Values in PostBobby1-0/+4
2023-05-24Update article pageBobby1-0/+7
2023-05-19Update margins in article images\Bobby1-1/+1
2023-05-19Update margins in image postsBobby1-1/+1
2023-05-19Font and Sidebar updates + some cleanupBobby1-1/+1
2023-05-01Revert back image paddings in articlesBobby1-1/+1
2023-05-01Added bottom padding to article imagesBobby1-1/+1
2023-05-01Added bottom padding to article imagesBobby1-1/+1
2023-04-27Impl::`Comment` Model in *Search_Index*Bobby1-0/+3
2023-04-27Inworks Search using `haystack`Bobby1-30/+17