Commit graph

19 commits

Author SHA1 Message Date
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00
b7dc2e1dce Added reply button on global page 2018-02-20 16:28:06 +00:00
bf4fa6536d Added reply button on timeline page 2018-02-19 11:25:22 +00:00
b74be3332b Set username on settings page to logged in name 2018-02-19 11:24:44 +00:00
SecretlyTaco
e1edd2129b Textbox now stretches across entire card 2018-02-18 16:33:43 +00:00
SecretlyTaco
d6a8b2594b Moved if statements so that reply button shows on other users posts 2018-02-18 16:24:02 +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
b300999fd1 Added reply form 2018-02-16 05:43:04 +00:00
245ba1e019 Created settings form 2018-02-16 05:42:33 +00:00
92d4ae7ca5 Added layout extend, list of posts 2018-02-16 05:41:32 +00:00
dea757b4e0 Added profile fields to profile, as well as verified tags and latest posts 2018-02-16 05:31:09 +00:00
e0869b1e25 Created separate login page 2018-02-16 05:30:19 +00:00
16f75683ab Added navigation bar, new post modal 2018-02-16 05:26:07 +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
Socks
16bf449dff Initial Commit
- Basic accounts system
2018-01-12 12:45:52 +00:00