Commit Graph

166 Commits (cdbaf805b718d37ab678ed921a2020f6a619a046)

Author SHA1 Message Date
ProjectOrangeJuice 9f25bb2034
feat: trim space on webhook url (#4411) 2 weeks ago
MHZ 174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags (#4407) 2 weeks ago
boojack 04d7ba48e5
chore: remove default gzip middleware 2 weeks ago
Martin Hartl ae85dff5e4
chore: add id to RSS feed items (#4383) 3 weeks ago
Johnny 6abd51fe5a chore: update resource storage type comment 3 weeks ago
Johnny 0a429a899f chore: remove version update activity 3 weeks ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 3 weeks ago
Steven 4dfe078f3e chore: tweak memo link is rss 3 weeks ago
johnnyjoy 6c088e09d9 chore: fix import order 4 weeks ago
johnnyjoy a7ca63434b feat: validate shortcut's filter 4 weeks ago
johnnyjoy b734d429ec chore: fix linter warning 4 weeks ago
johnnyjoy 6682917931 chore: add validate only to create shortcut 4 weeks ago
johnnyjoy 81e8aed6ab chore: move part of memo filter 4 weeks ago
johnnyjoy fafd6d81c7 chore: fix linter warning 4 weeks ago
johnnyjoy be5e24c0eb refactor: renovate list memos endpoint 4 weeks ago
johnnyjoy 14c72fa7df feat: implement shortcuts 4 weeks ago
johnnyjoy b9a0c56163 feat: support more factors in filter 4 weeks ago
johnnyjoy 2d731c5cc5 feat: memo filter for sqlite 4 weeks ago
johnnyjoy 57014e392f feat: get user by username 4 weeks ago
johnnyjoy 45c16f9d52 chore: fix linter 4 weeks ago
johnnyjoy 0dcd0904e8 refactor: remove resource uid 4 weeks ago
johnnyjoy 97d12db3d5 refactor: renovate create memo 4 weeks ago
johnnyjoy 98aa0b73c5 refactor: retire memo uid 4 weeks ago
johnnyjoy 5e770dda52 refactor: memo name 4 weeks ago
johnnyjoy d605faeffa refactor: move pinned to memo 4 weeks ago
Comix d9a92b2ef8
feat: support path style of s3 url (#4304)
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
1 month ago
johnnyjoy 702c092289 chore: update auth message 1 month ago
johnnyjoy 409d64b839 chore: update memo comment in activity 1 month ago
johnnyjoy f1308ddd27 refactor: update part of resource identifier 1 month ago
Steven edc3f1d9d9 chore: retire unused memo view 1 month ago
Steven 147458347b chore: tweak user stats in frontend 1 month ago
johnnyjoy 6904dc16af chore: fix linter 1 month ago
johnnyjoy c76ab87a0a refactor: update list user stats 1 month ago
johnnyjoy ee96465be0 feat: list user stats 2 months ago
johnnyjoy d050a6fd46 chore: update user stats 2 months ago
johnnyjoy 34c26a394a feat: implement user stats endpoint 2 months ago
Steven 5ff8ab9a61 chore: polish creator definition 2 months ago
Steven 8b7e9f5443 chore: remove unused user id 2 months ago
johnnyjoy c1498a1844 chore: retire webhook state 2 months ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 2 months ago
johnnyjoy 1caaef1c5b chore: fix memo compact mode 2 months ago
johnnyjoy d9d6f73330 chore: fix memo converter 2 months ago
johnnyjoy 7817ad07f7 chore: fix linter 2 months ago
johnnyjoy 3220adbff9 refactor: split memo service 2 months ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
2 months ago
JP Hastings-Edrei fcc4abf5b8
feat: remove RSS titles (#4140)
This removes the content of the <title> element in the RSS feeds that Memo produces.

Why remove? Every RSS client I can find shows the <title> next to the <description> when viewing an item. This creates a duplicate (but often trimmed, so less useful) version of <description> right above the actual text the user wants to read (often in a much larger font). It similarly makes lists of items in some clients extremely tall, as 128 characters is a lot of hard-to-read text — especially when Memos renders links as their URL in titles.

Why an empty tag? The RSS 1.0 and 2.0 specs require that a <title> element is present.

Examples from elsewhere:
- micro.blog uses an empty <title /> element: https://www.manton.org/feed.xml
- Bluesky omits the <title> element: https://bsky.app/profile/did%3Aplc%3Aqvzn322kmcvd7xtnips5xaun/rss
- Mastodon omits the <title> element: https://mastodon.social/@scalzi.rss
3 months ago
Steven 57c00734e2 fix: frontend build 4 months ago
d0zingcat e5cb2037e4
feat: allow to disable markdown shortcuts (#4025)
* add settting to disable markdown keymap

Signed-off-by: d0zingcat <leewtang@gmail.com>

* rename disable markdown shortcuts

Signed-off-by: d0zingcat <leewtang@gmail.com>

* fix lint

Signed-off-by: d0zingcat <leewtang@gmail.com>

---------

Signed-off-by: d0zingcat <leewtang@gmail.com>
5 months ago
Steven 009534f1cf chore: fix linter warning 5 months ago
Steven 68c2bd3837 chore: update memo relations 5 months ago