Commit Graph

100 Commits (57c2774bc081ec7e9422077b37cb8643f6323a86)

Author SHA1 Message Date
Aevann 597f5725f9 make kamala hat smaller 2024-08-13 19:44:26 +03:00
Aevann cc5bbf1226 add error messages to chat 2024-08-11 23:11:10 +03:00
Aevann 40b0c41c0a fix goldberg's hat 2024-08-04 01:02:04 +03:00
Aevann 5d0897d3f6 dude kamala lmao 2024-08-03 17:55:02 +03:00
Aevann b8bbcef284 make mbux count towards spender badges 2024-03-09 09:39:23 +02:00
Aevann 2a905801fd cachebust 2024-03-05 20:40:55 +02:00
Aevann 93e8c43ddc capitalize 2024-03-02 19:24:07 +02:00
Aevann 2517e385a6 add bank statement 2024-03-02 19:02:05 +02:00
Aevann 5c604c116e make hats table actually usable 2024-02-01 20:24:27 +02:00
Aevann 16abd74031 actually return an error instead 2024-01-20 09:02:08 +02:00
Aevann f4066a57ac fix 500 error 2024-01-20 09:01:40 +02:00
Aevann 476d6994b4 fix this https://watchpeopledie.tv/h/meta/post/61549/megathread-for-bugs-and-suggestions/2448691#context 2024-01-12 10:12:35 +02:00
Aevann fbe3908513 cachebust 2023-12-22 22:14:34 +02:00
Aevann 6578150583 give more details in owners.html 2023-11-04 20:41:49 +02:00
Aevann 8097c16b55 remove now-unnecessary lines relating to int vals 2023-08-20 19:03:34 +03:00
Aevann 4993c3a889 remove auto-flush to reduce average lock duration 2023-08-20 05:00:35 +03:00
Aevann 7b3e4e3e81 fix prev commit 2023-08-17 02:15:43 +03:00
Aevann 77e225eb56 fix unapproved hats appearing in /shop/hats 2023-08-17 02:14:32 +03:00
Aevann 5f8bc0442b per carp request, dont use user_cards for badge owners and hat owners 2023-08-08 17:49:00 +03:00
Aevann 8beb2d7e8e remove typing (useless code bloat) 2023-07-30 03:42:06 +03:00
Aevann ff67e30949 dont count failed requests towards ratelimit 2023-07-13 16:50:46 +03:00
Aevann f3a0080698 remove useless tabs 2023-05-06 00:47:07 +03:00
Aevann 92f0154e67 use new pagination system everywhere it isnt used 2023-05-06 00:47:07 +03:00
Aevann b0eea9b223 fix hat ordering in a more performant way 2023-05-05 09:37:58 +03:00
Aevann 58a84e11fe Revert "fix hat ordering"
This reverts commit c196041f64.
2023-05-05 09:35:43 +03:00
Aevann c196041f64 fix hat ordering 2023-05-05 09:30:39 +03:00
Aevann c16371c1ac Revert "fix hat sorting by owners on non-rdrama sites"
This reverts commit f5414aa67c.
2023-05-05 09:13:29 +03:00
Aevann 5ac63845f4 remove unnecessary part of query 2023-05-05 09:07:00 +03:00
Aevann f5414aa67c fix hat sorting by owners on non-rdrama sites 2023-05-05 09:06:31 +03:00
Aevann d9aeb1f111 dedup page defining 2023-05-05 08:23:59 +03:00
Aevann bf7fd8382d order owners desc in /shop/hats 2023-05-05 08:01:39 +03:00
Aevann a76c12205d remove leftover print statement 2023-05-05 06:51:53 +03:00
Aevann b0f3c26283 paginate /shop/hats 2023-05-05 06:13:17 +03:00
Aevann d136ae163c fix combined buy btn 2023-04-25 06:47:36 +02:00
Aevann a37fca393d combined buy button for awards and hats 2023-04-24 17:08:40 +02:00
Aevann 5bc6597188 add 1/1 second ratelimiter for user ids to fix blackjack exploit 2023-04-02 08:52:26 +02:00
Aevann 57765f0776 revert sqlalchemy changes 2023-03-16 08:27:58 +02:00
Aevann f768d81103 keep db sessions open 2023-03-15 05:58:00 +02:00
Aevann 17bb6dad48 blackjack fix exploit 2023-02-27 07:33:45 +02:00
Aevann fe0b8887bc change 1/second ratelimit to 1/2 second 2023-02-26 12:26:26 +02:00
Aevann 82a73392a9 fix errors 2023-02-26 10:49:09 +02:00
Aevann 8c495c914a default ratelimit doesnt apply implicitly if theres other @limiter.limit before the function, so add it explicity before all functions 2023-02-26 10:41:04 +02:00
Aevann 7aaeedea36 better ratelimiting 2023-02-26 03:42:39 +02:00
Aevann cb9ffefb7f rename /shop to /shop/awards and /hats to /shop/hats 2023-02-19 11:34:10 +02:00
Aevann c5d2bd443b put unobtainable hats last in hats listing 2023-01-27 20:05:43 +02:00
Aevann 349fa17836 use exlamation marks instead of dots in responses to users 2023-01-27 13:57:29 +02:00
Aevann a40dee5bd8 improve user ratelimiting 2023-01-21 06:39:46 +02:00
Aevann 909e3f5f29 use a cool flask feature i didnt know about 2022-12-29 12:39:10 +02:00
justcool393 ab41db22b7 [DO NOT MERGE] multiple sub banners (#59)
allows multiple sub banners

Snakes note: By request of Carp, especially for WPD.

Co-authored-by: justcool393 <justcool393@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#59
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-11 23:44:34 +00:00
Aevann1 a3c51202d1 improvement to sorting table + get rid of scope="col" 2022-12-10 10:47:15 +02:00