1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-05 04:18:03 +01:00
Commit Graph

1337 Commits

Author SHA1 Message Date
marktaiwan
257ef61b36 Display time on external post
Works with Relative Time
2015-03-01 19:33:57 +08:00
8chan
93e5ff99fc use onready in post-menu.js 2015-02-28 05:09:37 -08:00
8chan
bcafdaa602 Completely rewrite fix-report-delete-submit.js, add report/delete to menu 2015-02-28 05:06:50 -08:00
Fredrick Brennan
3293fbed65 Merge pull request #407 from bui/tor-purge-file
resolve #402
2015-02-27 09:42:45 +08:00
Bui
3a1373930c resolve #402
clear the file field if a tor user tried to upload. even though most tor
users disable JS...
2015-02-26 18:39:16 +09:00
Bui
51f36e0df6 don't show wavy fabric preview for "None" 2015-02-26 18:22:11 +09:00
Pashe
d7ef24030a Revert "Remove some comments from the default user JS/CSS"
This reverts commit a2f62d0617.
2015-02-25 21:51:45 -06:00
8chan
1305a79621 Merge https://github.com/ctrlcctrlv/infinity 2015-02-26 02:08:25 +00:00
8chan
652497ad57 Merge 2015-02-26 02:07:22 +00:00
Fredrick Brennan
4d41f0ace3 Merge pull request #403 from marktaiwan/post-filter
Split post menu into own file. New filter features.
2015-02-26 09:29:08 +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
marktaiwan
e826eb95e6 minor options template adjustment 2015-02-26 02:39:34 +08:00
marktaiwan
7d615bb038 post-filter.js restructure
- Changed how filters are stored. Have included code to migrate from
previous version
- Added support for 'subject' and 'comment' in the options panel
- Added regex support in the options panel
2015-02-26 00:05:43 +08:00
marktaiwan
7e0c7ae426 Bugfix: scroll to thumbnail on multipost close
Indroduced in 7364e85
2015-02-24 20:34:13 +08:00
Pashe
2fd294d0d9 Have image-hover.js use data-fullimage instead of the API 2015-02-24 03:17:35 -06:00
marktaiwan
793bc3590c Changed 'hide post' button behavior 2015-02-24 16:30:51 +08:00
marktaiwan
d6aa5c0fe5 Split post menu into own function 2015-02-24 16:04:00 +08:00
Anonish
14f664b558 Merge pull request #4 from ctrlcctrlv/master
update to infinity
2015-02-22 13:28:31 -06:00
8chan
1258d793c0 Loop videos by default WebM option 2015-02-21 04:49:45 -08:00
Anonish
79e972945f Merge pull request #3 from ctrlcctrlv/master
update to infinity
2015-02-21 00:39:20 -06:00
8chan
2b987b2198 Add one click [-]/[+] to post-filter.js 2015-02-20 17:16:29 -08:00
8chan
7495e68fc2 Image hover backported from 8chan X 2015-02-20 12:10:04 +00:00
8chan
7364e85351 Fix many features for Internet Explorer 9 and 10
Please don't use "dataset" in scripts anymore, it doesn't work in IE9 or 10. Instead use $.data
2015-02-20 01:51:06 -08:00
Fredrick Brennan
c025c8f173 Merge pull request #392 from marktaiwan/post-filter
post-filter
2015-02-20 11:20:11 +08:00
8chan
eb9db634d3 Bug fix: fix backlinks in Gecko 2015-02-19 19:15:42 -08:00
8chan
30178fb383 Change 2 => 3 2015-02-19 19:15:18 -08:00
marktaiwan
d4bc803f4b fix menu UI for Firefox 2015-02-18 14:47:43 +08:00
marktaiwan
09fe78342a reset thread timer on new filter 2015-02-18 14:04:09 +08:00
marktaiwan
071f9af660 Clear empty thread/board from filter list 2015-02-18 14:03:06 +08:00
marktaiwan
df856bc734 Added tripcode, capcode to external preview 2015-02-18 09:37:48 +08:00
Fredrick Brennan
1627bccfd4 Revert "Fixed add_favorites to append to the correct element" 2015-02-18 04:34:04 +08:00
marktaiwan
1724e94c42 Update external preview to show UID and embed 2015-02-17 18:16:10 +08:00
marktaiwan
c1ac4791a7 Fix: external post preview due to thumbnail extension change
Hotfix for post-hover.js external post preview so that it works with the
recent change to newly generated thumbnails.
2015-02-17 14:55:06 +08:00
marktaiwan
6455fca5bd post-filter
Adds a dropdown menu to each post that allows for filtering by:
- post
- post and all replies to it
- poster ID
- poster ID and all replies to it
- name
- tripcode

