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

1659 Commits

Author SHA1 Message Date
8chan
0f6bf1bac6 Show stickies at top of catalog 2015-03-06 02:01:53 -08:00
8chan
83cbe5977b less_ip is now per board, not site-wide 2015-03-06 02:00:03 -08:00
8chan
9ae160d1ba Page count and bump limit ?/settings 2015-03-06 01:57:03 -08:00
8chan
4564eee3c9 Another patch for highlightReply :^) 2015-02-28 05:08:00 -08:00
8chan
bcafdaa602 Completely rewrite fix-report-delete-submit.js, add report/delete to menu 2015-02-28 05:06:50 -08:00
8chan
3e68a3e8b8 Merge 2015-02-26 09:11:48 +00:00
8chan
b49fe85345 ( ͡° ͜ʖ ͡°) Allow board owners to enable Zalgo text 2015-02-26 01:10:00 -08:00
Fredrick Brennan
8c435737ad Merge pull request #404 from Pashe/catalog-hover-improvements
Catalog hover improvements
2015-02-26 09:28:26 +08:00
8chan
d970baa5d8 Public action logs commit (log.php)
Note: In a previous commit, I began making inc/mod/auth.php more modular with the check_login() function. Including it does NOT check mod login by default anymore like it does on vichan. You have to call check_login(). I've finally included it in inc/functions.php. If you have any custom pages that use inc/mod/auth.php, just including functions.php is enough now.
2015-02-25 17:21:49 -08:00
Pashe
74c61fe31a Add data-fullimage attribute to catalog images 2015-02-24 03:10:15 -06:00
8chan
af9bf5e80b Clicking IP goes to IP_less by default 2015-02-20 17:17:05 -08:00
8chan
3e0134e53e New feature: Board owner logs of their board 2015-02-19 22:58:30 -08:00
8chan
30178fb383 Change 2 => 3 2015-02-19 19:15:18 -08:00
8chan
39476e9bfa Fix no country flag on post if forced anonymous 2015-02-18 16:55:48 -08:00
8chan
027687acc0 Merge https://github.com/ctrlcctrlv/infinity
Conflicts:
	inc/8chan-mod-pages.php
	templates/mod/settings.html
