Commit graph

9 commits

Author SHA1 Message Date
b111523e3e Removed unused custom validation 2018-02-16 05:27:25 +00:00
16f75683ab Added navigation bar, new post modal 2018-02-16 05:26:07 +00:00
bc16653a98 Removed unused configuration file 2018-02-16 05:24:45 +00:00
934bd8dbd9 Created username_for_email(), get_profile(), update_profile()
- username_for_email() to get a username for an acccount, given an email address
- get_profile(username) to get a user profile dict, given a username
- update_profile(username, details) to update a user profile dict, given a username and updated details
2018-02-16 05:21:58 +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
eab5b4c22f Added profile view, cookie support for accounts 2018-01-30 04:00:00 +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
c967193807 Initial Commit 2018-01-12 12:46:19 +00:00
Socks
16bf449dff Initial Commit
- Basic accounts system
2018-01-12 12:45:52 +00:00