Commit graph

53 commits

Author SHA1 Message Date
Sam
0ef5a9d57a
Update Tweeder.py 2018-05-12 09:50:27 +01:00
2c32716486 Removed unused lines 2018-04-26 01:07:46 +01:00
63c7f0336a Added ability to change account password 2018-04-06 19:33:14 +01:00
168a7b62b3 Search bar for hashtags in navigation bar 2018-04-05 04:17:09 +01:00
5abca18d04 /tag/test to find posts with #test 2018-04-05 03:20:19 +01:00
1346dcfa45 Now with the ability to pin posts to profile 2018-04-05 01:06:11 +01:00
fd7622d9c9 Only allow profile pictures to be image/jpeg, image/jpg, image/png 2018-04-02 17:15:35 +01:00
fed88af6d6 Support for non-binary gender options 2018-03-28 13:03:08 +01:00
86a8ae825a Dark theme in messages 2018-03-28 03:16:20 +01:00
411cf7f7b0 Fixed get followers method, now shows followers count on profile 2018-03-28 02:04:28 +01:00
fe7d319dfa Show saved alert on saving settings 2018-03-26 17:27:19 +01:00
a85b5f408d View global as 'anonymous' if not logged in 2018-03-23 13:17:14 +00:00
SecretlyTaco
d21bd92d2a Added page titles for all pages 2018-03-23 03:59:21 +00:00
SecretlyTaco
5651a90df6 Merge branch 'messages' 2018-03-23 03:52:12 +00:00
SecretlyTaco
2a2fb86b8b Private messaging actually works now 2018-03-23 03:50:33 +00:00
a09225a523 Added most of the code for private messages, although something doesn't work at the moment 2018-03-23 02:39:57 +00:00
ba9367b35d Added the ability to edit posts, with edited marker on profiles 2018-03-22 22:27:03 +00:00
698026b9b3 Fixed settings form to keep current profile picture when none selected 2018-03-06 03:41:05 +00:00
SecretlyTaco
948fe20c74 Created mentions page 2018-03-01 14:01:55 +00:00
SecretlyTaco
33ebdcaceb Now shows profile picture on profile page, and doesn't overwrite with nothing if you don't send in a file when saving settings 2018-02-28 22:17:19 +00:00
SecretlyTaco
863eb395b3 Show profile picture on profiles, renamed var to use _ instead of - for compatibility 2018-02-28 10:28:33 +00:00
SecretlyTaco
34eda46c87 Added functional file upload form, as well as a /files/<oid> view to get files 2018-02-28 10:02:05 +00:00
SecretlyTaco
b0fe8621c8 Added code to read files from gridfs system 2018-02-28 01:11:08 +00:00
SecretlyTaco
a8e4c6877c Merge branch 'themes', with cyborg theme 2018-02-25 11:48:54 +00:00
SecretlyTaco
eede104212 Merge branch 'bs4login' 2018-02-24 11:11:20 +00:00
SecretlyTaco
62aaa9310c Redirect to same page after new post, changing settings 2018-02-24 11:08:55 +00:00
SecretlyTaco
8fc41c2d0e When liking a post, now forwards to same page you liked from 2018-02-24 11:00:45 +00:00
SecretlyTaco
d674bc7acf Added like/unlike buttons to posts on profiles 2018-02-23 22:14:17 +00:00
SecretlyTaco
6a0cb84bfc Added remember me box to login form, that doesn't break when unchecked 2018-02-22 23:07:47 +00:00
SecretlyTaco
5cfc400a8b Merge branch 'bs4login' 2018-02-22 20:35:06 +00:00
SecretlyTaco
03a2cb2549 Log user out if they open login/register pages 2018-02-22 20:33:53 +00:00
SecretlyTaco
6881a77e33 Removed random tab char 2018-02-22 20:25:37 +00:00
9d2eb49bcd Merge branch 'viewpage' 2018-02-22 19:12:41 +00:00
a1c0d37325 Added view thread page, currently the same as replies without the ability to reply 2018-02-22 19:12:34 +00:00
4c1b031ee5 Merge branch 'replies', showing full thread history on reply page 2018-02-22 18:58:15 +00:00
SecretlyTaco
1c7747497a Enabled dark theme on timeline, global, replies pages 2018-02-21 22:11:57 +00:00
SecretlyTaco
32f55c65e9 Added cyborg option to settings page 2018-02-21 21:48:02 +00:00
SecretlyTaco
b403b9f2bf Merge branch 'themes', allowing darkly theme option 2018-02-21 21:33:42 +00:00
SecretlyTaco
1dab258335 Implemented more generic themes options, allowing between 'default' and 'darkly' themes 2018-02-21 21:32:52 +00:00
SecretlyTaco
61f5080910 Dark theme checkbox is now checked by default, where applicable 2018-02-21 12:29:55 +00:00
SecretlyTaco
15bea2ba63 Split line return statement in profile 2018-02-21 12:16:20 +00:00
SecretlyTaco
e36c6d4d80 Set host to localhost explicitly 2018-02-21 12:10:02 +00:00
SecretlyTaco
17a3cf0491 Implemented basic full threading, although currently gets stuck in infinite loop 2018-02-21 11:21:50 +00:00
SecretlyTaco
98140ce576 Made settings option save dark theme to account, show dark theme on user profiles 2018-02-21 08:54:12 +00:00
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00
b74be3332b Set username on settings page to logged in name 2018-02-19 11:24:44 +00:00
SecretlyTaco
22c3193f12 Created un/follow buttons 2018-02-18 15:15:25 +00:00
71ba0b3634 Merge branch 'globaltab' 2018-02-18 13:52:07 +00:00
16a2507503 Completed ability to reply to posts 2018-02-18 13:51:49 +00:00
19aee623b1 Navigation bar to show global highlighted on global page 2018-02-18 13:33:49 +00:00