In the options panel, adds a new tab for adding/removing name and
tripcode filters.
2015-02-17 14:40:04 +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
9c1a90aa26 Move top board exceptions completely to boards.php 2015-02-16 16:25:39 -08:00
Pashe
4f126e91ea Save makes more sense than update here 2015-02-13 18:07:38 -06:00
Pashe
a2f62d0617 Remove some comments from the default user JS/CSS 2015-02-13 18:06:18 -06:00
Pashe
827dac38e8 Make user JS/CSS textareas reasonably sized 2015-02-13 18:01:23 -06:00
anonish
d69e0e6fcc test 2 2015-02-08 22:14:17 -06:00
anonish
b6151bee51 testing 2015-02-08 21:53:36 -06:00
anonish
afd79689f3 Cleanup for expand-video.js 2015-02-08 21:48:23 -06:00
anonish
b7a6f6419f Merge branch 'master' of https://github.com/anonish/infinity-anonish 2015-02-08 21:37:18 -06:00
anonish
78cc03c204 Updating expand-video.js 2015-02-08 21:36:33 -06:00
Anonish
02708219d3 hover video fixes
- fixes width on thread pages when opening video at bottom
- works better on index pages, but still need to get actual width of video
2015-02-08 18:39:01 -06:00
Anonish
d2faa943b0 hover video fixes
On index pages, restore original behavior (temp fix)
On thread pages, fixed multiple file posts so all posts hover
- still need to fix width for multiple posts as the ones on the right side of the page extend beyond the page (on original method they become tiny)
- fix catalog

