Aevann1
52c5dd6028
disable /search/comments for now
2022-09-30 14:20:53 +02:00
Aevann1
0136a4a37f
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-30 14:19:54 +02:00
Aevann1
4a1865742a
fix bad code in /live
2022-09-30 14:19:48 +02:00
justcool393
c1ca1a02ac
only attempt to parse HTML content types for titles ( #382 )
...
* only attempt to parse HTML content types for titles
also don't try to get submission titles for .gifv, .tif, .tiff
* ratelimit to 3 per minute instead of 6 minutes
no one will ever need more than 3 requests to this endpoint per minute - justcool393
6 per minute is already kinda a lot for this endpoint, i think aggressively ratelimiting this one is fine, especially since it's a minute ratelimit
2022-09-30 14:13:06 +02:00
justcool393
0617bb154c
use get_post to handle getting a post ( #381 )
...
why did we ever catch an exception throw it away, then catch an exception (something get_post already does) and then finally get the post
2022-09-30 01:44:32 -04:00
Aevann1
7b7092b5f5
better syntax in /live
2022-09-29 20:29:44 +02:00
Aevann1
5b1e873e54
fix /live
2022-09-29 20:25:01 +02: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
8017c03e97
limit seeing carp's followers only on WPD
2022-09-29 17:58:49 +02: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
c67b4eea0a
limit new users following carp to WPD
2022-09-29 16:16:35 +02:00
Aevann1
51d7cd6d7e
fix shit with hole logs
2022-09-29 12:18:27 +02:00
Aevann1
09cc43060d
add hole mod logs ( #380 )
2022-09-29 11:39:37 +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
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
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
justcool393
6c8faf6de7
add API version of stats page ( #378 )
...
statsmaxxing
2022-09-28 10:14:40 +02:00
justcool393
e5de8cc66c
add mod action if JL3 kicks post from hole ( #377 )
...
* add mod action if JL3 kicks from hole
* don't be dumb
2022-09-27 18:09:08 -04:00
Snakes
9914fd215c
Fix leaderboard_thread dispatched as blocking.
2022-09-27 02:32:42 -04:00
Outrun Colors
430cbe676c
Nest if condition in chat
2022-09-27 00:31:23 -05:00
Outrun Colors
300a5164f6
Add DMing to chat
2022-09-27 00:15:22 -05:00
Snakes
77ed5728c4
Restore mistakenly removed commenting logic.
2022-09-26 22:44:06 -04:00
Snakes
528d26b094
Fix /marseys missing listdir import.
...
Apparently the /marseys route was getting its listdir from one of
the `from os import listdir` removed in fa4dee419d
. static.py
already has an import os, so we just use the fully qualified
os.listdir.
2022-09-26 21:44:34 -04:00
Aevann1
faf4403e26
check for duplicate images when admigger threads for banners/sidebar/badges are used
2022-09-27 03:24:20 +02:00
Aevann1
cc85cab01d
make badges 300px instead
2022-09-27 02:48:03 +02:00
Aevann1
fa4dee419d
remove unnecessary imports
2022-09-27 02:47:52 +02:00
Aevann1
9a6dda2e1c
fix syntax error in last commit
2022-09-27 02:22:06 +02:00
Aevann1
6b01467102
check for existing subscription
2022-09-27 02:19:52 +02:00
Aevann1
72e605eabb
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-26 10:58:46 +02:00
Aevann1
ffa83ad3e7
disallow permabanned hole mods from pinning or unpinning
2022-09-26 10:58:43 +02:00
Snakes
0b416dcf2c
Revise marsify logic.
2022-09-26 02:09:26 -04:00
Aevann1
e474a5f42d
go from dutch to greek in /live
2022-09-26 07:08:29 +02:00
Aevann1
37e1f25624
make using proxies only happen in 3 circumstances again
2022-09-26 06:01:25 +02:00
Aevann1
fea1f276d9
log /live errors
2022-09-26 04:46:56 +02:00
Aevann1
f2af76c905
add proxies on hcaptcha requests
2022-09-26 04:40:58 +02:00
Aevann1
968c55f8fc
add proxies on discord requests
2022-09-26 04:40:46 +02:00
Aevann1
7e4e98887b
remove proxies from cloudflare
2022-09-26 04:39:03 +02:00
Aevann1
05079a40f4
limit banners to 1MB
2022-09-26 03:41:03 +02:00
Snakes
b0529716bc
Remove voluntary marsify toggle.
2022-09-25 21:32:36 -04:00
Aevann1
4c26a7cd02
limit sidebar and badge images to 1MB
2022-09-26 03:27:31 +02:00
Aevann1
2dc7805df8
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-26 03:15:41 +02:00
Aevann1
8fcc91a43e
reduce resize values
2022-09-26 03:15:36 +02:00
justcool393
a8e74d3355
delete the spider badge if unspidering, not the marsify one ( #374 )
2022-09-25 16:17:11 -04:00
Aevann1
a2f578c7b7
fix exploit
2022-09-25 13:30:22 +02:00
Aevann1
3339baee54
fixing /live
2022-09-25 13:28:53 +02:00
Aevann1
5a97a6f6e6
allow pcm /live to enter channel link
2022-09-25 08:45:19 +02:00
Aevann1
8a85c2413c
add consent
2022-09-25 08:31:46 +02:00
Aevann1
a28a4664c2
huh?
2022-09-25 08:30:49 +02:00
Aevann1
9d9783fe0e
fix
2022-09-25 08:27:58 +02:00
Aevann1
10d09f076c
fix
2022-09-25 08:18:03 +02:00
Aevann1
c79067f7f1
make it possible to add channels by name
2022-09-25 08:14:21 +02:00
Aevann1
8d6937e237
add obese
2022-09-25 07:46:02 +02:00
Aevann1
13a3d5c27e
fix
2022-09-25 07:45:02 +02:00
Aevann1
f8fccd34db
allow me to add channels
2022-09-25 07:43:44 +02:00
Aevann1
4ebd8fb552
limit adding channels to kip
2022-09-25 07:42:29 +02:00
Aevann1
92bdd67884
debug
2022-09-25 07:31:55 +02:00
Aevann1
fc2758df50
fix
2022-09-25 07:24:59 +02:00
Aevann1
63a7183f7e
fix /live regex
2022-09-25 06:53:53 +02:00
Aevann1
2b0a798fec
fix
2022-09-25 06:40:19 +02:00
Aevann1
5d30c3a632
fix
2022-09-25 06:38:43 +02:00
Aevann1
78f0721bb0
fix
2022-09-25 06:37:16 +02:00
Aevann1
695fca5d35
fix
2022-09-25 06:35:56 +02:00
Aevann1
015074c4ca
the fuck
2022-09-25 06:33:55 +02:00
Aevann1
97b2e09b65
fix
2022-09-25 06:31:59 +02:00
Aevann1
351a7ca17b
fix
2022-09-25 06:27:28 +02:00
Aevann1
230b71c19b
same as last commit
2022-09-25 06:22:33 +02:00
Aevann1
4212cfa0b2
testing on pcm
2022-09-25 06:11:06 +02:00
Aevann1
705d3d9e4b
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-25 05:44:00 +02:00
Aevann1
ea7803ef44
testing
2022-09-25 05:43:57 +02:00
Outrun Colors
5e180fc856
Merge branch 'frost' of github.com:Aevann1/rDrama into frost
2022-09-24 22:42:00 -05:00
Outrun Colors
ba19d3aaa7
Censor quoted text
2022-09-24 22:41:57 -05:00
Aevann1
9ebea2c6e9
fix
2022-09-25 05:36:54 +02:00
Aevann1
a83821ebdb
testin on devrama
2022-09-25 05:36:11 +02:00
Aevann1
8ce942dcc0
testing on devrama
2022-09-25 05:34:28 +02:00
Aevann1
8319aefe1c
get it ready for pcm
2022-09-25 05:29:38 +02:00
Aevann1
dd0f8fbed7
proxy all requests we make
2022-09-25 05:23:50 +02:00
Aevann1
c2a189012b
redirect instead of rendering
2022-09-25 05:21:41 +02:00
Aevann1
962cf66bcd
flush printed shit
2022-09-25 05:17:15 +02:00
Aevann1
ae3b81bb82
fix
2022-09-25 05:11:18 +02:00
Aevann1
f4b41f0049
make addition and removal of channels happen instantly (testing in devrama)
2022-09-25 05:08:44 +02:00
Aevann1
dd7145410f
add spider toggle
2022-09-25 04:44:19 +02:00
Snakes
aea590dda1
Fix syntax error in 8b722f2075
.
2022-09-24 19:39:30 -04:00
justcool393
8b722f2075
don't leak usernames with deflectors ( #372 )
...
cope marsey xd
2022-09-24 19:34:33 -04:00
Outrun Colors
b2d185ada0
Fix that
2022-09-24 17:09:54 -05:00
Outrun Colors
695159052b
Add typing debounce/enable quoting
2022-09-24 17:05:50 -05:00
Outrun Colors
6b117decb8
Tick version
2022-09-24 15:36:56 -05:00
Snakes
0a05562f8c
Order sub exile/etc listings reverse chronological.
2022-09-24 14:11:48 -04:00
Snakes
1fe02b7743
Chat rework deployment infra fixes.
2022-09-24 00:26:44 -04:00
outruncolors
484de39566
[DO NOT MERGE] Chat restructure ( #360 )
...
* Create new subdirectory for chat-related stuff
* Gitignore
* Have new code show up on chat
* Have new code show up on chat
* Fix config issue
* More script stuff
* Create UserInput components
* More chat changes
* More updates to chat
* Add chat:watch script
* Move up state and pass down
* Match up existing functionality entirely
* Match up existing functionality entirely
* Send a message when hitting Enter
* feature based directories
* First crack at emoji drawer
* Leave everything in a fucked up state ugh
* Leave it in a better state
* Stop for the night
* Decouple by abstract chat functionality to provider
* Wait a minute...
* Small chat restructure
* Prepare for notifications
* Add root context
* Flash number of messages
* Read this and u die
* Add quote functionality
* Couple tweaks
* Shallowenize the features dir/
* Add activity list
* Ch-ch-ch-ch-ch-changes
* Enable moving drawer
* Hover style on activities
* UserList changes
* Add emoji processing logic
* Duhhhh
* Scroll to top when changing query
* Put the emoji in the drawer
* Improve emoji drawer
* Add emoji genres
* Do not show activities
* Add feature flag technology
* Fix issue where own messages were triggering notifications
* Adjust startup scripts
* Responsive part 1
* Styling changes for emoji genres
* More emoji drawer styling
* Add QuickEmojis
* Re-add classnames
* Set version
* Modify build script
* Modify build script
* Mild renaming
* Lots of styling changes
* Leggo.
2022-09-23 22:49:40 -05:00
Aevann1
0c182585c1
save ragnar on WPD
2022-09-24 03:41:35 +02:00
Aevann1
677a31f80d
strip input [/live]
2022-09-24 02:21:32 +02:00
Aevann1
b32a399925
fix
2022-09-24 02:11:40 +02:00
Aevann1
95438cf9fd
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-24 02:00:47 +02:00
Aevann1
13f84a778e
change wording
2022-09-24 02:00:43 +02:00
Snakes
fc8c8b08a0
Add "Upvoted" post/comment lists on profile.
2022-09-23 17:33:46 -04:00
Aevann1
b0d1b1f157
fix /live ordering
2022-09-23 23:09:19 +02:00
Aevann1
84f4256c81
fix last commit
2022-09-23 23:01:38 +02:00
Aevann1
1b3fa8a63e
same as last commit
2022-09-23 22:59:45 +02:00
Aevann1
a63d4940ae
fix PCM /live list
2022-09-23 22:58:10 +02:00
Snakes
1cf5ec9e0d
Revert "PCM: update live list in background."
...
This reverts commit 3acdb44a98
.
2022-09-23 15:41:04 -04:00
Aevann1
1af335c9b3
i accidentially removed the /followers route lol
2022-09-23 20:30:17 +02:00
Aevann1
f9d1df54bf
make pin and unpin award work on a basic of 6 hours (unlike posts which is 1 hour)
2022-09-23 16:41:56 +02:00
Aevann1
ebf83048be
add /blockers (thx JC <3)
2022-09-23 14:58:33 +02:00
Aevann1
340f9e31fe
limit asset perms and generate modlog for updating
2022-09-23 14:51:57 +02:00
Aevann1
ce4d2ada9e
fix the @tax situation
2022-09-23 14:36:10 +02:00
Aevann1
d1bc2f3468
integrate check_ban_evade into check_for_alts
2022-09-23 14:33:58 +02:00
Aevann1
7392b37d86
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-23 14:09:35 +02:00
Aevann1
80f661f7fb
remove unnecessary check
2022-09-23 14:09:33 +02:00
justcool393
376566e723
return 404 if oauth app doesn't exist ( #366 )
...
fixes an AttributeError if the oauth app doesn't exist
2022-09-23 14:08:54 +02:00
Aevann1
4f637d9538
fix 500 error
2022-09-23 14:08:31 +02:00
Snakes
3acdb44a98
PCM: update live list in background.
2022-09-22 19:39:26 -04:00
Aevann1
495cc60a26
fix /live
2022-09-23 00:27:38 +02:00
Aevann1
ada5ab61a6
validate inputted channel id
2022-09-23 00:02:15 +02:00
Aevann1
2ef91698f4
allow PCM chadmins to add or remove channels ( #365 )
...
* testing on devrama
* fix for devrama
* fix
* fix
* fix
* fix
* fix
* fix
* test
* fix
* test
* test
* commit
2022-09-22 23:40:32 +02:00
Aevann1
c12f7a5f9a
commit before rendering
2022-09-22 22:20:29 +02:00
Aevann1
8a8a67a059
remove ban_evade logic
2022-09-22 21:40:14 +02:00
Aevann1
5c7ff17512
remove "/live" from url for offline streamesr
2022-09-22 20:26:06 +02:00
Aevann1
0df33c86a4
remove unnecessary deprected behavior in /distribute
2022-09-22 20:23:18 +02:00
Aevann1
553218aaa5
make /live a cached cron job
2022-09-22 04:33:45 +02:00
Aevann1
59f7a7655b
remove ordering as a test
2022-09-22 04:29:50 +02:00
Aevann1
71309f86fb
order by viewer count
2022-09-22 04:22:21 +02:00
Aevann1
c20fc34704
dfs
2022-09-22 04:20:47 +02:00
Aevann1
d55438afad
Live ( #364 )
...
* test on devrama
* fix prev commit
* fix prev commit
* try some shit
* try some shit
* try some shit
* fix
* make it easier to change notif colors with custom css
* de
* t
* fgddfg
* fds
* fix
* fds
* dfs
* pain
* sdfsdf
* df
* xcv
* fd
* vxc
* xcv
* c
* fgdfgd
* sdf
* fsd
* fds
* sfd
* fdsf
* fd
* fds
* fds
* fsd
* fds
* fds
* fds
* fds
* fsd
* fds
* df
* fds
* dfs
* fd
* fsd
* fsd
* dfs
* sdf
* fsd
* fsd
* df
* dfs
* fd
* fsd
* dfs
* sdf
* sdf
* sdf
* fsd
* fds
* sfd
* sdf
* fds
* dfs
* df
* sdf
* sdf
* /live
2022-09-22 04:17:02 +02:00
scitzocel
610e1fbada
Sneed ( #362 )
...
* MARSEYANTISCHIZO
Fixed betting that was fucked
* Update admin.py
2022-09-22 02:22:08 +02:00
Aevann1
d22d60b5f7
fix typos
2022-09-22 01:52:39 +02:00
Aevann1
eb12464d43
make award immunity only in rdrama
2022-09-22 00:30:12 +02:00
Aevann1
955cee3f83
revise award immunity
2022-09-22 00:28:58 +02:00
Aevann1
201208e673
make deflector not stack
2022-09-22 00:28:35 +02:00
Aevann1
f17bce610d
make chud award generate a mod log item when used by JL3
2022-09-21 22:55:34 +02:00
Aevann1
302a852de3
make carp immune to awards
2022-09-21 22:38:59 +02:00
Aevann1
61739b765e
made spider award not give any notifs
2022-09-21 22:27:12 +02:00
Aevann1
5526bcf79d
make pcm jannies able to give all badges
2022-09-21 21:43:57 +02:00
Aevann1
fb1b1279fe
dont give me modmail notifs in WPD
2022-09-21 21:38:29 +02:00
Aevann1
f79d65973c
fix 500 error on granting awards
2022-09-21 20:53:42 +02:00
Aevann1
85b72109a3
increase badge width from 200px to 400px
2022-09-20 20:05:36 +02:00
Aevann1
272e39ebf2
add spider award
2022-09-20 19:52:52 +02:00
Aevann1
61c586d7cc
make 3 routes auth_required instead of auth_desired
2022-09-20 02:54:10 +02:00
Aevann1
7d39cdb520
minor auth_desired refactor
2022-09-20 02:51:01 +02:00
Aevann1
696423d174
add /donate page
2022-09-20 01:59:24 +02:00
Aevann1
3e8c618804
testing on devrama
2022-09-20 00:59:38 +02:00
Aevann1
5e6fe2e27d
testing on devrama
2022-09-20 00:58:55 +02:00
Aevann1
6ab873fb76
small shadowbanning tweak
2022-09-19 22:24:40 +02:00
Aevann1
ff7a54e842
Revert "test ratelimiting on devrama"
...
This reverts commit 1d83412545
.
2022-09-19 21:43:47 +02:00
Aevann1
1d83412545
test ratelimiting on devrama
2022-09-19 21:35:58 +02:00
Aevann1
a40c367e88
remove marsify badge when user turns it off in the settings
2022-09-19 20:54:09 +02:00
Aevann1
f54791cc4c
remove categories
2022-09-19 20:04:30 +02:00
Aevann1
f7727f1029
refactor sigs
2022-09-19 19:51:40 +02:00
Aevann1
bb28d2d2a3
delete /order
2022-09-19 19:13:24 +02:00
Aevann1
2026a1a9c7
restore the 10 award limit for me
2022-09-19 19:10:52 +02:00
Aevann1
4519db0e57
make me get notifs for modmail again
2022-09-19 19:10:37 +02:00
Aevann1
db9622565f
tweak last commit
2022-09-19 01:36:48 +02:00
Aevann1
0930f85c4b
remove all previous high quality versions of an asset when updating it
2022-09-19 01:34:23 +02:00
Aevann1
e5da38d19c
change bite award back to 24 hrs
2022-09-18 23:25:58 +02:00
Aevann1
3f5ab7315f
add form to update hats
2022-09-18 19:38:53 +02:00
Aevann1
3b8d025f57
fix kofi
2022-09-18 02:28:09 +02:00
Aevann1
c943673df5
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-18 02:15:25 +02:00
Aevann1
3f000acde6
fix kofi issue
2022-09-18 02:15:23 +02:00
justcool393
50f60a5b5c
don't allow flairlocks on ghost posts ( #358 )
...
flairlocks can expose ghosts
2022-09-18 02:09:01 +02:00
Aevann1
8ffd87508c
fix 500 error for /settings/kofi
2022-09-18 00:28:07 +02:00
Aevann1
6bd0043248
sneed
2022-09-18 00:06:29 +02:00
Aevann1
d1e391683b
fix unread attribute
2022-09-17 23:59:49 +02:00
Aevann1
6ff943914e
testing done
2022-09-17 22:25:15 +02:00
Aevann1
eee6058330
why yes, I test on prod, how could you tell?
2022-09-17 22:21:21 +02:00
Aevann1
956a8c8506
purge CF cache on emoji update
2022-09-17 22:13:30 +02:00
Aevann1
a03e3d3e6c
restore surv tier
2022-09-17 22:03:28 +02:00
Aevann1
1d184661e1
allow me to remove/approve marseys and hats
2022-09-17 20:43:50 +02:00
Aevann1
ef00d588f5
add /admin/update/marseys
2022-09-17 17:08:24 +02:00
Aevann1
e315c56f7b
fix this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2737764?context=8#context
2022-09-17 16:39:50 +02:00
Aevann1
0c0a612f53
fix 500 error
2022-09-17 14:12:30 +02:00
Aevann1
1f3f735502
fix hat badges
2022-09-16 23:57:56 +02:00
Aevann1
2c33b09bbc
add vaporizing
2022-09-16 22:39:19 +02:00
Aevann1
4ee3b8e5f9
fix prev commit
2022-09-16 22:12:59 +02:00
Aevann1
dad0018698
make leaderboard not take forever to load by removing the winnings tables
2022-09-16 22:05:28 +02:00
Snakes
fdc8a78472
Fix leaderboard for winnings change.
2022-09-16 15:28:24 -04:00
Aevann1
2fb4ebdcb0
minor sanitize refactor
2022-09-16 18:30:34 +02:00
Aevann1
0618134eac
fix hat badges
2022-09-16 16:06:18 +02:00
Aevann1
e19b2caf7d
make marsify award get deflected
2022-09-16 15:18:19 +02:00
Aevann1
41de3c8fab
disallow permabanned from seeing chat
2022-09-16 15:06:02 +02:00
Snakes
7780d6c190
Amend f1153031cc53: typo'd an identifier.
2022-09-16 04:59:15 -04:00
Snakes
f1153031cc
Apply double-spend fix to hats.
2022-09-16 04:58:12 -04:00
Snakes
54cae4b570
Fix shop double-spend exploit.
2022-09-16 04:43:55 -04:00
Aevann1
bb1852709b
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-16 10:41:32 +02:00
Aevann1
9f231e096f
award printing change in WPD
2022-09-16 10:41:30 +02:00
outruncolors
a0c75ab677
Introduce user payment methods ( #355 )
...
* Add pay and charge methods into user class
* Replace casino charges/payments with new user methods
* Also refund wager on winning slots bets
* Unblock casino routes
2022-09-15 17:16:35 -05:00
Aevann1
43aeb6e1f9
sneed
2022-09-15 09:00:02 +00:00
Aevann1
8236514115
sneed
2022-09-15 08:00:03 +00:00
Aevann1
3a6c3d29a8
sneed
2022-09-15 03:00:02 +00:00
Aevann1
7ef876635b
fix marsey count
2022-09-14 14:47:16 +02:00
Aevann1
566c5b19e3
fuck sake
2022-09-14 13:02:46 +02:00
Aevann1
a6ce6135d8
fix
2022-09-14 13:00:46 +02:00
Aevann1
c2f397df40
show the original file in /marseys
2022-09-14 12:55:35 +02:00
Aevann1
804c2b4e23
allow hole jannies to move posts in their hole to /h/chudrama
2022-09-14 12:45:28 +02:00
Aevann1
135bd2c60c
remove unnecessary gay shit
2022-09-14 11:20:59 +02:00
Aevann1
4de53229d0
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-14 10:01:28 +02:00
Aevann1
5587b415dc
fix kofi webhook
2022-09-14 10:01:25 +02:00
outruncolors
3ebccf35d1
Add order page ( #353 )
...
* Add order page route
* Initial backend post route
* Move to static and prevent logged in users
* Update files/routes/static.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Make requested changes
* Last snake changes
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
2022-09-13 21:21:25 -05:00
Aevann1
c13a1524fa
dramacoin -> coin
2022-09-13 22:46:08 +02:00
Aevann1
a7236cd807
fix typo
2022-09-13 20:06:57 +02:00
Aevann1
73ae8f6e65
give a badge to permenantly marsified users
2022-09-13 20:02:08 +02:00
Aevann1
e4e42c6b2c
give 250 DC to marsey creators
2022-09-13 20:00:11 +02:00
Aevann1
2fa71a252b
kofi integration
2022-09-13 18:53:19 +02:00
Aevann1
e69827e6e0
kofi integration (testing on devrama)
2022-09-13 17:22:18 +02:00
Aevann1
d3e8a7f86c
perserve asset_submission fields on error
2022-09-13 13:00:47 +02:00
Aevann1
f11dcf031b
give notif on bagde removal
2022-09-13 12:27:09 +02:00
Aevann1
0c3cf0128a
"That" -> "This"
2022-09-13 11:59:29 +02:00
Aevann1
0302270e16
more detailed pin/unpin messages
2022-09-13 11:01:30 +02:00
outruncolors
7d8cfe5576
Add Roulette ( #351 )
...
* Add roulette file
* Rename variable to avoid name collission
* Add basic route and create new template for game
* More work on the roulette template
* Initial connection of front-end roulette to back-end roulette
* Add to cron job
* Pass bets to the front end
* Update front-end looks
* Add stackable poker chips for bets
* Minor last changes
* Handle minimum bets
* Add bet table
2022-09-12 20:07:39 -05:00
Aevann1
e0d32c7105
dont send me a notif
2022-09-12 19:52:07 +02:00
Aevann1
b7013698c2
change resize for marseys from 300px to 250px
2022-09-12 13:05:16 +02:00
Aevann1
4abf75edc0
add error codes
2022-09-12 11:52:07 +02:00
Aevann1
7e811b47fb
reporting improvement
2022-09-12 11:48:01 +02:00
Aevann1
6601d0d6be
sort alphabetically
2022-09-12 09:22:35 +02:00
Aevann1
ee756bf4b6
minor submission changes
2022-09-12 09:17:57 +02:00
Aevann1
5b0b0f6ebb
refactor original hats and marseys
2022-09-12 09:06:50 +02:00
Aevann1
2e31b52366
for consistency's sake, don't use {sub.name} inside strings anymore
2022-09-12 07:25:04 +02:00
Aevann1
cc0f2059c3
more descriptive success messages
2022-09-12 07:23:08 +02:00
Aevann1
1e49bb9e2c
make submitted hats prices 1000 when animated
2022-09-11 16:35:34 +02:00
Aevann1
fbe7089d2a
more detailed success message description
2022-09-11 16:32:00 +02:00
Aevann1
ce0b141325
specify the type of color code we want
2022-09-11 12:04:21 +02:00
Aevann1
09422ebf29
highlight unread DMs in /notifications/messages
2022-09-11 11:06:09 +02:00
Aevann1
9c8bc0fdd6
allow ppl blocked by someone to visit that someone's profile
2022-09-11 10:57:06 +02:00
Aevann1
14961d856f
trim non-animated marseys and increase width to 300px
2022-09-11 10:49:46 +02:00
Aevann1
b0057483c8
link the admigger upload threads in the admin panel for easier access
2022-09-11 09:11:10 +02:00
Aevann1
fda1f1e562
allow asset submitters to remove their pending shit
2022-09-11 09:03:34 +02:00
Aevann1
5546bf56f3
same as last commit
2022-09-11 08:41:48 +02:00
Aevann1
3e6a3ef52d
expose the pngs
2022-09-11 08:41:28 +02:00
Aevann1
0bc816328c
nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger nigger
2022-09-11 04:29:22 +02:00
Aevann1
ea17fa53c9
stop the error spam
2022-09-11 04:27:27 +02:00
Aevann1
b2b73b2658
sneed
2022-09-11 04:11:06 +02:00
Aevann1
20c5ad015b
relax ratelimits in casino
2022-09-11 04:05:50 +02:00
Aevann1
cefd68755d
stop the print spam
2022-09-11 03:56:47 +02:00
Aevann1
ae90eb1cf2
simplify house checking logic
2022-09-11 03:53:16 +02:00
Aevann1
55c20a67f5
remove hq images that dont fit requirements
2022-09-11 03:28:26 +02:00
outruncolors
d57a569125
[DO NOT MERGE] Casino changes ( #350 )
...
* Merge up
* Create composable template for casino games
* Big changerinos
* Only allow double down sometimes
* Add drawing capability
* Make everything pretty
* Add leaderboard
* Update files/routes/casino.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Update files/helpers/casino.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Update files/helpers/twentyone.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Update files/helpers/twentyone.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Update files/helpers/twentyone.py
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
* Add some stuff
* Rehab screen
* Default sets for no games
* Stupid revert
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
2022-09-10 16:01:34 -05:00
Aevann1
89ab532425
Update asset_submissions.py
2022-09-10 15:46:56 +02:00
Aevann1
48e1c653db
2 folders instead of prefixes
2022-09-10 13:07:58 +02:00
Aevann1
18a530a330
wtf
2022-09-10 11:41:59 +02:00
Aevann1
ee630e55c9
testing
2022-09-10 11:40:57 +02:00
Aevann1
332ab2cbdf
fix is_available
2022-09-10 11:37:43 +02:00
Aevann1
8f0b2ea9c3
test on devrama
2022-09-10 11:31:51 +02:00
Aevann1
327176d31b
show most recent replies in /notifications at the top
2022-09-10 11:06:34 +02:00
Snakes
7586dfdbc8
asset_submissions: respect hat case-sensitivity.
...
Unlike Marsey names and tags, we display hat names & descriptions
with respect for capitalization. The filesystem and database treat
hat names as case-sensitive too, so there's no risk of conflict.
2022-09-10 03:56:37 -04:00
Snakes
0950dc81b8
Move asset submission routes out of static.py.
2022-09-10 03:56:37 -04:00
Aevann1
c1aae95d16
restore "notify followers" checkbox
2022-09-10 09:00:45 +02:00
Aevann1
0ddacad599
add prefixes for asset_submissions
2022-09-10 07:49:39 +02:00
Aevann1
166060cb01
forgot to filter submitter_id=None
2022-09-10 07:42:24 +02:00
Aevann1
1a64ba3db8
hat submission UI
2022-09-10 07:37:11 +02:00
Aevann1
faac45b425
allow carp to change marsey name
2022-09-10 06:36:24 +02:00
Aevann1
34f95d155c
fix 500 error
2022-09-10 05:13:12 +02:00
Aevann1
89f4a88f04
.strip()
2022-09-10 05:04:58 +02:00
Aevann1
efc0ea205b
fix missing import
2022-09-10 03:09:33 +02:00
Aevann1
10ce1fe122
keep OG images
2022-09-10 02:52:52 +02:00
Aevann1
30bdee98b2
fix comment level 10 bug, thanks @everyone
2022-09-10 02:47:48 +02:00
Aevann1
24c29bda04
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
2022-09-10 02:31:47 +02:00
Aevann1
021c74aaa5
nerf vamp award again
2022-09-10 02:31:45 +02:00
Snakes
ad31fe854b
DMs: add unread indicator, sort by recent reply.
2022-09-09 20:30:56 -04:00
Aevann1
216b0c33f6
fix retarded /transfers logic for API users
2022-09-10 02:30:25 +02:00
Aevann1
8943024e17
cosmetic change
2022-09-10 02:18:52 +02:00
Aevann1
c638c8be80
restore error codes
2022-09-10 02:17:31 +02:00
Aevann1
7a8395fefb
better feedback in /submit/marseys
2022-09-10 02:07:17 +02:00
Aevann1
6d0d3c07d0
make new casino respect rehab award
2022-09-10 01:55:13 +02:00
Aevann1
fbbb2c2ceb
marsey submission stuff
2022-09-10 01:41:54 +02:00
Aevann1
e0d4a03934
trying to fix 500 error
2022-09-10 01:35:04 +02:00
Aevann1
9419032201
useless commit
2022-09-09 11:41:08 +02:00
Aevann1
500c1ba3c1
check filetype (thx drT)
2022-09-09 11:31:11 +02:00
Aevann1
91f3069001
more marsey shit
2022-09-09 11:21:17 +02:00
Aevann1
b8cde6ca60
restrict approving and rejecting marseys to the fish
2022-09-09 11:15:16 +02:00
Aevann1
47890d771d
add Marsey Submission UI
2022-09-09 11:13:50 +02:00
Aevann1
77128f54f8
adjust bite award logic
2022-09-09 08:49:05 +02:00
Aevann1
485c30ec3c
relax ratelimit on buying awards
2022-09-08 21:14:02 +02:00
Aevann1
1ce1410268
show total number of hats in /hats
2022-09-08 20:36:43 +02:00
Aevann1
6077f09ca9
make bets better
2022-09-08 20:25:45 +02:00
Aevann1
6e1b454d1c
fix last commit
2022-09-08 19:57:20 +02:00
Aevann1
e382334c53
add description to new badge messages
2022-09-08 19:48:56 +02:00
Aevann1
615d18c41b
like last commit
2022-09-08 17:49:34 +02:00
Aevann1
4d3a76f686
vamp award adjust
2022-09-08 17:46:01 +02:00
Aevann1
f23912bc5b
cosmetic shit
2022-09-08 17:45:10 +02:00
Aevann1
f4e4ff3839
comsetic shit
2022-09-08 17:38:27 +02:00
Aevann1
057dfc7d80
upgrade to ubuntu 22.04
2022-09-07 07:51:05 +02:00
Aevann1
9475aa27e4
award badges shit
2022-09-07 05:31:55 +02:00
Aevann1
043a235082
buff vamp house award again
2022-09-07 00:35:05 +02:00
Aevann1
71f3a2c24c
buff vamp house award
2022-09-07 00:25:29 +02:00
Aevann1
d930141dc5
same as last commit
2022-09-06 06:54:59 +02:00
Aevann1
1d419640a3
make deflector unaffect me
2022-09-06 06:53:49 +02:00
Aevann1
d0cfd8a8c1
change house femboy award
2022-09-06 06:16:41 +02:00
Aevann1
2005eb1bce
leaderboard
2022-09-06 05:06:41 +02:00
Aevann1
0eb0e4ed5c
experimenting w/ leaderboard
2022-09-06 04:58:04 +02:00
Aevann1
2717b93555
leaderboard cancer
2022-09-06 04:52:03 +02:00
Aevann1
d68ffeadb6
Revert "leaderboard cancer, don't read if u value ur sanity"
...
This reverts commit b1933def96
.
2022-09-06 04:43:28 +02:00
Aevann1
a19d700c8d
up ratelimit for adding mods
2022-09-06 04:40:46 +02:00
Aevann1
b1933def96
leaderboard cancer, don't read if u value ur sanity
2022-09-06 04:40:11 +02:00
Aevann1
5c854adc20
show urself in blocker users table
2022-09-06 04:13:43 +02:00
Aevann1
73dbb2dd7e
change t2_ and t3_ to p_ and c_
2022-09-06 00:52:22 +02:00
Aevann1
8085de14e4
make only house members able to vote on polls in their house hole
2022-09-06 00:30:44 +02:00
Aevann1
ae0dd18192
fix 500 error
2022-09-05 23:58:46 +02:00
Aevann1
c15e0f6fad
show follow time
2022-09-05 23:52:56 +02:00
Outrun Colors
90507fc8e5
Merge branch 'frost' of github.com:Aevann1/rDrama into frost
2022-09-05 15:59:48 -05:00
Outrun Colors
3509d6a8b1
Implement a function to fix bad blackjack games
2022-09-05 15:59:42 -05:00
Aevann1
7404d94610
fix issues for new instances
2022-09-05 22:37:38 +02:00
Aevann1
e793a1ab3a
show a list of blockers
2022-09-05 22:23:35 +02:00
Aevann1
0f232b264c
refactor torture_ap
2022-09-05 22:05:04 +02:00
Outrun Colors
b1674355c0
Restructure blackjack to only use a single endpoint and better handle "game end" logic
2022-09-05 13:27:00 -05:00
Aevann1
959e08bb83
make marsify not count towards /marseys
2022-09-05 10:49:34 +02:00
Aevann1
e2c7e2939f
fix leaderboard
2022-09-05 10:42:04 +02:00
Aevann1
93d7c91ce7
add the ability to order hats by author username
2022-09-05 10:27:37 +02:00
Aevann1
b166fdcaf3
make hat designers gets their own hat for free
2022-09-05 09:59:24 +02:00
Aevann1
64f95f1fca
sneed
2022-09-05 09:48:54 +02:00
Aevann1
e9f9756f16
leaderboard shit
2022-09-05 09:26:12 +02:00
Aevann1
6f9265a711
Revert "testing on prod"
...
This reverts commit e1a71486f7
.
2022-09-05 09:01:04 +02:00
Aevann1
e1a71486f7
testing on prod
2022-09-05 08:57:56 +02:00
Aevann1
225e64b91e
add marsify toggle in settings
2022-09-05 06:50:27 +02:00
Aevann1
b3a56ca168
more hat shit
2022-09-05 06:33:08 +02:00
Aevann1
15732114d9
try making hats work in popover
2022-09-05 06:21:06 +02:00
Aevann1
1816ce09f7
make it possible to equip multiple hats
2022-09-05 05:44:24 +02:00
Aevann1
49bcd0543d
add hats to chat, part I
2022-09-05 05:04:48 +02:00
Aevann1
11b391c437
fix blackjack when hitting blackjack
2022-09-05 04:34:30 +02:00
Aevann1
6727d4005c
better stripping syntax
2022-09-05 03:44:38 +02:00
Aevann1
fb4f43d2fb
increase gambling ratelimit
2022-09-05 02:01:16 +02:00
Aevann1
842300ac6e
remove code irrelevant now (not broken this time I hope)
2022-09-05 01:21:48 +02:00
Aevann1
0c32d56cd6
casino + style shit
2022-09-05 01:15:37 +02:00
Aevann1
eec0a6a436
casino shit
2022-09-04 23:35:18 +02:00
Outrun Colors
cfa4231f7d
Fix issue with slots not reducing value / center casino games / update user currency without refresh
2022-09-04 16:17:44 -05:00
outruncolors
5e1d98a3bf
WIP: Add Casino (Do Not Merge) ( #341 )
...
* Add new /casino route and template
* Consolidate lottery into casino and add initial template for slots
* Change /lottery route to /casino and replace icon with usd symbol and change sitewide const to reflect change
* Hook up new slots method to casino
* Enable Marseybux spending in casino slots
* Add UI for playing blackjack in casino
* First connection of blackjack UI to backend
* Add protective clause thanks to help from carpathianflorist.
* Create new Casino_Game relation and persist inside of blackjack
* Connect new slots behavior to Casino_Game table
* Create UI action management logic
* Add blackjack game status checker which adds persistence for blackjack
* Gonna handle this better, hold on
* Reorganize blackjack helper methods
* Reorganize casino.js to account for new changes
* Connect up to frontend
* Little changes ya know
* Display a message when winning in Blackjack
* Fix some issues with double down and insure
* Revert "remove owoify-py from requirements"
This reverts commit 4454648ea2
.
* A little casino styling change
* Reorganize into a casino block
* Smallenize the card'
* Remove references to old game data on comments
* Add sql migration file
* Remove logic to drop old columns
* Fix two forgotten conflicts
2022-09-04 22:53:34 +02:00
Aevann1
88e96988a9
more marsify/owoify shit
2022-09-04 21:43:02 +02:00
Aevann1
38036cf9ec
fix incorrect calculated cut in hat notifs
2022-09-04 00:33:25 +02:00
Aevann1
038452f9a6
display total hat sales in /hats
2022-09-04 00:32:46 +02:00
Aevann1
90d32b1381
fix marseybux gift reasons not appearing in /transfers
2022-09-03 23:45:32 +02:00
Aevann1
91d8c709cb
increase hat artist cut by 10%
2022-09-03 21:53:38 +02:00
Aevann1
865723470b
show owners of hats
2022-09-03 21:36:50 +02:00
Aevann1
5d704a2cb2
make /hats more intuitive
2022-09-03 21:11:02 +02:00
Aevann1
256b384e69
add 2 leaderboard tables for hats
2022-09-03 20:50:20 +02:00
Aevann1
82282cc8a4
check if user owns the hat alrdy or not
2022-09-03 05:58:43 +02:00
Aevann1
91d7e4fcd3
fix hats being lowecase in admiggers thread
2022-09-03 04:15:03 +02:00
Aevann1
01dc4db96b
%5 -> 5%
2022-09-03 03:44:04 +02:00
Aevann1
8975f0e4f2
fix bug
2022-09-03 03:27:46 +02:00
Aevann1
6022129f99
fix whoopsie lol
2022-09-03 03:19:47 +02:00
Aevann1
29f09634fd
more hat shit
2022-09-03 03:13:23 +02:00
Aevann1
db9a995032
more hats
2022-09-03 03:11:10 +02:00
Aevann1
697a722c6e
fix stupidity
2022-09-03 02:54:17 +02:00
Aevann1
bfdb7a87d7
fix missing import
2022-09-03 02:52:59 +02:00
Aevann1
09d1e4d887
more hats
2022-09-03 02:48:01 +02:00
Aevann1
f92a33fb04
sort hats by price then alphabetically
2022-09-03 02:29:54 +02:00
Aevann1
de9f9ab11c
display owned hats at the top
2022-09-03 02:27:19 +02:00
Aevann1
28bbdccdeb
add hat badges
2022-09-03 02:18:10 +02:00
Aevann1
88a2c69659
Hats ( #348 )
...
* hat
* hats
* hats 2
* hats
* hats 4
* hats 5
* hats
2022-09-03 01:58:55 +02:00
Aevann1
2201745c93
add owoify and marsify to offsites
2022-09-02 20:10:35 +02:00
Aevann1
9a32337a22
add flush=true to a print statement
2022-09-02 19:43:59 +02:00
Aevann1
62fd93ee7d
fix wrongly-named route
2022-09-02 19:36:49 +02:00
Aevann1
8ed450e980
fix edge case with pinning child comments
2022-09-02 06:13:40 +02:00
Aevann1
5032a9aec2
fix pinned child comments
2022-09-02 02:46:17 +02:00
Aevann1
d9d017844a
keep chat count when purging cache
2022-09-02 01:59:56 +02:00
Aevann1
dcf8892465
make it so u cant add hole mods in WPD
2022-09-02 01:54:05 +02:00
Snakes
7e5378405f
Remove redundant `if not user: abort()` checks.
2022-09-01 18:41:47 -04:00
Aevann1
57d7e2c125
fix owoify and marsify getting wasted when awarded on a post
2022-09-02 00:11:30 +02:00
Snakes
c506ff0c40
Add admin mute for user reports and modmail.
2022-09-01 17:30:15 -04:00
Snakes
ba05430a80
Prevent permabanned users from replying to DMs.
...
Permabanning already prevents users from initiating new DMs, and we
complete this by preventing replying to existing DM chains.
New modmails may still be initiated, and existing modmails may still
be replied to.
2022-09-01 17:30:15 -04:00
Aevann1
083371f20f
keep_blank_values
2022-09-01 22:46:57 +02:00
Aevann1
17fd089870
refactor pinning child comments
2022-09-01 22:31:08 +02:00
Aevann1
e4c0f1b4b3
restore pizza autoupvotes on posts
2022-09-01 22:07:08 +02:00
Aevann1
8e74171d9d
exclude authorized bots from hole restrictions
2022-09-01 22:01:03 +02:00
Aevann1
c2e4b99d39
replace '/logged_out' from redir value
2022-09-01 21:24:06 +02:00
Aevann1
e5b2675f0d
try to fix db 500 errors on wpd
2022-09-01 21:05:37 +02:00
Aevann1
4ef9a7b58c
fix occasional 500 errors on WPD
2022-09-01 21:00:08 +02:00
Aevann1
04e47017c1
fix chudrama for paypigs
2022-08-31 18:49:31 +02:00
Aevann1
60709a7253
add error handling for incorrect time format in search
2022-08-31 03:48:20 +02:00
Snakes
09d95e3e63
Revert unblockable users being unable to block.
...
Related commits:
26b2f55e68
356d1ca8a0
2022-08-30 21:31:48 -04:00
Snakes
0e70879598
Fix /h/<sub>/submit header icon.
...
sub.marsey_url was returning false because the submit.html template,
which then includes header.html, was passed an SQLAlchemy Row instance,
not a files.classes.sub.Sub instance. This worked alright because both
the header and the submit page only accessed the name field; however,
accessing the marsey_url property (rather than the marseyurl column
field) failed because of it.
2022-08-30 19:20:27 -04:00
Aevann1
11afc5cff1
fix redirection on signup
2022-08-30 21:03:49 +02:00
Aevann1
1706b15ce6
fix deflector not working for house awards
2022-08-30 20:35:03 +02:00
Aevann1
bcec360f30
sort posts with "megathread" in title by new cuz ppl forget to tick the "new" checkbox
2022-08-30 20:22:15 +02:00
Snakes
8c50047f20
Remove new sort on 'thread' in Submission.title.
...
Requested by multiple jannies. Rough timeline, as I understand it:
- Circa 7mo ago, this logic was originally added for threads with
'megathread' in the title.
- Some time later, a checkbox on submission which sets the flag
Submission.new does the same thing.
- In af680d8a94
, change the check from 'megathread' to 'thread'.
There must've been some reason for the change of substring checked.
However, it routinely causes issues for the admins and confuses
users. Solution has been to retroactively update posts that currently
rely on the 'megathread' in title behavior to use the `new` flag and
to remove the logic going forward.
2022-08-30 12:14:19 -04:00
Aevann1
7fbcec3b82
turns out we didnt need a dedicated ajax variable
2022-08-30 07:26:13 +02:00
Aevann1
b036e24005
make sure comments a person makes that have level 10 aren't hidden
2022-08-30 07:17:33 +02:00
Aevann1
2806634199
show the real base price for house awards when ur founder
2022-08-30 07:08:04 +02:00
Aevann1
8229425598
fix dict oopsie I did when adding house awards
2022-08-30 07:06:59 +02:00
Aevann1
356d1ca8a0
"people" -> "others"
2022-08-30 06:03:53 +02:00
Aevann1
26b2f55e68
make it so ppl with unblockable award cant block others
2022-08-30 05:58:25 +02:00
Aevann1
2aaed858d2
add a #changelog channel in jannycord
2022-08-30 04:03:48 +02:00
Aevann1
7a8eef2b99
in /submit, don't get title for url if it ends with extension
2022-08-30 03:51:09 +02:00
Aevann1
5345558a43
support unix time in search time filtering too
2022-08-30 03:15:54 +02:00
Snakes
9c03ab2d5e
Fix owoify award affecting links, emoji, markup.
2022-08-27 00:48:44 -04:00
Aevann1
c497c589c9
make deflector work on house awards
2022-08-27 05:29:07 +02:00
Aevann1
df022bd003
make marsify and owoify user-level
2022-08-27 05:22:57 +02:00
Aevann1
0f11312d24
add house awards
2022-08-27 04:57:19 +02:00
Aevann1
f9b56bd046
fix 500 error on posting
2022-08-27 00:05:40 +02:00
Aevann1
1a47d9a916
fix 500 error that's been happening for like a year (thank you snakes and spidey)
2022-08-27 00:03:15 +02:00
Aevann1
e0255a0fa4
fix 500 error caused by shit code
2022-08-27 00:01:36 +02:00
Aevann1
45d5f52388
restore betting
2022-08-26 23:53:17 +02:00
Aevann1
ac98f54902
remove .can_gamble
2022-08-26 23:00:17 +02:00
Aevann1
f1d70567e4
remove chat logging
2022-08-26 18:17:12 +02:00
Aevann1
e7b997fd01
testing on prod
2022-08-26 18:11:01 +02:00
Aevann1
bdc0727ac2
testing on prod
2022-08-26 17:53:40 +02:00
Aevann1
bcaa74786e
testing on prod
2022-08-26 17:51:13 +02:00
Aevann1
4538f5642f
log chat
2022-08-26 17:37:06 +02:00
Aevann1
f92a83724b
try to fix 500 error in WPD
2022-08-26 16:57:14 +02:00
Aevann1
d15b416397
add "just now" to chat messages delievered by sockets
2022-08-26 01:20:17 +02:00
Aevann1
6cbae35a63
make sidebar images higher quality
2022-08-26 00:57:08 +02:00
Aevann1
1292fcbf36
write code for WPD social holes
2022-08-26 00:23:53 +02:00
Aevann1
3bff9489da
exclude paypig badges from badge_grant
2022-08-25 19:57:15 +02:00
Aevann1
84dc2b3973
don't notify me of smth I did
2022-08-25 17:56:51 +02:00
Aevann1
5a106b9f90
Revert "make thumbnail code simpler"
...
This reverts commit 94e7457965
.
2022-08-25 17:26:27 +02:00
Aevann1
94e7457965
make thumbnail code simpler
2022-08-25 17:24:32 +02:00
Aevann1
6a21dd347b
Revert "Revert "Revert "restore autoflush"""
...
This reverts commit d84b26fc77
.
2022-08-25 17:04:33 +02:00
Aevann1
929517dd7d
remove wpd discord from /discord
2022-08-25 15:34:00 +02:00
Aevann1
2099e31b6a
redirect to /login if the person has logged into the site before
2022-08-25 00:43:44 +02:00
Aevann1
11d7f34ad0
allow hole jannies to change the hole marsey + cachebust all site assets
2022-08-25 00:22:44 +02:00
Aevann1
d84b26fc77
Revert "Revert "restore autoflush""
...
This reverts commit 5aa03d87bb
.
2022-08-24 16:36:44 +02:00
booosy
d2556bc718
Make sure the user has actually input some token to search with when doing exact searching ( #337 )
2022-08-24 04:59:51 -04:00
booosy
be38c1e980
Add title and exact boolean operators to search ( #333 )
2022-08-23 22:54:27 -04:00
Aevann1
e5046c9f20
remove /h/slackernews from the boost
2022-08-24 00:00:15 +02:00
Aevann1
3a50784239
remove all artificial votes
2022-08-23 21:35:28 +02:00
Aevann1
120fe920d7
give a pemanent progstack effect to posts linking to '.win' domains
2022-08-23 17:29:24 +02:00
Aevann1
83e8d7b015
give a permenant progstack effect to ('slackernews','space','istory','dinos')
2022-08-23 17:28:00 +02:00
Aevann1
f6e6d07504
make me autoupvote dad's posts
2022-08-23 17:27:52 +02:00
Aevann1
8864748b6b
increase block ratelimit from 10/day to 20/day
2022-08-23 17:24:54 +02:00
Aevann1
268216a537
Revert "make chat count 0 in localhost"
...
This reverts commit 4a111df278
.
2022-08-23 17:18:59 +02:00
Aevann1
5aa03d87bb
Revert "restore autoflush"
...
This reverts commit 687cd766b9
.
2022-08-23 17:17:37 +02:00
Aevann1
53e7717dc9
fix @blackjackbtz
2022-08-22 23:05:01 +02:00
Aevann1
4a111df278
make chat count 0 in localhost
2022-08-22 23:02:20 +02:00
Aevann1
666b0cb063
comment betting code
2022-08-22 22:48:47 +02:00
Aevann1
b0321745df
fix annoying chat bug (thx CRGD)
2022-08-22 22:47:01 +02:00
Aevann1
e2c6321b94
increase max ping limit for comments from 3 to 5
2022-08-21 22:17:55 +02:00
Aevann1
c0e9425015
make me not upvote posts in /h/racist
2022-08-21 19:47:59 +02:00
Aevann1
c70ea0eb64
boost informative holes with 3 extra autoupvotes
2022-08-21 19:14:03 +02:00
Aevann1
9dba3240c3
disallow adding ppl as mods to house holes if they're not members of that house
2022-08-21 18:02:01 +02:00
Aevann1
b5d500a98e
add house holes
2022-08-21 17:24:16 +02:00
Aevann1
fb2437574f
change ping_limit to be 3 for comments, and 50 for posts
2022-08-21 17:05:32 +02:00
Aevann1
350a6eb878
make me upvote /h/smuggies
2022-08-21 15:58:22 +02:00
Aevann1
f3c487f6de
make me upvote /h/braincels instead of /h/foid
2022-08-21 15:14:44 +02:00
Aevann1
a36c0f9dd3
trying to fix exiling
2022-08-20 22:24:20 +02:00
Aevann1
b71d55cfb9
don't show jannies flairing in the modlog
2022-08-20 22:14:20 +02:00
Aevann1
adee122170
check nofollow in the backend
2022-08-20 21:50:18 +02:00
Aevann1
8c99bebd87
disallow brocels from disabling stealth mode
2022-08-20 21:41:58 +02:00
Aevann1
b60f46d0bf
disallow /h/smuggies mods from disabling stealth mode
2022-08-20 21:41:15 +02:00
Aevann1
2006e56bfd
do this https://rdrama.org/h/braincels/post/95884/attn-brocels/2548322?context=8#context
2022-08-20 15:57:31 +02:00
Aevann1
734844291c
fix bug I introduced
2022-08-20 14:38:46 +02:00
Aevann1
d5b4818d61
trying to fix annoying bug
2022-08-20 14:32:19 +02:00
Aevann1
550299e6a1
make me upvote shit in chudrama
2022-08-20 13:59:29 +02:00
Aevann1
da4070b62a
reduce chudrama requirement from 20k to 5k
2022-08-20 00:45:21 +02:00
Aevann1
e1e7258e7a
add def can_see(v)
2022-08-20 00:36:28 +02:00
Aevann1
a88b9d59c4
rename /h/chudtopia to /h/chudrama
2022-08-20 00:20:25 +02:00
Aevann1
4a8220d687
make chudtopians immune to chud effects
2022-08-20 00:12:53 +02:00
Aevann1
9e5ddcbd92
large commit: stealth mode, SubJoin, chudtopia
...
dont read if u value ur sanity
2022-08-19 23:31:26 +02:00
Aevann1
e02756669b
track awards granted by jannies
2022-08-18 22:10:58 +02:00
Aevann1
c29e5cdb5d
adjust discord
2022-08-18 18:52:26 +02:00
Aevann1
5234c8ef21
remove weird spaes
2022-08-17 22:30:07 +02:00