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

1568 Commits

Author SHA1 Message Date
8chan
c52722906f Newsplus on homepage 2015-03-10 16:22:09 -07:00
8chan
9c68d3b83e Re-enable LaTeX as MathJax 2015-03-10 16:19:27 -07:00
8chan
c04d46933e New post form part one 2015-03-10 16:18:28 -07:00
8chan
1c23f9d3de RSS 2015-03-09 02:31:08 -07:00
8chan
e2a1c8b33e Fix show sages board option 2015-03-09 02:30:23 -07:00
8chan
93dfc11fbb Fix mod.php highlightReply 2015-03-06 02:04:32 -08:00
8chan
0380f6d579 Sort catalog before catalog.js does it 2015-03-06 02:04:14 -08:00
8chan
35a76d64a8 CAPTCHA with Javascript disabled 2015-03-06 02:03:43 -08:00
8chan
29d411b058 Style update to fix squished words on mobile 2015-03-06 02:03:18 -08:00
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