teddit-reddit-frontend-alte.../inc
Austin Huang b5878ea031
Improve domain replacement regex
1. Let regex only match href, close #267
2. Enforce HTTPS if the instance is on HTTPS
3. Prevent redirecting domains such as blog.twitter.com and help.instagram.com
2022-01-26 12:41:18 -05:00
..
components fix setting the duration (fixes #240) 2021-09-12 18:03:00 +02:00
teddit_api add a config to force https for api permalinks (#285) 2022-01-18 19:47:16 +01:00
commons.js Improve domain replacement regex 2022-01-26 12:41:18 -05:00
compilePostComments.js fix edited dates on replies (ref pr #106) 2021-04-16 22:09:47 +02:00
downloadAndSave.js Create upload directories if they don't exist 2021-04-06 03:25:34 +09:00
initRedditApi.js pass pref_quarantine_optin-cookie to get quarantined subreddits (fixes #224) 2021-08-18 22:07:29 +02:00
processJsonPost.js check that post media_metadata exists (fixes #250) 2021-10-08 06:46:37 +02:00
processJsonSubreddit.js convert processJsonSubreddit to async function 2021-09-08 13:46:41 +01:00
processJsonUser.js validate json before processing it (fixes #247) 2021-10-06 17:38:08 +02:00
processMoreComments.js use async for processMoreComments 2021-09-09 19:19:52 +02:00
processPostMedia.js Support implicit video media 2021-11-23 05:28:27 +09:00
processSearchResults.js convert processSearchResults to async function 2021-09-08 13:46:41 +01:00
processSubredditAbout.js change callback to await in processSubredditAbout 2021-09-08 13:46:41 +01:00
processSubredditsExplore.js convert processJsonSubredditsExplore to async function 2021-09-08 13:46:41 +01:00
redis.js separate redis from app.js 2021-09-08 13:40:18 +01:00