1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-12 15:51:17 +01:00
Commit Graph

7390 Commits

Author SHA1 Message Date
anonish
dbf5114896 QR fix for tablet (portrait) mode in laptops
Quick reply will now show up on tablets in portrait mode where width can be < 800px as originally coded (mainly 768x1280 and 800x1280)
2015-01-29 21:44:11 -06:00
8chan
1338ca3091 SECURITY / XSS: Stop arbitrary HTML injection introduced by @forklessanon 2015-01-29 19:01:59 -08:00
8chan
da3927ed17 Put a limit on ?/recent 2015-01-29 19:01:11 -08:00
8chan
e21a292bd4 update homepage 2015-01-29 19:00:55 -08:00
blahblah666
885dffdd01 Fixed idiotic typo. tread > thread 2015-01-29 05:46:41 -08:00
blahblah666
c64a96d572 Update README.md 2015-01-29 04:29:45 -08:00
blahblah666
cea12ee665 Update 8chan-mod-pages.php 2015-01-29 04:19:38 -08:00
blahblah666
696fcb8552 Update README.md 2015-01-29 03:14:32 -08:00
blahblah666
34c840d9a3 Update README.md 2015-01-29 03:12:20 -08:00
blahblah666
d2026aea91 Update README.md 2015-01-29 03:11:45 -08:00
blahblah666
fedace34ba Update README.md 2015-01-29 03:08:36 -08:00
blahblah666
09a36aba80 Update README.md 2015-01-29 03:08:12 -08:00
blahblah666
c4cbca52dd Update README.md 2015-01-29 03:07:28 -08:00
blahblah666
eaf784a96c Update README.md 2015-01-29 02:49:34 -08:00
blahblah666
26c75472e5 Update README.md 2015-01-28 23:47:12 -08:00
blahblah666
a29ab2462f Update README.md 2015-01-28 23:46:50 -08:00
blahblah666
6d6c203ec4 Update README.md 2015-01-28 23:39:36 -08:00
blahblah666
52b72c0ee2 Update 8chan-mod-pages.php 2015-01-28 23:37:33 -08:00
blahblah666
aa3885ddf2 Update settings.html 2015-01-28 23:31:50 -08:00
blahblah666
86cd7b81f9 Update 8chan-mod-pages.php 2015-01-28 23:25:55 -08:00
blahblah666
89e2677a1e Update config.php 2015-01-28 23:23:50 -08:00
blahblah666
107a91f8cc Update post_form.html 2015-01-28 23:20:54 -08:00
blahblah666
f79c87b2e0 Update post.php 2015-01-28 23:18:05 -08:00
blahblah666
16e2e39bdd Update README.md 2015-01-28 23:16:08 -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
8chan
4cca83da8f b/w issues, disable auto-gif for now 2015-01-28 17:57:31 -08:00
8chan
804247654d No IP showing in purge() 2015-01-28 17:57:16 -08:00
8chan
843cc8956f Bug fix: boards with no board owners weren't showing in claims 2015-01-28 17:56:49 -08:00
8chan
3ab6489154 Top 2k in separate file 2015-01-28 17:55:58 -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
Fredrick Brennan
c895ed6fb5 Merge pull request #367 from marktaiwan/quick-reply
Minor quick reply and quoting improvements
2015-01-29 09:53:48 +08:00
Fredrick Brennan
e3ce9f6301 Merge pull request #361 from marktaiwan/external-post-preview
Bug fix: external post preview
2015-01-29 09:53:39 +08:00
Fredrick Brennan
15546b66cf Merge pull request #373 from marktaiwan/click-to-expand
Bug fix: thread click to expand
2015-01-29 09:52:17 +08:00
Mark Taiwan
aad35f56c6 Bug fix: click to expand
fix issue: https://8ch.net/meta/res/54186.html
2015-01-29 09:48:15 +08:00
Mark Taiwan
0f1461f7e5 Thumbnail file extension fix
Fix thumbnail images sometimes using `.jpeg` file extension, resulting in 404.
2015-01-28 23:29:15 +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
marktaiwan
3b5acb7df8 Focus keyboard cursor on quick-reply box 2015-01-25 18:03:01 +08:00
marktaiwan
f548a03e69 Add 'esc' keybind to close quick-reply. 2015-01-25 17:55:26 +08:00
Fredrick Brennan
6b7df139e6 Merge pull request #363 from marktaiwan/auto-update
Adds user option for thread updater
2015-01-24 08:54:49 +08:00
Fredrick Brennan
767e3e65b0 Merge pull request #362 from wholelotofhs/master
Moved the post hide link to the left side
2015-01-24 08:54:33 +08:00
marktaiwan
b81ee15e84 Adds user option for thread updater
Adds checkbox to the Options panel

Convert stray space indents to tabs
2015-01-23 23:26:41 +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
1ab47143b6 Catalog script fix for hiding threads with short IDs 2015-01-23 02:24:04 -08:00
8chan
5efd0e9b18 This is using jQuery now 2015-01-23 02:19:01 -08:00
wholelotofhs
1cc5da0f13 Moved the post hide link to the left side
Several users on /meta/ have voiced their displeasure over the hide post
button appearing on the right side of posts by default, and they
suggested moving it to the left side to be consistent with the hide
thread button.
2015-01-23 04:39:55 -05:00
marktaiwan
dc1cd65e11 Fix thumbnail overlapping on external preview
Fix the occasional thumbnail and filename overlap by truncating longer
filenames and set file container width according to thumbnail width.
2015-01-23 14:08:52 +08:00