nonmakina
fe280cdc12
Merge branch 'config' into defer-javascript
2021-07-11 11:23:03 +02:00
discomrade
3bd090995d
Fix combining character set, allow limit for combining characters
2021-07-10 01:37:31 -02:00
discomrade
dca55a1643
Allow select defering additional JS
2021-07-09 07:35:09 -02:00
discomrade
8cbeca99bf
Add logo config variable
2021-06-30 04:42:49 -02:00
towards-a-new-leftypol
9130d0d302
add comment to securimage option
2021-05-15 03:06:16 -04:00
towards-a-new-leftypol
e3ee8acc93
securimage in webconfig
...
Make sure securimage option (to enable captcha) can be set in web configuration,
by adding the default (false) to config.php
2021-05-15 03:01:15 -04:00
discomrade
89b2a8af97
Add automatic and manual reloading of captchas
2021-05-05 15:17:34 -02:00
discomrade
a1bdba3770
Add basic captcha
2021-05-05 10:29:06 -02:00
towards-a-new-leftypol
a9885c4a9b
Remove reference to non-existant js file in config.php
2021-04-03 20:20:54 -04:00
towards-a-new-leftypol
cdf2bd429f
Slightly better error message for rate limiting thread creation
2021-01-27 22:54:50 -05:00
towards-a-new-leftypol
c03ccd63a1
OP rate limiting should only look at opening posts in the flood table
2021-01-27 22:51:33 -05:00
towards-a-new-leftypol
ae9e94396d
retab config.php
2021-01-27 22:50:32 -05:00
towards-a-new-leftypol
7937a702e3
Do noip stuff before other stuff (idk)
2021-01-24 07:29:12 +00:00
towards-a-new-leftypol
629d03bd7b
OP creation rate-limiting
...
- minimum time between OP is 30 seconds
2021-01-24 06:49:01 +00:00
nonmakina
906ed844d3
Implements fixes and changes to be able to view the bumplock status of a thread
2021-01-17 21:31:06 -06:00
Comatoast
f7ed46cb23
Fixed: Mod Log Permissions
2021-01-17 18:30:42 -08:00
nonmakina
0611bb6ad1
Sets the correct default path in the config.php, and removes the re-write in instance-config. The path set in config was incorrect, so there is no benefit in keeping it incorrect and overwriting in instance config. And now that it's correct, it's no benefit to have a duplicate setting.
2021-01-10 19:28:58 -06:00
towards-a-new-leftypol
a6658d92b8
Merge pull request #122 from nonmakina/noDeleteThread
...
No delete thread
2021-01-10 11:08:25 -05:00
nonmakina
b463aaead9
Explicitly sets txt_file_thumbnail to false
2021-01-09 20:05:01 -06:00
nonmakina
c04c9bcb6a
Removes ability to delete own threads.
2021-01-09 19:24:53 -06:00
nonmakina
e32e12798e
fixes gentoo style. Fixes redtext markup. Adds orange quoting (ie: <).
2021-01-04 15:59:59 -06:00
towards_a_new_leftypol
d34e4f6828
WIP
2020-12-22 01:35:50 -05:00
towards_a_new_leftypol
1596ab3421
remove ffmpeg_path from cfg
2020-12-22 01:35:06 -05:00
towards_a_new_leftypol
77f3bf0d16
first commit of config file
2020-12-22 01:34:23 -05:00
gamer551
3bd53e6cae
anti bump flood ( #173 )
2019-11-15 17:26:58 +04:00
Sardach
ac743c3d2e
add missing '
...
:P
2019-08-12 02:38:36 -05:00
Benjamin Southall
569345cdc3
Change default configuration for vimeo embedding , Fixes Update Vimeo embedding #154
2019-08-11 10:22:09 +10:00
Benjamin Southall
1c47bf85a0
Add apple touch icon support and configuration option
2019-08-11 10:18:28 +10:00
Benjamin Southall
2404e6074c
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.
2019-08-10 20:39:17 +10:00
Benjamin Southall
e1ea080e3f
Add empty boards_alias to inc/config, should fix #133
2017-10-21 19:16:31 +09:00
Benjamin Southall
e461bd7798
Updating default for DNS blacklists , replaces pull request 128
2017-09-04 07:09:48 +09:00
Benjamin Southall
6041e37216
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
2017-09-03 23:39:43 +09:00
Benjamin Southall
257ead7313
Merge pull request from vichan-devel/vichan#200 from seisatsu/patch-2 Fix typo in max_images comment , Adding early 404 staged from 40fe35fedc
2017-06-08 07:44:27 +09:00
Benjamin Southall
9634368b71
Add missing post_control template and configuration values for thread merge functionality
2017-06-01 07:37:42 +09:00
Benjamin Southall
2533c309f7
Add new fields for pdf_file_thumbail and autotagging / IP note generation of deleted posts to config.php for Deleting posts as mod does not work #104
2017-05-05 05:49:14 +09:00
Hollick
56b01ac1ef
sectoor.de is dead apparently
...
Well not saying this is the best fix or blacklist server. but it's the only I found that worked for me. I just read about some dnsbl so I'm no expert on it.
Sectoor.de might go back to the living though.
2017-04-28 19:18:08 +02:00
Benjamin Southall
a16122329f
Add ['overboard_post_form'] to allow overboard post forms. Adjustments to ukko theme to support this
2017-04-25 00:47:14 +09:00
Benjamin Southall
1a7201eb30
Add additional valid inputs for multi-url file upload for ['spam']['valid_inputs']
2017-04-07 19:42:39 +09:00
Benjamin Southall
4800138b29
Add support for multiurl file upload fields to valid input whitelist for spam filter.
2017-03-20 21:04:39 +09:00
Benjamin Southall
f758139c87
Add mininum post length configuration value to combat spam. Note that the posts with 0 length are still allowed in order to allow image only posts for /layer/. Fix paths for spoiler and deleted images. Change flood filters so that moderators are not restricted by them.
2017-03-03 12:26:00 +09:00
Benjamin Southall
ea9da7da61
Make slack report notifier, donate page, irc page and radio page use configuration variables instead of hard coding values.
2016-10-02 01:15:34 +09:00
Benjamin Southall
a3b9c4405c
Merged lainchan with vichan master at 25/9/2016 a4b619ae5e
@czaks czaks committed on GitHub 2 days ago
2016-09-25 16:34:47 +09:00
Benjamin Southall
d09953da07
ReportNotifier Slack notification support
2016-09-23 22:44:48 +09:00
czaks
a779b96370
second iteration of nntpchan implementation
2016-08-15 00:56:06 +02:00
czaks
5e335a8564
preliminary inbound nntpchan support
2016-08-14 16:24:17 +02:00
czaks
8a46c7a0d5
tesseract OCR support for spamfilters
2016-06-09 11:09:10 +02:00
czaks
12e6aba5d4
(2/2) advanced build. implement a daemon that will build static pages.
...
implement a queue and a lock. fix notice in bans. and it even works!
the daemon is basic right now, it could work in a mode that it will defer building certain
pages until a certain time.
2016-05-08 13:23:41 +02:00
czaks
b6f0317bde
advanced build (1/2): a small refactor of index generating procedure; generation strategies
2016-05-08 10:54:30 +02:00
Fredrick Brennan
505adffcdc
Cyclical threads ♺
2016-05-06 16:39:20 +02:00
Fredrick Brennan
95b1e103cb
Edit static pages commit
2016-05-06 16:03:55 +02:00