brutaldon/brutaldon
Jason McBrayer 5c45a31cf1 Update userinfo on settings page
There are cases where your session['user'] dictionary can be out of date, like
if you change your avatar. In that case, brutaldon will display a broken image
instead of your avatar in various places. This change updates your settings info
when you go to the settings page, in addition to as it normally does when you
log in.

Updating on every request would be possible, but it's another round trip to the
instance, and I don't want the performance hit.
2019-02-06 08:49:50 -05:00
..
middleware Add timezone handling to settings and middleware 2018-08-21 13:15:10 -04:00
migrations Fix typo in fixture that would cause initial migration to fail 2019-02-05 19:04:48 -05:00
static Fix attachments width on bulma light themes. 2019-02-05 10:53:03 -05:00
templates Add OpenGraph and Twitter Card tags to base.html 2019-02-05 19:05:33 -05:00
templatetags Unbreak that last fix for Mastodon while keeping it fixed for Pleroma 2019-01-24 08:47:16 -05:00
__init__.py Initial project setup 2018-01-05 21:06:07 -05:00
forms.py Add 'filter notifications" option 2019-01-14 09:08:36 -05:00
models.py Fix more ID format issues with Pleroma 2019-01-27 22:16:15 -05:00
settings.py Bump patch level for added themes and non-user-visible tweaks 2019-02-05 19:06:10 -05:00
urls.py Fix bug with changed message ID format in Pleroma 2019-01-27 21:12:12 -05:00
views.py Update userinfo on settings page 2019-02-06 08:49:50 -05:00
wsgi.py Initial project setup 2018-01-05 21:06:07 -05:00