Commit Graph

3883 Commits

Author SHA1 Message Date
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
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
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
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
czaks d5ee60009f downgrade jquery to 2.2.4 2017-07-26 23:44:49 -04:00
czaks b7875be471 search form in index: fix order 2017-07-26 23:37:05 -04:00
czaks 1371b64986 undo the reason limit 2017-07-26 21:37:08 -04:00
Marcin Łabanowski 19cb514ebb Merge pull request #242 from 27chan/master
Error in report
2017-07-27 03:25:30 +02:00
27chan 899a98c503 Fix error in report threads and replys 2017-07-26 22:22:34 -03:00
27chan 98cb2725eb Merge pull request #1 from vichan-devel/master
Update to 5.1.4
2017-07-26 22:13:29 -03:00
Marcin Łabanowski ced2b3814e Merge pull request #241 from Circlepuller/master
Updated to reCAPTCHA 2, added a new style, and fixed a JS bug.
2017-07-25 11:31:44 +02:00
Daniel Saunders 2a152b7ff1 Minor changes to form and boardlist in sharp.css 2017-07-25 02:29:52 -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 18aed77ecc urlencode reCAPTCHA response for safety 2017-07-24 13:24:44 -04:00
Daniel Saunders 1ad9f49694 Color fixes (sharp.css) 2017-07-24 13:03:12 -04:00
Daniel Saunders 04ce72f24b fuck go back 2017-07-24 12:57:10 -04:00
Daniel Saunders 9c3124177f Fixes to sharp.css including some cross-platform font support 2017-07-24 12:51: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
Daniel Saunders 7a43a3ea34 Updated reCAPTCHA v2 to use api.js method 2017-07-24 03:40:56 -04:00
Daniel Saunders 78fb0a25a4 Added sharp.css 2017-07-24 03:23:29 -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 59bcf88872 Merge pull request #146 from szalwia/master
Fix thumbnail scaling in recent theme
2017-07-23 17:55:40 +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 daa922a239 Merge pull request #239 from bui/fix-search
fix search not remembering board
2017-07-23 17:54:26 +02:00
Marcin Łabanowski ef1898833d Merge pull request #226 from ghost/patch-1
Fixed DNSBL TOR
2017-07-23 17:54:08 +02:00