Commit Graph

15 Commits

Author SHA1 Message Date
ea728d232d refactor: memo store (#1741) 2023-05-25 21:50:37 +08:00
d80aa67c97 feat: parse markdown to html format in rss (#1683) 2023-05-20 10:00:21 +08:00
ca5859296a fix: resource url in rss (#1672) 2023-05-18 06:53:20 +08:00
0aa7085303 chore: add enclosure to rss (#1559) 2023-04-17 23:26:56 +08:00
7d6934d00c fix: rss link (#1534) 2023-04-16 09:51:03 +08:00
d0ddac296f chore: update store error handler (#1479) 2023-04-06 07:42:39 +08:00
4f2adfef7b chore: update system setting name convention (#1448) 2023-04-03 09:36:34 +08:00
ff8851fd9f fix: golangci-lint version (#1381)
* chore: update interface declare

* chore: update args

* chore: update

* chore: update
2023-03-18 22:34:22 +08:00
65aa51d525 feat: generate RSS item title and limit item count (#1117)
* feat: generate RSS item title and limit item count

* Update server/rss.go

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update server/rss.go

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-02-18 22:20:28 +08:00
3590d3f8b6 feat: update store cache (#1066)
* feat: update store cache

* chore: update
2023-02-11 14:19:26 +08:00
a004dcf320 fix: pass empty condition in rss (#1058)
fix: handle empty condition in rss
2023-02-10 08:28:14 +08:00
168c4f6950 feat: more rss info (#1052)
* feat: more rss info

* fix: ci
2023-02-09 21:17:15 +08:00
2042737004 feat: add username field (#544)
* feat: add username field

* chore: update
2022-11-23 22:27:21 +08:00
205ad0fd6d chore: change rss item title (#464) 2022-11-14 13:28:50 +08:00
4e00b1b0cd feat: rss support (#343)
* feat: rss support

* chore: go mod tidy

* chore: change route group prefix

* Update server/server.go

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update server/rss.go

Co-authored-by: boojack <stevenlgtm@gmail.com>

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-26 20:13:02 +08:00