Commit Graph

417 Commits

Author SHA1 Message Date
Jason McBrayer 267e94077f Add multiuser support
Currently, this uses anonymous sessions. You log in to your instance, and you
get associated with a session. Your client information and account information
are persisted (created only if needed, reattached if not). Passwords are never
stored, only access tokens.
2018-04-24 14:53:05 -04:00
Jason McBrayer 5c48180a7c Add client field to Account 2018-04-24 12:55:44 -04:00
Jason McBrayer 358602edde Added (non-functional) thread link and pagination 2018-04-24 12:40:33 -04:00
Jason McBrayer 791c1aa88c Fix title attribute of image previews -- actually show description 2018-04-24 09:58:42 -04:00
Jason McBrayer 97d263c680 Further fix README 2018-04-24 09:27:53 -04:00
Jason McBrayer 8372c1f00e Update README to reflect last commit 2018-04-24 09:26:13 -04:00
Jason McBrayer 9b0b5e930a Show full @reference for remote users 2018-04-24 09:24:06 -04:00
Jason McBrayer 2310146b5b Little formatting tweak on toots with attachments 2018-04-24 09:16:57 -04:00
Jason McBrayer 651367c0d7 Display boosts correctly 2018-04-24 09:12:13 -04:00
Jason McBrayer b3e0eefba4 Add CWs to toots in timeline 2018-04-24 08:22:03 -04:00
Jason McBrayer f78d24ad07 Add title to timeline; dividers for text/non-css browsers 2018-04-24 08:09:16 -04:00
Jason McBrayer 2608b9ddea Rudimentary media display support 2018-04-23 22:01:37 -04:00
Jason McBrayer 9b88a01064 Update README to reflect last commit 2018-04-23 20:56:52 -04:00
Jason McBrayer 73e105517c Log in to an instance and display a home timeline.
Only supports single user, lots of display elements not supported yet.
But it actually has something to show.

Actually display a home timeline.

Still only single user, doesn't correctly handle boosts, CWs, and
probably a lot of other things.
2018-04-23 20:01:40 -04:00
Jason McBrayer f6d91ca88b Add pip requirements 2018-01-05 21:39:03 -05:00
Jason McBrayer a680493bb1 Add a readme to make github happy 2018-01-05 21:32:26 -05:00
Jason McBrayer e48ac63cfe Initial project setup 2018-01-05 21:06:07 -05:00