rDrama/files
Snakes 27506b36c2
Fix unbound ORM object erroring during 500 handler.
The 500 fixed in 71738b05fc revealed that attempting to access g.v at
all during an error handler can potentially cause its own error.
In particular, html_head L111 accessing v.themecolor errored because
we roll back the database session during 500 handling. There's no good
solution other than specifically not passing v to 500 error pages.

However, in the interest of failing fast and ensuring error handlers
always complete, we instead go back to the previous behavior of not
treating users as logged in for error pages.
2022-12-01 17:24:41 -05:00
..
assets make collapse icon bigger 2022-12-01 20:31:34 +02:00
classes sort by new button (#34) 2022-12-01 22:04:10 +00:00
events Revert "blizzard submodule" 2022-11-30 16:10:20 -05:00
helpers add dramarama to boosted users 2022-12-01 18:22:00 +02:00
routes Fix unbound ORM object erroring during 500 handler. 2022-12-01 17:24:41 -05:00
templates sort by new button (#34) 2022-12-01 22:04:10 +00:00
__init__.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
__main__.py ratelimits: turn off autocheck so we can init 2022-11-29 19:29:06 -06:00
cli.py cli.py: fix startup operations using wrong WD. 2022-09-19 23:26:43 -04:00