teddit
|
d7436f10be
|
mention teddit API
|
2020-12-19 21:18:14 +01:00 |
teddit
|
8a78051534
|
add teddit api support for subreddits
|
2020-12-19 20:52:22 +01:00 |
teddit
|
36bee6ef19
|
fix routing order
|
2020-12-19 12:20:43 +01:00 |
teddit
|
67db416381
|
rm reduntant front ':sort?' route
|
2020-12-19 12:14:10 +01:00 |
teddit
|
d189e25fc0
|
show number of comments in post view
|
2020-12-18 18:54:05 +01:00 |
teddit
|
dc2b041050
|
add missing double quote from PR #70
|
2020-12-18 18:21:38 +01:00 |
teddit
|
ee1bf04779
|
Merge pull request 'Add depth of each comment to the json. When creating the html, determine if the comment is an even or odd depth for css.' (#70) from shauncollins/teddit:comment_recursion into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/70
|
2020-12-18 18:18:32 +01:00 |
Shaun Collins
|
c695a392d6
|
Add depth of each comment to the json. When creating the html, determine if the comment is an even or odd depth for css.
|
2020-12-17 17:17:20 -05:00 |
teddit
|
2bffbcdf0b
|
minus to figure dash #69
|
2020-12-16 20:40:02 +01:00 |
teddit
|
3cc07d2cdd
|
new dirs for thumbs & flair images
|
2020-12-16 18:59:06 +01:00 |
teddit
|
a34425a944
|
save files to specific dirs based on filename prefixes
|
2020-12-16 18:52:20 +01:00 |
teddit
|
d32a263e49
|
Merge pull request 'Do not link to authors of deleted entities' (#67) from StevenNMeza/teddit:unclickable_deleted_user into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/67
|
2020-12-15 19:28:16 +01:00 |
StevenNMeza
|
6d6f7a0a44
|
Do not link to authors of deleted entities
|
2020-12-15 19:23:19 +01:00 |
teddit
|
d7ab5e1552
|
fix flairs css
|
2020-12-13 21:32:22 +01:00 |
teddit
|
91c7546bb0
|
Merge pull request 'Add link flairs' (#64) from StevenNMeza/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/64
|
2020-12-13 21:23:03 +01:00 |
StevenNMeza
|
5a602b2b88
|
Add link flairs
|
2020-12-13 20:53:32 +01:00 |
teddit
|
92ea510cac
|
rm unnecessary before & after from subreddit posts
|
2020-12-13 20:17:50 +01:00 |
teddit
|
77cc346a12
|
fix links color in self-posts body
|
2020-12-13 17:01:10 +01:00 |
teddit
|
21fb4647ab
|
fix missing config from commons.js
|
2020-12-13 16:29:27 +01:00 |
teddit
|
a07a48df39
|
Merge pull request '#51 update theme with url query parameter.' (#63) from shauncollins/teddit:#51_theme_on_url into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/63
|
2020-12-13 11:40:26 +01:00 |
Shaun Collins
|
ca706be5d5
|
#51 update theme with url query parameter.
Also fixed a nested comment alternating style issue
|
2020-12-12 20:26:01 -05:00 |
teddit
|
febf9c72c1
|
Merge pull request 'Fix `localhost` URLs in Readme' (#61) from amrw/teddit:fix-localhost-links into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/61
|
2020-12-11 05:56:25 +01:00 |
amrw
|
0917faec86
|
Fix `localhost` URLs in readme
|
2020-12-10 23:18:18 +01:00 |
teddit
|
76546f0b6c
|
teddit.net to config.domain
|
2020-12-10 19:21:07 +01:00 |
teddit
|
5c3ff13585
|
mv url localization away from pug templates
|
2020-12-10 19:16:44 +01:00 |
teddit
|
63c5435e20
|
Merge pull request 'Simplify Dockerfile, Add More Details to Installation Instructions' (#60) from amrw/teddit:simplify-dockerfile into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/60
|
2020-12-10 16:54:46 +01:00 |
teddit
|
8d3f82973c
|
Merge pull request 'Update `package.json` to Remove Warnings, Add Details' (#59) from amrw/teddit:resolve-npm-warnings into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/59
|
2020-12-10 16:03:51 +01:00 |
amrw
|
0149d4704d
|
Add more more details to installation instructions
|
2020-12-09 23:03:17 +01:00 |
amrw
|
ef683d0687
|
Reduce `COPY`s
|
2020-12-09 23:02:44 +01:00 |
amrw
|
2f5fb0db23
|
Fix SPDX `lincenceId`
|
2020-12-09 22:45:54 +01:00 |
amrw
|
39f8212ed7
|
Update `package.json` to remove warnings, add details
- get rid of the NPM warnings related to missing fields,
- add more details about the repository.
|
2020-12-09 22:36:11 +01:00 |
teddit
|
a8b3f8854b
|
add short url support #21
|
2020-12-09 19:06:25 +01:00 |
teddit
|
c838f10d01
|
don't fetch sidebar for /r/all
|
2020-12-08 18:54:30 +01:00 |
teddit
|
f5a070e6bd
|
fix #50
|
2020-12-08 18:37:52 +01:00 |
teddit
|
6b626a5e14
|
fix x overflow on mobile
|
2020-12-08 17:31:58 +01:00 |
teddit
|
a2ae6e15c2
|
Merge pull request 'fix x overflow caused by search box' (#56) from samr/teddit:fix/overflowsearch into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/56
|
2020-12-08 17:21:54 +01:00 |
Sam Ratcliffe
|
cbaea433aa
|
fix overflow
|
2020-12-08 00:06:18 -05:00 |
teddit
|
13ae04db7a
|
rm fs from dependencies
|
2020-12-07 21:13:52 +01:00 |
teddit
|
55d8cb4ce6
|
Merge pull request 'Added support for Docker, Docker-Compose' (#54) from udia/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/54
|
2020-12-07 21:01:55 +01:00 |
Alexander Wong
|
734b11c926
|
Added support for Docker, Docker-Compose
- updated config.js template to support environment variables
|
2020-12-07 12:57:20 -07:00 |
teddit
|
1c76daa166
|
rm bad command for downloading and installing node.js
|
2020-12-07 20:03:00 +01:00 |
teddit
|
073a1a94c9
|
pass encoded urls to fetch
|
2020-12-06 21:59:40 +01:00 |
teddit
|
0103e5fb7a
|
remove subreddit names in multireddit view
|
2020-12-06 21:15:43 +01:00 |
teddit
|
d6ee9e9623
|
remove gallery 100% width
|
2020-12-06 20:34:04 +01:00 |
teddit
|
087837e1da
|
Merge pull request 'fix gallery margins' (#49) from bopol/teddit:gallery into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/49
|
2020-12-06 20:32:07 +01:00 |
bopol
|
f9fcb6c5ec
|
fix gallery margins
|
2020-12-06 20:22:27 +01:00 |
teddit
|
b7144ee673
|
Merge pull request 'Some layout improvements' (#48) from bopol/teddit:mobile into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/48
|
2020-12-06 20:10:18 +01:00 |
bopol
|
ad50922736
|
mobile: improve crosspost margin
|
2020-12-06 20:06:48 +01:00 |
bopol
|
6eb9f52f5b
|
mobile: improved submitted text margin
|
2020-12-06 20:06:27 +01:00 |
bopol
|
5175d96a4e
|
cross-post images: remove max-width limit
there is already a 100% max-width for #post .image img, and the removed attribute caused an overflow
|
2020-12-06 20:05:06 +01:00 |