3052 Commits

Author SHA1 Message Date
ccd0
d2e8efb59c Restore filtering on email. #2171 2019-04-04 18:43:43 -07:00
ccd0
53977021aa Merge branch 'bstable' 2019-04-02 06:16:18 -07:00
ccd0
6622029650 Remove like buttons. Continue to show like counts and scores where given in API.
Make minor spacing adjustments due to removal of relevant CSS.
2019-04-02 05:38:09 -07:00
ccd0
b332ef32cc Merge branch 'bstable' 2019-03-31 23:04:28 -07:00
ccd0
2da007c291 Show info relating to April 2019 event. #2266 2019-03-31 22:55:42 -07:00
ccd0
21f0dbfd46 Copy over any temporary JSON properties in Build.parseJSON. 2019-03-31 21:17:22 -07:00
ccd0
fb0759f40d Revert "Show 2018 Apr 01 team names in thread updates and other posts generated from JSON."
This reverts commit 99bb9d667b871a6451476010558bd1315e281d0b.
2019-03-31 21:09:37 -07:00
ccd0
abb43b3314 Support filters that apply to multiple post fields joined by newline characters. 2019-03-31 00:54:43 -07:00
ccd0
e784844333 Move these functions out of the main Filter object and into a subobject. 2019-03-30 15:36:11 -07:00
ccd0
501a103a1d Make movement of image hover / quote preview with mouse optional; option is Follow Cursor. #471, #2245 2019-03-24 07:16:56 -07:00
ccd0
19c7e73d14 Get rid of more API URLs spread about the codebase. 2019-03-24 04:42:43 -07:00
ccd0
e5ab4ffb5b Clean up index notification code and handle aborting previous request better. 2019-03-24 02:41:56 -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
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
4122bce308 Prevent quote preview from going offscreen in cases of limited screen width. 2019-03-22 07:27:10 -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
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
fafdc4fa44 Allow image hover previews to use full width of screen. 2019-03-17 05:42:50 -07:00
ccd0
e975035ac6 Merge branch 'bstable' 2019-03-10 21:12:22 -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
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
6671afc690 Fix issue from v1.14.5.6 causing display of 'NaN seconds' before index is loaded. 2019-01-22 21:17:20 -08:00
ccd0
91472e371e Support current-catalog link in custom board list on Tinyboard/vichan. 2018-12-11 18:54:38 -08:00
ccd0
1cbd4907f2 Fix bug from 9bb9be1f67e81a4907eaf886e1ae0951672190eb causing Last Index Refresh time to not update with passing time until index/catalog reloaded. 2018-12-09 23:28:22 -08:00
ccd0
6a54b55ede Insert missing encodeURIComponent on data-board attribute in Get.threadFromRoot. 2018-12-09 07:28:11 -08:00
ccd0
a133370dc5 Process threads added to board index by infinite scrolling scripts. 2018-12-07 17:29:18 -08:00
ccd0
87fe975ac6 Implement PostsRemoved event. 2018-12-07 12:59:26 -08:00
ccd0
aa67e1b58b Use the URI component encoded version of the board name internally. 2018-12-05 13:14:44 -08:00
ccd0
929fac05ca Transition from siteSoftware to extensible siteProperties. 2018-12-05 05:56:38 -08:00
ccd0
ff78b283ac Migrate DataBoard data to new format. 2018-12-04 12:56:47 -08:00
ccd0
a1a084acca Update for 4channel.org 2018-11-23 14:11:00 -08:00
ccd0
d7eb8675f9 Merge branch 'bstable' 2018-10-22 14:48:00 -07:00
ccd0
95d29713a9 whatanime.ga is now trace.moe #2106 2018-10-22 14:36:50 -07: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
8d727ed555 Fix bug in reply count shown on thread stubs. 2018-10-17 05:33:36 -07:00
ccd0
e5332ccb49 Drop dynamic preview of pasted name; simply show extension after input field. 2018-10-03 02:29:24 -07:00
ccd0
b75cbc5cab Merge commit '15935ec673c770a63e6185b2ba3a9d62eb516811' 2018-10-03 02:22:58 -07:00
ccd0
9881ed30fa Can only clear 4chan catalog hidden threads from 4chan. 2018-09-19 14:50:52 -07:00
ccd0
23c764347b Fix hidden posts count. 2018-09-19 14:29:07 -07:00
ccd0
3f4c9e04be Remove feedback request message. 2018-05-01 17:42:55 -07:00