418 Commits (5709513cb71295eff1e14c0fa873aca9620f547c)

Author SHA1 Message Date
Zankaria c696ad4fa2 Add IPs of users deleting their own post to the mod log. See #109 2 months ago
Zankaria cb4726e076 post.php: trim 2 months ago
Zankaria 41016b1ca2 Add missing comment doc in post.php 4 months ago
Zankaria a4b5bf341b Refactor post.php: isolate more db access and remote REST calls into functions. 4 months ago
Zankaria fd9baaea5f post.php: sanitize appeal message 4 months ago
Zankaria a9211d23b5 Remove feature: upload by url 4 months ago
Zankaria df2fe0e60f Minor format post.php 4 months ago
Zankaria 56b6d6b1aa Refactor post.php: split upload by url file downloading into a function. 4 months ago
Zankaria df78f0e79f Refactor post.php: move post body's markup splitting into a separate function 4 months ago
Zankaria 799072d692 Refactor post.php: split upload file hashing to a function 4 months ago
Zankaria 8faf20f7ff Format post.php in accordance with PSR-12 4 months ago
Your Name fdaa4ebdd1 better error 8 months ago
Your Name 56bbaf881f Simple anti-spam mechanism 8 months ago
Your Name e2bef8c2f2 Simple anti-spam mechanism 8 months ago
nonmakina 3725d27e72 Matrix report integration (#74) 2 years ago
discomrade a1f64335f9 Added multiple file select dialog for post form 2 years ago
discomrade e39f342008 Consider nonoko in building after posting, improve comments 2 years ago
discomrade cfaea67381 Refactor rebuilding after posts, finish reply requests before rebuilding index 2 years ago
discomrade 2605a6ff5d Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities 3 years ago
discomrade 0b56719008 Quick hack to prevent oversized PDF thumbnails. 3 years ago
discomrade 4a5944795c Enforce maximum length of ban appeal 3 years ago
discomrade 29e0906022 Fix typos in https://github.com/towards-a-new-leftypol/leftypol_lainchan/pull/336 3 years ago
discomrade f575691fc4 Fix 387ebe9c0c , extract limit to variable 3 years ago
vholmes ed55ea23ea Prevents reports with too many characters 7 years ago
discomrade f4ae0196bd Recalculate filesize after stripping metadata 3 years ago
discomrade 9a8aa66eb7 Redirect to thread after deleting child post 3 years ago
discomrade 0be3f8f1f8 Improve filter 3 years ago
towards-a-new-leftypol ec1041e095 Remove duplicate block for captcha to work on dev 3 years ago
discomrade 11bab0a9ad Add basic captcha 3 years ago
nonmakina a3dee77f47 Adds checks for mod permissions to delete posts in board 3 years ago
nonmakina 1bd809b9f0 If mod, bypass password on delete 3 years ago
nonmakina 1acb060694 Implements fixes and changes to be able to view the bumplock status of a thread 3 years ago
nonmakina fd0aa9c70d Whitespace and removed error. 3 years ago
nonmakina 3f1ef0e0fe Removes ability to delete own threads. 3 years ago
nonmakina 9768dd58df Fixes reporting function 3 years ago
towards-a-new-leftypol a4a1ec8f41 Retab post.php so that tabs are now 4 spaces. 3 years ago
towards-a-new-leftypol 540ff0dc12 Remove debugging print statements I put in a long time ago from post.php 3 years ago
towards_a_new_leftypol 3e9c52cec4 WIP 3 years ago
towards_a_new_leftypol 1760f98a0c print statements and relax rules in config 4 years ago
towards_a_new_leftypol cd9515397c Print statements everywhere 4 years ago
Benjamin Southall 7dba466f73 Fixes You look like a bot (reCaptcha window doesn't appear) #159, straight implementation of upstream https://github.com/vichan-devel/vichan/pull/241, but I bumped the jquery version. 5 years ago
Benjamin Southall 59e8120375 As per vichan upstream move locked board check to after openBoard call in handle_post. Unlike upstream , the board being locked doesn't stop reports or deletions being processed for that board, just new posts 5 years ago
Benjamin Southall 2f024d8b83 Initial post.php refactor into handler functions 5 years ago
Master Splinter 3501aab7a9 Update post.php 7 years ago
Benjamin Southall d2429e05d1 Add warning without ban, joke capcode support, SC editor support, home link support, table for calender theme / extension, removing boardalias duplicate citations in markup and other features 7 years ago
Benjamin Southall 22b8dc6312 Partial merge of 736e982945 [SECURITY] Lessen security impact 7 years ago
Benjamin Southall 9d5e98a9a3 Implemented fix for Invalid link_for call referencing deleted thread when op is deleted #98 7 years ago
Benjamin Southall 08f5412458 Add isempty check for POST variable for multi file upload via URL 7 years ago
Benjamin Southall 47273d6887 Adding support for multiple file upload using URLs, previously only one URL was supported. Also removes duplicate slack reporting merge. 7 years ago
Benjamin Southall d4e460c5e9 Initial implementation of Feature Req: board-independent file size management #4. Using ['board_specific'][['uri']]['max_filesize'] as maximum file size if avaliable otherwise using config['max_filesize'] as default 7 years ago