44e53be24c
Minor restyling, removing the row class from the form, adding my-2 to image selector
2018-03-13 23:10:05 +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
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
02a01bdacf
Merge branch 'themes'
2018-02-25 16:10:32 +00:00
SecretlyTaco
c8f0b17122
Added 'Materia' material design theme
2018-02-25 12:01:41 +00:00
SecretlyTaco
a8e4c6877c
Merge branch 'themes', with cyborg theme
2018-02-25 11:48:54 +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
f50cf354a0
Added settings to navigation bar
2018-02-21 08:59:12 +00:00
SecretlyTaco
0395e5d8bc
Added checkbox for dark theme in settings page
2018-02-21 08:53:15 +00:00
b74be3332b
Set username on settings page to logged in name
2018-02-19 11:24:44 +00:00
245ba1e019
Created settings form
2018-02-16 05:42:33 +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