MarseyWorld/files
Snakes 616e15ebb9
Fix posting/commenting from API.
The rework to v.client meant that `is_bot` on Submission and Comment
would attempt to be populated with a ClientAuth object when submitted
by a bot other than Snappy or bbbb. SQLAlchemy requires an actual
boolean, not just a truthy value.
2022-10-15 10:11:14 -04:00
..
assets compress all existing banners/sidebar/badges into lower than 500KB 2022-10-15 12:38:12 +02:00
classes remove chud rotating pfps 2022-10-15 08:57:28 +02:00
helpers Amend 35fd90c9c: calc_users gets g but not g.agent. 2022-10-15 07:33:25 -04:00
mail use mailgun again 2022-10-08 02:44:02 +02:00
routes Fix posting/commenting from API. 2022-10-15 10:11:14 -04:00
templates only calculate users when we actually need them 2022-10-15 09:31:24 +02:00
tests
__init__.py
__main__.py partially revert this for main 2022-10-12 09:01:43 -07:00
cli.py