Steven
436eb0e591
chore: tweak s3 comments
2023-11-24 21:55:09 +08:00
Hou Xiaoxuan
e016244aba
fix: remove ACL when set URLPrefix ( #2532 )
2023-11-23 23:20:11 +08:00
Steven
d317b03832
feat: add search box in resources dashboard
2023-11-23 22:12:15 +08:00
Athurg Gooth
3e138405b3
chore: remove the max height limit for single media ( #2545 )
...
Remove the max-height limit for single media
2023-11-23 09:59:33 +08:00
Steven
0dd0714ad0
chore: update security
2023-11-23 08:55:57 +08:00
Steven
45d7d0d5f6
chore: migrate get current user
2023-11-23 08:50:33 +08:00
boojack
c3db4ee236
chore: translated using Weblate (Portuguese (Brazil)) ( #2543 )
...
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (316 of 316 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2023-11-22 23:22:10 +08:00
Athurg Gooth
91296257fc
chore: remove invalid access token from db ( #2539 )
...
Remove invalid access token from db
2023-11-22 23:20:45 +08:00
Steven
e5f660a006
chore: migrate update user
2023-11-22 23:11:29 +08:00
Steven
c0628ef95b
chore: migrate create user
2023-11-22 22:58:04 +08:00
Steven
c0b5070e46
chore: migrate delete user
2023-11-22 22:52:19 +08:00
Steven
b1128fc786
chore: fix inline latext renderer
2023-11-22 22:38:03 +08:00
Steven
bcd8a5a7a9
chore: migrate get tag suggestions
2023-11-22 22:33:02 +08:00
boojack
0cf280fa9a
chore: translated using Weblate (Croatian) ( #2541 )
...
Translated using Weblate (Croatian)
Currently translated at 92.7% (293 of 316 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/hr/
Co-authored-by: May Kittens Devour Your Soul <yoshimitsu002@gmail.com>
2023-11-22 19:22:12 +08:00
Steven
b11653658d
chore: update readme
2023-11-21 20:39:48 +08:00
Cheng Jiang
adf96a47bb
fix: correct some Chinese translation inaccuracy ( #2536 )
...
Signed-off-by: Cheng Jiang <gabriel.chengj@gmail.com>
2023-11-21 10:58:19 +08:00
Steven
6529375a8b
chore: update seed data
2023-11-19 23:58:35 +08:00
Steven
e7e83874cd
chore: upgrade version
2023-11-19 11:01:21 +08:00
Steven
7ef125e3af
chore: update fetch tags
2023-11-19 11:01:04 +08:00
Steven
dfa14689e4
chore: add click away event to date picker
2023-11-19 10:41:08 +08:00
Steven
ec2995d64a
chore: fix order by pinned
2023-11-19 09:42:59 +08:00
Steven
94c71cb834
chore: fix loading status
2023-11-19 09:38:04 +08:00
Steven
7f7ddf77b8
chore: update allow sign up default value
2023-11-18 12:51:07 +08:00
Steven
089cd3de87
chore: fix linter
2023-11-18 12:44:49 +08:00
zty
2d34615eac
fix: parse inline latex as a inline element ( #2525 )
...
* fix: parse inline latex as a inline element
* Update web/src/labs/marked/parser/InlineLatex.tsx
---------
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-11-18 12:41:33 +08:00
Steven
4da3c1d5e5
chore: fix update user
2023-11-18 12:37:24 +08:00
zty
4f222bca5c
fix: keep content and query param on save when access token is invalid ( #2524 )
...
fix:
keep content on save when access token is invalid
Co-authored-by: zty <zty.dev@outlook.com>
2023-11-17 10:01:14 +08:00
Steven
0bb0407f46
chore: add overflow tips to tag
2023-11-17 08:22:47 +08:00
Zexi
8bc117bce9
feat: optimize media resource display ( #2518 )
...
* feat: optimize media resource display
* fix: type error
* Update web/src/components/MemoResourceListView.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com>
* Update MemoResourceListView.tsx
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-11-17 08:03:26 +08:00
Athurg Gooth
afd0e72e37
chore: skip timeout for blob upload ( #2516 )
...
Skip timeout for blob upload
2023-11-15 17:23:56 +08:00
Vespa314
d758ba2702
fix: allow host role update user info ( #2515 )
2023-11-15 11:43:49 +08:00
Leyang
0f126ec217
docs: add obsidian plugin ( #2512 )
2023-11-14 23:22:54 +08:00
Steven
c1a6dc9bac
chore: fix home sidebar max width
2023-11-14 23:23:05 +08:00
Athurg Gooth
6ee95a2c0c
fix: clear localStorage while draft is empty ( #2510 )
...
* Clear localStorage while draft is empty
* change == into ===
2023-11-14 10:02:16 +08:00
Athurg Gooth
6814915c88
feat: backup file rotate ( #2511 )
...
Add support for rotate backup files
2023-11-13 22:12:25 +08:00
Athurg Gooth
52fdf8bccd
fix: persist jwt expires by cookie ( #2509 )
...
fix pesist jwt expires by cookie
2023-11-13 13:52:04 +08:00
Mahoo Huang
f67757f606
feat: add editor auto focus preference ( #2498 )
...
* feat: add editor auto focus perference
* feat: set editor auto focus
2023-11-13 13:51:52 +08:00
ti777777
38f05fd6f2
chore: fix tag in http_getter.go ( #2500 )
...
Update http_getter.go
fix tag in http_getter.go
2023-11-11 23:21:15 +08:00
Vespa314
65022beb0d
fix: duplicate memo filter in user profile page ( #2502 )
2023-11-11 23:20:53 +08:00
swebdev
5d81338aca
fix: demo banner link for self-hosting guide ( #2499 )
2023-11-11 19:15:24 +08:00
Steven
c288d49138
chore: fix decouple user name
2023-11-10 23:08:11 +08:00
Steven
0ea0645258
chore: add use reponsive width
2023-11-10 11:22:32 +08:00
steven
9227ca5b5b
chore: update debounce ms
2023-11-09 08:52:02 +08:00
steven
eb6b0ddead
chore: update navigation
2023-11-09 08:46:26 +08:00
Steven
dca90fb5d2
chore: update header
2023-11-09 08:27:46 +08:00
steven
172e27016b
chore: upgrade frontend deps
2023-11-09 08:26:00 +08:00
steven
6da2ff7ffb
chore: clean logs
2023-11-09 08:25:28 +08:00
Steven
6c433b452f
chore: update user checks
2023-11-08 22:58:35 +08:00
Steven
65a34ee41a
chore: update home sidebar
2023-11-08 22:18:12 +08:00
Steven
5ff0234c71
chore: update response styles
2023-11-08 22:10:15 +08:00