Zankaria
fb3843efd5
Remove the custom BMP polyfill.
...
It was previously required to support PHP < 7.2, but now the minimum supported version is PHP 7.4
2024-02-07 23:24:34 +01:00
Lorenzo Yario and GitHub
ec515621eb
Revert "Initial break up of functions.php"
2024-02-04 05:53:06 -08:00
Zankaria
3baa68c7b6
Initial refactor of functions.php
2024-02-03 17:17:14 +01:00
RealAngeleno and GitHub
fe9573a385
allow disabling post deletion for old posts
2023-10-31 21:59:12 -07:00
RealAngeleno and GitHub
bc05223362
Make secrets.php already exist as a QOL.
2023-10-21 22:59:45 -07:00
RealAngeleno and GitHub
e9ed9acd30
fixed oversight. oops.
2023-10-04 22:50:06 -07:00
RealAngeleno and GitHub
f396204e44
add hcaptcha support
2023-09-16 01:31:02 -07:00
eli and GitHub
c3c7bc4fc3
fix float division deprecation warning breaking captcha.php json
2023-09-07 05:45:14 -10:00
RealAngeleno and GitHub
1b14830dfd
drop-in replacement for rc4-40
2023-09-01 22:16:05 -07:00
RealAngeleno and GitHub
997babeee0
add hourly thread limit (from npfchan)
2023-08-13 23:14:41 -07:00
RealAngeleno and GitHub
503e4e39d0
hourly thread limit. Mostly from NPFchan
2023-08-13 23:13:29 -07:00
RealAngeleno and GitHub
4d3ca11b91
allow cyclical images to be set independently of stickies
2023-08-05 15:35:28 -07:00
RealAngeleno and GitHub
4a151acb18
allow cyclical images to be set separately from stickies
2023-08-05 15:11:21 -07:00
RealAngeleno and GitHub
fb8f1d04d0
Update functions.php
2023-08-02 18:04:49 -07:00
RealAngeleno and GitHub
aa0f6607cf
Fix multi-report bug #567
2023-07-28 14:32:42 -04:00
RealAngeleno and GitHub
1a5b3c8480
Revert "Temporarily Revert "Remove telegrams" due to critical bug with posting"
2023-07-15 23:10:39 -07:00
RealAngeleno and GitHub
af6bb09031
Revert "Remove telegrams"
2023-07-15 23:03:13 -07:00
fowr
5ef004c7ad
remove telegrams
2023-07-15 00:24:04 -03:00
RealAngeleno and GitHub
f48872d5a4
prohibit emails from showing up in api if hide_email is true
2023-07-10 04:02:51 -07:00
RealAngeleno and GitHub
ed627325ad
prohibit original filename from showing up in api when disabled
...
Makes it so that if $config['show_filename'] = false, it will show $apiPost['tim'] as the filename instead.
2023-07-10 02:46:28 -07:00
RealAngeleno and GitHub
728476ce99
Update config.php
...
prevent conflict
2023-06-25 05:25:32 -07:00
RealAngeleno and GitHub
691ce02cbd
add missing break in switch/case for dismiss post
...
fixes bug in which Dismiss Post worked identically to Dismiss+
2023-06-22 04:49:22 -07:00
mikka and GitHub
6a13e1053d
A small typo
2023-05-26 22:54:32 +02:00
RealAngeleno and GitHub
727e8723f0
add too many lines
2023-05-20 15:37:25 -07:00
RealAngeleno and GitHub
d04e0d2caa
Update config.php
2023-05-20 14:45:26 -07:00
RealAngeleno and GitHub
66be6de2fd
Revert "Temporarily Revert "feature: dismiss all reports for a post" (misclick)"
2023-04-23 19:15:44 -07:00
basedgentoo and GitHub
8012cc5f05
Merge pull request #527 from discomrade/regex-open-bracket
...
Allow open parentheses before cite: "(>>1"
2023-04-23 22:13:18 -04:00
basedgentoo and GitHub
417406d970
Merge pull request #553 from perdedora/update_twig
...
Update twig to 2.9
2023-04-23 22:12:49 -04:00
RealAngeleno and GitHub
aee8288942
Revert "feature: dismiss all reports for a post"
2023-04-23 19:04:01 -07:00
RealAngeleno and GitHub
b3c6896e1b
Merge pull request #560 from perdedora/dismiss_report
...
feature: dismiss all reports for a post
2023-04-23 19:03:55 -07:00
fowr
d825c36b8d
feature: dismiss all reports for a post
2023-04-23 22:07:16 -03:00
RealAngeleno and GitHub
f8c8d57d64
Merge pull request #550 from f89s/master
...
Fix combining character set, allow limit for combining characters
2023-04-22 09:31:06 -07:00
fowr
87f99715c9
Merge branch 'master' of github.com:perdedora/vichan into update_twig
2023-04-21 00:05:20 -03:00
fowr
b6c8b05cf7
change the default of twig_auto_reload to false
2023-03-30 17:52:38 -03:00
fowr
427f3f8a0a
delete remove_whitespace filter
2023-03-29 19:13:28 -03:00
fowr
d2bb450b1a
update twig to 2.9
2023-03-29 18:59:28 -03:00
fowr
2c847a6413
add global to mod_confirm
2023-03-29 18:20:10 -03:00
f89s
90bf50fa30
Fix combining character set, allow limit for combining characters
2023-03-28 19:01:12 +04:00
Fred Brennan
a69337e243
Apply inc/display.php@0a2dfed from vichan/infinity
2023-01-24 02:35:15 -05:00
discomrade and Fredrick Brennan
85b5dee77d
Fix post number on dismissed reports log, show id
...
Previously the report dismiss logs would show the report id instead of the post number.
2023-01-20 22:36:36 -05:00
fowr and Fredrick Brennan
2d708984c4
fix: vichan ban length post variable is different than npfchan. causing the ban to be always permanent
2023-01-14 19:22:04 -05:00
perdedora and GitHub
b02a1fc0db
feat: edit pre-existing bans ( #528 )
...
* feat: edit pre-existing bans
* change default permission
* theres no need for elseif here. related: d34f083a6b33185927c6b79a38477f4ea4ce49b5
* quote href param
* changes made
2023-01-12 20:38:23 -05:00
discomrade and GitHub
5d31f3bab7
Add open parentheses to cite regex
...
Allows cite regex to match a post number after an opening parenthesis. "I like the comfy threads (>>1 and >>2) because they're comfy"
From https://github.com/fallenPineapple/NPFchan/commit/d78254b41db7902b9463b8d5ccfecd30265bacf9
2023-01-12 10:16:15 +00:00
discomrade and Fredrick Brennan
2317c0adee
Add default value for flood_cache
...
The original code left flood_cache undefined, leading to errors in newer versions of PHP. See https://github.com/vichan-devel/vichan/issues/525
2023-01-12 03:30:23 -05:00
Fredrick Brennan
70222e8c2d
Revert "When moving Reply from Thread to Thread: Remove re-direct to error page "Thread does not exist""
2022-12-14 03:18:00 -05:00
smolten
812a111107
When moving a post, add condition (post is Thread) before trying to make Thread for post. Removes "Thread Does not exist" page that showed up even when a post was successfully moved between threads.
2022-12-13 00:56:23 -07:00
Fred Brennan and Scotty Molt
191dbd3be0
[SECURITY] [REGRESSION] Fix config editor UI
...
Closes #516 .
Co-Authored-By: Scotty Molt <smolt@asu.edu >
2022-12-10 10:27:59 -05:00
deysu and GitHub
c8f88c14a8
Add banners as default functionality & display them on mod login / dashboard when enabled ( #513 )
...
* Add banner support as a default, integrated option.
Used lainchan's original banner script, authored by barrucadu
* Display banners on moderator login and dashboard
* Remove memes & better directory structure
2022-11-17 01:48:24 -05:00
runit and Fredrick Brennan
4e5fecebd2
I didn't need to actually touch this.
2022-10-15 10:09:10 -04:00
runit and Fredrick Brennan
63b71bf1fc
We're not Tinyboard anymore. We've been vichan for 8 years. We should reflect that.
...
Also use Github wiki so new enhancements can be reflected. It's better than linking to 10-year-old archived documentation.
I'll update the wiki eventually.
2022-10-15 10:09:10 -04:00