1725 Commits

Author SHA1 Message Date
Daniel Saunders
2001e3c3c2 Fixes 2018-11-29 02:26:47 -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
918fd85b25 Bugfix with antibot 2018-11-23 02:48:44 -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
7c0fb6a654 Don't define imagecreatefrombmp() and imagebmp() if they already exist 2018-11-22 23:57:53 -05:00
Daniel Saunders
4be8f91f3b Removed a lot of unnecessary code. 2018-11-22 23:40:42 -05:00
Daniel Saunders
5ad4e64980 Moved more stuff to menu.html 2018-11-01 23:29:03 -04:00
Daniel Saunders
f7af6bbdf7 Check for presence of $config['menu'] before trying to create a menu 2018-11-01 21:22:28 -04: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
02abee7304 Revert "imagecreatefrombmp(1) and imagebmp(2) are now polyfills for PHP < 7.2"
This reverts commit 583a58288a76c98e3b613ffe2b8567d970aab98f.
2018-10-30 01:16:48 -04:00
Daniel Saunders
583a58288a imagecreatefrombmp(1) and imagebmp(2) are now polyfills for PHP < 7.2 2018-05-14 03:12:27 -04:00
Daniel Saunders
44d0b205a6 Remove custom Twig filter "count" in favor of Twig's own "length" filter 2018-05-12 00:02:29 -04:00
Daniel Saunders
71d630e122 And some super calls... 2018-05-11 23:32:20 -04:00
Daniel Saunders
4a155d7e89 Forgot that private properties are not inherited - whoops 2018-05-11 23:24:57 -04:00
Daniel Saunders
f315867423 Re-adding clear() to Twig caching. 2018-05-11 23:03:10 -04:00
Daniel Saunders
0075b8b0c2 Added Parsedown to dependency list 2018-05-11 01:00:38 -04:00
Daniel Saunders
81ceabe744 Require third party dependencies before requiring other files 2018-05-11 00:07:13 -04:00
Daniel Saunders
cb7c8aba97 Slight README.md update and remove old commented code, will do a much larger update to README.md later 2018-03-01 20:55:19 -05:00
Daniel Saunders
3fd37ab2fc Added a description in composer.json 2018-03-01 20:28:14 -05:00
Daniel Saunders
29d37104e8 Switch to composer, remove 3rd-party code from repository. 2018-03-01 20:26:23 -05:00
Daniel Saunders
75d310786c Removed Memcached support due to security concerns. 2018-03-01 04:32:13 -05:00
Daniel Saunders
4b4a8f12bf Removed editor recovery file (useless) 2018-03-01 04:14:50 -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
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
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
Fredrick Brennan
09b373cf60 Merge pull request #245 from ghost/patch-2
Bug fixing inc.
2017-10-26 13:35:26 +08:00
Daniel Saunders
9e8e56f449 Merge remote-tracking branch 'upstream/master'
Updating to a more recent upstream for sanity.
2017-10-26 00:45:09 -04:00
RalphORama
c8765dede4 Update PHP version check
Removed trailing zero
2017-10-24 17:36:14 -04:00
RalphORama
2097562596 PHP version check for mcrypt_create_iv
Use `mcrypt_create_iv()` if PHP version is less than 7.1.0, otherwise use `random_bytes()` (introduced in PHP 7.1 to replace `mcrypt_create_iv()`)
2017-10-24 16:27:00 -04:00
RalphORama
67b1565ef8 Replace mcrypt_create_iv with random_bytes
`mcrypt_create_iv()` was deprecated in PHP 7.1.0.
2017-10-24 16:16:25 -04:00
antedeguemon
4d1dc45a7c Bugfix: allow mods to edit poster name at edit post page 2017-07-29 20:23:18 -03:00
Thalis
7529c83a00 added fix from @Circlepuller to mod_move_reply also
thx @Cirlepuller
2017-07-28 22:51:59 +02:00
Thalis
0846d0c784 might fix moving replies with deleted image
brace yourself for other conflicts lol
2017-07-28 22:41:20 +02:00
Thalis
7883998a78 should fix moving a spoilered thread (OP) image 2017-07-28 21:01:12 +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
64cf4b11ee Dirty quick fix to allow moderation to move threads with deleted files 2017-07-24 15:01:17 -04:00
czaks
7b538f0eae Merge branch 'master' of github.com:vichan-devel/Tinyboard 2017-07-24 15:00:44 -04:00
Daniel Saunders
d8e12a15b7 Dirty quick fix to allow moderation to move threads with deleted files 2017-07-24 15:00:33 -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
Daniel Saunders
b5fac28a8b Fully removed the outdated recaptchalib.php (freed up some room hehe) 2017-07-24 04:03:49 -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