1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00
Commit Graph

7172 Commits

Author SHA1 Message Date
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
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
8chan
987dc2c8af Merge https://github.com/ctrlcctrlv/infinity 2015-01-23 00:17:47 +00:00
8chan
b6e3d120c1 @marktaiwan fixed Gecko but broke WebKit :^) 2015-01-22 16:15:20 -08:00
Fredrick Brennan
1833685428 Merge pull request #357 from marktaiwan/bug-fix
fix Relative Time and Image Throttler
2015-01-23 08:01:50 +08:00
Fredrick Brennan
17fee6a5bf Merge pull request #358 from wholelotofhs/master
hotfix for expand button not showing on hidden posts
2015-01-23 08:01:36 +08:00
wholelotofhs
53897c29ba fix to work on thread pages
Just realized that you couldn’t hide posts on a thread page.
2015-01-22 17:55:28 -05:00
wholelotofhs
d49118aae0 hotfix for expand button not showing
I have no idea how this problem didn't show up (like it does on the live
site) when I tested the code before.
2015-01-22 17:11:31 -05:00
marktaiwan
22377af0b1 fix Relative Time and Image Throttler 2015-01-23 00:03:37 +08:00
Fredrick Brennan
d7df2abb53 Merge pull request #333 from marktaiwan/catalog-search
change catalog-search.js to use onready()
2015-01-22 16:49:37 +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
650d6406ae Merge pull request #320 from marktaiwan/relative-time
Relative post time
2015-01-22 16:10:30 +08:00
Fredrick Brennan
fd7620bddf Merge pull request #331 from marktaiwan/better-webm-thumbnail
Better webm thumbnail
2015-01-22 16:09:10 +08:00
Fredrick Brennan
daf3605759 Merge pull request #347 from marktaiwan/inline-expanding
Throttle loading of full res post images
2015-01-22 16:08:20 +08:00
Fredrick Brennan
541320c349 Merge pull request #339 from marktaiwan/external-post-preview
post-hover.js: Fetch external posts with json
2015-01-22 16:07:55 +08:00
Fredrick Brennan
60e9f74396 Merge pull request #340 from wholelotofhs/master
Added a way to hide posts
2015-01-22 16:07:43 +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
8dcb6799d0 Merge branch 'AnonTheCuck-master' 2015-01-22 08:04:47 +00:00
8chan
138f9aeb40 Merge 2015-01-22 08:04:12 +00:00
8chan
61d25a586b Merge https://github.com/ctrlcctrlv/infinity 2015-01-22 08:01:04 +00:00