Commit Graph

19469 Commits (08d6a9c901cca9f5543aa8e6c0fe933ffcb82685)

Author SHA1 Message Date
Snakes e52fc4eb9e cron: commit roulette txn early for long tasks. 2022-09-29 14:09:26 -04:00
Aevann1 6b0c734254 Revert "make the default for notify True"
This reverts commit c192019a22.
2022-09-29 20:05:35 +02:00
Aevann1 c192019a22 make the default for notify True 2022-09-29 19:58:19 +02:00
Aevann1 79b83c7090 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 17:53:53 +00:00
Aevann1 551d8deb78 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 17:53:46 +00:00
Aevann1 d418cfaef5 fix this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2811191?context=8#context 2022-09-29 19:53:40 +02:00
Aevann1 912d83d3fc remove sidebar img 2022-09-29 19:53:37 +02:00
Aevann1 0699139756 sneed 2022-09-29 16:00:04 +00:00
Aevann1 1641f40c1f Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 17:58:51 +02:00
Aevann1 8017c03e97 limit seeing carp's followers only on WPD 2022-09-29 17:58:49 +02:00
Aevann1 9ce83c405f sneed 2022-09-29 15:00:04 +00:00
Aevann1 c16654c4c7 make sure u dont try to get the title of a file (always times out) 2022-09-29 16:45:59 +02:00
Aevann1 ff12923eb1 revert back to old welcome msg 2022-09-29 16:27:50 +02:00
Aevann1 c67b4eea0a limit new users following carp to WPD 2022-09-29 16:16:35 +02:00
Aevann1 2a316301e2 fix prev commit (im retarded) 2022-09-29 14:43:14 +02:00
Aevann1 fd18c00b2a Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 14:41:42 +02:00
Aevann1 f073e2e167 fix this https://rdrama.org/h/changelog/post/108741/added-hole-mod-logs-marseyjanny2/2809340?context=8#context 2022-09-29 14:41:39 +02:00
Aevann1 950f5b818e sneed 2022-09-29 12:00:05 +00:00
Aevann1 c628e4448e cosmetic change 2022-09-29 13:50:03 +02:00
Aevann1 3006da3f8f increase sanitize timeout limit from 2 seconds to 5 seconds 2022-09-29 12:34:09 +02:00
Aevann1 b93b96bb77 cosmetic change 2022-09-29 12:30:17 +02:00
Aevann1 2dd2da1ba7 cosmetic change 2022-09-29 12:28:52 +02:00
Aevann1 c5ae4fa0ee Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 12:27:14 +02:00
Aevann1 76921ac740 limit expanded image width on desktop to 80% 2022-09-29 12:27:11 +02:00
Aevann1 97e66b8726 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-29 10:23:03 +00:00
Aevann1 94f0789827 fix 500 error 2022-09-29 12:21:55 +02:00
Aevann1 51d7cd6d7e fix shit with hole logs 2022-09-29 12:18:27 +02:00
Aevann1 2f5ae40574 delete legacy modactions 2022-09-29 12:05:14 +02:00
Aevann1 de65d0a1a8 sneed 2022-09-29 10:00:03 +00:00
Aevann1 09cc43060d
add hole mod logs (#380) 2022-09-29 11:39:37 +02:00
justcool393 57ce828af4
add 1 words to filter (#379)
* add 2 words to filter

* Update const.py
2022-09-29 11:38:37 +02:00
Aevann1 dfcc97481f sneed 2022-09-29 09:00:03 +00:00
Aevann1 cc38a82587 remove discord from image host whitelist (they delete images) 2022-09-29 10:24:12 +02:00
Aevann1 03e925fb3c use ban_reason column as a reason for shadowbanning too 2022-09-29 08:36:59 +02:00
Aevann1 2f16510183 specify which error it was in process_streamer() 2022-09-29 08:08:40 +02:00
Aevann1 87f3af5968 generate notifs for moving posts 2022-09-29 08:05:42 +02:00
Aevann1 7201d55f69 Revert "prem version"
This reverts commit 858715b496.
2022-09-29 07:58:11 +02:00
Aevann1 6d705c30e5 Merge branch 'hole_log' of https://github.com/Aevann1/rDrama into hole_log 2022-09-29 07:56:59 +02:00
Aevann1 858715b496 prem version 2022-09-29 07:53:37 +02:00
Aevann1 b9d3336a9e nitter shit 2022-09-29 07:53:37 +02:00
Aevann1 6c1237eaa6 remove hand pointer from exile symbol 2022-09-29 07:53:36 +02:00
Aevann1 ee39665027 fix snappy quote 2022-09-29 07:53:36 +02:00
Aevann1 d82a92f54d prem version 2022-09-29 07:53:08 +02:00
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
Aevann1 11f4ef060c nitter shit 2022-09-29 07:36:10 +02:00
Snakes 11a9efb7cb
Amend f05ec93b: blackjack state implied constraint. 2022-09-29 00:36:58 -04:00
Snakes f05ec93b95
Add gambling wager badge logic.
This commit touches more files than it ought to because this change
required untangling some circular imports, notably a lingering import
of files.helpers.slots in helpers.actions (presumably from old Snappy
gambling logic) and the User.active_blackjack_game accessor. Otherwise,
the logic is fairly straightforward.
2022-09-29 00:26:50 -04:00
Aevann1 5416cd09e2 sneed 2022-09-29 03:00:02 +00:00
Aevann1 31427c04a4 sneed 2022-09-29 02:00:02 +00:00
Aevann1 fad73e7406 sneed 2022-09-29 00:00:04 +00:00