long term i am thinking of just redoing the whole hover file (unless someone else does first).
2015-02-08 16:36:52 -06:00
Anonish
1df89e2a87 changes to expand-video.js 2015-02-08 01:04:41 -06:00
Anonish
e75fd4d8fe Update quick-reply.js
apparently 600 was still not allowing QR to load on portrait mode. 400 seems to work fine
2015-02-06 20:42:13 -06:00
8chan
415cf20abb Shift-click to hide threads in catalog 2015-01-31 23:30:59 -08:00
Fredrick Brennan
e115bff930 Merge pull request #379 from anonish/patch-1
QR fix for tablet (portrait) mode in laptops
2015-02-01 15:10:15 +08:00
bbielsa
3a01469dc1 Fixed add_favorites to append to the correct element
Issue #346
https://github.com/ctrlcctrlv/infinity/issues/346#issuecomment-71119100
2015-01-31 10:36:02 -05:00
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
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
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
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
1ab47143b6 Catalog script fix for hiding threads with short IDs 2015-01-23 02:24:04 -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
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
650d6406ae Merge pull request #320 from marktaiwan/relative-time
Relative post time
2015-01-22 16:10:30 +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
8chan
61d25a586b Merge https://github.com/ctrlcctrlv/infinity 2015-01-22 08:01:04 +00: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
Fredrick Brennan
af2a188e8e Merge pull request #353 from marktaiwan/top-boards-title
In the top menu, adds the top 20 board's full name to the link tooltip
2015-01-22 15:54:17 +08:00
8chan
290eed43d0 Some 8chan.co>8ch.net (rest in #348) 2015-01-21 23:49:15 -08:00
Mark Taiwan
afe210a20a Add top boards' full name to the link tooltip 2015-01-20 22:21:06 +08:00
Pashe
38de652f9b Replace '8chan.co's with '8ch.net's 2015-01-14 14:15:33 -06:00
Markerov
459addfb6a Displays correct file extension for videos 2015-01-15 00:50:22 +08:00
Markerov
f117ff422d image throttler
initial commit
2015-01-12 11:41:54 +08:00
wholelotofhs
79b6e6c72f forgot ':last' 2015-01-07 00:01:24 -05:00
wholelotofhs
564862f332 removed useless tabs 2015-01-06 23:32:47 -05:00
wholelotofhs
0c22569dd8 added a way to hide posts
highjacks localStorage.hiddenthreads to save which posts are hidden; I
don't want to rename the file in fear it will break.
2015-01-06 23:26:58 -05:00
8chan
643e5ae80b Catalog: don't show hidden threads 2015-01-05 04:39:08 -08:00
8chan
795c2da9f4 Make no-animated-gif.js trigger on new_post 2015-01-05 04:38:35 -08:00
Markerov
1e15133b9b Fetch external posts with json 2015-01-05 13:27:39 +08:00
Markerov
4e1f7f577b change to use onready() 2015-01-02 17:13:29 +08:00
8chan
72255ad5b8 Merge
Conflicts:
	stylesheets/style.css
2014-12-31 22:45:03 -08:00
8chan
a095b2467a Warn users that some options only work after a save 2014-12-31 22:36:27 -08:00
8chan
de31d6fca8 Option to not show top boards 2014-12-31 22:28:49 -08:00
Markerov
35ee87d909 merge relative-time into local-time 2015-01-01 14:10:26 +08:00
8chan
8ac83fbba6 Merge
Conflicts:
	inc/mod/pages.php
2014-12-24 14:19:35 +00:00
8chan
f60c3f5935 Preview board flags script 2014-12-24 06:14:33 -08:00
Markerov
dd4196fd89 change to use onready() 2014-12-22 17:00:35 +08:00
8chan
906611e7ac Don't expand webm or YouTube videos on js/expand-all-images.js 2014-12-20 14:02:03 -08:00
Markerov
b38936055e initial commit 2014-12-21 01:59:24 +08:00
8chan
c67c575561 Merge /srv/http 2014-12-20 15:04:23 +00:00
8chan
01cca90597 Unicode emoji support 2014-12-20 07:04:20 -08:00
8chan
e843f81f3c Customize embed sizes 2014-12-20 07:02:00 -08:00
8chan
c59a840cc7 Merge /srv/http 2014-12-17 13:30:15 +00:00
8chan
d0d2abe8ec Why not let users resize the QR horizontally? 2014-12-16 00:33:20 -08:00
8chan
9dbc4e93be Show backlinks on OP 2014-12-15 23:35:39 -08:00
Fredrick Brennan
d871e3942d Merge pull request #279 from forklessanon/fix-3
Fix thread stats so post count hover works on the OP's id.
2014-12-16 09:48:56 +08:00
Fredrick Brennan
6e08634be9 Merge pull request #281 from topkek/wrap-backlinks
Allow backlinks to wrap normally
2014-12-16 09:43:54 +08:00
Fredrick Brennan
d53ce19076 Merge pull request #285 from topkek/treeview
Add tree view to options dialog & close ctrlcctrlv/8chan#280
2014-12-14 19:43:20 +08:00
Fredrick Brennan
26d78b1ce5 Merge pull request #301 from topkek/image-expanding
Scroll to thumbnail when shrinking an expanded image
2014-12-14 19:41:30 +08:00
Fredrick Brennan
d8b34a3237 Merge pull request #276 from wholelotofhs/master
Adds an option to disable custom board stylesheet
2014-12-14 19:40:02 +08:00
8chan
1b2ef21b8c Merge /srv/http 2014-12-14 11:29:50 +00:00
8chan
e8f0610299 update update_boards.js 2014-12-14 03:28:19 -08:00
topkek
96d69c52f2 Scroll to thumbnail when shrinking an expanded image 2014-12-09 21:26:29 +00:00
topkek
74a6ad7e52 clean up options code 2014-12-03 03:24:00 +00:00
topkek
82fc6c241b checkbox for tree view 2014-12-03 03:23:49 +00:00
topkek
2a2f64c098 don't indent previews 2014-12-03 03:23:39 +00:00
topkek
191347b92e chrome fix 2014-12-03 03:23:35 +00:00
topkek
2da17bfebe toggle tree view 2014-12-03 03:23:24 +00:00
topkek
666a7f760d add global option for tree view 2014-12-03 03:23:15 +00:00
Markerov
a2c20cda65 Fix bug with inline expansion with Unanimate Gif
Issue #273
2014-11-29 11:01:30 +08:00
topkek
af305de336 add space between backlinks 2014-11-23 22:48:00 +00:00
Forkless
81e5f9f0cb Fix thread stats so post count hover works on the OP's id. 2014-11-22 19:46:00 -06:00
8chan
a76b5a27c7 Merge https://github.com/ctrlcctrlv/8chan 2014-11-21 23:35:40 -08:00
8chan
467eee88c6 Make bottom watchlist-toggle work 2014-11-21 23:34:03 -08:00
8chan
5daa887a92 No need to display pruned in two places...especially if server times out / errors 2014-11-21 23:33:42 -08:00
8chan
8a608ab623 Fix hide-threads.js interaction in no-animated-gif.js 2014-11-21 23:33:05 -08:00
8chan
faa51accaa We dynamic pages now, read.php 2014-11-21 04:05:20 -08:00
wholelotofhs
345b0b848f Update disable-styles.js 2014-11-20 15:23:19 -05:00
wholelotofhs
797e32a179 clean up and added comments 2014-11-20 15:12:40 -05:00
wholelotofhs
8fa14518e2 only disable stylesheets on Applicable pages 2014-11-20 14:50:01 -05:00
wholelotofhs
7ac1ccf448 Create disable-styles.js 2014-11-20 14:39:20 -05:00
8chan
0ba19e163b MP4 support, close ctrlcctrlv/8chan#243 2014-11-19 00:53:35 -08:00
8chan
e074d5ebae Merge https://github.com/ctrlcctrlv/8chan 2014-11-17 05:24:05 -08:00
8chan
d697f813c3 Handle XHR errors better 2014-11-17 05:23:41 -08:00
Fredrick Brennan
6be356fd79 Merge pull request #261 from czaks/master
custom captcha integration
2014-11-17 21:21:50 +08:00
Forkless
058e9bfb73 Fix color incase page is missed and then found again. 2014-11-17 03:20:17 -06:00
czaks
62a6dac022 custom captcha integration 2014-11-14 15:09:52 +01:00
czaks
1d0409e84b Merge branch 'master' of https://github.com/ctrlcctrlv/8chan 2014-11-14 09:44:15 +01:00
czaks
2f1526a1a6 add missing tablesorter library 2014-11-12 10:45:25 +01:00
8chan
802dd12c7c Have to load onready 2014-11-12 01:19:02 -08:00
8chan
c648448a75 Merge https://github.com/ctrlcctrlv/8chan 2014-11-09 22:25:54 -08:00
Forkless
7c60cf3281 Moved the Options tab stuff to be setup after the document is ready. 2014-11-08 22:18:07 -06:00
8chan
938333d692 This script was breaking boards.html 2014-11-08 16:58:02 -08:00
8chan
2b67cfc5ee Stop nesting bug on update 2014-11-08 16:57:21 -08:00
8chan
3b9be5c161 Stop double posting AJAX bug 2014-11-08 16:56:41 -08:00
Forkless
4b44d2fdde Fix for the js being shitty inside the compiled main.js. 2014-11-08 14:25:54 -06:00
Fredrick Brennan
03ac1426f5 Merge pull request #233 from topkek/patch-8
Changes to post-hover.js
2014-11-08 11:21:49 +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
Fredrick Brennan
d75a119a7f Merge pull request #231 from forklessanon/master
Support for youtube's 'start' and 'end' URL parameters
2014-11-08 11:20:38 +08:00
Fredrick Brennan
68c9d9e9c7 Merge pull request #227 from forklessanon/comment-toolbar
Fix for update to comment toolbar (should work now)
2014-11-08 11:19:59 +08:00
Fredrick Brennan
b035d82453 Merge pull request #228 from forklessanon/thread-stats
Added thread statistics.
2014-11-08 11:18:13 +08:00