187 Commits

Author SHA1 Message Date
ccd0
bb8fab20b0 Make date parsing work on onesixtwo.club. 2019-08-11 21:22:19 -07:00
ccd0
e4fd082bde Avoid errors on sites with invalid date info on posts. 2019-08-11 20:27:41 -07:00
ccd0
46fb24219b Require period in image/video filename. 2019-08-04 20:12:15 -07:00
ccd0
bbed2d24a4 Merge commit '43661e8888fadbdf7796689cfb653604463a0f7e' 2019-08-04 12:46:22 -07:00
ccd0
fa346147de Fix bug from e75700f5d9377541842130515b248fbe5a20edf8 2019-08-03 10:19:47 -07:00
ccd0
e75700f5d9 Safer property access. 2019-08-03 00:23:08 -07:00
ccd0
fba3d2d18e Make HTML templates output Javascript, part 3. #829 2019-07-25 19:48:06 -07:00
ccd0
10f5f60b7f Changes in preparation for Coffeescript 2. #829 2019-07-19 10:26:29 -07:00
ccd0
d2c2c017f1 postID should be copied to clones also. 2019-07-18 22:58:50 -07:00
ccd0
171202665e Merge branch 'bstable' 2019-07-18 22:55:51 -07:00
ccd0
6f13f41b72 These properties should be copied to clones. 2019-07-18 22:53:54 -07:00
ccd0
c6684f5ba2 Add option Filter in Native Catalog to apply 4chan X filters on native catalog. Also works on vichan sites. #2351 2019-07-18 15:15:05 -07:00
ccd0
1bf75fdca0 Post.resurrect should restore the deleted-file class. 2019-07-15 20:08:27 -07:00
ccd0
879b982f01 Partial multifile support in post.kill. 2019-07-15 19:55:06 -07:00
ccd0
194c2d3371 Let file.index be the index in post.files and file.docIndex be the index in the document. 2019-07-15 19:31:34 -07:00
ccd0
64d1e5b21d Add some convenience properties. 2019-07-13 03:49:11 -07:00
ccd0
393ee447d7 Implement thread.lastPost. 2019-07-13 03:14:03 -07:00
ccd0
71187133c1 First step toward multifile support. #2171 2019-07-12 17:31:01 -07:00
ccd0
72b7c8dc5e Use new flags argument to set isFetchedQuote. 2019-07-12 14:30:28 -07:00
ccd0
64d8dce693 Change fourth argument of Post constructor to more general flags argument. 2019-07-12 14:27:33 -07:00
ccd0
a6ab951170 Fix Tinyboard/vichan post form redirecting before your posts can be recorded as yours. #2171 2019-07-11 00:29:48 -07:00
ccd0
a214f51755 Move Build to SW.yotsuba.Build. 2019-04-09 06:49:13 -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
2450d04173 Rename Build.Test to Test. 2019-04-08 23:27:38 -07:00
ccd0
c5d01ce6d6 Use boards.json to determine whether to activate [code] and [math] tag related functions. #525 2019-04-08 03:50:18 -07:00
ccd0
f3ed76f32f Support specifying the sites that filters apply to. #2171 2019-04-06 05:57:16 -07:00
ccd0
d2e8efb59c Restore filtering on email. #2171 2019-04-04 18:43:43 -07:00
ccd0
4c454e6f93 Use typeof for checking if === undefined. 2019-04-04 01:23:43 -07:00
ccd0
9ab1c94e31 Replace rm in DataBoard.extend with properties of val set to undefined. 2019-04-03 23:35:33 -07:00
ccd0
19c7e73d14 Get rid of more API URLs spread about the codebase. 2019-03-24 04:42:43 -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
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
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
78a79f1942 Let $.cache report connection errors. 2019-03-09 02:13:27 -08:00
ccd0
4c329af6e0 Remove event from $.cache interface. 2019-03-09 00:06:51 -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
b9d7bd9704 Treat .bmp files as images. 2018-12-11 18:23:12 -08:00
ccd0
7675816307 Fix bugs in cross-site data access. 2018-12-06 23:37:25 -08:00
ccd0
4c139b3b0f Support refreshing 4chan threads in Thread Watcher from other sites. 2018-12-06 18:20:21 -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
c858eb585d Fix nasty bug in commit 1fbe76e3cd3563eb21127b5f02d980f329e6269e that would periodically wipe user data. 2018-12-05 14:12:31 -08:00
ccd0
d2c1ac305c Maintain ability to handle old data format if it comes in via sync. 2018-12-05 10:35:10 -08:00
ccd0
1fbe76e3cd Support access to DataBoard data of other sites. 2018-12-04 17:43:07 -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
96cae8339a Fire PostsInserted event on common ancestor of inserted posts. 2018-10-20 12:40:52 -07:00
ccd0
8be6bd3898 Add optional link to mark threads read from index. #625 2018-10-17 05:57:37 -07:00
ccd0
898816d211 Revise CrossOrigin.json interface. 2018-09-18 00:26:43 -07:00
ccd0
78dd2a9639 Use CrossOrigin.json to fetch posts from archives due to blocking of ordinary third-party AJAX requests. 2018-09-17 20:47:21 -07:00
name
08fffa23a6 Fix for data loss issues. e1.target.response reported to become null. #1910 2018-06-21 23:12:43 -07:00
ccd0
1ab9fd3dd3 Possible fix for data loss issues. #1875 2018-05-18 00:39:22 -07:00