3909 Commits

Author SHA1 Message Date
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
Fredrick Brennan
09b373cf60 Merge pull request #245 from ghost/patch-2
Bug fixing inc.
2017-10-26 13:35:26 +08:00
Fredrick Brennan
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
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
j147
7477215eee Merge pull request #247 from antedeguemon/master
Bugfixes: edit post page minor fix and install.php bug
2017-10-01 21:31:13 +02:00
j147
f25c641278 Merge pull request #248 from roIyat/patch-1
Update thread-watcher.js
2017-10-01 21:29:39 +02:00
j147
617dbb1711 Merge pull request #257 from ev1l0rd/patch-1
Minor error fix for upgrades from 5.1.3 or earlier
2017-10-01 21:28:53 +02:00
Valentijn
be651829e7 Minor error fix for upgrades from 5.1.3 or earlier
Closes #256 and #199.

Full credit for locating the fix goes to @LZZZZ.
2017-10-01 20:14:52 +02:00
antedeguemon
b766b958d1 Fix: cache flushing to avoid installation error 2017-08-02 00:38:23 -03:00
roIyat
7aeac11460 Update thread-watcher.js
A watch thread button is now placed before reply button so citation links don't go between them.
2017-07-30 02:57:39 +02: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
0b84fc26d6 fixed deleted.png image not found on the front end 2017-07-28 21:40:06 +02:00
Thalis
7883998a78 should fix moving a spoilered thread (OP) image 2017-07-28 21:01:12 +02:00
Daniel Saunders
784b1805c0 Revised sharp.css colors to late-2013 style 2017-07-27 03:45:09 -04:00
Daniel Saunders
16437d6135 Cross platform font support in sharp.css 2017-07-27 01:49:06 -04: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
czaks
d5ee60009f downgrade jquery to 2.2.4 2017-07-26 23:44:49 -04:00