169 Commits

Author SHA1 Message Date
ccd0
e75700f5d9 Safer property access. 2019-08-03 00:23:08 -07:00
ccd0
f718dd7a04 Add Dismiss posts quoting you item to Thread Watcher menu to unhighlight the icon and threads until there are new replies quoting you. 2019-07-14 21:39:12 -07:00
ccd0
ca11d70ef6 Prevent filtered posts from counting in Thread Watcher unread count regardless if they are quoting you. 2019-07-14 10:49:50 -07:00
ccd0
3a379000cb Fix your posts appearing to the side of the last post on Tinyboard/vichan. #2217 2019-07-11 05:31:47 -07:00
ccd0
a547904c11 Merge commit '38f63e6aa8c913e95e418235283c8fc2113a1c5c' into next2 2019-07-10 12:20:13 -07:00
ccd0
5660b8701c Add link to header menu to mark all posts in a thread as unread. #1299 2019-06-29 23:11:49 -07:00
ccd0
38f63e6aa8 Move most stuff from Site to g.SITE; Site.hostname -> g.SITE.ID; put data for other sites in g.sites. 2019-04-09 03:30:58 -07:00
ccd0
86909be300 Add siteID parameter to ThreadWatcher.update 2019-04-04 00:13:37 -07:00
ccd0
35213df61e Merge commit 'ef89d9324' (notification filters) 2019-03-18 22:04:15 -07:00
ccd0
24f1458a73 Fix issues from https://github.com/ccd0/4chan-x/pull/2231#issuecomment-467247167 #2231 2019-03-18 21:57:47 -07:00
ccd0
f3c80c7a48 Fix regression that broke favicon turning red on thread archival/404. #2190 2019-01-25 22:20:28 -08:00
ccd0
86dcb44a4e Don't re-insert unread line unless it needs to move. #2214 2019-01-24 15:38:34 -08:00
ccd0
0ca735c200 Process posts added by thread updating or expansion scripts. 2018-12-07 11:16:38 -08:00
ccd0
b4ffb42a33 Make features in Unread work on tinyboard with exception of Unread Favicon. 2018-12-06 12:27:13 -08:00
ccd0
481a775a80 Add Unread Line in Index option, combined with previous work on Mark Read button. #625
Also fix various bugs with the old implementation.
2018-10-20 22:43:34 -07:00
ccd0
463db9f9c9 Remove some redundant uses of $.forceSync. 2017-09-28 14:33:12 -07:00
ccd0
950f004ec9 Add Require OP Quote Link option (off by default) to Thread Watcher menu: For purposes of thread watcher highlighting, only consider posts with a quote link to the OP as replies to the OP. 2017-02-06 00:24:16 -08:00
ccd0
2aca3b1986 Fix update of thread watcher highlight on scroll.
Fixes bug from b9dea6f93165f8d3f277177cf222111373d89e20.

Also make quotesYou proper boolean.
2017-01-29 18:33:12 -08:00
ccd0
12fde7365e Remove some nonworking code. 2017-01-29 18:19:12 -08:00
ccd0
192eafa670 Add convenience function QuoteYou.isYou. 2017-01-29 18:02:33 -08:00
ccd0
300acc9ae7 Reply Pruning will no longer be deactivated by Scroll to Last Read Post in order to unhide the last read post. 2016-11-07 17:32:04 -08:00
ccd0
a84fb59723 Merge branch 'master' into next 2016-10-30 11:01:13 -07:00
ccd0
f1c15e12c7 Limit rate at which scrolling causes thread watcher unread count to be saved. #1168 2016-10-29 21:46:20 -07:00
ccd0
6484f461d0 Include rolls and fortunes in filterable text but continue removing them from notifications and thread excerpts. 2016-10-09 17:29:00 -07:00
ccd0
ad9c3df4dc Help out decaffeinate. #829 2016-10-01 03:18:22 -07:00
ccd0
2a13c80190 Merge commit 'e1b0d62ceb258f016377517182497d3572fae095' 2016-07-09 15:35:52 -07:00
ccd0
e1b0d62ceb Have return hack be added by the compilation script. 2016-06-12 00:25:58 -07:00
ccd0
fca71d22d6 Remove old Tampermonkey issue (#656) workaround. #904 2016-05-17 03:35:27 -07:00
ccd0
386ebfbbb7 Remove workaround for SeaMonkey < 2.35 Notification crash. #904 2016-05-17 03:17:54 -07:00
ccd0
54de0d7a25 Rebuild only needed files when an imported file changes. 2016-04-19 20:39:01 -07:00
ccd0
64bb62a075 No more having to hack the contents of the coffee-generated JS. 2016-04-19 16:27:05 -07:00
ccd0
f1b82d013f Remove dependency of Post, Thread, CatalogThread classes on Callbacks class. 2016-04-15 10:34:39 -07:00
ccd0
d261f1d056 Remove fake grunt from templates. 2016-04-11 17:25:23 -07:00
ccd0
b746a0b054 Store tests_enabled flag in file. 2016-04-10 20:00:48 -07:00
ccd0
14f32a7dec Change tests_enabled to environment variable. 2016-04-10 03:16:43 -07:00
ccd0
6e3ccfb264 Parenthesize assignment in if condition. 2016-04-04 00:17:31 -07:00
ccd0
355572331f Fix unread line not being placed when scrolling to post hidden by Reply Pruning. 2016-04-04 00:11:38 -07:00
ccd0
0e8fade646 Scrolling to post hidden by Reply Pruning unhides post. This includes 'Scroll to Last Read Post'. 2016-04-03 21:34:19 -07:00
ccd0
9f8dffa08a Remove unused variable. 2016-03-15 18:29:39 -07:00
ccd0
a22ca7a3f3 Remove dependence of 'Remember Your Posts' suboptions on 'Quick Reply'. #677 2016-01-28 19:45:04 -08:00
ccd0
6e322ac838 Work around Tampermonkey winow.focus bug. #656 2015-12-06 15:41:29 -08:00
ccd0
b3ce37e065 Use QR.db to test whether Mark Quotes of You is on.
Fixes backlinks crash on settings change and makes things more consistent.
2015-11-28 11:30:59 -08:00
ccd0
a05431c07d Turning off 'Remember Last Read Post' should immediately disable data saving in all tabs. 2015-11-28 10:23:21 -08:00
ccd0
28597d6a2c Add 'Remember Last Read Post' option. #622 2015-11-28 00:36:32 -08:00
ccd0
e27858216f Remove unwanted execute permissions. 2015-11-15 14:00:17 -08:00
ccd0
efb896414a Convert browser-dependent code to use $.engine. 2015-07-04 02:37:20 -07:00
ccd0
7edf0eda95 Work around SeaMonkey desktop notifications bug. #383 2015-06-28 19:33:47 -07:00
ccd0
9f148f2514 Fix filtered posts appearing as unread replies in thread watcher even after thread is opened and all posts read. 2015-04-26 11:22:05 -07:00
ccd0
b83c2c9811 Fix whitespace being stripped from the comment before filtering.
This makes it possible to filter whitespace spam.
2015-04-24 01:02:57 -07:00
ccd0
8f7c22d32c Consolidate Unread Favicon code a bit. 2015-03-24 20:44:46 -07:00