2015-02-17 00:43:00 +00:00
8chan
26fe49f39b Tor posting: I need to document this more. It's missing inc/dnsbls.php too. Wait for a future commit 2015-02-16 16:42:31 -08:00
8chan
3f23a7f041 Allow config.mod.bypass_field_disable to bypass config.field_email_selectbox 2015-02-16 16:33:52 -08:00
8chan
eb6855ca8b New templates: ad_top and ad_bottom. Make blank pages if you're not using them 2015-02-16 16:33:13 -08:00
8chan
f67bbd4b62 OpenGraph information in thread pages https://en.wikipedia.org/wiki/Facebook_Platform#Open_Graph_protocol 2015-02-16 16:31:15 -08:00
8chan
b015fc1323 Just show deleted if first file deleted 2015-02-16 16:29:35 -08:00
8chan
fb800497f1 /meta/ -> /operate 2015-02-16 16:26:20 -08:00
8chan
df7c7c8454 Make ban list faster for board owners/vols 2015-02-16 16:19:02 -08:00
8chan
0eb3073819 Tor posting ?/settings option 2015-02-16 16:14:40 -08:00
Fredrick Brennan
4434f2cd93 Merge pull request #375 from blahblah666/master
Option to enable captcha for thread creation only + README.md with better install instructions
2015-02-02 12:33:03 +08:00
blahblah666
2e88d99ad9 [% if not id %] 2015-02-01 18:23:21 -08:00
8chan
415cf20abb Shift-click to hide threads in catalog 2015-01-31 23:30:59 -08:00
8chan
e21a292bd4 update homepage 2015-01-29 19:00:55 -08:00
blahblah666
aa3885ddf2 Update settings.html 2015-01-28 23:31:50 -08:00
blahblah666
107a91f8cc Update post_form.html 2015-01-28 23:20:54 -08:00
8chan
233fb8e0f7 Merge https://github.com/ctrlcctrlv/infinity 2015-01-28 17:57:59 -08:00
8chan
2e72266c97 top2k template 2015-01-28 17:57:46 -08:00
Fredrick Brennan
cf090aecea Merge pull request #368 from marktaiwan/highlight-reply
highlightReply: check for linking to external post
2015-01-29 09:53:56 +08:00
marktaiwan
a8312b5196 multi-line quotes & init no longer uses jQuery 2015-01-28 22:49:42 +08:00
marktaiwan
f484d28e05 highlightReply no longer requires jQuery
Also accidentally converted a bunch of space to tabs
2015-01-28 21:55:15 +08:00
Mark Taiwan
61bd5c648e highlightReply: check for linking to external post
Fix for linking to external posts not working in Chrome.
2015-01-25 23:48:26 +08:00
marktaiwan
5acdf16f5e reply quoting improvement
- multi line quoting
- ability to quote from board index
- works in Chrome
2015-01-25 22:08:25 +08:00
8chan
ef3c83b53a SECURITY / XSS : Stop XSS in post subjects displayed in catalog
git blame says czaks forgot an |e in catalog.html, this means that anyone posting a new thread with HTML in the subject field or name field can arbitrarily insert it into the page.
2015-01-23 02:29:55 -08:00
8chan
b6e3d120c1 @marktaiwan fixed Gecko but broke WebKit :^) 2015-01-22 16:15:20 -08:00
Fredrick Brennan
f5b7e8adfe Merge pull request #315 from forklessanon/feature-3
Added mod function to spoiler all images in a given post
2015-01-22 16:11:25 +08:00
Fredrick Brennan
858023002a Merge pull request #344 from marktaiwan/highlight-reply
main.js highlightReply fix for Gecko
2015-01-22 16:06:51 +08:00
8chan
79be851d1f Merge branch '8ch-net' of https://github.com/Pashe/infinity into Pashe-8ch-net
Conflicts:
	faq.php
	inc/8chan-mod-pages.php
	inc/instance-config.php
	js/twemoji/twemoji.js
	templates/mod/settings.html
2015-01-22 07:59:45 +00:00
8chan
cc30c90e57 List allowed CSS sites in ?/settings 2015-01-21 23:53:24 -08:00
Pashe
38de652f9b Replace '8chan.co's with '8ch.net's 2015-01-14 14:15:33 -06:00
Markerov
8a074d8246 highlightReply fix for Gecko
Issue https://8chan.co/meta/res/45789.html
2015-01-12 11:50:25 +08:00
8chan
0a2dfedb0e Ban appeals: limit by board, make more efficient, enable in infinity 2015-01-06 01:34:27 -08:00
8chan
94029b24a5 Use KiwiIRC instead of Rizon qwebirc 2015-01-05 04:39:53 -08:00
8chan
72255ad5b8 Merge
Conflicts:
	stylesheets/style.css
