1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-07 23:58:52 +01:00

55 Commits

Author SHA1 Message Date
teddit
28c3c60078 add missing config require 2022-06-11 19:53:25 +02:00
redmt
1f6f5d621d Update user.js to pass instance_config to template 2022-06-11 19:40:37 +02:00
redmt
53a5766de7 Update static.js to pass instance_config to template 2022-06-11 19:40:36 +02:00
redmt
a0fcdf101e Update search.js to pass instance_config to template 2022-06-11 19:40:34 +02:00
redmt
55bd044b06 Update save.js to pass instance_config to template 2022-06-11 19:40:32 +02:00
redmt
b2dba3f723 Update preferences.js to pass instance_config to template 2022-06-11 19:40:31 +02:00
redmt
8f57cb143b Update home.js to pass instance_config to template 2022-06-11 19:40:29 +02:00
redmt
afbad4ae3b Update subreddit.js to pass instance_config to template 2022-06-11 19:40:26 +02:00
redmt
cfdfd4a2b1 Rename internal_config to instance_config for homepage.pug 2022-06-11 19:40:16 +02:00
teddit
b797cef167 fix clean_homepage feature so that the user can enable or disable it despite of the instance config 2022-06-11 13:42:19 +02:00
redmt
fb6673265e Add cleaned homepage 2022-06-10 22:24:58 +02:00
redmt
546fdb5d77 Convert 'on' value in prefer_frontpage setting to 'true' 2022-06-10 22:22:37 +02:00
redmt
6c52664155 Add setting to preferences for preferred homepage mode 2022-06-10 21:24:13 +02:00
redmt
27ade36805 Rename index.pug to frontpage.pug 2022-06-10 20:05:36 +02:00
teddit
8ccc694d2f fix media proxying (clicking preview.redd.it image links was broken after 3612345fab 2022-05-01 19:14:39 +02:00
teddit
3612345fab proxy i.redd.it and v.redd.it media links in comments (#307) 2022-04-11 21:30:41 +02:00
sartateme
274a8be24e Add option to hide posts upvotes and comments points 2022-01-31 15:31:00 +01:00
teddit
7c7709e74f improve subreddit search, include sort and t params (#204) 2022-01-30 01:33:58 +01:00
teddit
d315051a7b fix mime type in POST import_prefs 2022-01-29 14:49:47 +01:00
teddit
e87b811883 Merge pull request 'Support redd.it short url redirections' (#290) from austinhuang.me/teddit:austinhuang.me-patch-3 into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/290
2022-01-29 14:40:08 +01:00
teddit
791a80b337 fix invalid mime type (fixes #291) 2022-01-29 14:35:03 +01:00
Austin Huang
08437d8663
Support redd.it short url redirections
Close #273
2022-01-26 13:56:40 -05:00
gawii0
0d2de61444 Update handleTedditApiSubreddit 'routes/user.js' 2021-12-27 18:19:05 +01:00
gawii0
e870b9ea50 Update handleTedditApiSubreddit 'routes/subreddit.js' 2021-12-27 18:18:21 +01:00
gawii0
e0bf08132d Update handleTedditApiSubreddit 'routes/home.js' 2021-12-27 18:17:15 +01:00
teddit
8315ad3f16 make the preference show_upvoted_percentage configurable via config.js #274 2021-12-21 22:19:38 +01:00
teddit
cc9d9e5579 add missing await for processMoreComments 2021-09-09 19:28:02 +02:00
teddit
873e56a23b use async for processMoreComments 2021-09-09 19:19:52 +02:00
teddit
a6b9599463 fix including processMoreComments() 2021-09-09 18:25:20 +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
aae3e00ab1 convert processSubredditAbout to async function 2021-09-08 13:46:28 +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
teddit
c76bd38e82 include missing redis 2021-09-04 14:42:20 +02: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