53 Commits
Author SHA1 Message Date
Fredrick Brennan ddae472dd1 [timeline] Make 4chan the head of the tree 2023-03-29 21:17:25 -04:00
Fredrick Brennan db68297f58 [timeline] Actually wait, it's even more complicated than that. 2023-03-29 21:00:24 -04:00
Fredrick Brennan fc00b08c80 [README] Add timeline 2023-03-29 20:26:38 -04:00
Fred Brennan a69337e243 Apply inc/display.php@0a2dfed from vichan/infinity 2023-01-24 02:35:15 -05:00
Fredrick BrennanandGitHub 491f71ce3a [README] +webservers/PHP exp needed to use in 2023 2023-01-20 22:39:24 -05:00
Fred Brennan fe3e4997b6 +static/unapplied patches 2023-01-12 05:37:21 -05:00
Fredrick BrennanandGitHub 3256049ca9 [README] + § Unapplied patches 2023-01-12 05:30:08 -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
Fred BrennanandScotty 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
Fred Brennan 4c6a695a6f Use ENT_QUOTES when converting UTF-8 to HTML (#448)
Closes #448.
2022-09-15 14:46:05 -04:00
Fred Brennan 572a11dba7 Flip insane default for non-developers 2022-08-29 11:48:38 -04:00
Fred Brennan efd54a20e8 Install config to secrets.php by default 2022-08-29 11:47:47 -04:00
Fred Brennan a99d7c7c80 Add support for APC(u) 2022-08-29 11:45:59 -04:00
Fredrick BrennanandGitHub 1e19e75bf5 Change illogical default of $config[force_body]
Makes JS and non-JS enforcement equivalent while providing a downgrade path.

JS may not allow empty bodies even when $config[force_body] false. Don't care enough to fix. PR welcome.

Close #493.
2022-08-29 10:30:50 -04:00
Fredrick BrennanandGitHub 9e63116338 fix mysql_version() for mariadb 2022-08-20 12:45:56 -04:00
Fredrick Brennan 9745e9d854 Ignore recently added graphicsmagick check
Closes #445.
2021-11-03 22:55:55 -04:00
Fredrick Brennan f1b43e5fb2 {% (end)?raw %}{% (end)?verbatim %}
```
rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {}
```

Close vichan-devel/vichan#452.
2021-11-03 22:49:49 -04:00
Fredrick BrennanandGitHub d7d478181d Update README.md
not offering paid support right now
2020-11-13 16:05:04 -08: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
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 BrennanandGitHub af06cf3737 Disable check_updates by default
It no longer works and never will again, so...
2020-01-15 11:36:51 +08:00
Fredrick BrennanandGitHub 9fdbc6c1f0 clarify previous commit 2019-09-22 18:58:10 +08:00
Fredrick BrennanandGitHub 1173f86869 You can now pay for support 2019-09-22 18:54:50 +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 BrennanandGitHub 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
Fredrick BrennanandGitHub bcfb39bde8 remove superfluous ``and" 2018-11-21 13:37:33 +08:00
Fredrick BrennanandGitHub e0e0edc885 not anymore lol 2018-11-21 13:37:00 +08:00
Fredrick BrennanandGitHub 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 BrennanandGitHub a2f938c814 Merge pull request #310 from H1K1CH4N/master
Adds a new theme called "Index"
2018-10-12 14:39:35 +08:00
Fredrick Brennan aeb4a31194 Close #304 2018-09-18 14:08:06 +08:00
Fredrick BrennanandGitHub f6cc993bce Update README.md
+and other serious bugs
2018-08-08 18:51:56 +08:00
Fredrick Brennan ac971f36d5 Fix capcodes in PHP7.2. Close #299 2018-07-27 20:08:03 +08:00
Fredrick Brennan 41cfd500de Fix dashboard Countable on non-countable error
Only affected PHP7.2, was due to a sloppy template. PHP7.2 is much more
strict than previous versions so these kinds of bugs are coming to the
fore.
2018-07-27 19:40:44 +08:00
Fredrick Brennan be2eafd4fc Fix reports under PHP7.2
You'll need to delete all reports made before applying this patch for it
to work right. However, all reports made after applying this patch will
appear correctly in `mod.php?/reports`.

This closes #300.
2018-07-27 19:40:32 +08:00
Fredrick Brennan 524d48110b Fix bans of form "5d", "1y", etc. for PHP7.2
This closes #301.
2018-07-27 19:06:31 +08:00
Fredrick Brennan 814b9246d4 Fix broken link in install.php 2018-07-27 18:48:27 +08:00
Fredrick Brennan 0aa4e3badc Update Twig. This closes #295 2018-05-10 18:25:37 +08:00
Fredrick Brennan b078ffb1e4 Close #282 2018-05-10 17:33:07 +08:00
Fredrick BrennanandGitHub ce72d9c8ee Merge pull request #287 from antedeguemon/master
Update license and copyright dates
2018-03-02 14:55:56 +00:00
Fredrick Brennan 693fa1bdfa Fix #284 for new installations _only_
Users with existing installations are still required to follow the
advice in security bulletin #284.

This commit isn't perfect -- PHP installations below 7.0 and w/o OpenSSL
cannot be fully secured in my estimation. . .
2018-01-29 18:19:16 +08:00
Fredrick BrennanandGitHub 6ae0f45c31 warn against new vichan installations 2018-01-23 18:57:25 +08:00
Fredrick BrennanandGitHub d55721d033 add my email to README for security problems 2018-01-15 22:18:17 +08:00
Fredrick BrennanandGitHub 464d3b4a04 Merge pull request #269 from H0K4/patch-1
Prevents multiple submit/copy when moving a thread/reply.
2017-11-06 11:21:51 +08:00
Fredrick Brennan c2f7073dd4 Fix warnings in PHP7 in gettext library
Not sure how to commit this upstream, the library seems to be
unmaintained.
2017-11-05 21:17:20 +08:00
Fredrick Brennan ac8f15f0f2 Close #267 2017-11-05 16:25:02 +08:00
Fredrick Brennan 8e811cec44 Close #265 2017-11-03 22:12:35 +08:00
Fredrick BrennanandGitHub b7a3bde4c8 Merge pull request #264 from deysu/patch-1
Remove links to (dead) tinyboard.org
2017-11-02 15:39:51 +08:00
Fredrick BrennanandGitHub 6cc68ffdc8 Merge pull request #262 from antedeguemon/patch-1
New vimeo embed code
2017-10-28 10:57:36 +08:00
Fredrick BrennanandGitHub 09b373cf60 Merge pull request #245 from ghost/patch-2
Bug fixing inc.
2017-10-26 13:35:26 +08:00
Fredrick BrennanandGitHub 74283b131d Merge pull request #259 from RalphORama/master
Use random_bytes if PHP version >= 7.1.0
2017-10-26 13:27:30 +08:00