2014-12-31 22:45:03 -08:00
8chan
74337ed316 Remove ?/news from dashboard 2014-12-31 22:42:28 -08:00
8chan
0ed67f29d9 Display ad in catalog 2014-12-31 22:41:18 -08:00
8chan
2be8988284 Display placeholder if no file in catalog/theme.php 2014-12-31 22:37:19 -08:00
8chan
0f3a65a984 First spam settings in ?/settings 2014-12-31 22:32:26 -08:00
8chan
96284a4512 Merge https://github.com/ctrlcctrlv/infinity 2014-12-31 22:26:23 -08:00
8chan
2bc652b34f Add /b/, /meta/, /news+/ to homepage; add press 2014-12-29 02:59:07 -08:00
8chan
c67c575561 Merge /srv/http 2014-12-20 15:04:23 +00:00
8chan
c1ad74a136 Show first 256 chars of body in <title> 2014-12-20 07:02:42 -08:00
8chan
bedc95f97c Update flags template 2014-12-20 07:02:26 -08:00
8chan
5b5a0b9061 Force subject OP 2014-12-20 07:01:25 -08:00
Forkless
22878daecd Added mod function to spoiler all images in a given post 2014-12-19 06:43:01 -06:00
8chan
d956c9a58e Merge https://github.com/ctrlcctrlv/8chan 2014-12-16 01:52:58 +00:00
8chan
cccc1bff79 Fix new highlightReply in Gecko 2014-12-15 17:52:31 -08:00
Fredrick Brennan
14fce406a8 Merge pull request #308 from forklessanon/patch-6
Added tripcode removal to post editing
2014-12-16 09:42:53 +08:00
Forkless
d457cb57b8 Added tripcode removal to post editing 2014-12-14 22:49:54 -06:00
8chan
968fab9420 + signs in banner board names 2014-12-14 03:29:34 -08:00
8chan
1c207c0aa5 Bug fix: fix highlightReply() with the new floating boardlist 2014-12-14 03:29:00 -08:00
8chan
9db6895c98 Allow + in board names, add some new config vars (news+) 2014-12-14 03:25:43 -08:00
8chan
05933f23d4 Make claim.html more discoverable 2014-12-03 00:20:36 -08:00
8chan
5aa40669a7 tags in settings.html 2014-12-03 00:20:20 -08:00
8chan
a86b07282f Featured -> Top 15 2014-12-03 00:19:27 -08:00
8chan
a564bb8ecc Display some important information under the post form 2014-12-03 00:18:24 -08:00
8chan
fa9a3da913 New boards.html page now with tags 2014-12-03 00:10:28 -08:00
8chan
f8318d3425 Dont write catalogs if use_read_php 2014-11-22 01:46:37 -08:00
8chan
a76b5a27c7 Merge https://github.com/ctrlcctrlv/8chan 2014-11-21 23:35:40 -08:00
8chan
89f0d4f3bc This exclamation mark was confusing people 2014-11-21 23:34:23 -08:00
8chan
d8c385176c New claim.html page 2014-11-21 23:32:22 -08:00
8chan
faa51accaa We dynamic pages now, read.php 2014-11-21 04:05:20 -08:00
8chan
0ba19e163b MP4 support, close ctrlcctrlv/8chan#243 2014-11-19 00:53:35 -08:00
8chan
71c89de6de >letting board owners change the charset
yeah, nah. thanks anyway though @czaks lmao
2014-11-17 05:27:00 -08:00
Fredrick Brennan
6be356fd79 Merge pull request #261 from czaks/master
custom captcha integration
2014-11-17 21:21:50 +08:00
theBlade
6d939df2d6 Remove extra code 2014-11-14 09:49:35 -05:00
theBlade
44139e2ebb Adds an extra button for global admins to edit board settings. 2014-11-14 09:33:44 -05:00
czaks
62a6dac022 custom captcha integration 2014-11-14 15:09:52 +01:00
8chan
17fea55c16 Go to bottom link 2014-11-09 23:24:00 -08:00
8chan
c648448a75 Merge https://github.com/ctrlcctrlv/8chan 2014-11-09 22:25:54 -08:00
8chan
b102a44c66 Board settings page for flags 2014-11-09 22:19:49 -08:00
8chan
cf81d83942 Board flags commit 2014-11-09 22:18:45 -08:00
8chan
0ec5b61ae9 30 chars 2014-11-09 22:18:06 -08:00
Fredrick Brennan
3f3531e8d2 Merge pull request #232 from forklessanon/hide-ids
Added option for hiding IDs
2014-11-08 11:21:20 +08:00
BkPHcgQL3V
f295d77f2d Add data-md5 attributes as on 4chan 2014-11-04 06:55:55 +00:00
Forkless
a82889a557 Added option for hiding IDs. 2014-11-03 02:28:04 -06:00
8chan
52602f8b9f PDF uploading 2014-11-01 16:01:05 -07:00
8chan
aabfda9278 Merge https://github.com/ctrlcctrlv/8chan 2014-10-30 05:33:24 -07:00
8chan
a754155d5b Multiple board volunteers patch 2014-10-28 23:23:17 -07:00
Markerov
a5e6ab4f17 fixed catalog.html syntax
changed <span class="replies"> to <div class="replies">.
removed extra <p>
2014-10-24 22:00:12 +08:00
topkek
35bd643561 Put hr outside of the div so it appears below posts 2014-10-24 05:58:23 +01:00
8chan
75a561a81f fix clean bug 2014-10-22 21:01:38 -07:00
8chan
cfb31c53af Merge https://github.com/ctrlcctrlv/8chan 2014-10-22 19:20:28 -07:00
8chan
ff225064a1 Add ?/flags [NOT DONE] and $config[allow_delete] to ?/settings 2014-10-22 19:18:23 -07:00
8chan
ab3fd973ad Fix index page for new update_boards.js 2014-10-22 19:17:32 -07:00
unknown
76c12d6372 Merge http://github.com/ctrlcctrlv/8chan 2014-10-22 03:45:20 -05:00
8chan
1bd7609805 Upgrade jQuery mixitup, preserve settings, no animations 2014-10-21 21:06:34 -07:00
unknown
9c5ec12aaa [#184] Reports made to clean posts are now ignored correctly (and in accordance with the local/global duality). Marking posts clean dismisses posts (also in accordance with local/global duality). Fixed up some templating issues (now display more correct messages and omit actions that are invalid). Moved Clean action off post-level and into reports action. 2014-10-21 07:50:25 -05:00
unknown
4c8e920303 [#184] Resolved duplicate report issue. Added rudamentary Clean functionality. 2014-10-20 10:17:19 -05:00
unknown
3c2ebb2d6b Merge branch 'master' of git://github.com/ctrlcctrlv/8chan
Conflicts:
	templates/8chan/index.html
2014-10-19 11:15:57 -05:00
unknown
01c80bd7ad [#184] System almost completely functional. Woo. 2014-10-19 11:07:07 -05:00
unknown
a8a843bf4b [#184] Added Promote and Demote to reports. CSS improvements. 2014-10-19 00:07:16 -05:00
unknown
2d6d449bd2 [#184] Added <body> tag classes. Style selector now adds a <body> class. Moved board list under moderator dashboard. 2014-10-18 20:07:04 -05:00
unknown
6850301595 [#184] Added new files. 2014-10-18 19:57:51 -05:00
czaks
3ac3899787 Merge branch 'master' of https://github.com/ctrlcctrlv/8chan 2014-10-18 22:45:02 +02:00
czaks
8f038d3cef Merge https://github.com/vichan-devel/vichan 2014-10-18 22:44:53 +02:00
czaks
b55ebcd0ef custom alert: now alert will be able to display custom HTML 2014-10-18 22:43:35 +02:00
8chan
f1c2388840 8archive.moe 2014-10-18 13:20:46 -07:00
8chan
ba7e3c4aaa use tabs and not spaces 2014-10-16 18:52:28 -07:00
8chan
16c613dad0 SECURITY: Stop showing all mods poster IDs
I'm retarded
2014-10-12 18:31:00 -07:00
8chan
9bf6ebec43 SECURITY: IPs were still being shown on IP_less in a few places 2014-10-12 16:34:34 -07:00
VladVP
14ea4958e5 Added flag icon for Lojban language 2014-10-11 13:18:14 +02:00
8chan
9ddacf0ab4 settings.html i18n 2014-10-10 09:53:10 -07:00
8chan
593c25b77b Force poster IDs in mod.php 2014-10-09 20:27:46 -07:00
8chan
da0ea45730 Merge branch 'master' of https://github.com/ctrlcctrlv/8chan 2014-10-09 21:40:24 -04:00
8chan
fe9297aaaa Attempt to hide IPs from board volunteers 2014-10-09 21:39:37 -04:00
8chan
1ebf9c4d8c Maybe fix locales? 2014-10-09 16:59:40 -07:00
8chan
6267cdcf9a Fix 2014-10-09 03:19:23 +00:00
czaks
3a48cbc790 8chan: allow users to opt out of public ban system 2014-10-09 03:10:47 +02:00
czaks
a94f527bd3 Merge vichan 2014-10-09 01:50:32 +02:00
czaks
948695e73c lel, this one will do 2014-10-09 01:49:29 +02:00
czaks
c1d4390759 Merge vichan 2014-10-09 01:27:09 +02:00
czaks
7719ad3e81 minor bugfix @ banlist 2014-10-09 01:26:34 +02:00
czaks
5c1b5d133c Merge branch 'master' of https://github.com/ctrlcctrlv/8chan 2014-10-09 01:24:14 +02:00
8chan
cedfa42670 Forgot edited at template 2014-10-08 16:23:42 -07:00
czaks
643de18d64 Merge with a private vichan branch
Conflicts:
	inc/bans.php
	inc/mod/pages.php
2014-10-08 23:32:01 +02:00
czaks
9b3fa77719 new banlist implementation; also includes a public banlist 2014-10-08 23:23:59 +02:00
8chan
9dd7e4d486 Sort by unique posters by default 2014-10-08 11:35:28 -07:00
8chan
d58adad48d SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07:00
8chan
55905bce1f Update template to reflect new limit...actually it should read from config... 2014-10-07 18:21:54 -07:00
8chan
ba88035109 Edited at feature...add edited_at DATETIME NULL to all tables to use it. 2014-10-07 17:35:50 -07:00
8chan
3da946268a SECURITY: Poster IDs could reveal IPs across boards
Imagine the following scenario:

Alice has permission to view IPs on board A, and Bob has permissions to view IPs on board B.

If the post number was to match, and the same IP made both posts, A and B could trade user IPs which they wouldn't normally have permission to do so. This weird bug has already creeped up on 8chan.co and is now patched.
2014-10-07 08:16:21 -07:00
8chan
d94bff238e Home page for unique IP based featured boards 2014-10-06 18:02:30 -07:00
8chan
93b30d6829 class around poster IDs 2014-10-07 00:19:15 +02:00
8chan
6d19be38e3 Merge https://github.com/ctrlcctrlv/8chan
Conflicts:
	inc/instance-config.php
2014-10-05 17:09:50 +00:00
czaks
8b698e36e7 Merge https://github.com/vichan-devel/vichan
Conflicts:
	inc/mod/pages.php
	js/auto-reload.js
	js/id_colors.js
	js/id_highlighter.js
	stylesheets/style.css
	templates/index.html
2014-10-05 18:12:19 +02:00
czaks
1964279436 Merge branch 'master' of github.com:vichan-devel/Tinyboard
Conflicts:
	stylesheets/style.css
2014-10-05 18:01:01 +02:00
Bui
62b7e02050 give OPs IDs 2014-10-05 17:49:31 +02:00
Bui
1edaea309b quote selected text on cite 2014-10-05 17:49:31 +02:00
czaks
86eed0b349 add stylesheet choice to catalog theme 2014-10-05 17:49:27 +02:00
kaf
296e4fd5fa Added an option to hide sages 2014-10-05 15:29:37 +00:00
Fredrick Brennan
4b3e33c5b0 Merge pull request #118 from topkek/master
404/Error handling for thread updater
2014-10-02 23:19:32 -04:00
Bui
5446791486 lol spaces 2014-10-03 00:16:41 +09:00
Bui
f3bf603698 add id to thread links 2014-10-03 00:12:15 +09:00
8chan
99e95bb807 Merge ../http
Conflicts:
	templates/themes/catalog/catalog.html
2014-09-30 23:10:27 +00:00
8chan
15f2545418 Add disclaimer back 2014-09-30 23:09:33 +00:00
8chan
ff56081a34 Add board title 2014-09-30 23:08:56 +00:00