Commit Graph

318 Commits (a69e405c95baec93721450648fa8b2025849472e)

Author SHA1 Message Date
Johnny 77b7fc4441 feat: implement user session 1 year ago
Johnny 741fe35c2a refactor: rename session methods in auth service 1 year ago
Steven 35df62a96c chore: remove duplicated prefix from enums 1 year ago
Steven d71fd2f84a refactor: auth service 1 year ago
Steven 9972a77d9e refactor: memo service 1 year ago
Steven 91c2a4cef9 refactor: inbox service 1 year ago
Steven a4920d464b refactor: attachment service part2 1 year ago
Steven bb5809cae4 refactor: attachment service 1 year ago
Steven f6e5da4499 refator: activity service 1 year ago
Steven dac059a7f7 refactor: identity provider service 1 year ago
Steven 8d8e9b3b30 refactor: shortcut service 1 year ago
Steven 1ea4cc453c refactor: workspace setting service 1 year ago
Steven da906c665c chore: tweak workspace service 1 year ago
Steven 3b0c87591f refactor: webhook service 1 year ago
Steven c9ab03e1a0 refactor: user service 1 year ago
Steven 64b27d5a4e refactor: shortcut service 1 year ago
johnnyjoy ee99afd7a4 chore: enable location by default 1 year ago
johnnyjoy ca79990679 refactor: merge sign in requests 1 year ago
johnnyjoy eb33a604b2 feat: support mapping avatar url from oauth2 1 year ago
Steven 1a121e350b chore: update gitignore 1 year ago
Steven 4f39e00868 chore: fix lint 1 year ago
johnnyjoy 8e6d9b4943 chore: buf generate 1 year 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>
1 year ago
Johnny 0dfcb1a7c8 feat: total memo count 1 year ago
Johnny 925e97882e feat: support pinned factor 1 year ago
Johnny 90119c1af8 refactor: move memo property 1 year ago
Johnny 16a0872972 chore: enable auto compact by default 1 year ago
Johnny 47b41bce85 refactor: move memo relation definition 1 year ago
Johnny 5bb4a300db chore: bump gomark 1 year ago
MHZ 174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags (#4407) 1 year ago
Johnny 6abd51fe5a chore: update resource storage type comment 1 year ago
Johnny 0a429a899f chore: remove version update activity 1 year ago
Johnny 5a2f18da69 refactor(frontend): retire redux 1 year ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 1 year ago
johnnyjoy 503c892abf chore: buf generate 1 year ago
johnnyjoy 6682917931 chore: add validate only to create shortcut 1 year ago
johnnyjoy be5e24c0eb refactor: renovate list memos endpoint 1 year ago
johnnyjoy 14c72fa7df feat: implement shortcuts 1 year ago
johnnyjoy 57014e392f feat: get user by username 1 year ago
johnnyjoy 0dcd0904e8 refactor: remove resource uid 1 year ago
johnnyjoy 97d12db3d5 refactor: renovate create memo 1 year ago
johnnyjoy 98aa0b73c5 refactor: retire memo uid 1 year ago
johnnyjoy 5e770dda52 refactor: memo name 1 year ago
johnnyjoy d605faeffa refactor: move pinned to memo 1 year ago
johnnyjoy 2058a8ab7b chore: move references to memo property 1 year ago
Comix d9a92b2ef8
feat: support path style of s3 url (#4304)
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
1 year ago
johnnyjoy 409d64b839 chore: update memo comment in activity 1 year ago
johnnyjoy f1308ddd27 refactor: update part of resource identifier 1 year ago
Steven edc3f1d9d9 chore: retire unused memo view 1 year ago
johnnyjoy ee96465be0 feat: list user stats 1 year ago
johnnyjoy d050a6fd46 chore: update user stats 1 year ago
johnnyjoy 34c26a394a feat: implement user stats endpoint 1 year ago
Steven 5ff8ab9a61 chore: polish creator definition 1 year ago
Steven 8b7e9f5443 chore: remove unused user id 1 year ago
johnnyjoy 2cd524e4fa chore: fix buf format 1 year ago
johnnyjoy a1be73cce3 chore: buf format 1 year ago
johnnyjoy c1498a1844 chore: retire webhook state 1 year ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 1 year ago
johnnyjoy 5d40f38956 chore: fix name comments 1 year ago
johnnyjoy 65da94521d chore: buf generate 1 year ago
Steven aff6b8707d chore: upgrade frontend dependencies 1 year ago
johnnyjoy a78bfffb17 chore: add output only flag 2 years 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 years ago
johnnyjoy 5a83f0c4fa chore: update frontend dependencies 2 years ago
Query&mut NinjaStyle, &Ryder 009f4956ac
fix: check IdP for disallow password auth
* fix #4144 now when there is no sso then the Disallow password auth is disabled

* fixed the import issue

* attempt fixing linting issues

---------

Co-authored-by: pransh62390 <63577123+pransh62390@users.noreply.github.com>
2 years ago
johnnyjoy 2a1c0bba6c chore: remove unused `reaction.proto` 2 years ago
Steven 7b70c203cc chore: buf generate 2 years ago
Steven f007185b8f chore: tweak form styles 2 years ago
johnnyjoy 3786fb8db2 chore(dev): add code inspector plugin 2 years ago
Steven 04c6e262c3 chore: align colors 2 years ago
johnnyjoy 9a4fc2e015 chore: buf generate 2 years ago
Steven 8635aed138 chore: update dependencies 2 years ago
johnnyjoy c2e820400e chore: regenerate api docs 2 years 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>
2 years ago
Steven 68c2bd3837 chore: update memo relations 2 years ago
Steven cfe1765067 chore: tweak user statistics view 2 years ago
Steven 14712b42fa chore: add pagination to list inboxes 2 years ago
Steven e527b6a878 feat: move reaction type to setting 2 years ago
wjsoj 1f9d657065
feat: support set global Default memo visibility (#3989)
* feat: support set global Default memo visibility

* feat: Move to WorkspaceMemoRelatedSetting

* fix: goimports check failure

* chore: change item name to default_visibility

* fix: goimports check failure
2 years ago
Steven d11e7a3a9a chore: remove duplicated requests 2 years ago
Steven c401a07933 chore: update dependencies 2 years ago
johnnyjoy d5d37c1d59 chore: bump gomark version 2 years ago
Steven cf4e660f41 chore: add memo location setting 2 years ago
Steven b144faf43a feat: add location selector 2 years ago
Steven 63989ab365 feat: add location to memo payload 2 years ago
Steven 171a89564e chore: tweak gen apidocs 2 years ago
johnnyjoy 41976cb894 feat: update memo endpoints 2 years ago
Steven ca213437e9 feat: implement nesting lists 2 years ago
Steven fbe0251eed feat: impl list renderer 2 years ago
johnnyjoy 1da0752922 chore: add schema version to workspace setting 2 years ago
Zisu Zhang b787d1c7b6
feat: support disable change username and nickname (#3911)
* feat: support disable change username and nickname

* chore: update UX
2 years ago
RoccoSmit 9b1adfbbe9
feat: reintroducing thumbnails (#3821)
* Reintroducing thumbnails

* Aligned with linting rules

* making recomended code review change
- changed method names to start with lower case as they are not used outside of their package
- made receiver types for struct funcs to be pointers to not need to create copies

Trying to cover all linting issues
- converted slog warning to use attributes when logging warnings
- seperated imports to have package files in their own section

* Update go.mod

---------

Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
2 years ago
Steven bb86482b71 chore: tweak setting name 2 years ago
Steven 1167df29d8 feat: add security related settings 2 years ago
Steven a8ea28066e chore: retire export memos 2 years ago
Steven f4d6675363 chore: add enable memo comment setting 2 years ago
Steven 3c5aa41a78 feat: implement week start day setting 2 years ago
Steven c3f381c8c5 chore: add instance url to profile 2 years ago
Steven 21f18f7c56 chore: tweak activity service definition 2 years ago
Steven cc91b1e512 chore: buf generate 2 years ago