13308 Commits

Author SHA1 Message Date
ccd0
7db3041504 onload -> onloadend and remove hardcoded JSON URL in ImageCommon 2019-03-23 23:08:54 -07:00
ccd0
2cdff88b46 Combine onload and onerror in DeleteLink. 2019-03-23 22:56:01 -07:00
ccd0
7865b46c16 Unify onload and onerror paths in Quick Reply response. 2019-03-23 22:39:28 -07:00
ccd0
5bd4a2859e Only need progress event for upload monitoring. 2019-03-23 21:59:30 -07:00
ccd0
4af0e0b962 Change export URL from data: to blob: so larger settings files can be exported. #2255 2019-03-23 21:10:09 -07:00
ccd0
2f47d49168 Fix bug causing board configuration to be deleted from Conf on settings export. 2019-03-23 20:54:24 -07:00
ccd0
d6a6b5d2ac Store Last-Modified dates so Thread Watcher can receive 304 responses on first request. 2019-03-23 20:21:15 -07:00
ccd0
4b7b139311 Support If-Modified-Since in cross-site thread watcher requests. 2019-03-23 19:19:33 -07:00
ccd0
7b2dee7279 Add header support to CrossOrigin.ajax 2019-03-23 19:07:48 -07:00
ccd0
996a183abe Revert "Prevent quote preview from going offscreen in cases of limited screen width."
Caused some quote previews to use more width than needed.
This reverts commit 4122bce3084f8fc25b5f0dc2e42f999f7d9430a5.
2019-03-23 13:05:34 -07:00
ccd0
e77fa69c53 Move If-Modified-Since code to separate function $.whenModified 2019-03-23 13:03:45 -07:00
ccd0
5a49280be4 Occasionally check catalog.json on vichan boards due to last_modified API bug.
Also let manual thread watcher checks set lastChecked.
2019-03-22 23:20:10 -07:00
ccd0
7a8615d51c Revert addition of max-width; makes things worse. 2019-03-22 16:18:15 -07:00
ccd0
4122bce308 Prevent quote preview from going offscreen in cases of limited screen width. 2019-03-22 07:27:10 -07:00
ccd0
d0647e3784 Merge branch 'bstable' 2019-03-22 07:26:07 -07:00
ccd0
0c286e7a68 Override 4chan CSS causing sauce links to get cut off. #2193 2019-03-22 07:25:50 -07:00
ccd0
1fd7f1ec46 Add comment referencing upstream bug. 2019-03-22 03:10:19 -07:00
ccd0
ef92c3a8a8 Merge branch 'bstable' 2019-03-22 03:03:08 -07:00
ccd0
01b078545e Release 4chan X v1.14.5.14. 2019-03-22 03:01:56 -07:00
ccd0
95841af60b Add message alerting Chrome extension users to disable chrome://flags/#network-service 2019-03-22 02:53:14 -07:00
ccd0
f823b73a40 Add option to filter only posts with files. 2019-03-22 02:26:57 -07:00
ccd0
6dd3150d2b Document that Unique ID filtering uses exact string matching. 2019-03-21 05:09:03 -07:00
ccd0
50ecb097b7 Make it possible to filter absent ID. #1578 2019-03-21 05:07:35 -07:00
ccd0
b102e95613 Restore fake abort in thread watcher if real abort not available or doesn't go through; needed to retry. 2019-03-20 19:41:34 -07:00
ccd0
6ea1d4ca13 Offer cross-origin abort in userscripts if available. 2019-03-20 19:08:46 -07:00
ccd0
e98fed9e5f Add catalog JSON URL. 2019-03-20 18:30:45 -07:00
ccd0
725d7d458e Use threads.json in thread watcher to reduce number of thread JSON checks. 2019-03-20 18:30:05 -07:00
ccd0
569ae9b06b Improve Filter performance. 2019-03-19 14:20:03 -07:00
ccd0
35213df61e Merge commit 'ef89d9324' (notification filters) 2019-03-18 22:04:15 -07:00
ccd0
ef89d93249 Document notification filters. #2231 2019-03-18 22:03:46 -07:00
ccd0
28dc40b1d4 Don't hide posts with notification filters. #2231 2019-03-18 21:58:22 -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
fafdc4fa44 Allow image hover previews to use full width of screen. 2019-03-17 05:42:50 -07:00
ccd0
cafb7250c7 Simplify duplicated code for thread watcher requests. 2019-03-11 00:49:21 -07:00
ccd0
74268f78d5 Thread Watcher: Remove fake abort for cross-site requests. 2019-03-11 00:33:46 -07:00
ccd0
f055869286 Remove unused parameter from $.cache 2019-03-10 23:01:38 -07:00
ccd0
77c3efde20 This should be a warning, not an error. 2019-03-10 21:12:49 -07:00
ccd0
e975035ac6 Merge branch 'bstable' 2019-03-10 21:12:22 -07:00
ccd0
188422f1ae Replace CrossOrigin.json with simpler CrossOrigin.ajax and a CrossOrigin.cache making use of $.cache. 2019-03-10 21:11:43 -07:00
ccd0
697d16192f Index refresh should also fetch freshest copy.
Fixes bug from 52128775e1edb69f83c93526516e6531511725fd.
2019-03-09 22:29:40 -08:00
ccd0
78a79f1942 Let $.cache report connection errors. 2019-03-09 02:13:27 -08:00
ccd0
a7af355820 Limit $.cache to subset of XMLHttpRequest API. 2019-03-09 00:47:16 -08:00
ccd0
4c329af6e0 Remove event from $.cache interface. 2019-03-09 00:06:51 -08:00
ccd0
496043342f No longer needed since 44feaf4eb700d13b218076bc11188cd5cdeab9f4 2019-03-08 23:49:18 -08:00
ccd0
67d5af480f Remove remaining places where list of boards without archive is hardcoded. #525 2019-03-08 23:44:38 -08:00
ccd0
e43d91c9d3 Implement pruning of data for dead threads on vichan sites with JSON API. #2171 (also work on #525) 2019-03-08 23:38:11 -08:00
ccd0
44feaf4eb7 Eliminate use of onabort and event in Index.coffee. 2019-03-08 20:54:41 -08:00
ccd0
a94d76d84b Let the default responseType in $.ajax always be "json" regardless of URL. 2019-03-08 20:45:53 -08:00
ccd0
4801013380 Release 4chan X v1.14.5.13. 2019-03-08 15:46:34 -08:00
ccd0
8e22de0ca0 Request additional permissions immediately on clicking 'Post from URL' and only then. #2230 2019-03-08 15:21:43 -08:00