Commit Graph

97 Commits

Author SHA1 Message Date
Jason McBrayer 7b7c2d171d Remove caching of Mastodon connections
There's not a good way of invalidating them, and they've started causing
timeouts in this branch.
2018-08-28 08:39:11 -04:00
Jason McBrayer 2caa3e2e62 Fix crash in search 2018-08-27 09:15:51 -04:00
Jason McBrayer 2fd5ef86b3 Fix crash in oauth_callback 2018-08-27 08:35:02 -04:00
Jason McBrayer 10d1194250 Fix crash in oauth_callback 2018-08-27 08:31:19 -04:00
Jason McBrayer fc80063893 Fix crash in oauth_callback 2018-08-27 08:28:17 -04:00
Jason McBrayer d90bb179d9 Fix crash in oauth_callback 2018-08-27 08:27:03 -04:00
Jason McBrayer 7f86e79b25 Fix crash in oauth_callback 2018-08-27 08:25:27 -04:00
Jason McBrayer 6cf660bda1 Small fix in full toot view 2018-08-27 08:11:04 -04:00
Jason McBrayer 743bdc856c Make filtering preference work again 2018-08-26 19:47:48 -04:00
Jason McBrayer 6bb4a428d7 Fix up settings view, form, and model 2018-08-26 19:34:47 -04:00
Jason McBrayer 26cb87b73e Fix up old_login to work with new preferences system 2018-08-26 19:12:06 -04:00
Jason McBrayer fea88a541e Update settings view to use preferences system 2018-08-26 18:11:03 -04:00
Jason McBrayer 5899b4bc14 Update login logic to match new account models, simplify.
Not tested yet.
2018-08-25 10:53:04 -04:00
Jason McBrayer 50406383b3 Fix up models and forms to meet current needs 2018-08-25 10:18:53 -04:00
Jason McBrayer 9cb40914d4 Update fields in models for settings branch 2018-08-24 22:42:07 -04:00
Jason McBrayer 12bce6638b Update settings view a bit; still in progress 2018-08-24 13:53:01 -04:00
Jason McBrayer cbb5b544ed Make sure newly created accounts have preferences attached 2018-08-24 13:43:57 -04:00
Jason McBrayer d2c8de991b Make redraft handle html in content, media descriptions.
You still have to re-upload media, which sucks.
2018-08-24 08:38:42 -04:00
Jason McBrayer 9797b6f7c2 Add basic re-drafting without image support 2018-08-23 20:58:07 -04:00
Jason McBrayer fb6e1d6b7a Remove un-needed login check in get_mastodon() 2018-08-23 17:49:45 -04:00
Jason McBrayer 56114c251f Fix crash of privacy page for logged out user 2018-08-22 09:27:45 -04:00
Jason McBrayer fb2f9bc8a3 Fix crash of privacy page for logged out user 2018-08-22 09:25:57 -04:00
Jason McBrayer 7482617863 Improve handling of not-logged-in users 2018-08-22 09:21:09 -04:00
Jason McBrayer a07b6db3d3 Missed adding a mastodon to the pool 2018-08-21 22:11:27 -04:00
Jason McBrayer 81a705cba9 Refactor fullbrutalism_p 2018-08-21 22:01:34 -04:00
Jason McBrayer b851462b12 Add timezone handling to settings and middleware 2018-08-21 13:15:10 -04:00
Jason McBrayer 66861e7abd Add options to filter replies and boosts out of timelines 2018-08-17 14:50:37 -04:00
Jason McBrayer 03c4353476 Sort the emoji guide 2018-08-16 21:19:03 -04:00
Jason McBrayer 7ea5ecca89 Update version string, and move it into the config file 2018-08-16 13:10:45 -04:00
Jason McBrayer efcaa76130 Also catch AttributeError some places IndexError is caught
This should fix bug #36, user searches failing for some users (as far as I
know, for new users with less than one page of history).
2018-08-16 12:59:16 -04:00
Jason McBrayer 13f77c9cf8 Fix over-hasty push 2018-08-09 20:58:05 -04:00
Jason McBrayer 8389ffdf9d view for emoji reference 2018-08-09 19:39:23 -04:00
Jason McBrayer 3d21ed212e Go back to default scopes ask.
May need to drop and re-create database when doing this
2018-08-02 20:40:53 -04:00
Jason McBrayer c729956fab Fix swapped paging args 2018-07-23 13:37:24 -04:00
Jason McBrayer e86857f2cb Actually use paging args in user timeline 2018-07-23 13:35:38 -04:00
Jason McBrayer 0b69a12615 Fix permissions on oauth login.
Why is it not the same as password login?
2018-07-18 14:56:52 -04:00
Jason McBrayer 6b3b46dff0 Add user icon to various pages to identify which account you're using 2018-07-18 13:33:16 -04:00
Jason McBrayer 2bdfdeebca Add missing params to user view 2018-06-24 17:19:39 -04:00
Jason McBrayer dfd1db618d Fix typo on user paging 2018-06-24 17:13:31 -04:00
Jason McBrayer bdb6dc16fd Add paging for user pages 2018-06-24 17:07:43 -04:00
Jason McBrayer 025a6f736d Fix presence of newer link when no new notifications 2018-06-24 15:09:09 -04:00
Jason McBrayer f64f4f92cf Pass correct variables to notifications template 2018-06-24 14:33:44 -04:00
Jason McBrayer 52e83814b6 Add paging to notifications. Untested 2018-06-24 14:19:35 -04:00
Jason McBrayer 320164a5d3 Don't add blank line to replies with no mentions (self-replies) 2018-06-22 08:40:46 -04:00
Jason McBrayer 2ce118080d Work harder to not mention yourself. 2018-06-13 13:42:40 -04:00
Jason McBrayer 4d31412e75 Add blocking and muting 2018-06-11 19:38:49 -04:00
Jason McBrayer d0bed792b2 Add mention to user actions 2018-06-11 19:19:22 -04:00
Jason McBrayer 9122a44216 Implement follow/unfollow 2018-06-11 19:09:12 -04:00
Jason McBrayer 51f26e2b25 Template changes for user actions 2018-06-11 18:16:32 -04:00
Jason McBrayer b719cce139 URL routes and stub view functions 2018-06-11 14:34:38 -04:00