Commit Graph

570 Commits

Author SHA1 Message Date
teddit
a6b9599463 fix including processMoreComments() 2021-09-09 18:25:20 +02:00
teddit
813fb3566c convert processMoreComments to use async function 2021-09-09 18:19:27 +02:00
teddit
4cc8dd7bd5 Merge pull request 'Use async functions' (#239) from json/teddit:async-await into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/239
2021-09-09 18:17:00 +02:00
json
e1df2ea8ae convert processJsonSubredditsExplore to async function 2021-09-08 13:46:41 +01:00
json
6ced924bc8 remove unused processSubredditsExplore function 2021-09-08 13:46:41 +01:00
json
6ff892767c convert processJsonSubreddit to async function 2021-09-08 13:46:41 +01:00
json
153a50e60a convert processSearchResults to async function 2021-09-08 13:46:41 +01:00
json
0bf3e36c56 remove unused processSearchResults function 2021-09-08 13:46:41 +01:00
json
9bc3ff8d34 remove unused handleTedditApiUser function 2021-09-08 13:46:41 +01:00
json
711f2450c7 change callback to await in processSubredditAbout 2021-09-08 13:46:41 +01:00
json
aae3e00ab1 convert processSubredditAbout to async function 2021-09-08 13:46:28 +01:00
json
1c7a3a8f5a separate redis from app.js 2021-09-08 13:40:18 +01:00
json
5f5388da6f remove unused processSubredditAbout function 2021-09-08 13:40:18 +01:00
json
d95642cf80 convert processJsonPost to async functions 2021-09-08 13:40:18 +01:00
json
93f70533aa remove unused processJsonPost functions 2021-09-08 13:40:18 +01:00
json
f3cc837a01 convert processJsonUser to async function 2021-09-08 13:40:18 +01:00
json
d1ef359435 remove unused processJsonUser function 2021-09-07 13:19:28 +01:00
json
7f347d13f7 add prettierrc 2021-09-07 13:11:57 +01:00
teddit
6433afde09 add teddit.pussthecat.org 2021-09-06 18:37:42 +02:00
teddit
47918f3be7 update version 0.3.8 -> 0.4.0 2021-09-04 20:42:18 +02:00
teddit
c76bd38e82 include missing redis 2021-09-04 14:42:20 +02:00
teddit
0dab483a17 fix video duration CSS 2021-09-04 14:35:49 +02:00
teddit
bd010e3b36 Merge pull request 'clean up routes.js' (#234) from json/teddit:routes-cleanup into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/234
2021-09-04 14:20:00 +02:00
json
69725d54c7 export helper functions from app.js 2021-09-02 21:42:33 +01:00
json
53e4d66f07 delete routes.js 2021-09-02 21:24:10 +01:00
json
57c149d355 require all route helper functions 2021-09-02 21:23:28 +01:00
json
a441ecac33 separate poll route 2021-09-02 21:01:40 +01:00
json
2266c8f0f8 separate gallery route 2021-09-02 21:00:26 +01:00
json
c0e20b5817 separate search route 2021-09-02 20:58:38 +01:00
json
74c202d5f0 separate home route 2021-09-02 20:51:37 +01:00
json
95e7d2fa60 separate save routes 2021-09-02 20:46:45 +01:00
json
e8a19136d3 add subreddit explore route to subreddit.js 2021-09-02 20:28:42 +01:00
json
2df4f3420f separate subscription routes 2021-09-02 20:24:22 +01:00
json
fe19ec0ba6 separate user routes 2021-09-02 20:06:33 +01:00
json
c4cfb8b51a separate subreddit routes 2021-09-02 19:56:37 +01:00
json
c861d7b234 separate preference routes 2021-09-02 10:33:33 +01:00
json
687857aec6 separate static routes 2021-09-02 10:27:28 +01:00
json
fca71bd5a7 separate overriding routes 2021-09-02 10:23:58 +01:00
teddit
202514db8b fix comment tag 2021-08-29 20:49:36 +02:00
teddit
904914f524 mention that the changelog is not updated anymore 2021-08-29 20:48:41 +02:00
teddit
94c1d46abd remove changelog section 2021-08-29 20:47:40 +02:00
teddit
ab19dae2d6 update missing env variables 2021-08-29 20:39:13 +02:00
teddit
5d091e2fb7 add incogsnoo.com instance 2021-08-29 20:29:31 +02:00
teddit
b76c72ef6c make the getUsage() function a bit more reliable, and fine-tune the amount of files to delete from static/ 2021-08-29 19:36:36 +02:00
teddit
e0b5cc6e40 introduce a cache control: a way of keeping the cache directory under certain size (should fix #229) 2021-08-24 17:17:46 +02:00
teddit
e311ce717c Merge pull request 'add teddit.alefvanoon.xyz' (#228) from alefvanoon/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/228
2021-08-23 20:22:54 +02:00
alefvanoon
af5793fd8b add teddit.alefvanoon.xyz 2021-08-22 14:18:09 +04:30
teddit
2cb5a5e45a pass pref_quarantine_optin-cookie to get quarantined subreddits (fixes #224) 2021-08-18 22:07:29 +02:00
teddit
9c1a8edd74 Merge pull request 'Add http(s) proxy support' (#225) from 3np/teddit:http_proxy into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/225
2021-08-18 21:51:41 +02:00
3nprob
73a8391f2e Add http(s) proxy support 2021-08-17 03:53:42 +09:00