1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-02 02:57:26 +01:00
Commit Graph

6807 Commits

Author SHA1 Message Date
8chan
15f49b7017 Merge branch 'master' of https://github.com/undido/8chan into undido-master
Conflicts:
	install.sql
	random.php
2014-09-25 20:10:12 +00:00
undido
8e8ec225bd Handle videowidth and height the same as image height and width 2014-09-25 16:28:08 -03:00
undido
e20d79270f Added image-hover.js javascript 2014-09-25 16:20:16 -03:00
Fredrick Brennan
0073b7c855 Merge pull request #69 from anonfagola/patch-8
Update instance-config.php
2014-09-25 14:34:51 -04:00
Fredrick Brennan
0c10ad7fb7 Merge pull request #70 from Ki11Deer/patch-11
Update instance-config.php to fix Twitter alt text
2014-09-25 14:34:36 -04:00
Ki11Deer
014f0eb12a Update instance-config.php to fix Twitter alt text
I am new here don't rape my face.
2014-09-25 14:32:03 -04:00
anonfagola
77b2caa284 Update instance-config.php
Fix https://github.com/ctrlcctrlv/8chan/issues/62
2014-09-25 10:46:33 -07:00
James Campos
bc054b14d0 work for backlinks 2014-09-25 10:11:33 -07:00
James Campos
4133a7b968 disable highlightReply 2014-09-25 09:58:44 -07:00
Fredrick Brennan
f11da66e3d Merge pull request #65 from hatstand0/patch-2
Add file md5 to API
2014-09-25 12:37:17 -04:00
Fredrick Brennan
ad17f3e95b Merge pull request #51 from anonfagola/patch-6
Made threadscroll.js a default additional JS
2014-09-25 12:36:18 -04:00
Fredrick Brennan
3f1baea2ff Merge pull request #56 from bui/master
add global column to reports table, fix #50
2014-09-25 12:35:53 -04:00
Fredrick Brennan
0416b36eea Merge pull request #59 from anonfagola/patch-9
Added favicon to auto updating
2014-09-25 12:35:30 -04:00
Fredrick Brennan
eeaa9e471e Merge pull request #64 from hatstand0/patch-1
Fix thumbnail width/height in API
2014-09-25 12:33:37 -04:00
Fredrick Brennan
7b9db3125e Merge pull request #53 from anonfagola/patch-7
Update random.php
2014-09-25 12:33:21 -04:00
hatstand0
e26ce2c610 Add file hash to API
The API currently lacks the Base64 encoded file hash 4chan's API provides, which assists in file de-duplication by archive software.
2014-09-26 00:09:14 +10:00
hatstand0
ebd85c1fd6 Fix thumbnail width/height in API
The API currently has the thumbnail widths and heights switched around
2014-09-25 23:42:41 +10:00
Morgan Bazalgette (Howl)
c72e1fcb1d Merge pull request #1 from ctrlcctrlv/master
fucking git how do i merge to my current repo without making it notice to all the people that committed that
2014-09-25 15:10:20 +02:00
undido
635364138f forgot to define variable whoops 2014-09-25 08:38:44 -03:00
undido
37ac3fbe9e Added recaptcha support to create.php 2014-09-25 08:18:27 -03:00
undido
03b142b847 removed var_dump 2014-09-25 08:06:16 -03:00
undido
b24ec23cbb inc/mod/pages.php only show your board in boardlist if you are ranked below admin 2014-09-25 07:57:51 -03:00
undido
c8315cf8f6 Changed the way create.php checks for existing usernames to be less intensive on the database 2014-09-25 07:23:10 -03:00
undido
ff68278111 renamed playgame config field to ayah_enabled 2014-09-25 07:08:55 -03:00
undido
9c0436269f disable ayah 'game' on create.php by default added option to turn it on in /inc/config.php with explaination on where to put private keys at 2014-09-25 06:58:44 -03:00
undido
667606cdb4 Closed off php tag in random.php 2014-09-25 06:15:25 -03:00
undido
69e749b57a Added global column to 'reports' table 2014-09-25 06:11:36 -03:00
8chan
e81d016ffa Attempt to fix scroll to anchor issue 2014-09-25 06:56:24 +02:00
czaks
dbaeb395ac auto-reload.js: it`s actually setTimeout, not setInterval, right? 2014-09-25 06:32:53 +02:00
czaks
ed5272f17d auto-reload.js: don`t scroll up 2014-09-25 06:31:40 +02:00
8chan
5d8d20fcc5 Add timer to auto reload js
Conflicts:
	js/auto-reload.js
2014-09-25 06:30:55 +02:00
TheHowl
7cac637c36 oh hey look I just fixed #8 search.php
It was just a typo, an horrible typo.
2014-09-25 06:24:36 +02:00
czaks
40409f8717 fix reference to oekaki in readme; fixes vichan-devel#89 2014-09-25 06:13:45 +02:00
Fredrick Brennan
bc96ef9196 Merge pull request #55 from anonfagola/patch-8
Update install.sql
2014-09-24 22:06:51 -04:00
anonfagola
25bf9f88f5 Update auto-reload.js
Changed favicon_au.png to static/favicon_au.png
2014-09-24 18:27:17 -07:00
anonfagola
170b498121 Added favicon for auto updating. 2014-09-24 18:26:21 -07:00
anonfagola
5bbfc85c0c Added icon changing when thread updated.
makeIcon should also have the little *bleep* sound.
2014-09-24 18:23:15 -07:00
Bui
abbb6c282d Revert "allow mods to bypass DNSBL checks"
This reverts commit b3532ba546.
2014-09-25 10:07:55 +09:00
Bui
b3532ba546 allow mods to bypass DNSBL checks 2014-09-25 09:48:46 +09:00
Bui
eb6a07c19a add global column to reports table 2014-09-25 09:32:34 +09:00
anonfagola
01e54d0fd2 Update install.sql
Fix https://github.com/ctrlcctrlv/8chan/issues/41
2014-09-24 17:26:01 -07:00
anonfagola
1187e6865f Update random.php
As we are only using URIs, made it listBoards(true) for performance reasons.
2014-09-24 17:10:04 -07:00
anonfagola
0fee740147 Update 404.php
Made it loop through directory
2014-09-24 17:02:40 -07:00
anonfagola
14148b1292 Made threadscroll.js a default additional JS 2014-09-24 16:54:49 -07:00
anonfagola
ca0e7ffc5d Update 404.php 2014-09-24 16:52:23 -07:00
anonfagola
c291952477 Create 404.php 2014-09-24 16:41:23 -07:00
8chan
beff737c9e Add timer to auto reload js 2014-09-24 21:30:57 +00:00
8chan
416a48838c Add timer to auto reload js 2014-09-24 21:30:57 +00:00
TheHowl
e092f5ad38 oh hey look I just fixed #8 search.php
It was just a typo, an horrible typo.
2014-09-24 23:07:36 +02:00
TheHowl
eee2cf82d4 Make ayah optional 2014-09-24 22:35:59 +02:00