Commit graph

10 commits

Author SHA1 Message Date
SecretlyTaco
67cb99732b Fixed typo that caused theme to be reset whenever it was checked 2018-03-05 14:00:57 +00:00
SecretlyTaco
a544dac974 Set theme to default if no theme set 2018-02-25 12:09:44 +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
417da1a9d2 Added functions to get and set dark theme for users 2018-02-21 08:52:54 +00:00
6cdc40516a Fixed some line spacing 2018-02-20 16:41:17 +00:00
SecretlyTaco
22c3193f12 Created un/follow buttons 2018-02-18 15:15:25 +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
16bf449dff Initial Commit
- Basic accounts system
2018-01-12 12:45:52 +00:00