Daniel Saunders
4037beebab
Twig 2.9 updates
2020-01-23 01:03:47 -05:00
Daniel Saunders
bc76ad0692
Updated licensing and fixed a config typo
2019-11-24 02:54:53 -05:00
Kureva
235e75b801
Option to reset thread bump
after last post deleted.
2019-11-24 02:46:17 -05:00
Daniel Saunders
0ac3a52eeb
Removed outdated Google Analytics and reCAPTCHA code
2019-03-15 02:46:00 -04:00
Daniel Saunders
9cfd6daba0
Added jQuery plugin tablesorter and data attrs
2019-03-14 23:37:36 -04:00
Daniel Saunders
55ff9a01e4
Don't allow WebP by default since it's not supported by Firefox, etc.
2019-01-08 03:02:21 -05:00
Daniel Saunders
7b28693e7c
Turn boardlist into a Twig macro, minor work
2018-12-07 23:16:29 -05:00
Daniel Saunders
6ded067abb
WebP support
2018-12-07 04:50:26 -05:00
Daniel Saunders
eb005c7088
Updated README.md and a bunch of other stuff.
2018-11-26 21:23:54 -05:00
Daniel Saunders
dcdf713ab9
Added theme support for post-hover.js
2018-11-24 15:24:27 -05:00
Daniel Saunders
bc15dfa11b
Revert some configuration changes. We don't need breaking changes.
2018-11-23 02:41:02 -05:00
Daniel Saunders
4be8f91f3b
Removed a lot of unnecessary code.
2018-11-22 23:40:42 -05:00
Daniel Saunders
209ba201b6
Out with the old and in with the new.. I guess?
2018-11-01 21:12:26 -04:00
Daniel Saunders
75d310786c
Removed Memcached support due to security concerns.
2018-03-01 04:32:13 -05:00
Daniel Saunders
45b20ab77d
Merge branch 'master' of github.com:vichan-devel/vichan
...
Keeping fork relevant.
2018-03-01 04:04:32 -05:00
Fredrick Brennan
8e811cec44
Close #265
2017-11-03 22:12:35 +08:00
Christopher Henly
598843547e
Remove links to (dead) tinyboard.org
...
Instead we link to the archived documentation, just like in README.md. I also removed the link to tinyboard.org from the boardlinks example, and replaced it with a Github one.
2017-10-30 15:20:43 -04:00
vi
8c0b413c94
New vimeo embed
2017-10-27 22:41:08 -02:00
Daniel Saunders
444ccbec35
Added jquery-migrate-3.0.0.min.js to resolve compatibility issues in the meantime.
2017-07-27 00:27:29 -04:00
Daniel Saunders
504282b55f
Merge remote-tracking branch 'vichan/master'
2017-07-24 22:40:39 -04:00
czaks
4025705eac
replace faulty dnsbl with efnetrbl
2017-07-24 15:04:01 -04:00
Daniel Saunders
a31a3a281f
Bug related to antispam and reCAPTCHA 2 valid fields
2017-07-24 12:22:53 -04:00
Daniel Saunders
09fadec620
inline-expanding.js needs jQuery to function, so why are we not including it in the default configuration too?
2017-07-24 04:38:38 -04:00
Marcin Łabanowski
39715e3595
Merge pull request #224 from ghost/patch-2
...
Implementing Czaks captcha
2017-07-23 17:57:59 +02:00
Marcin Łabanowski
3e23c028de
Merge pull request #215 from antedeguemon/master
...
Prevents reports with too many characters
2017-07-23 17:55:22 +02:00
Marcin Łabanowski
ef1898833d
Merge pull request #226 from ghost/patch-1
...
Fixed DNSBL TOR
2017-07-23 17:54:08 +02:00
Thalis
fe495fed64
Update config.php
2017-07-23 17:50:54 +02:00
czaks
40fe35fedc
early 404 staged
2017-05-17 14:54:35 -04:00
Hollick
29409f1456
Update config.php
...
Well I'm just putting this info out there for those that need tor protection. no reason to pull this if not stable.
2017-04-28 19:07:17 +02:00
Hollick
c4358b078e
Update config.php
2017-04-28 16:19:32 +02:00
Hollick
bb86d55b1f
Fixed DNSBL TOR
...
Don't know if Sectoor.de comes online again. Found this new dnsbl tor blacklist checker. in case you really need a tor blacklist.
2017-04-28 16:09:15 +02:00
Horija
9ddb5833b3
Implementing a new captcha
...
I'm (trying) to integrate @Czaks custom captcha
2017-04-24 11:38:56 +02:00
vholmes
387ebe9c0c
Prevents reports with too many characters
2017-02-15 23:07:50 -02:00
Michael D. Reiley
372c26491a
Fix typo in max_images comment
...
multi_image.js should be multi-image.js, with a dash, not an underscore.
2016-10-01 15:06:09 -07: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
8chan
7911c374e8
Public action logs commit (log.php)
...
Note: In a previous commit, I began making inc/mod/auth.php more modular with the check_login() function. Including it does NOT check mod login by default anymore like it does on vichan. You have to call check_login(). I've finally included it in inc/functions.php. If you have any custom pages that use inc/mod/auth.php, just including functions.php is enough now.
===================================
Also: backports 351375185e5 (early 404)
2016-05-06 15:44:26 +02:00
czaks
33ef3f9b01
synchronize catalog_link
2016-05-06 14:14:22 +02:00
8chan
632d0a76d0
Display placeholder if no file in catalog/theme.php; czaks: fix the code a bit
2016-05-06 12:37:00 +02:00
Fredrick Brennan
8943bb0bb3
Rewrite report system due to flooding
2016-05-05 12:57:52 +02:00
czaks
dcf5d699bd
simplify the md5 execution logic
2016-05-05 08:22:19 +02:00
czaks
caaf741691
[SECURITY] keep up with modern password hashing standards
2016-04-22 05:35:43 +02:00
Matthieu
d2de4419bd
Added: config option to hide email in post. (prevent emailfag but let the possibility to sage and noko)
2016-01-26 00:50:55 +01:00
27chan
219c1987a9
Add extension mp4
2015-08-10 22:25:09 -03:00
czaks
d3d167affb
SECURITY: XSS fix for youtube.js/metacafe embed
2015-07-08 16:26:58 +02:00