8chan
3e648e617f
Merge https://github.com/ctrlcctrlv/infinity
2015-03-19 20:24:25 -07:00
8chan
5c57bd44e1
Suppress TypeError if no password form
2015-03-19 20:23:34 -07:00
8chan
f82ad879f0
Make file selector work, add to config
2015-03-19 20:22:17 -07:00
marktaiwan
8fe4c70223
Adds keyboard focus to file selector
2015-03-20 09:02:53 +08:00
Fredrick Brennan
5c976ea689
Merge pull request #428 from marktaiwan/post-form
...
Feature: drag and drop file selector
2015-03-19 12:29:58 +08:00
8chan
aa90f3b43b
Remove ReCAPTCHA from remaining pages
2015-03-18 19:27:47 -07:00
marktaiwan
50857d76c5
initialize file selector soon as it's loaded
2015-03-18 21:43:20 +08:00
marktaiwan
6e35f12e3a
Fallback for browsers that disables javascript
2015-03-18 18:44:47 +08:00
8chan
c6f6dae87f
Prevent double / in templates/post/flag
2015-03-16 16:48:31 -07:00
Fredrick Brennan
b85e1f2f0b
Make it so board owners can force flags
...
For country flags, a "?" will now show if the flag is unknown (for example, if the user is using Tor or just has an IP that is not in the GeoIP database)
For board owner-defined flags, "None" option disappears and posting is impossible without choosing a valid flag.
This commit is for /fringe/.
2015-03-16 16:31:01 +08:00
marktaiwan
26ce0158d8
initial commit templates
2015-03-15 22:18:27 +08:00
marktaiwan
455ec06b91
Merge branch 'master' into post-form
2015-03-15 21:28:12 +08:00
8chan
968491b8b8
No more country flags in <title>
2015-03-14 22:03:08 -07:00
8chan
f70adfbd01
Add version/scripts included to main.js
2015-03-14 00:06:16 -07:00
Fredrick Brennan
8aad0dea98
Desktop notifications in auto-reload.js
2015-03-13 19:18:56 +08:00
Fredrick Brennan
83d74fdf69
Fix some templates
2015-03-13 12:46:36 +08:00
Fredrick Brennan
6186be4837
Rewrite report system due to flooding
2015-03-13 12:45:57 +08:00
Fredrick Brennan
ba34a81f38
Attempt to stop screen flashes with stylechooser
2015-03-12 15:44:33 +08:00
Fredrick Brennan
5f1042db9d
New stylesheet system
2015-03-12 14:58:49 +08:00
marktaiwan
2aeb4db98b
Added missing <tbody> tag
2015-03-12 11:02:03 +08:00
marktaiwan
13ca4b6a77
Minimize post form width change on options toggle
...
Added linebreaks before the hints in the Options row
2015-03-12 10:57:06 +08:00
8chan
bebd364a59
some style fixes
2015-03-11 18:22:22 -07:00
8chan
4602fa3117
Fix some bugs with new post form 3
2015-03-11 16:16:35 -07:00
8chan
800c3ddde3
Fix some bugs with new post form 2
2015-03-11 05:44:46 -07:00
8chan
7d8bdb4e53
Add hint classes to post form
2015-03-11 05:43:28 -07:00
Fredrick Brennan
dfbad99cfb
New post form part 2
2015-03-11 18:04:31 +08:00
Fredrick Brennan
0171adc8df
Fix oekaki setting not saving
2015-03-11 18:03:36 +08:00
Fredrick Brennan
440b0d5f82
Make oekaki a $config option, make locales load from inc/locale, one main.js file now possible again!
2015-03-11 18:01:04 +08:00
8chan
84003051ef
MathJax uses $$ not [tex]
2015-03-10 16:22:44 -07:00
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
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