3930 Commits

Author SHA1 Message Date
Daniel Saunders
4be8f91f3b Removed a lot of unnecessary code. 2018-11-22 23:40:42 -05:00
Daniel Saunders
f677a7c013 Incorrect variable in AC theme 2018-11-01 23:56:17 -04: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
39739de7c5 s/raw/verbatim/ part 2 2018-05-12 00:23:24 -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
8de27263b8 Fixed an odd count() bug in mod dashboard 2018-05-11 23:50:23 -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
4a6bbbe667 s/raw/verbatim/ per Twig update 2018-03-01 21:27:53 -05: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
607a836854 Making things leaner and meaner.... 2018-03-01 04:39:20 -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
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 Brennan
6ae0f45c31
warn against new vichan installations 2018-01-23 18:57:25 +08:00
Fredrick Brennan
d55721d033
add my email to README for security problems 2018-01-15 22:18:17 +08:00
H0K4
b3e16cfa0d fixed banned redirect i think (#270)
* fixed banned redirect i think

my tinyboard script has been altered a lot but i think this is the fix for the wrong ban redirect.

* maybe it's just this
2017-11-06 20:19:35 +08:00
Fredrick Brennan
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
H0K4
e8edadeda9
Update move.html 2017-11-05 18:07:52 +01:00
H0K4
896d9e2f75
Update move_reply.html 2017-11-05 18:07:22 +01:00
H0K4
714cb95194
Update move_reply.html 2017-11-05 18:04:34 +01:00
H0K4
767e8f5d6a
Prevents double submit when moving a thread.
I probably moved 1000 of threads and if you double click on the submit button it duplicates the moved thread.
2017-11-05 18:03:20 +01: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 Brennan
b7a3bde4c8
Merge pull request #264 from deysu/patch-1
Remove links to (dead) tinyboard.org
2017-11-02 15:39:51 +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
Daniel Saunders
afe676b1b8 CSS/HTML fixes (flexboxes everywhere) 2017-10-29 01:42:57 -04:00
Daniel Saunders
5ba68d8793 On second thought, let's not. I think we can get the 'new' theme working better. 2017-10-29 01:06:23 -04:00
Daniel Saunders
9af6a136e7 Added sharp theme. I found the old AC backup, so life is good. 2017-10-28 00:58:40 -04:00
Fredrick Brennan
6cc68ffdc8
Merge pull request #262 from antedeguemon/patch-1
New vimeo embed code
2017-10-28 10:57:36 +08:00
vi
8c0b413c94
New vimeo embed 2017-10-27 22:41:08 -02:00
Daniel Saunders
e6746bd170 Styling changes. Also trying to fix an odd bug with the boards appended to the board list. 2017-10-27 00:15:34 -04:00
Daniel Saunders
140d0bdcdf Should be pretty effective by now 2017-10-26 17:35:40 -04:00
Daniel Saunders
8a569e681b Progressing nicely with board list 2017-10-26 17:19:57 -04:00
Daniel Saunders
81a083147a Something isn't playing well.. 2017-10-26 17:08:32 -04:00
Daniel Saunders
8826cf27d6 Fixed a minor syntax error in theme.php. Oops. 2017-10-26 17:03:36 -04:00
Daniel Saunders
f20498142f Flexbox board list? Maybe. 2017-10-26 17:00:53 -04:00
Daniel Saunders
9f1da0e185 Image & CSS logo for "awsumchan" theme 2017-10-26 15:53:06 -04:00
Daniel Saunders
394aabac6f Added "awsumchan" theme. Will improve as time progresses. 2017-10-26 14:47:20 -04:00