Commit Graph

3956 Commits

Author SHA1 Message Date
h00j e405a6c676 fix install script 2021-02-13 21:23:07 +01:00
h00j 908b843854 move antibot functions 2021-02-13 21:14:06 +01:00
Łiźnier Hełam Łabej d5e8747a19 Merge pull request #401 from vichan-devel/composer
use composer
2021-02-13 19:52:00 +01:00
h00j 0daf03c360 update README 2021-02-13 19:37:18 +01:00
h00j 5b7fb87ec1 add required extensions to composer.json 2021-02-13 19:37:00 +01:00
h00j 599fee5e21 use composer 2021-02-13 19:24:03 +01:00
Łiźnier Hełam Łabej 47df9c6485 Merge pull request #399 from vichan-devel/ip-cloaking
ip cloaking
2021-02-13 17:28:30 +01:00
Łiźnier Hełam Łabej 40d1cea043 Merge pull request #391 from panfu28/patch-3
Update index_fs.css
2021-02-13 17:28:05 +01:00
Łiźnier Hełam Łabej 1843f4a265 Merge pull request #390 from panfu28/patch-2
Update index.css
2021-02-13 17:27:41 +01:00
Łiźnier Hełam Łabej 20ce4a314e Merge pull request #389 from panfu28/patch-1
Update config.php
2021-02-13 17:27:25 +01:00
h00j bce71c1f98 ip cloaking 2021-02-13 14:11:41 +01:00
h00j 7a42158177 add maintainer timeline to README 2021-02-09 10:53:34 +01:00
h00j e7d29cdba9 update irc channel 2021-02-07 00:51:17 +01:00
h00j 4f87eb5d52 update README 2021-02-07 00:48:27 +01:00
panfu28 4070e82ae4 Update index_fs.css
More consistency fixes
Is this type of PR allowed? I just see small errors or inconsistencies all over the place and can't help but want to make the code look and read better.
2020-12-11 23:12:08 -03:00
panfu28 f91cbc16f8 Update index.css
Fixed some errors and replaced lines started with 4 spaces for a tab, some lines started with a tab already so why not make it consistent.
2020-12-11 23:02:44 -03:00
panfu28 d8e3925183 Update config.php
just fixed a comment that might confuse new users, plus it was outdated
2020-12-11 17:10:43 -03:00
Mert Kasım İmran d6d1082991 Fix for title/subtitle related issue
Subtitle was the page title and title was unused.
2020-12-02 15:56:35 -05:00
Fredrick Brennan d7d478181d Update README.md
not offering paid support right now
2020-11-13 16:05:04 -08:00
Sardach 19151def82 insignificant fix
PHP7 shows a warning when executing tools/rebuild2.php: "Declaration of case-insensitive constants is deprecated"
$group_name and $group_value really not need be case-insensitive, so i simply removed that "true".
2020-10-31 04:24:21 -07:00
papereth 6ccaf19045 Fixed thread.html template (#380)
* Update functions.php

` $_SERVER['REMOTE_ADDR']` was hardcoded in ban lookup instead of `$ip` variable

* Fix information leak in thread.html

Sensitive information can be leaked due to inadequate/absent escaping.

Line 14 is truncating before removing tags, this can cause some tags to be cut and therefore not be removed by the `remove_` functions.
Line 22 is just leaking it all, not removing anything.

* Fixed thread template

`remove_markup` is not available on vichan, arguably it makes things better but it's out of scope for this CHANGE, removing modifiers is enough to stop the info leak
consider adding it again after pulling:
fallenPineapple@a5b3336

also moving truncation before escaping for extra safety
2020-08-15 07:19:47 -07:00
papereth 2275735fdf Fix information leak in thread.html (#377)
Sensitive information can be leaked due to inadequate/absent escaping, if proxy_save enabled

Line 14 is truncating before removing tags, this can cause some tags to be cut and therefore not be removed by the `remove_` functions.
Line 22 is just leaking it all, not removing anything.
2020-08-10 09:50:02 -07:00
Eman Gamer cf6a733931 Fix Capitalization on setUpControl for Chromium (#378)
Chromium browsers expect capital U in setUpControl and old version of webm-settings.js has setupControl which causes a error and makes expand-video.js not work and options.js not save when this is in use. This bug is not present on FireFox which automatically fixes this for some reason. Stupid bug, stupid fix. No lines actually added or removed.
2020-08-09 19:25:33 -07:00
papereth a268004c7a Fix wrong variable used in ban lookup (#376)
` $_SERVER['REMOTE_ADDR']` was hardcoded in ban lookup instead of `$ip` variable
2020-08-09 18:31:50 -07:00
Fredrick Brennan 01538ed33a Close #366
I don't know why this works, but this extra whitespace is required on
PHP 7.4.

If you want to know why I hate PHP updates, this is why.
2020-01-21 09:46:29 +08:00
Daniel Saunders 2600298be8 Theme fixes 2020-01-20 10:37:54 +08:00
Daniel Saunders c7e5cd6814 $board can be NULL here, prevent indexing it
Simplest 7.4 fix ever? Possibly.
2020-01-20 10:37:10 +08:00
Fredrick Brennan 5e809047ad By default, no longer treat deprecations as errors
Close #363.

See also https://www.youtube.com/watch?v=9crnlHLVdno
2020-01-20 10:04:39 +08:00
Fredrick Brennan a2ba03849f Fix PHP 7.4 deprecations 2020-01-20 10:04:39 +08:00
Fredrick Brennan af06cf3737 Disable check_updates by default
It no longer works and never will again, so...
2020-01-15 11:36:51 +08:00
rarjpg 63b0b92690 Move HTML Tidy 'bare' option to the config 2019-11-29 19:21:20 +08:00
rarjpg 0a3bca7dd8 Various fixes 2019-11-29 13:54:08 +08:00
Kureva 1613f6baea Option to reset thread bump after last post deleted. 2019-10-14 18:56:13 +08:00
Fredrick Brennan 9fdbc6c1f0 clarify previous commit 2019-09-22 18:58:10 +08:00
Fredrick Brennan 1173f86869 You can now pay for support 2019-09-22 18:54:50 +08:00
Daniel Saunders e15e966cdb Fix a bug related to deleting boards (see https://github.com/vichan-devel/vichan/issues/331) 2019-09-22 16:57:12 +08:00
Fredrick Brennan 3a41c24e6e Fix PHP 7.3 regression in ?/users
This gets rid of the "Case-insensitive constants are deprecated" error
by passing doing |upper before passing to constant().
2019-05-02 12:19:50 +08:00
Fredrick Brennan 23378e2623 Remove refs to abandoned domains; IRC channels 2019-04-19 12:23:47 +08:00
Fredrick Brennan 47e4af1eb1 Moved to vichan-devel/vichan wiki
I decided it made more sense to put these in our wiki than to distribute
them with vichan, so right after I added them I removed them.

They can now be read at https://github.com/vichan-devel/vichan/wiki -
and checked out from https://github.com/vichan-devel/vichan.wiki.git
2019-04-18 20:20:38 +08:00
Amsemy Teladi 14384ba1ee Fix docs 2019-04-18 19:52:50 +08:00
Amsemy Teladi a99c45de22 Save Tinyboard docs (2012-10-16) from web.archive.org 2019-04-18 19:52:50 +08:00
Brayden 997326af59 fix typo in inc/config.php 2019-03-22 10:02:38 +08:00
Circlepuller dd5dbe65c7 Close #293 2019-03-09 11:54:18 +08:00
Fredrick Brennan bcfb39bde8 remove superfluous ``and" 2018-11-21 13:37:33 +08:00
Fredrick Brennan e0e0edc885 not anymore lol 2018-11-21 13:37:00 +08:00
Fredrick Brennan 84bb3833a6 add fact unix is required to readme 2018-11-21 13:35:57 +08:00
Fredrick Brennan 7514f31b36 count➜length in confeditor for PHP7.2 2018-10-12 14:47:38 +08:00
Fredrick Brennan a2f938c814 Merge pull request #310 from H1K1CH4N/master
Adds a new theme called "Index"
2018-10-12 14:39:35 +08:00
H1K1CH4N b1842dfe10 removed NPFchan copyright 2018-09-29 04:19:36 +02:00
H1K1CH4N 6f15b56b65 made the image header a little bit better in index theme 2018-09-27 04:58:05 +02:00