Commit Graph

20845 Commits (368b57571656f9b69624ea1a74adcbd1dcfb6b88)

Author SHA1 Message Date
Aevann1 368b575716 add a comment in votes.py explaining my motivation 2022-11-09 22:56:27 +02:00
Aevann1 e40c9014c2 add pizza to boosted_users 2022-11-09 22:54:41 +02:00
Aevann1 d85ac23c3c add BOOSTED_USERS 2022-11-09 22:53:24 +02:00
gooseman 0c48d4c7e2 hide duplicate buttons in tablet mode 2022-11-09 12:29:04 -08:00
Aevann1 a4141e52be fix sidebar margins 2022-11-09 21:53:37 +02:00
Aevann1 9e6324d7ca remove ajax.cloudflare.com from CSP 2022-11-09 21:49:50 +02:00
Aevann1 a4bf57ae0d fix FP and pusher being triggered inside holes 2022-11-09 21:49:21 +02:00
Aevann1 0060a326d7 allow ppl to link discord media in DMs 2022-11-09 21:33:16 +02:00
Aevann1 170959c071 untick "notify followers" checkbox when "ghost thread" checkbox is ticked 2022-11-09 21:26:38 +02:00
Aevann1 a95d378cf6 perserve status of ALL checkboxes in /submit 2022-11-09 21:25:52 +02:00
Aevann1 6694585434 make ghost threads free again 2022-11-09 21:19:29 +02:00
Aevann1 321f32da34 add pizzashill to ping list 2022-11-09 21:13:34 +02:00
Aevann1 3e884d4548 increase popover width on mobile from 80% to 90% 2022-11-09 21:10:35 +02:00
Aevann1 282762bef8 increase vamp award duration from 1 day to 2 days (but dont advertise that this time) 2022-11-09 21:09:38 +02:00
Aevann1 4f491d5ef7 reduce chud award cost from 2500 to 1000 (but not advertising that this time) 2022-11-09 21:08:25 +02:00
Aevann1 380e91e9c4 remove chat stuff not used anymore 2022-11-09 21:06:43 +02:00
Aevann1 c8b4947fa4 tweak rdrama algo 2022-11-09 21:02:17 +02:00
Aevann1 5a10b849f8 show the hole name in sub modaction notifs 2022-11-09 20:23:59 +02:00
SneedBot 6433a90c80 sneed 2022-11-09 17:58:40 +00:00
Aevann1 780e0f85f1 fix 500 error 2022-11-09 19:58:32 +02:00
Aevann1 4bced848ee same as last commit 2022-11-09 19:31:53 +02:00
Aevann1 78712da50b better quoting behavior 2022-11-09 19:28:50 +02:00
SneedBot 0eefc9803c sneed 2022-11-09 17:23:31 +00:00
Aevann1 f32e598a64 when u toggle textarea, make it fit the size of text in it 2022-11-09 19:23:21 +02:00
Aevann1 d545548139 add 2 more boosted domains 2022-11-09 19:17:25 +02:00
Aevann1 c5d3634ad2 remove bad snappy quotes 2022-11-09 19:13:28 +02:00
Snakes 8e2f76729e
Amend 4f849c2: remove forgotten print debug. 2022-11-09 10:37:54 -05:00
Snakes 4f849c2c36
Fix userpage hat counter showing equipped.
Essentially, just needed to not reuse owned_hats.
2022-11-09 10:32:14 -05:00
Snakes e0f43c3668
Remove is_nofollow from backend. 2022-11-09 10:05:36 -05:00
Snakes 4afa60dc81
Use database to filter hidevotedon directly.
We no longer need to build a list of potentially tens of thousands
of submission_ids in Python from the database to then pass back to
the database.
2022-11-09 09:57:51 -05:00
Snakes c9aee3ebb8
Eager load badge_def with badge.
Removes N guaranteed queries when rendering a userpage for a user with
N badges. We need the badge_def to provide nearly all properties of a
Badge, and it's nearly free with a one-to-one on indexed columns.
2022-11-09 09:25:47 -05:00
Snakes ebb3957f41
Eager load submission listing relationships. 2022-11-09 09:16:22 -05:00
Snakes f1ceb5b079
Respect upper bound on award quantity. 2022-11-09 04:15:19 -05:00
Snakes 618c5dbde0
Deduplicate more code in awards.html. 2022-11-09 04:01:12 -05:00
Snakes c1b371bf1e
Fix template import path from 462e3421b5. 2022-11-09 02:34:18 -05:00
Aevann1 efbfc24dac
fix: upgrade typescript from 4.8.3 to 4.8.4 (#440)
Snyk has created this PR to upgrade typescript from 4.8.3 to 4.8.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: TLSM <104547575+TLSM@users.noreply.github.com>
2022-11-09 02:31:07 -05:00
Aevann1 f48245e1b7
fix: upgrade dotenv from 16.0.2 to 16.0.3 (#438)
Snyk has created this PR to upgrade dotenv from 16.0.2 to 16.0.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: TLSM <104547575+TLSM@users.noreply.github.com>
2022-11-09 02:30:32 -05:00
Aevann1 27e9446b7a
fix: upgrade socket.io-client from 4.5.2 to 4.5.3 (#439)
Snyk has created this PR to upgrade socket.io-client from 4.5.2 to 4.5.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-11-09 02:29:44 -05:00
Aevann1 59274cb534
fix: upgrade @types/react from 18.0.20 to 18.0.21 (#437)
Snyk has created this PR to upgrade @types/react from 18.0.20 to 18.0.21.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-11-09 02:29:30 -05:00
Aevann1 d3e8516382
fix: upgrade esbuild from 0.15.7 to 0.15.11 (#436)
Snyk has created this PR to upgrade esbuild from 0.15.7 to 0.15.11.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-11-09 02:29:23 -05:00
geese-suck 462e3421b5
organize templates (#435)
dude file management lmao
2022-11-09 01:11:46 -05:00
justcool393 ffd9c73566 reduce slur filter down to necessary ones and partially implement what fish wants (closes #432)
signed off by snekfriend
2022-11-09 00:05:56 -06:00
geese-suck e672330614
simplify awards (#434) 2022-11-09 00:39:05 -05:00
SneedBot 4d8a7b16bb sneed 2022-11-09 05:37:19 +00:00
justcool393 26549a6e66
remove logged out routes (#433)
* remove /logged_out/ routes

* update sitemap, remove users route, and update header

* cloudflare cookie

* only mess with the cookie whenever we desire auth

* sitemap: (small) improvements
sitemap: fix little bug i introduced
sitemap: fix login redirects for /id/ routes

* sitemap: remove duplicate entry

* contact is auth desired

* imports: don't import what we don't need and bind late to the db

* praying to god this works

* keep yourself safe

* oh i actually need to commit and push lol

* import Sub

* t

* refix cache purger
2022-11-09 00:35:24 -05:00
Aevann1 39297b7c22 remove badges from popovers 2022-11-08 15:58:34 +02:00
Aevann1 17ebb4363a cosmetic fix 2022-11-08 15:52:09 +02:00
Aevann1 8b1f76f727 add hole actions notifs for hole mods 2022-11-08 15:49:43 +02:00
Aevann1 4465061162 fix margin 2022-11-08 15:29:02 +02:00
Aevann1 aaa98b9290 sneed 2022-11-08 12:43:53 +02:00