rDrama/files/routes/holes.py

1156 lines
35 KiB
Python
Raw Normal View History

[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
from files.classes import *
2022-02-10 20:35:16 +00:00
from files.helpers.alerts import *
2022-06-24 13:19:53 +00:00
from files.helpers.get import *
from files.helpers.regex import *
2023-10-05 10:09:58 +00:00
from files.helpers.can_see import *
[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
from files.routes.wrappers import *
2022-02-10 20:35:16 +00:00
from .front import frontlist
[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
from files.__main__ import app, cache, limiter
@app.post("/exile/post/<int:pid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def exile_post(v, pid):
2022-02-16 04:33:13 +00:00
p = get_post(pid)
2024-02-15 21:34:09 +00:00
hole = p.hole_obj
2023-10-07 17:55:50 +00:00
if not hole: abort(400)
2022-02-16 04:33:13 +00:00
2024-02-15 21:34:09 +00:00
if hole.public_use:
abort(403, "You can't exile users while Public Use mode is enabled!")
hole = hole.name
2022-02-16 04:33:13 +00:00
2024-02-15 21:34:09 +00:00
if not v.mods_hole(hole): abort(403)
2024-02-12 14:43:54 +00:00
2022-02-16 04:33:13 +00:00
u = p.author
2024-01-12 07:18:04 +00:00
if u.mods_hole(hole): abort(403)
2022-03-05 19:46:47 +00:00
2023-10-07 17:55:50 +00:00
if not u.exiler_username(hole):
exile = Exile(user_id=u.id, hole=hole, exiler_id=v.id)
2023-03-16 06:27:58 +00:00
g.db.add(exile)
2022-02-16 04:33:13 +00:00
2024-02-20 00:00:21 +00:00
send_notification(u.id, f"@{v.username} has exiled you from /h/{hole} for {p.textlink}")
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole,
2022-09-29 09:39:37 +00:00
kind='exile_user',
user_id=v.id,
target_user_id=u.id,
_note=filter_emojis_only(f'for <a href="{p.permalink}">{p.title_html}</a>'),
2022-09-29 09:39:37 +00:00
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-01-01 11:36:20 +00:00
2023-10-07 17:55:50 +00:00
return {"message": f"@{u.username} has been exiled from /h/{hole} successfully!"}
2022-02-16 04:33:13 +00:00
@app.post("/exile/comment/<int:cid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def exile_comment(v, cid):
2022-02-16 04:33:13 +00:00
c = get_comment(cid)
2024-02-15 21:34:09 +00:00
hole = c.post.hole_obj
2023-10-07 17:55:50 +00:00
if not hole: abort(400)
2022-02-16 04:33:13 +00:00
2024-02-15 21:34:09 +00:00
if hole.public_use:
abort(403, "You can't exile users while Public Use mode is enabled!")
2022-02-16 04:33:13 +00:00
2024-02-15 21:34:09 +00:00
hole = hole.name
if not v.mods_hole(hole): abort(403)
2024-02-12 14:43:54 +00:00
2022-02-16 04:33:13 +00:00
u = c.author
2024-01-12 07:18:04 +00:00
if u.mods_hole(hole): abort(403)
2022-03-05 19:46:47 +00:00
2023-10-07 17:55:50 +00:00
if not u.exiler_username(hole):
exile = Exile(user_id=u.id, hole=hole, exiler_id=v.id)
2023-03-16 06:27:58 +00:00
g.db.add(exile)
2022-02-16 04:33:13 +00:00
2024-02-20 00:00:21 +00:00
send_notification(u.id, f"@{v.username} has exiled you from /h/{hole} for {c.textlink}")
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole,
2022-09-29 09:39:37 +00:00
kind='exile_user',
user_id=v.id,
target_user_id=u.id,
_note=filter_emojis_only(f'for <a href="/comment/{c.id}#context">comment</a>'),
2022-09-29 09:39:37 +00:00
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
return {"message": f"@{u.username} has been exiled from /h/{hole} successfully!"}
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/unexile/<int:uid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def unexile(v, hole, uid):
2022-03-09 01:44:53 +00:00
u = get_account(uid)
2022-02-16 04:33:13 +00:00
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole): abort(403)
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
if u.exiler_username(hole):
exile = g.db.query(Exile).filter_by(user_id=u.id, hole=hole).one_or_none()
2023-03-16 06:27:58 +00:00
g.db.delete(exile)
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
send_notification(u.id, f"@{v.username} has revoked your exile from /h/{hole}")
2022-02-16 04:33:13 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole,
2022-09-29 09:39:37 +00:00
kind='unexile_user',
user_id=v.id,
target_user_id=u.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-01-01 11:36:20 +00:00
2023-10-07 17:55:50 +00:00
return {"message": f"@{u.username} has been unexiled from /h/{hole} successfully!"}
2022-03-09 01:44:53 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/block")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-02-14 01:22:26 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def block_sub(v, hole):
2024-02-15 21:34:09 +00:00
hole = get_hole(hole)
if hole.public_use:
abort(403, f"/h/{hole} has Public Use mode enabled and is unblockable!")
hole = hole.name
2024-02-11 07:04:09 +00:00
2023-10-07 17:55:50 +00:00
existing = g.db.query(HoleBlock).filter_by(user_id=v.id, hole=hole).one_or_none()
2022-02-14 01:22:26 +00:00
if not existing:
2023-10-07 17:55:50 +00:00
block = HoleBlock(user_id=v.id, hole=hole)
2023-03-16 06:27:58 +00:00
g.db.add(block)
2022-02-14 01:22:26 +00:00
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole} blocked successfully!"}
2022-02-14 01:22:26 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/unblock")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-02-14 01:22:26 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def unblock_sub(v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-10-07 17:55:50 +00:00
block = g.db.query(HoleBlock).filter_by(user_id=v.id, hole=hole.name).one_or_none()
2022-02-14 01:22:26 +00:00
if block:
2023-03-16 06:27:58 +00:00
g.db.delete(block)
2022-02-14 01:22:26 +00:00
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole.name} unblocked successfully!"}
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/subscribe")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def subscribe_sub(v, hole):
hole = get_hole(hole).name
existing = g.db.query(StealthHoleUnblock).filter_by(user_id=v.id, hole=hole).one_or_none()
if not existing:
2023-10-07 17:55:50 +00:00
subscribe = StealthHoleUnblock(user_id=v.id, hole=hole)
2023-03-16 06:27:58 +00:00
g.db.add(subscribe)
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole} unblocked successfully!"}
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/unsubscribe")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def unsubscribe_sub(v, hole):
hole = get_hole(hole).name
subscribe = g.db.query(StealthHoleUnblock).filter_by(user_id=v.id, hole=hole).one_or_none()
if subscribe:
2023-03-16 06:27:58 +00:00
g.db.delete(subscribe)
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole} blocked successfully!"}
2022-02-14 01:22:26 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/follow")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-06-09 20:24:24 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def follow_sub(v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-10-07 17:55:50 +00:00
existing = g.db.query(HoleFollow).filter_by(user_id=v.id, hole=hole.name).one_or_none()
2022-06-09 20:24:24 +00:00
if not existing:
2023-10-07 17:55:50 +00:00
subscription = HoleFollow(user_id=v.id, hole=hole.name)
2023-03-16 06:27:58 +00:00
g.db.add(subscription)
2022-06-09 20:24:24 +00:00
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole} followed successfully!"}
2022-06-09 20:24:24 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/unfollow")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-06-09 20:24:24 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def unfollow_sub(v, hole):
hole = get_hole(hole)
subscription = g.db.query(HoleFollow).filter_by(user_id=v.id, hole=hole.name).one_or_none()
2022-06-09 20:24:24 +00:00
if subscription:
2023-03-16 06:27:58 +00:00
g.db.delete(subscription)
2022-06-09 20:24:24 +00:00
2023-10-07 17:55:50 +00:00
return {"message": f"/h/{hole} unfollowed successfully!"}
2022-06-09 20:24:24 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/mods")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-02-21 06:45:01 +00:00
@auth_required
2024-01-12 07:18:04 +00:00
def mods_hole(v, hole):
if hole == 'test':
return redirect('/users')
2023-10-07 17:55:50 +00:00
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-10-07 17:55:50 +00:00
users = g.db.query(User, Mod).join(Mod).filter_by(hole=hole.name).order_by(Mod.created_utc).all()
2022-02-11 23:32:14 +00:00
2023-10-07 17:55:50 +00:00
return render_template("hole/mods.html", v=v, hole=hole, users=users)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/exilees")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-02-21 06:45:01 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def hole_exilees(v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-03-16 06:27:58 +00:00
users = g.db.query(User, Exile).join(Exile, Exile.user_id==User.id) \
2023-10-07 17:55:50 +00:00
.filter_by(hole=hole.name) \
.order_by(Exile.created_utc.desc(), User.username).all()
2022-02-21 06:45:01 +00:00
2023-10-07 17:55:50 +00:00
return render_template("hole/exilees.html", v=v, hole=hole, users=users)
2022-02-21 06:45:01 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/blockers")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-02-21 06:45:01 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def hole_blockers(v, hole):
hole = get_hole(hole)
2024-02-28 21:01:25 +00:00
2023-10-07 17:55:50 +00:00
if not can_see(v, hole):
abort(403)
2024-02-28 21:01:25 +00:00
if hole.public_use:
users = []
else:
users = g.db.query(User, HoleBlock).join(HoleBlock) \
.filter_by(hole=hole.name) \
.order_by(HoleBlock.created_utc.desc(), User.username).all()
2022-02-21 06:45:01 +00:00
2023-10-07 17:55:50 +00:00
return render_template("hole/blockers.html",
v=v, hole=hole, users=users, verb="blocking")
2022-06-09 20:24:24 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/followers")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-06-09 20:24:24 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def hole_followers(v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-10-07 17:55:50 +00:00
users = g.db.query(User, HoleFollow).join(HoleFollow) \
.filter_by(hole=hole.name) \
.order_by(HoleFollow.created_utc.desc(), User.username).all()
2022-02-21 06:45:01 +00:00
2023-10-07 17:55:50 +00:00
return render_template("hole/blockers.html",
v=v, hole=hole, users=users, verb="following")
2022-02-21 06:45:01 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/add_mod")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit("30/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("30/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def add_mod(v, hole):
2022-09-01 23:54:05 +00:00
if SITE_NAME == 'WPD': abort(403)
if hole == 'test':
abort(403, "Everyone is already a mod of this hole!")
2023-10-07 17:55:50 +00:00
hole = get_hole(hole).name
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole): abort(403)
2022-02-10 20:35:16 +00:00
user = request.values.get('user')
if not user: abort(400)
user = get_user(user, v=v)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
if hole in {'furry','vampire','racist','femboy','edgy'} and not v.client and not user.house.lower().startswith(hole):
abort(403, f"@{user.username} needs to be a member of House {hole.capitalize()} to be added as a mod there!")
2023-10-07 17:55:50 +00:00
existing = g.db.query(Mod).filter_by(user_id=user.id, hole=hole).one_or_none()
2022-02-11 23:32:14 +00:00
if not existing:
2023-10-07 17:55:50 +00:00
mod = Mod(user_id=user.id, hole=hole)
2023-03-16 06:27:58 +00:00
g.db.add(mod)
2022-02-11 23:32:14 +00:00
2022-03-02 04:27:53 +00:00
if v.id != user.id:
2023-10-07 17:55:50 +00:00
send_repeatable_notification(user.id, f"@{v.username} has added you as a mod to /h/{hole}")
2022-02-11 23:32:14 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole,
2022-09-29 09:39:37 +00:00
kind='make_mod',
user_id=v.id,
target_user_id=user.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2023-08-11 21:50:23 +00:00
return {"message": "Mod added successfully!"}
2022-02-11 23:32:14 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/remove_mod")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def remove_mod(v, hole):
hole = get_hole(hole).name
2023-01-01 11:36:20 +00:00
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole): abort(403)
2022-02-11 23:32:14 +00:00
uid = request.values.get('uid')
if not uid: abort(400)
try: uid = int(uid)
except: abort(400)
2022-06-24 13:19:53 +00:00
user = get_account(uid)
2022-02-12 19:33:34 +00:00
if not user: abort(404)
2023-10-07 17:55:50 +00:00
mod = g.db.query(Mod).filter_by(user_id=user.id, hole=hole).one_or_none()
2022-02-11 23:32:14 +00:00
if not mod: abort(400)
2023-10-07 17:55:50 +00:00
if not (v.id == user.id or v.mod_date(hole) and v.mod_date(hole) < mod.created_utc): abort(403)
2022-02-12 19:33:34 +00:00
2023-03-16 06:27:58 +00:00
g.db.delete(mod)
2022-02-10 20:35:16 +00:00
2022-03-02 04:27:53 +00:00
if v.id != user.id:
2023-10-07 17:55:50 +00:00
send_repeatable_notification(user.id, f"@{v.username} has removed you as a mod from /h/{hole}")
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole,
2022-09-29 09:39:37 +00:00
kind='remove_mod',
user_id=v.id,
target_user_id=user.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2022-11-07 06:32:30 +00:00
return {"message": f"@{user.username} has been removed as a mod!"}
2022-02-10 20:35:16 +00:00
2022-06-09 22:29:45 +00:00
@app.get("/create_hole")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2022-05-09 02:16:28 +00:00
def create_sub(v):
2022-06-21 05:20:21 +00:00
if not v.can_create_hole:
abort(403)
2022-03-01 21:19:51 +00:00
2023-10-07 17:55:50 +00:00
return render_template("hole/create_hole.html", v=v, cost=HOLE_COST)
2022-03-01 21:19:51 +00:00
2022-06-09 22:29:45 +00:00
@app.post("/create_hole")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2022-03-02 04:24:36 +00:00
def create_sub2(v):
2022-06-21 05:20:21 +00:00
if not v.can_create_hole:
abort(403)
2022-03-02 04:24:36 +00:00
name = request.values.get('name')
if not name: abort(400)
name = name.strip().lower()
2022-03-01 21:19:51 +00:00
if not hole_group_name_regex.fullmatch(name):
2023-08-11 21:50:23 +00:00
abort(400, "Name does not match the required format!")
2022-03-01 21:19:51 +00:00
2024-03-02 17:24:07 +00:00
if not v.charge_account('coins/marseybux', HOLE_COST, f"Cost of creating /h/{name}")[0]:
2023-08-11 21:50:23 +00:00
abort(400, "You don't have enough coins or marseybux!")
2023-10-07 17:55:50 +00:00
hole = get_hole(name, graceful=True)
2022-03-01 21:19:51 +00:00
2023-10-07 17:55:50 +00:00
if hole:
abort(400, f"/h/{hole} already exists!")
2022-03-02 04:24:36 +00:00
2023-03-16 06:27:58 +00:00
g.db.add(v)
if v.shadowbanned: abort(500)
2023-10-07 17:55:50 +00:00
hole = Hole(name=name)
g.db.add(hole)
g.db.flush() #Necessary, following statement errors out otherwise
2023-10-07 17:55:50 +00:00
mod = Mod(user_id=v.id, hole=hole.name)
2023-03-16 06:27:58 +00:00
g.db.add(mod)
2022-03-01 21:19:51 +00:00
2024-01-14 09:41:45 +00:00
text = f":!marseyparty: /h/{hole} has been created by @{v.username} :marseyparty:"
2024-02-10 15:34:45 +00:00
alert_active_users(text, v.id, User.hole_creation_notifs == True)
2023-10-07 17:55:50 +00:00
return redirect(f"/h/{hole}")
2022-02-10 20:35:16 +00:00
@app.post("/kick/<int:pid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def kick(v, pid):
2022-02-10 20:35:16 +00:00
post = get_post(pid)
2023-10-07 17:55:50 +00:00
if not post.hole: abort(403)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(post.hole): abort(403)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
old = post.hole
post.hole = None
2022-11-18 19:58:12 +00:00
post.hole_pinned = None
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=old,
2022-11-03 19:23:37 +00:00
kind='kick_post',
user_id=v.id,
2023-06-07 23:26:32 +00:00
target_post_id=post.id
2022-11-03 19:23:37 +00:00
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 06:05:42 +00:00
if v.id != post.author_id:
2024-02-20 00:00:21 +00:00
message = f"@{v.username} (a /h/{old} mod) has moved {post.textlink} from /h/{old} to the main feed!"
2022-09-29 06:05:42 +00:00
send_repeatable_notification(post.author_id, message)
2023-03-16 06:27:58 +00:00
g.db.add(post)
2022-02-10 20:35:16 +00:00
cache.delete_memoized(frontlist)
return {"message": f"Post kicked from /h/{old} successfully!"}
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
@app.get('/h/<hole>/settings')
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def hole_settings(v, hole):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
return render_template('hole/settings.html', v=v, sidebar=hole.sidebar, hole=hole, css=hole.css, snappy_quotes=hole.snappy_quotes)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
@app.post('/h/<hole>/sidebar')
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def post_hole_sidebar(v, hole):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-08-11 21:50:23 +00:00
if v.shadowbanned: abort(400)
2022-02-10 20:35:16 +00:00
2024-01-03 21:20:53 +00:00
sidebar = request.values.get('sidebar', '').strip()
if len(sidebar) > 10000:
abort(400, "New sidebar is too long (max 10000 characters)")
2024-01-03 21:20:53 +00:00
sidebar_html = sanitize(sidebar, blackjack=f"/h/{hole} sidebar")
2022-02-11 23:32:14 +00:00
2023-07-14 12:12:13 +00:00
if len(sidebar_html) > 20000:
abort(400, "New rendered sidebar is too long!")
2023-07-14 12:12:13 +00:00
2024-01-03 21:20:53 +00:00
hole.sidebar = sidebar
2023-10-07 17:55:50 +00:00
hole.sidebar_html = sidebar_html
g.db.add(hole)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
2022-09-29 10:18:27 +00:00
kind='edit_sidebar',
2022-09-29 09:39:37 +00:00
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-02-11 23:32:14 +00:00
2023-08-11 21:50:23 +00:00
return {"message": "Sidebar changed successfully!"}
2022-02-11 23:32:14 +00:00
2023-10-07 17:55:50 +00:00
@app.post('/h/<hole>/css')
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def post_hole_css(v, hole):
hole = get_hole(hole)
2022-05-03 19:07:15 +00:00
css = request.values.get('css', '').strip()
2023-10-07 17:55:50 +00:00
if not hole: abort(404)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-08-11 21:50:23 +00:00
if v.shadowbanned: abort(400)
2022-08-12 23:07:49 +00:00
2023-12-24 21:53:49 +00:00
if len(css) > CSS_LENGTH_LIMIT:
abort(400, f"Hole CSS is too long (max {CSS_LENGTH_LIMIT} characters)")
2022-05-03 19:07:15 +00:00
valid, error = validate_css(css)
if not valid:
2023-08-11 21:50:23 +00:00
abort(400, error)
2022-05-03 19:07:15 +00:00
2023-10-07 17:55:50 +00:00
hole.css = css
g.db.add(hole)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
2022-09-29 10:18:27 +00:00
kind='edit_css',
2022-09-29 09:39:37 +00:00
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2024-02-11 10:13:47 +00:00
return {"message": "CSS edited successfully!"}
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/css")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
2023-10-07 17:55:50 +00:00
def get_hole_css(hole):
hole = g.db.query(Hole.css).filter_by(name=hole.strip().lower()).one_or_none()
if not hole: abort(404)
resp = make_response(hole.css or "")
resp.headers.add("Content-Type", "text/css")
return resp
2023-11-04 22:03:26 +00:00
@app.post("/h/<hole>/settings/sidebars/")
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit("50/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("50/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def upload_hole_sidebar(v, hole):
2024-02-28 22:34:26 +00:00
if g.is_tor: abort(403, "File uploads are not allowed through TOR")
2023-11-04 22:03:26 +00:00
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-11-04 22:03:26 +00:00
if v.shadowbanned: abort(500)
file = request.files["sidebar"]
name = f'/images/{time.time()}'.replace('.','') + '.webp'
file.save(name)
2024-02-10 15:06:00 +00:00
sidebarurl = process_image(name, v, resize=600)
2023-11-04 22:03:26 +00:00
hole.sidebarurls.append(sidebarurl)
g.db.add(hole)
ma = HoleAction(
hole=hole.name,
2023-11-04 22:17:23 +00:00
kind='upload_sidebar_image',
_note=filter_emojis_only(sidebarurl),
2023-11-04 22:03:26 +00:00
user_id=v.id
)
g.db.add(ma)
return redirect(f'/h/{hole}/settings')
@app.post("/h/<hole>/settings/sidebars/delete/<int:index>")
2023-11-25 23:36:03 +00:00
@limiter.limit("1/second", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("1/second", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2023-11-04 22:03:26 +00:00
@auth_required
def delete_hole_sidebar(v, hole, index):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-11-04 22:03:26 +00:00
if not hole.sidebarurls:
abort(404, f"Sidebar image not found (/h/{hole.name} has no sidebar images)")
if index < 0 or index >= len(hole.sidebarurls):
abort(404, f'Sidebar image not found (sidebar index {index} is not between 0 and {len(hole.sidebarurls)})')
sidebar = hole.sidebarurls[index]
try:
remove_media_using_link(sidebar)
except FileNotFoundError:
pass
del hole.sidebarurls[index]
g.db.add(hole)
ma = HoleAction(
hole=hole.name,
2023-11-04 22:17:23 +00:00
kind='delete_sidebar_image',
_note=filter_emojis_only(sidebar),
2023-11-04 22:03:26 +00:00
user_id=v.id
)
g.db.add(ma)
return {"message": f"Deleted sidebar {index} from /h/{hole} successfully"}
@app.post("/h/<hole>/settings/sidebars/delete_all")
@limiter.limit("1/10 second;30/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("1/10 second;30/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def delete_all_hole_sidebars(v, hole):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-11-04 22:03:26 +00:00
for sidebar in hole.sidebarurls:
try:
remove_media_using_link(sidebar)
except FileNotFoundError:
pass
hole.sidebarurls = []
g.db.add(hole)
ma = HoleAction(
hole=hole.name,
2023-11-04 22:17:23 +00:00
kind='delete_sidebar_image',
2023-11-04 22:03:26 +00:00
_note='all',
user_id=v.id
)
g.db.add(ma)
return {"message": f"Deleted all sidebar images from /h/{hole} successfully"}
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/settings/banners/")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit("50/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("50/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def upload_hole_banner(v, hole):
2024-02-28 22:34:26 +00:00
if g.is_tor: abort(403, "File uploads are not allowed through TOR")
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
if v.shadowbanned: abort(500)
2022-02-10 20:35:16 +00:00
file = request.files["banner"]
2022-03-25 22:30:15 +00:00
name = f'/images/{time.time()}'.replace('.','') + '.webp'
2022-02-10 20:35:16 +00:00
file.save(name)
2023-10-27 13:17:38 +00:00
bannerurl = process_image(name, v, resize=1600)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
hole.bannerurls.append(bannerurl)
2023-10-07 17:55:50 +00:00
g.db.add(hole)
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
kind='upload_banner',
_note=filter_emojis_only(bannerurl),
2022-09-29 09:39:37 +00:00
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
return redirect(f'/h/{hole}/settings')
2022-02-10 20:35:16 +00:00
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/settings/banners/delete/<int:index>")
2023-11-25 23:36:03 +00:00
@limiter.limit("1/second", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("1/second", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def delete_hole_banner(v, hole, index):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-10-07 17:55:50 +00:00
if not hole.bannerurls:
abort(404, f"Banner not found (/h/{hole.name} has no banners)")
if index < 0 or index >= len(hole.bannerurls):
abort(404, f'Banner not found (banner index {index} is not between 0 and {len(hole.bannerurls)})')
banner = hole.bannerurls[index]
try:
remove_media_using_link(banner)
except FileNotFoundError:
pass
2023-10-07 17:55:50 +00:00
del hole.bannerurls[index]
g.db.add(hole)
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
kind='delete_banner',
_note=filter_emojis_only(banner),
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-10-07 17:55:50 +00:00
return {"message": f"Deleted banner {index} from /h/{hole} successfully"}
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/settings/banners/delete_all")
@limiter.limit("1/10 second;30/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("1/10 second;30/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def delete_all_hole_banners(v, hole):
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-11-04 21:50:23 +00:00
for banner in hole.bannerurls:
try:
remove_media_using_link(banner)
except FileNotFoundError:
pass
2023-10-07 17:55:50 +00:00
hole.bannerurls = []
g.db.add(hole)
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
kind='delete_banner',
_note='all',
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-10-07 17:55:50 +00:00
return {"message": f"Deleted all banners from /h/{hole} successfully"}
2023-10-07 17:55:50 +00:00
@app.post("/h/<hole>/marsey_image")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
2024-02-24 23:45:09 +00:00
@limiter.limit("5/minute;50/day", deduct_when=lambda response: response.status_code < 400)
@limiter.limit("5/minute;50/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def hole_marsey(v, hole):
2024-02-28 22:34:26 +00:00
if g.is_tor: abort(403, "File uploads are not allowed through TOR!")
2023-10-07 17:55:50 +00:00
hole = get_hole(hole)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
if v.shadowbanned: abort(500)
2023-01-01 11:36:20 +00:00
file = request.files["marsey"]
name = f'/images/{time.time()}'.replace('.','') + '.webp'
file.save(name)
[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
marseyurl = process_image(name, v, resize=200)
if marseyurl:
2023-10-07 17:55:50 +00:00
if hole.marseyurl:
remove_media_using_link(hole.marseyurl)
hole.marseyurl = marseyurl
g.db.add(hole)
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
2022-09-29 09:39:37 +00:00
kind='change_marsey',
_note=filter_emojis_only(hole.marseyurl),
2022-09-29 09:39:37 +00:00
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
return redirect(f'/h/{hole}/settings')
@app.get("/flairs")
2022-03-09 02:04:37 +00:00
@app.get("/holes")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def subs(v):
2024-02-07 04:16:17 +00:00
holes = g.db.query(Hole, func.count(Post.hole)).outerjoin(Post, Hole.name == Post.hole).group_by(Hole.name).order_by(Hole.created_utc).all()
2023-03-16 06:27:58 +00:00
total_users = g.db.query(User).count()
return render_template('hole/holes.html', v=v, holes=holes, total_users=total_users)
@app.post("/hole_pin/<int:pid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def hole_pin(v, pid):
2022-07-01 23:11:48 +00:00
p = get_post(pid)
2023-10-07 17:55:50 +00:00
if not p.hole: abort(403)
2022-07-01 23:11:48 +00:00
2024-01-12 07:18:04 +00:00
if not v.mods_hole(p.hole): abort(403)
2022-07-01 23:11:48 +00:00
2023-10-07 17:55:50 +00:00
num = g.db.query(Post).filter(Post.hole == p.hole, Post.hole_pinned != None).count()
2023-03-15 06:24:48 +00:00
if num >= 2:
2023-10-07 17:55:50 +00:00
abort(403, f"You can only pin 2 posts to /h/{p.hole}")
2023-03-15 06:24:48 +00:00
2022-07-01 23:11:48 +00:00
p.hole_pinned = v.username
2023-03-16 06:27:58 +00:00
g.db.add(p)
2022-07-01 23:11:48 +00:00
if v.id != p.author_id:
2024-02-20 00:00:21 +00:00
message = f"@{v.username} (a /h/{p.hole} mod) has pinned {p.textlink} in /h/{p.hole}"
send_repeatable_notification(p.author_id, message)
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=p.hole,
2022-09-29 09:39:37 +00:00
kind='pin_post',
user_id=v.id,
2023-06-07 23:26:32 +00:00
target_post_id=p.id
2022-09-29 09:39:37 +00:00
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"Post pinned to /h/{p.hole} successfully!"}
2022-07-01 23:11:48 +00:00
@app.post("/hole_unpin/<int:pid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-07-30 00:42:06 +00:00
def hole_unpin(v, pid):
2022-07-01 23:11:48 +00:00
p = get_post(pid)
2023-10-07 17:55:50 +00:00
if not p.hole: abort(403)
2022-07-01 23:11:48 +00:00
2024-01-12 07:18:04 +00:00
if not v.mods_hole(p.hole): abort(403)
2022-07-01 23:11:48 +00:00
p.hole_pinned = None
2023-03-16 06:27:58 +00:00
g.db.add(p)
2022-07-01 23:11:48 +00:00
if v.id != p.author_id:
2024-02-20 00:00:21 +00:00
message = f"@{v.username} (a /h/{p.hole} mod) has unpinned {p.textlink} in /h/{p.hole}"
send_repeatable_notification(p.author_id, message)
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=p.hole,
2022-09-29 09:39:37 +00:00
kind='unpin_post',
user_id=v.id,
2023-06-07 23:26:32 +00:00
target_post_id=p.id
2022-09-29 09:39:37 +00:00
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
return {"message": f"Post unpinned from /h/{p.hole} successfully!"}
2023-10-07 17:55:50 +00:00
@app.post('/h/<hole>/stealth')
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
2023-10-07 17:55:50 +00:00
def hole_stealth(v, hole):
hole = get_hole(hole)
if hole.name in {'braincels','smuggies','mnn','glory','racist'} and v.admin_level < PERMS["MODS_EVERY_HOLE"]:
abort(403)
2024-01-12 07:18:04 +00:00
if not v.mods_hole(hole.name): abort(403)
2023-10-07 17:55:50 +00:00
hole.stealth = not hole.stealth
g.db.add(hole)
cache.delete_memoized(frontlist)
2023-10-07 17:55:50 +00:00
if hole.stealth:
ma = HoleAction(
hole=hole.name,
2022-09-29 09:39:37 +00:00
kind='enable_stealth',
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-10-07 17:55:50 +00:00
return {"message": f"Stealth mode has been enabled for /h/{hole} successfully!"}
else:
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=hole.name,
2022-09-29 09:39:37 +00:00
kind='disable_stealth',
user_id=v.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2023-10-07 17:55:50 +00:00
return {"message": f"Stealth mode has been disabled for /h/{hole} successfully!"}
2022-09-29 09:39:37 +00:00
2024-02-15 21:34:09 +00:00
@app.post('/h/<hole>/public_use')
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def hole_public_use(v, hole):
hole = get_hole(hole)
if not v.mods_hole(hole.name): abort(403)
hole.public_use = not hole.public_use
g.db.add(hole)
exiles = g.db.query(Exile).filter_by(hole=hole.name)
for exile in exiles:
send_repeatable_notification(exile.user_id, f"Your exile from /h/{exile.hole} has been revoked due to its jannies enabling Public Use mode!")
g.db.delete(exile)
if hole.public_use:
ma = HoleAction(
hole=hole.name,
kind='enable_public_use',
user_id=v.id
)
g.db.add(ma)
return {"message": f"Public Use mode has been enabled for /h/{hole} successfully!"}
else:
ma = HoleAction(
hole=hole.name,
kind='disable_public_use',
user_id=v.id
)
g.db.add(ma)
return {"message": f"Public Use mode has been disabled for /h/{hole} successfully!"}
2022-09-29 09:39:37 +00:00
@app.post("/pin_comment_mod/<int:cid>")
2022-10-11 07:29:24 +00:00
@feature_required('PINS')
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def pin_comment_mod(cid, v):
2023-01-01 11:36:20 +00:00
2022-09-29 09:39:37 +00:00
comment = get_comment(cid, v=v)
2023-01-01 11:36:20 +00:00
2024-02-18 15:29:53 +00:00
if not comment.pinned:
2024-02-16 12:36:45 +00:00
if not v.mods_hole(comment.post.hole): abort(403)
2023-01-01 11:36:20 +00:00
2024-02-18 15:29:53 +00:00
comment.pinned = v.username + " (Mod)"
2022-09-29 09:39:37 +00:00
2023-03-16 06:27:58 +00:00
g.db.add(comment)
2022-09-29 09:39:37 +00:00
comment.pin_parents()
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=comment.post.hole,
2022-09-29 09:39:37 +00:00
kind="pin_comment",
user_id=v.id,
target_comment_id=comment.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
if v.id != comment.author_id:
2024-02-20 00:00:21 +00:00
message = f"@{v.username} (a /h/{comment.post.hole} mod) has pinned {comment.textlink}"
2022-09-29 09:39:37 +00:00
send_repeatable_notification(comment.author_id, message)
return {"message": "Comment pinned!"}
@app.post("/unpin_comment_mod/<int:cid>")
2023-02-27 05:33:45 +00:00
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def unpin_comment_mod(cid, v):
2023-01-01 11:36:20 +00:00
2022-09-29 09:39:37 +00:00
comment = get_comment(cid, v=v)
2023-01-01 11:36:20 +00:00
2024-02-18 15:29:53 +00:00
if comment.pinned:
2024-02-16 12:36:45 +00:00
if not v.mods_hole(comment.post.hole): abort(403)
2022-09-29 09:39:37 +00:00
2024-02-18 15:29:53 +00:00
comment.pinned = None
comment.pinned_utc = None
2023-03-16 06:27:58 +00:00
g.db.add(comment)
2022-09-29 09:39:37 +00:00
comment.unpin_parents()
2023-10-07 17:55:50 +00:00
ma = HoleAction(
hole=comment.post.hole,
2022-09-29 09:39:37 +00:00
kind="unpin_comment",
user_id=v.id,
target_comment_id=comment.id
)
2023-03-16 06:27:58 +00:00
g.db.add(ma)
2022-09-29 09:39:37 +00:00
if v.id != comment.author_id:
2024-02-20 00:00:21 +00:00
message = f"@{v.username} (a /h/{comment.post.hole} mod) has unpinned {comment.textlink}"
2022-09-29 09:39:37 +00:00
send_repeatable_notification(comment.author_id, message)
return {"message": "Comment unpinned!"}
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/log")
@app.get("/h/<hole>/modlog")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-09-29 09:39:37 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def hole_log(v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2023-05-05 05:23:59 +00:00
page = get_page()
2022-09-29 09:39:37 +00:00
mod = request.values.get("mod")
2023-09-15 23:48:33 +00:00
if mod: mod_id = get_user(mod, attributes=[User.id]).id
2022-09-29 09:39:37 +00:00
else: mod_id = 0
kind = request.values.get("kind")
2023-10-07 17:55:50 +00:00
types = HOLEACTION_TYPES
2022-09-29 09:39:37 +00:00
if kind and kind not in types:
kind = None
actions = []
total=0
2022-09-29 09:39:37 +00:00
else:
2023-10-07 17:55:50 +00:00
actions = g.db.query(HoleAction).filter_by(hole=hole.name)
2022-09-29 09:39:37 +00:00
if mod_id:
actions = actions.filter_by(user_id=mod_id)
kinds = set(x.kind for x in actions)
2023-10-02 05:07:30 +00:00
if kind: kinds.add(kind)
2022-09-29 09:39:37 +00:00
types2 = {}
for k,val in types.items():
if k in kinds: types2[k] = val
types = types2
if kind: actions = actions.filter_by(kind=kind)
total = actions.count()
2023-10-07 17:55:50 +00:00
actions = actions.order_by(HoleAction.id.desc()).offset(PAGE_SIZE*(page-1)).limit(PAGE_SIZE).all()
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
mods = [x[0] for x in g.db.query(Mod.user_id).filter_by(hole=hole.name)]
2023-08-11 13:15:34 +00:00
mods = [x[0] for x in g.db.query(User.username).filter(User.id.in_(mods)).order_by(User.username)]
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
return render_template("log.html", v=v, admins=mods, types=types, admin=mod, type=kind, actions=actions, total=total, page=page, hole=hole, single_user_url='mod')
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
@app.get("/h/<hole>/log/<int:id>")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
2022-09-29 09:39:37 +00:00
@auth_required
2023-10-07 17:55:50 +00:00
def hole_log_item(id, v, hole):
hole = get_hole(hole)
if not can_see(v, hole):
abort(403)
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
action = g.db.get(HoleAction, id)
2022-09-29 09:39:37 +00:00
if not action: abort(404)
2023-10-07 17:55:50 +00:00
mods = [x[0] for x in g.db.query(Mod.user_id).filter_by(hole=hole.name)]
2023-08-11 13:15:34 +00:00
mods = [x[0] for x in g.db.query(User.username).filter(User.id.in_(mods)).order_by(User.username)]
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
types = HOLEACTION_TYPES
2022-09-29 09:39:37 +00:00
2023-10-07 17:55:50 +00:00
return render_template("log.html", v=v, actions=[action], total=1, page=1, action=action, admins=mods, types=types, hole=hole, single_user_url='mod')
@app.post('/h/<hole>/snappy_quotes')
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def post_hole_snappy_quotes(v, hole):
hole = get_hole(hole)
snappy_quotes = request.values.get('snappy_quotes', '').strip()
if not hole: abort(404)
if not v.mods_hole(hole.name): abort(403)
if v.shadowbanned: abort(400)
2024-02-15 22:24:38 +00:00
if snappy_quotes.endswith('[para]'):
snappy_quotes = snappy_quotes[:-6].strip()
if len(snappy_quotes) > HOLE_SNAPPY_QUOTES_LENGTH:
2024-02-14 09:34:49 +00:00
abort(400, f"Quotes are too long (max {HOLE_SNAPPY_QUOTES_LENGTH} characters)")
hole.snappy_quotes = snappy_quotes
g.db.add(hole)
ma = HoleAction(
hole=hole.name,
kind='edit_snappy_quotes',
user_id=v.id
)
g.db.add(ma)
return {"message": "Snappy quotes edited successfully!"}
2024-02-14 12:49:29 +00:00
@app.post("/change_hole/<int:pid>")
@limiter.limit('1/second', scope=rpath)
@limiter.limit('1/second', scope=rpath, key_func=get_ID)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required
def change_hole(pid, v):
post = get_post(pid)
if post.ghost:
abort(403, "You can't move ghost posts into holes!")
hole_from = post.hole
hole_to = request.values.get("hole_to", "").strip()
hole_to = get_hole(hole_to, graceful=True)
hole_to = hole_to.name if hole_to else None
if not post.hole_changable(v):
2024-02-18 20:06:36 +00:00
abort(403, "You can't change the hole of this post!")
2024-02-14 12:49:29 +00:00
if hole_to == None:
if HOLE_REQUIRED:
abort(403, "All posts are required to be in holes!")
hole_to_in_notif = 'the main feed'
else:
hole_to_in_notif = f'/h/{hole_to}'
if hole_from == hole_to:
abort(409, f"Post is already in {hole_to_in_notif}")
if post.author.exiler_username(hole_to):
abort(403, f"User is exiled from this hole!")
if hole_to == 'changelog':
abort(403, "/h/changelog is archived!")
if hole_to in {'furry','vampire','racist','femboy','edgy'} and not v.client and not post.author.house.lower().startswith(hole_to):
if v.id == post.author_id:
abort(403, f"You need to be a member of House {hole_to.capitalize()} to post in /h/{hole_to}")
else:
abort(403, f"@{post.author_name} needs to be a member of House {hole_to.capitalize()} for their post to be moved to /h/{hole_to}")
post.hole = hole_to
post.hole_pinned = None
if hole_to == 'chudrama':
post.bannedfor = None
post.chuddedfor = None
for c in post.comments:
c.bannedfor = None
c.chuddedfor = None
g.db.add(c)
g.db.add(post)
if v.id != post.author_id:
hole_from_str = 'main feed' if hole_from is None else \
f'<a href="/h/{hole_from}">/h/{hole_from}</a>'
hole_to_str = 'main feed' if hole_to is None else \
f'<a href="/h/{hole_to}">/h/{hole_to}</a>'
if v.admin_level >= PERMS['POST_COMMENT_MODERATION']:
ma = ModAction(
kind='change_hole',
user_id=v.id,
target_post_id=post.id,
_note=filter_emojis_only(f'{hole_from_str} → {hole_to_str}'),
2024-02-14 12:49:29 +00:00
)
g.db.add(ma)
2024-02-18 16:10:24 +00:00
position = 'a site admin'
2024-02-14 12:49:29 +00:00
else:
ma = HoleAction(
hole=hole_from,
kind='change_hole',
user_id=v.id,
target_post_id=post.id,
_note=filter_emojis_only(f'{hole_from_str} → {hole_to_str}'),
2024-02-14 12:49:29 +00:00
)
g.db.add(ma)
2024-02-18 16:10:24 +00:00
position = f'a /h/{hole_from} mod'
2024-02-14 12:49:29 +00:00
if hole_from == None:
hole_from_in_notif = 'the main feed'
else:
hole_from_in_notif = f'/h/{hole_from}'
2024-02-20 00:00:21 +00:00
message = f"@{v.username} ({position}) has moved {post.textlink} from {hole_from_in_notif} to {hole_to_in_notif}"
2024-02-14 12:49:29 +00:00
send_repeatable_notification(post.author_id, message)
cache.delete_memoized(frontlist)
return {"message": f"Post moved to {hole_to_in_notif} successfully!"}