Commit graph

15 commits

Author SHA1 Message Date
b33e43cb00 Sort tag search by time posted 2018-04-05 03:20:46 +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
5a3fb52380 Don't post status if content is blank 2018-04-02 17:00:40 +01:00
ba9367b35d Added the ability to edit posts, with edited marker on profiles 2018-03-22 22:27:03 +00:00
SecretlyTaco
948fe20c74 Created mentions page 2018-03-01 14:01:55 +00:00
SecretlyTaco
10e195e85b Now only lets you like/unlike a post if you havent already 2018-02-24 11:01:07 +00:00
SecretlyTaco
d674bc7acf Added like/unlike buttons to posts on profiles 2018-02-23 22:14:17 +00:00
ebb086ecb2 Fixed bug with infinite looping to get parents 2018-02-22 18:55:08 +00:00
SecretlyTaco
17a3cf0491 Implemented basic full threading, although currently gets stuck in infinite loop 2018-02-21 11:21:50 +00:00
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00
SecretlyTaco
a07df6d023 Fixed broken 'replyTo' params 2018-02-18 15:15:03 +00:00
16a2507503 Completed ability to reply to posts 2018-02-18 13:51:49 +00:00
fe108d1a35 Initial Commit
Creation of
- post_status(), to post a status
- user_posts_by_username(username) to get posts for a specific account, given username
- user_posts(account_object) to get posts for a specific account, given user ID
- timeline_for_user(username) to get 'following' timeline for a user, given username
- global_timeline() to get all posts
- post_details(post_id) to get post details, given post ID
- delete_post(post_id) to 'delete' post, sets post as hidden
2018-02-16 05:18:39 +00:00
Socks
f44e07a414 Created timeline.py to manage posts, fixdb.py to add missing db entries, layout.html for pages to extend (containing navbar), separated login.html and register.html, created profile.html page 2018-01-30 03:58:05 +00:00