Commit Graph

859 Commits (d69435c97cf26767ca3f6a53cdf5f45a51f4c463)

Author SHA1 Message Date
johnnyjoy 9971cbeed4 chore: fix linter 4 months ago
Johnny 8f51791da8 chore: update user setting definition 4 months ago
Johnny 3b8bfe72ea fix: linter 4 months ago
johnnyjoy c5d497a1f0 chore: update user settings 4 months ago
johnnyjoy 3f56ce47d2 chore: update definition of workspace setting 4 months ago
Maximilian Krauß 2c7eb23343
feat(inbox): handles errors while fetching and adds possibility to delete items (#4908) 4 months ago
johnnyjoy ed23cbc011 refactor: memo filter 4 months ago
Steven 1a75d19a89 fix: memo filter for sqlite 4 months ago
johnnyjoy 6e45e9f8b6 refactor: deprecate old filter 4 months ago
johnnyjoy 6d9770b9c8 chore: move filter to filters 4 months ago
johnnyjoy 7481fe10bf chore: remove order by pinned 4 months ago
unuunn 452f47c4b9
set HasCode only for CodeBlock (#4842) 5 months ago
Amar Singh Rathour b779dd2e54
fix: correct avatar URL generation to resolve 404 errors (#4839) 5 months ago
Steven 533591af2b chore: theme in user setting 5 months ago
Johnny 1b3083b216
feat: themes (#4824) 5 months ago
Steven 046c6c83e1 chore: fix linter formats 5 months ago
Copilot e3a2dadb4b
fix: tag count regression - remove double increment causing off-by-one error (#4800)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
5 months ago
Steven c18d6927ba chore: update user session table 5 months ago
johnnyjoy 1fffc41f79 feat: sliding expiration for user sessions 5 months ago
Steven 42d1650c6d chore: tweak auth service 5 months ago
johnnyjoy 976bd332fe chore: fix linter 5 months ago
johnnyjoy d6a75bba4c refactor: webhook service 5 months ago
Johnny e6e460493c refactor: general user setting 5 months ago
Johnny 9b15936873 refactor: clean unused fields 5 months ago
Johnny 52a5ca2ef4 chore: update get attachment binary 5 months ago
Steven 83febf9928 chore: clean resource definition 5 months ago
Steven 5821bb7a65 chore: update auth service 5 months ago
Steven 59eae4465a chore: update user session section 5 months ago
Johnny b8a37c7229 chore: fix linter 5 months ago
Johnny 4e3a4e36f6 feat: implement user sessions 5 months ago
Johnny 6e4d1d9100 fix: auth context 5 months ago
Johnny a2bfa82a88 fix: linter 5 months ago
Johnny 77b7fc4441 feat: implement user session 5 months ago
Johnny 741fe35c2a refactor: rename session methods in auth service 5 months ago
Steven df52bf5e63 fix: tag count 5 months ago
Steven 35df62a96c chore: remove duplicated prefix from enums 5 months ago
Steven d71fd2f84a refactor: auth service 5 months ago
Steven 9972a77d9e refactor: memo service 5 months ago
Steven 91c2a4cef9 refactor: inbox service 5 months ago
Steven a4920d464b refactor: attachment service part2 5 months ago
Steven bb5809cae4 refactor: attachment service 5 months ago
Steven 174b1a0361 chore: fix linter 5 months ago
Steven 760c164328 chore: add server tests 5 months ago
Steven f6e5da4499 refator: activity service 5 months ago
Steven 8e8e246ab2 chore: add server tests 5 months ago
Steven dac059a7f7 refactor: identity provider service 5 months ago
Steven 8d8e9b3b30 refactor: shortcut service 5 months ago
Steven 1ea4cc453c refactor: workspace setting service 5 months ago
Steven da906c665c chore: tweak workspace service 5 months ago
Steven 3b0c87591f refactor: webhook service 5 months ago
Steven c9ab03e1a0 refactor: user service 5 months ago
Johnny f467264e7d chore: remove memopayload runonce 5 months ago
Maya Doshi efb8e7ab0c
fix: broken resource urls in RSS feed (#4753)
fix: resource url generation in rss feed
6 months ago
Steven f1b365f928 refactor: clean packages 6 months ago
Steven ef6f80d925 chore: fix linter 6 months ago
Steven 81ae42518e chore: fix linter 6 months ago
Maximilian Krauß eca91d5c0c
feat(rss): use server title and description for RSS feed, if configured (#4717) 6 months ago
Steven ad2c5f0d05 refactor: store cache 6 months ago
Steven f12d7ae8bc chore: add asynchronous webhook dispatch 6 months ago
Steven 46be6b0ff6 fix: missing service handler 6 months ago
Steven 64b27d5a4e refactor: shortcut service 6 months ago
Steven 46d5307d7f fix: prevent XSS for specific content types 6 months ago
johnnyjoy ee99afd7a4 chore: enable location by default 6 months ago
johnnyjoy f9e07a2245 feat: support update user's role 6 months ago
johnnyjoy ca79990679 refactor: merge sign in requests 7 months ago
johnnyjoy 43d176f272 fix: idp config convert 7 months ago
johnnyjoy 966a108d52 chore: check signin with sso 7 months ago
johnnyjoy ccfa9983e9 fix: user avatar url 7 months ago
Sergey Gorbunov e23ade1f8b
feat: support listening on a UNIX socket (#4654) 7 months ago
johnnyjoy eb33a604b2 feat: support mapping avatar url from oauth2 7 months ago
RichardYe ebccef6033
fix: shutdown gRPC server gracefully (#4626)
fix: add graceful shutdown for gRPC server
7 months ago
Steven a6be658f42 fix: list memo comments 8 months ago
Johnny 08f9b18ced
fix: list memo relations 8 months ago
Johnny 7632c52c0c chore: bump version 8 months ago
倒霉狐狸 ebf13c4dff
chore: caching resource files accelerates second requests (#4614)
* cache assets files

* Apply suggestions from code review

* Update server/router/frontend/frontend.go

* Update server/router/frontend/frontend.go

---------

Co-authored-by: Johnny <yourselfhosted@gmail.com>
8 months ago
Anubhav Singh a63d9b471b
feat: update ItalicNode to use repeated children instead of content (#4566)
* feat: update ItalicNode to use repeated children instead of content

* chore: update gomark dependency to latest version

---------

Co-authored-by: Anubhav Singh <anubhav@mail.techindika.com>
8 months ago
johnny 44df17aecc chore: bump version 8 months ago
Steven ea3a534ce5 chore: fix typo 9 months ago
Steven f1f0253e8d fix: typo 9 months ago
Amir Ehsandar e75ef0964d
feat: implement grpc health service checking database connection (#4499) 9 months ago
Johnny 34ab88348e chore: sort by pinned 9 months ago
Johnny d794e6db76
chore: remove internal frontend cache 9 months ago
Johnny fc5962f6a4 feat: show pinned count 9 months ago
Johnny 0dfcb1a7c8 feat: total memo count 9 months ago
Johnny 7a438be08d chore: update user stats 9 months ago
Johnny e3a4f49c5c feat: implement creator_id factor 9 months ago
Johnny 925e97882e feat: support pinned factor 9 months ago
Johnny 90119c1af8 refactor: move memo property 9 months ago
Johnny 16a0872972 chore: enable auto compact by default 9 months ago
Johnny 5562282822 chore: update demo site 9 months ago
Johnny 5bb4a300db chore: bump gomark 9 months ago
Johnny b897b243e5 feat: dynamic fetch user stats 9 months ago
Johnny 0da3859878 chore: bump version to `0.24.1` 9 months ago
Johnny b56aa397b2 chore: update assets routes 9 months ago
ProjectOrangeJuice 9f25bb2034
feat: trim space on webhook url (#4411) 9 months ago
MHZ 174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags (#4407) 9 months ago
boojack 04d7ba48e5
chore: remove default gzip middleware 10 months ago
Martin Hartl ae85dff5e4
chore: add id to RSS feed items (#4383) 10 months ago
Johnny 6abd51fe5a chore: update resource storage type comment 10 months ago
Johnny 0a429a899f chore: remove version update activity 10 months ago