aboutsummaryrefslogtreecommitdiff
path: root/blog
AgeCommit message (Expand)AuthorFilesLines
2022-11-14added requestsBobby1-4/+0
2022-11-14removed mathjax js requirement from post displayBobby2-1/+21
2022-11-14adding context processors and removing unneeded jsBobby2-5/+5
2022-11-12Allow to change post dateBobby2-1/+25
2022-10-10Revert "Revert "Scroll to comment on any comment action""Bobby1-6/+6
2022-10-10Revert "Scroll to comment on any comment action"Bobby1-6/+6
2022-10-08Scroll to comment on any comment actionBobby1-6/+6
2022-10-02updates sectionBobby1-1/+4
2022-09-25Fixed some positionings and display first paragraph of top 5 articles on homeBobby2-4/+4
2022-09-25Major visual overhaulBobby2-8/+10
2022-09-20Display Gravatars on CommentsBobby1-0/+6
2022-09-20Added registrationBobby1-1/+1
2022-09-20Ability to delete commentsBobby2-0/+15
2022-09-20Ability to edit commentsBobby2-0/+27
2022-09-20Aesthetic changesBobby1-1/+9
2022-09-20Changed UI style to 3 columnsBobby2-2/+7
2022-09-20Added recent posts viewBobby1-1/+2
2022-09-20Added commenting featureBobby2-1/+35
2022-09-20Creating posts and auto create tagsBobby1-0/+4
2022-09-18Added New Post Page and ModelsBobby3-0/+118
2022-09-09Register blog as namespaceBobby2-2/+3
2022-09-05Fixed Captcha StoreBobby1-9/+20
2022-09-05Added captcha to register pageBobby2-2/+42
2022-08-29basic registration page with disabled registrationBobby2-0/+5
2022-08-29Disable Homepage, Profile Visibility and User Specific URL temporarilyBobby1-1/+1
2022-08-29Fix Account RedirectionBobby1-0/+1
2022-08-03Added views for user home pageBobby16-385/+3
2022-08-02Added URLs for homepageBobby4-2/+16
2022-08-02Added template filter for replacing the protocol of user URL with empty stringBobby1-1/+2
2022-08-02fixing URL schemeBobby1-1/+1
2022-08-02Moved urlparsing to request.scheme while sending user urlBobby1-1/+2
2022-08-02Moved urlparsing to request.scheme while sending user urlBobby1-1/+1
2022-08-02Added user URLsBobby2-1/+12
2022-08-01Added FaviconsBobby9-0/+5
2022-08-01feature: change user email addressBobby1-1/+2
2022-07-30user verification email required for loginBobby2-10/+21
2022-07-30Fixed page widthBobby1-1/+2
2022-07-29password change on account pageBobby2-14/+21
2022-07-29Update Profile::account workingBobby2-1/+23
2022-07-29Set UserProfile/location::maxlength = 50Bobby1-1/+1
2022-07-29Account Page with Fetched Information from the databaseBobby3-0/+90
2022-07-20Added button for logout; Added authentication logic for links in sidebarBobby1-3/+9
2022-07-20Added a min width to sidebar for better visualsBobby1-0/+1
2022-07-20Added login and logout functionality to the appBobby1-5/+21
2022-07-20Restored Main Page from the Archived BranchBobby5-3/+225
2022-07-20Basic Hello World page with Debug DisabledBobby9-0/+30