1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 08:20:58 +01:00
Commit Graph

6318 Commits

Author SHA1 Message Date
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
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
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
14148b1292 Made threadscroll.js a default additional JS 2014-09-24 16:54:49 -07:00
8chan
416a48838c Add timer to auto reload js 2014-09-24 21:30:57 +00:00
8chan
62838ed707 Merge ../test 2014-09-24 20:24:26 +00:00
8chan
9d8ba968cb Include secrets file. 2014-09-24 20:23:38 +00:00
8chan
102559751a Require secrets.php 2014-09-24 20:19:58 +00:00
8chan
3515b56a56 Add extra non-synced file for 8chan.co secrets (passwords etc) 2014-09-24 20:17:59 +00:00
8chan
4eb31555fc Add update button to auto-reload.js 2014-09-24 20:14:02 +00:00
8chan
f0e58a02d2 Merge https://github.com/vichan-devel/vichan
Conflicts:
	README.md
2014-09-24 19:42:45 +00:00
Fredrick Brennan
bc11ccec76 Merge pull request #43 from fourfivesix/master
Applies the theme to all board pages and catalog. Fixes #39.
2014-09-24 15:34:31 -04:00
fourfivesix
795b2646ea Uncommenting catalog_link, it is now required
`$config['catalog_link']` is now required because `templates/main.js` uses it.
2014-09-24 14:36:03 -03:00
fourfivesix
94f2fae196 Applies the theme to all board pages and catalog. 2014-09-24 13:56:38 -03:00
czaks
3b2f448102 restore compatibility with php < 5.5; fixes vichan-devel#86 2014-09-24 12:26:15 +02:00
czaks
b2d574fec3 Update README.md; fixes ctrlcctrlv#38 ;) 2014-09-24 08:45:14 +02:00
8chan
4238249af6 Merge https://github.com/ctrlcctrlv/8chan 2014-09-24 04:28:10 +00:00
8chan
c090ad7fff We open source nao 2014-09-24 04:27:14 +00:00
8chan
fb405c9cf0 Reject repost option in ?/settings 2014-09-24 04:25:55 +00:00
anonfagola
b9886dc474 Update threadscroll.js
Made compatible for use with additional_javascripts.
2014-09-24 04:47:40 +02:00
anonfagola
712e7f6c57 Update threadscroll.js
Made cleaner.
2014-09-24 04:47:40 +02:00
anonfagola
f5d121af10 Update threadscroll.js
Fixed a line left from debug, and added comments.
2014-09-24 04:47:40 +02:00
anonfagola
45dd9e637f Added scrolling threads with up and down keys
For 8chan X. Redone so it's in js folder.
@KillerWhale321
2014-09-24 04:47:40 +02:00
anonfagola
2a823ae786 Create threadscroll.js 2014-09-24 04:47:40 +02:00
Fredrick Brennan
21b207df65 Merge pull request #20 from anonfagola/master
Added scrolling threads with up and down keys
2014-09-23 22:41:49 -04:00
Fredrick Brennan
4cb193306b Merge pull request #32 from anonfagola/patch-4
Update faq.php
2014-09-23 22:39:19 -04:00
anonfagola
986db033e2 Update threadscroll.js
Made compatible for use with additional_javascripts.
2014-09-23 19:31:06 -07:00
anonfagola
02ff632e50 Update threadscroll.js
Made cleaner.
2014-09-23 19:27:41 -07:00
anonfagola
2b77af4f83 Update faq.php
fixed a simple grammar mistake
2014-09-23 19:12:42 -07:00
anonfagola
ab9f5d106e Update threadscroll.js
Fixed a line left from debug, and added comments.
2014-09-23 18:55:50 -07:00
czaks
ba49bc6c37 update locales 2014-09-24 03:48:46 +02:00
czaks
fd9196f036 tools/stats.php: restore php 5.3 compatibility; fixes vichan-devel#85 2014-09-24 03:43:23 +02:00
czaks
a25e5f7839 additional measurements for catalog, so it does not throw errors; should fix vichan-devel#84 2014-09-24 03:21:35 +02:00
8chan
047d932e5c Merge https://github.com/ctrlcctrlv/8chan 2014-09-24 01:19:53 +00:00