aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-09-09Added paginationBobby6-16/+164
2022-09-09manage users and search users pageBobby5-4/+154
2022-09-09Register blog as namespaceBobby3-3/+4
2022-09-09Added Blog Admin ModuleBobby11-9/+71
2022-09-05Added Captcha Store to Admin RouteBobby2-2/+2
2022-09-05Fixed Captcha StoreBobby6-12/+85
2022-09-05Merge pull request #2 from luciferreeves/imgbotBobby7-0/+0
[ImgBot] Optimize images
2022-09-05[ImgBot] Optimize imagesImgBotApp7-0/+0
*Total -- 205.73kb -> 162.68kb (20.93%) /static/images/favicons/android-chrome-512x512.png -- 96.97kb -> 66.39kb (31.54%) /static/images/favicons/android-chrome-192x192.png -- 22.40kb -> 17.27kb (22.9%) /static/images/favicons/apple-touch-icon.png -- 20.27kb -> 15.72kb (22.45%) /static/images/icons/notepad_file-2.png -- 0.42kb -> 0.37kb (13.16%) /static/images/icons/button_refresh.jpeg -- 25.75kb -> 24.61kb (4.43%) /static/images/logo.png -- 14.47kb -> 13.85kb (4.34%) /static/images/favicons/favicon.png -- 25.43kb -> 24.47kb (3.77%) Signed-off-by: ImgBotApp <[email protected]>
2022-09-05Removed Migrations from DockerfileBobby1-4/+0
2022-09-05Added captcha to register pageBobby11-2/+145
2022-08-29Added Hamburger menu for Mobile viewsBobby3-21/+60
2022-08-29basic registration page with disabled registrationBobby6-10/+72
2022-08-29Disable Homepage, Profile Visibility and User Specific URL temporarilyBobby4-5/+8
2022-08-29Fix Account RedirectionBobby1-0/+1
2022-08-03Added views for user home pageBobby17-386/+4
2022-08-03Define rules for staticBobby1-0/+4
2022-08-03Define rules for staticBobby1-2/+6
2022-08-03Moved static to root directoryBobby10-0/+162
2022-08-03Added templates for userpagesBobby3-0/+31
2022-08-03Move templates to root directoryBobby5-0/+220
2022-08-02Added URLs for homepageBobby4-2/+16
2022-08-02Added exception handling for user subdomainsBobby1-2/+19
2022-08-02Added subdomains middlewareBobby2-1/+9
2022-08-02Basic Hello World Message on subdomainBobby1-1/+1
2022-08-02Middle ware for handling subdomain routingBobby1-0/+32
2022-08-02Added template filter for replacing the protocol of user URL with empty stringBobby4-1/+11
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 userpages appBobby1-0/+2
2022-08-02init:userpagesBobby8-0/+29
2022-08-02Added user URLsBobby2-1/+12
2022-08-02Fix: Email Visibility to Private when account turns PrivateBobby1-1/+1
2022-08-01Script to run server locallyBobby2-3/+5
2022-08-01Removed PSDB EngineBobby7-114/+0
2022-08-01Added FaviconsBobby9-0/+5
2022-08-01Update requirements:Bobby1-0/+1
2022-08-01feature: change user email addressBobby6-4/+78
2022-07-30user verification email required for loginBobby8-17/+105
2022-07-30Fixed page widthBobby1-1/+2
2022-07-30Added email_verified field to track verified accountsBobby2-0/+19
2022-07-29password change on account pageBobby4-15/+48
2022-07-29Update Profile::account workingBobby4-1/+61
2022-07-29Remove print debug messages users/viewsBobby1-2/+0
2022-07-29Set UserProfile/location::maxlength = 50Bobby1-1/+1
2022-07-29Account Page with Fetched Information from the databaseBobby6-1/+138
2022-07-20Change Admin area settingsBobby1-0/+6
2022-07-20Reverting back DockerfileBobby1-2/+1
2022-07-20Making Migrations and Migrate + Setting Debug = FalseBobby2-3/+4
2022-07-20Setting DEBUG = True for Debugging purposesBobby1-1/+2