auphone
0711ac4ecb
feat: allow mobile user zooming in image preview ( #3880 )
...
* Set viewport scalable in image preview dialog for mobile zooming and reset it on destroy
* Format with prettier
* move setViewportScalable() into useEffect
* use const instead of function
2024-09-22 21:48:01 +08:00
Steven
ea881338a9
chore: add gradient block to compact mode
2024-09-22 21:15:46 +08:00
johnnyjoy
7817947f66
fix: clean duplicated requests
2024-09-22 19:51:55 +08:00
johnnyjoy
1f7a90cec4
chore: add spinner to paged memo list
2024-09-22 19:41:27 +08:00
johnnyjoy
339c38750f
refactor: paged memo list container
2024-09-22 19:30:39 +08:00
johnnyjoy
41976cb894
feat: update memo endpoints
2024-09-22 15:43:46 +08:00
Steven
ca213437e9
feat: implement nesting lists
2024-09-21 20:02:47 +08:00
thehijacker
f6ebfdf7f9
feat: update Slovenian translation ( #3935 )
...
Updated Slovenian translation
Co-authored-by: Andrej Kralj <andrej.kralj@t-2.com>
2024-09-18 16:52:43 +08:00
Steven
d663313ca2
chore: fix frontend linter
2024-09-17 19:09:05 +08:00
Steven
fbe0251eed
feat: impl list renderer
2024-09-17 19:03:10 +08:00
Zisu Zhang
b787d1c7b6
feat: support disable change username and nickname ( #3911 )
...
* feat: support disable change username and nickname
* chore: update UX
2024-09-12 13:45:04 +08:00
ti777777
6f3d5762ca
fix: iframe rendering ( #3916 )
...
* fix iframe rendering
* fix eslint check
2024-09-12 08:54:33 +08:00
RoccoSmit
42bc769d5d
fix: load server name and icon from settings ( #3908 )
2024-09-10 23:02:48 +08:00
Steven
76a9a343a5
chore: fix linter
2024-09-09 20:36:35 +08:00
RoccoSmit
f695e93f20
fix: update first day logic for months starting on Sunday ( #3896 )
...
* Update calendar logic to accomodate for months starting on Sunday
* Apply suggestions from code review
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-09-09 09:19:12 +08:00
RoccoSmit
05d5fb4b04
chore: use translations for calendar days ( #3895 )
...
Use translations for calendar days
2024-09-08 20:24:59 +08:00
johnnyjoy
09586d032c
chore: fix user checks
2024-09-03 20:48:23 +08:00
Steven
fe01d68d2a
fix: user role checks
2024-09-03 08:07:31 +08:00
johnnyjoy
40d59fc47a
chore: fix user role checks
2024-09-02 21:04:25 +08:00
johnnyjoy
7a9f61967d
feat: allow admin users to update other memos
2024-09-02 20:59:22 +08:00
johnnyjoy
8c6682bd77
chore: regenerate apidocs
2024-09-02 20:50:59 +08:00
Steven
20570fc771
refactor: resource thumbnail
2024-08-30 08:09:07 +08:00
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>
2024-08-29 21:01:57 +08:00
Steven
710961d336
chore: fix text color in dark mode
2024-08-29 20:39:24 +08:00
Steven
bb86482b71
chore: tweak setting name
2024-08-29 08:28:11 +08:00
Steven
f0abd792c7
chore: update auth service
2024-08-29 00:06:15 +08:00
Steven
1167df29d8
feat: add security related settings
2024-08-28 23:46:06 +08:00
Steven
4e5810e205
chore: update workspace setting section
2024-08-28 23:29:30 +08:00
Steven
a8ea28066e
chore: retire export memos
2024-08-28 23:20:32 +08:00
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
2024-08-28 22:55:28 +08:00
Steven
de980fb7d7
chore: update setting display name
2024-08-28 22:44:13 +08:00
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
2024-08-24 06:48:16 +08:00
Steven
f4d6675363
chore: add enable memo comment setting
2024-08-19 09:13:44 +08:00
Steven
3c5aa41a78
feat: implement week start day setting
2024-08-18 23:18:45 +08:00
Steven
1ae3afc0ba
chore: tweak memo relation popover
2024-08-14 23:15:04 +08:00
Jakub Wołynko
18db78172c
feat: add translation for collapse/expand button and update polish locale ( #3811 )
...
add: collapse, expand, polish locale
2024-08-14 18:02:02 +08:00
Steven
aae3e8ae64
chore: update memo property checks
2024-08-13 23:29:40 +08:00
Steven
506d2ed8ca
chore: tweak menu style
2024-08-13 23:28:02 +08:00
Steven
9a27fdf855
chore: tweak load more button
2024-08-12 23:52:23 +08:00
Mykal Machon
c0826c43b0
fix: explicitly disabling `autocapitalize` and `spellcheck` ( #3797 )
...
fix #3747 : removing autocapitalize and spellcheck
2024-08-12 12:24:37 +08:00
Steven
04b4fa1d02
chore: tweak icon button container
2024-08-07 22:56:47 +08:00
Steven
61b8cee31d
chore: retire preview markdown dialog
2024-08-07 22:48:16 +08:00
Steven
4ad6028681
refactor: use popover instead of dialog for memo relations
2024-08-07 22:44:39 +08:00
Steven
158745704e
feat: add memo display setting menu
2024-08-03 01:22:40 +08:00
Steven
21f18f7c56
chore: tweak activity service definition
2024-08-01 23:40:16 +08:00
Steven
26fa172641
chore(frontend): add order by time asc
2024-07-31 23:51:20 +08:00
Steven
14194504ee
chore: remove unused classnames
2024-07-29 23:12:27 +08:00
Steven
444ccc03ed
chore: tweak default title
2024-07-29 23:09:46 +08:00
Steven
a1083e648f
chore: fix resource display time
2024-07-27 20:54:42 -04:00
Steven
4b415e519e
chore: tweak demo data
2024-07-28 00:24:16 +08:00
Steven
a50f3b9382
chore: fix memos sorting
2024-07-27 22:15:47 +08:00
Steven
8bf7cdfd31
feat: add password auth flag
2024-07-27 19:24:37 +08:00
Steven
b9006f8ce0
chore: tweak date utils
2024-07-27 17:21:22 +08:00
Steven
3d63d9d5fb
chore: fix activity stats
2024-07-27 10:11:41 +08:00
Steven
139090fb8f
chore: fix calendar timestamps
2024-07-27 09:47:12 +08:00
Steven
edc3b578d6
feat: implement search multi tags
2024-07-26 08:40:40 +08:00
Steven
c6a09d9353
chore: update memo filter styles
2024-07-26 08:30:59 +08:00
Steven
cd38ec93ed
feat: implement memo filters
2024-07-26 00:46:48 +08:00
Steven
b3b4aa9ddb
chore: remove unused code
2024-07-24 23:53:07 +08:00
Steven
c313596144
feat: update memo editor
2024-07-22 09:57:40 +08:00
Steven
10c9bb081b
chore: retire timeline page
2024-07-20 00:28:49 +08:00
Steven
c4a24bead6
chore(frontend): tweak memo relations
2024-07-19 20:52:52 +08:00
andrigamerita
d264f45979
fix: code blocks of unknown languages cause HTML injection ( #3711 )
...
* fix: code blocks of unknown languages cause HTML injection
A code block of unknown language (that is, a language not treated as special by Memos and not handled by highlight.js) should fall back on rendering its plaintext content. However, the content is never properly escaped before it is appended to the DOM, and thus any string that happens to contain HTML is unsafely rendered. This commit fixes the issue by ensuring that, when none of the previous cases handle the text, any HTML entities are escaped first.
* Update CodeBlock.tsx to conform to eslint
2024-07-19 08:32:58 +08:00
Steven
5704aaad08
chore: tweak embeded memo style
2024-07-17 22:48:22 +08:00
Steven
ef7e2151dc
chore: update memo relation list
2024-07-17 21:40:43 +08:00
Steven
e2fd79200e
feat: implement inline memo editor
2024-07-17 21:07:36 +08:00
Steven
956f21838d
chore: fix popover z-index
2024-07-17 20:28:31 +08:00
Steven
878fea5f13
chore: use popover for update tag view setting
2024-07-17 08:46:52 +08:00
Steven
f2cfc528a6
chore: introduce tag view option
2024-07-15 22:55:59 +08:00
Johnny
9909fd8a6f
feat: add snippet field to memo message ( #3689 )
2024-07-15 08:08:08 +08:00
Johnny
bcb8843245
chore: implement stringify markdown nodes endpoint ( #3688 )
2024-07-14 20:46:57 +08:00
Johnny
7c9e54afbd
chore: update disallow public visibility setting name ( #3687 )
2024-07-14 20:23:19 +08:00
Steven
f374169a2b
feat: implement html element renderer
2024-07-13 11:06:51 +08:00
Johnny
4ff3b89a8e
chore: update i18n from Weblate ( #3680 )
...
* Added translation using Weblate (Catalan)
* Translated using Weblate (Catalan)
Currently translated at 25.0% (65 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ca/
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
---------
Co-authored-by: Carles Mateu <carlesm@carlesm.com>
Co-authored-by: Ezmana <ezmana.land@gmail.com>
2024-07-12 22:22:59 +08:00
Johnny
5a196e2f1a
feat: update gomark version ( #3679 )
2024-07-12 22:17:03 +08:00
Steven
457cf92cc1
feat(api): implement get resource by uid
2024-07-11 23:43:44 +08:00
Steven
1ab2c89408
feat(api): implement get memo by uid
2024-07-11 23:31:50 +08:00
Steven
626c972d9c
chore: add properties to memo detail sidebar
2024-07-08 23:14:00 +08:00
Johnny
5e3ed201b4
fix: update mask of update memo ( #3659 )
2024-07-08 08:50:38 +08:00
Johnny
eccddb1154
chore: add create time to memo detail sidebar ( #3657 )
2024-07-07 23:09:48 +08:00
Johnny
4d2b953e23
chore: add enable link preview setting to memo related settings ( #3647 )
2024-07-02 22:00:38 +08:00
Steven
1ad5d9bf0a
chore: update confirm dialog
2024-07-01 23:22:39 +08:00
Steven
291b815653
feat: implement memo detail sidebar
2024-07-01 23:06:10 +08:00
Steven
05c6edfe2f
chore: tweak auth pages
2024-06-26 22:11:18 +08:00
Johnny
736637a362
feat: add public flag instead of system setting to enable signup ( #3589 )
2024-06-19 22:03:12 +08:00
Steven
da603053f2
chore: add th locale
2024-06-09 07:46:03 +08:00
boojack
edda6ea4bd
chore: update i18n with Weblate ( #3540 )
...
* Added translation using Weblate (Thai)
* Translated using Weblate (Thai)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/th/
---------
Co-authored-by: NeneNeko <lennon.rin@gmail.com>
2024-06-09 07:43:59 +08:00
boojack
7b7ecc2daa
chore: update i18n with Weblate ( #3533 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Yuri <isyuricunha@duck.com>
2024-06-07 05:10:12 +08:00
Steven
076aa2f8aa
chore: remove memo filter
2024-06-05 23:18:14 +08:00
Steven
d159975994
chore: update statistics view
2024-06-05 20:46:35 +08:00
Martin MacDonald
aec5927d31
feat: add hook for generating different date times ( #3524 )
...
* Added hook for generating different date times
* Fixed up logic to destructure the datetime params
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 19:52:07 +08:00
Steven
7375b87967
chore: tweak tooltips
2024-06-05 08:51:04 +08:00
Steven
d0ac866eb1
chore: update statistics view
2024-06-05 08:48:40 +08:00
Martin MacDonald
f0817f2762
chore: update fetch tags args ( #3515 )
...
* Centralised the logic for filters to apply to tagging and updated components to pass in those params needed
* Fixed linting issue
* Split out params from options
* Fixed linting errors
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 08:06:01 +08:00
Martin MacDonald
2ebd5c64bd
fix: copy by reference ( #3517 )
...
* Fixed issue with copy by reference
* Fixed linting issues
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 08:04:50 +08:00
Martin MacDonald
0977acbc7f
fix: update uniqby key ( #3518 )
...
* Used correct uniqby key
* Put back filter
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 08:03:56 +08:00
Steven
e8ed437ca3
fix: purify html before render
2024-06-04 23:10:54 +08:00
Steven
2b49025f4a
chore: update memo filters
2024-06-04 23:03:51 +08:00
Steven
e40b39033f
chore: fix compact default value
2024-06-04 07:17:16 +08:00
Michael
616f306efe
chore: update i18n with Weblate ( #3509 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: ti777777 <ti12272198686@yahoo.com.tw>
2024-06-03 23:57:59 +08:00
Michael
c484b09c4c
chore: update i18n with Weblate ( #3499 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
2024-06-02 14:06:05 +08:00
Steven
8c0bee3840
chore: tweak refresh button
2024-06-01 23:27:35 +08:00
Steven
4e54ec38ff
chore: update memo related settings
2024-06-01 09:05:09 +08:00
Steven
0657a1ef5b
chore: fix memo editor cache
2024-06-01 08:48:54 +08:00
Michael
48546f05b3
chore: update i18n with Weblate ( #3492 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Apply suggestions from code review
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-06-01 08:42:01 +08:00
Steven
08a9291964
chore: update timeline filters
2024-05-31 09:06:03 +08:00
Steven
b215426623
chore: update general setting
2024-05-30 07:19:38 +08:00
Michael
f2b708c1b8
chore: update i18n with Weblate ( #3483 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Ramazan SANCAR <ramazansancar4545@gmail.com>
2024-05-29 23:20:11 +08:00
Steven
0f4b7c5f4a
feat: add more memo settings
2024-05-29 23:17:53 +08:00
Steven
1894ef161f
chore: fix content search
2024-05-29 22:04:37 +08:00
Michael
98eb57b370
chore: update translation files ( #3481 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-29 08:05:14 +08:00
Steven
cf70867470
chore: update tag section
2024-05-29 08:03:01 +08:00
Steven
719c22fef8
chore: update i18n
2024-05-29 07:39:16 +08:00
Steven
cbf556fee5
chore: fix memo cache key
2024-05-28 23:23:23 +08:00
Steven
93e848d170
chore: tweak root redirector
2024-05-28 19:59:29 +08:00
Steven
60b5b4815d
chore: fix imports
2024-05-28 09:10:08 +08:00
Steven
0275a65781
chore: add last visited page
2024-05-28 09:05:59 +08:00
Steven
f0e5a72271
feat: update search memo filter
2024-05-27 23:25:25 +08:00
Steven
ba0876a563
feat: update statistics view
2024-05-27 20:04:07 +08:00
Steven
1ccfa81cf3
chore: tweak common function
2024-05-26 11:02:23 +08:00
quaintdev
af71ac49bb
feat(i18n): added marathi(mr) translations ( #3449 )
2024-05-25 05:43:37 +08:00
Steven
7d6dbb9487
fix: link hover handler
2024-05-22 23:25:04 +08:00
Steven
e0600388b2
chore: implement memo property endpoint
2024-05-22 09:21:12 +08:00
Steven
16d3de63c2
chore: update resource binary endpoint
2024-05-21 21:25:21 +08:00
Michael
2c50d3469e
chore: update i18n with weblate ( #3435 )
...
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
---------
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: Gregory Malets <gregory.malets@gmail.com>
2024-05-21 20:36:28 +08:00
Steven
21838d0aae
chore: fix editor autocomplete
2024-05-20 08:49:55 +08:00
Michael
8f6d38719f
chore: update i18n from Weblate ( #3399 )
...
* Added translation using Weblate (Marathi)
* Translated using Weblate (Marathi)
Currently translated at 22.7% (58 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/mr/
---------
Co-authored-by: quaintdev <accounts@rohanrd.xyz>
2024-05-19 09:16:13 +08:00
Steven
c25c57ab61
feat: support updating display time
2024-05-18 07:52:35 +08:00
Steven
0c251f9ab8
chore: fix resource delete handler
2024-05-16 21:53:12 +08:00
Steven
3e5e5b1f80
chore: fix search memos
2024-05-15 22:42:31 +08:00
Steven
c8ff3fa2ee
chore: fix uploading flag
2024-05-15 09:08:34 +08:00
Steven
9265b8e2bd
chore: update tags filter
2024-05-14 08:12:25 +08:00
Steven
2317204c50
fix: list idp
2024-05-14 07:04:17 +08:00
Steven
c561362d62
feat: implement memo property
2024-05-13 22:04:37 +08:00
Steven
31e07c083d
chore: fix types
2024-05-13 20:07:56 +08:00
Steven
b8763905ba
chore: tweak naming
2024-05-13 20:03:04 +08:00
Michael
62705fed39
chore: translated using Weblate (French) ( #3358 )
...
Translated using Weblate (French)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Ezmana <ezmana.land@gmail.com>
2024-05-13 10:18:33 +08:00
Michael
6c481743de
chore: translated using Weblate (Turkish) ( #3356 )
...
Translated using Weblate (Turkish)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
2024-05-13 08:10:15 +08:00
Steven
83b9ea45b9
chore: tweak dark mode styles
2024-05-13 08:09:32 +08:00
Steven
f79554371d
chore: retire share dialog
2024-05-13 07:57:58 +08:00
Steven
eda1983964
chore: return workspace setting with default value
2024-05-12 13:32:26 +08:00
Michael
ee984a8872
chore: translated using Weblate (Chinese (Simplified)) ( #3345 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-05-11 16:00:33 +08:00
Michael
a15025303b
chore: update i18n with Weblate ( #3339 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (254 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2024-05-11 08:15:40 +08:00
boojack
3fbc4d8539
feat: implement drag and drop for resource order in editor ( #3337 )
...
* Implement drag and drop for resource order in editor
* chore: update
* chore: update
* chore: update
2024-05-10 20:34:35 +08:00
Steven
5f207c8f0c
fix: math overflow
2024-05-10 06:21:47 +08:00
Michael
fe5a0fe98a
chore: update i18n with Weblate ( #3335 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-09 22:40:27 +08:00
Steven
584c669068
chore: tweak max width
2024-05-09 22:10:27 +08:00
Steven
46a085f8df
chore: add datepicker to timeline
2024-05-09 20:31:37 +08:00
Steven
e7a788fa71
chore: tweak memo detail page
2024-05-09 20:10:13 +08:00
Steven
deae53c1f1
chore: add dayjs to fix datetime format in safari
2024-05-09 08:52:34 +08:00
Steven
1d99dad435
feat: update timeline page
2024-05-09 07:56:00 +08:00
Steven
33133ea1a3
chore: tweak searchbar styles
2024-05-08 22:50:13 +08:00
Steven
a4235bb4bf
chore: tweak tags style
2024-05-08 22:31:22 +08:00
Michael
4e12744811
chore: update translation files ( #3332 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-08 21:35:19 +08:00
Steven
40a5503d45
chore: tweak i18n locales
2024-05-08 21:33:49 +08:00
Michael
d57e7d5a0b
chore: update translation files ( #3331 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-05-08 20:06:05 +08:00
Steven
d0655ece53
refactor: update memo tags
2024-05-08 20:03:01 +08:00
Jerwin Arnado
a9caecf479
fix: Set max height to 50vh for better viewing for larger screens. ( #3330 )
...
Feature: Set max height to 50vh for better viewing for larger screens.
2024-05-07 23:19:20 +08:00
Steven
d355e2c631
chore: tweak tags section
2024-05-07 22:11:46 +08:00
Steven
f9258e41a0
chore: tweak max width
2024-05-07 22:10:08 +08:00
Michael
b0ecb72eaa
chore: translated using Weblate (Hungarian) ( #3312 )
...
Translated using Weblate (Hungarian)
Currently translated at 98.6% (299 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/hu/
Co-authored-by: Vermunds <33235701+Vermunds@users.noreply.github.com>
2024-05-06 08:03:52 +08:00
Steven
af1ad2f2db
chore: add memo content length limit setting
2024-05-06 08:02:39 +08:00
Nabiel Omar Syarif
56ceba2dec
fix: fix deleting tag from tag lists ( #3311 )
2024-05-06 07:38:15 +08:00
Steven
e32a585bbf
chore: update resource dashboard
2024-05-06 07:37:48 +08:00
Michael
da535c8dc6
chore: translated using Weblate (Chinese (Simplified)) ( #3307 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Sung Kim <1740603900@qq.com>
2024-05-04 11:52:26 +08:00
Steven
10c57167cc
chore: remove unused flags
2024-05-03 07:16:07 +08:00
Steven
26545c855c
refactor: implement s3 storage
2024-05-02 21:28:06 +08:00
Michael
355ea352aa
chore: translated using Weblate (Chinese (Traditional)) ( #3304 )
...
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (303 of 303 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
Translation: memos-i18n/i18n
Co-authored-by: Yuri <isyuricunha@duck.com>
2024-05-02 20:23:12 +08:00
Steven
144269fbbc
chore: fix router
2024-05-01 12:44:18 +08:00
Steven
590b626052
chore: update upload resources button
2024-05-01 10:43:09 +08:00
Steven
ff175bbb7e
refactor: update resource binary request handler
2024-05-01 10:23:56 +08:00
Steven
33f52320f7
fix: remove lazy import components
2024-04-30 22:06:47 +08:00
Steven
8a3845ff54
chore: remove external resource dialog
2024-04-29 22:57:47 +08:00
Steven
155c5baf2c
refactor: add markdown service
2024-04-29 08:00:37 +08:00
Steven
4338234641
chore: retire storage related functions
2024-04-28 21:50:09 +08:00
Steven
320963098f
refactor: update storage setting
2024-04-28 21:36:22 +08:00
Steven
d8aeec993c
chore: replace classnames with clsx
2024-04-28 00:58:40 +08:00
Steven
1b291422e7
refactor: api version
2024-04-28 00:44:29 +08:00
Steven
8bba7f706e
chore: update IME mode checks
2024-04-28 00:12:44 +08:00
Steven
f9942002f9
chore: fix linter
2024-04-27 23:36:57 +08:00
Steven
92872118b9
refactor: tweak api definition
2024-04-27 23:14:58 +08:00
Steven
9b66ef5e26
chore: tweak api definition
2024-04-27 22:02:15 +08:00
Michael
cc2370e01e
chore: update i18n with Weblate ( #3287 )
...
* Translated using Weblate (Japanese)
Currently translated at 91.0% (276 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: mirukupc <mirukupc.jp@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-04-27 00:32:58 +08:00
Steven
647602beac
chore: update link preview
2024-04-25 21:01:13 +08:00
Steven
81d24f32a7
fix: memo comment keys
2024-04-25 09:10:11 +08:00
SkyWT
9bcd4f59a2
fix: editor IME composing event behavior ( #3267 )
...
* fix: editor IME composing event behavior
* fix: editor IME composing event behavior
* Update web/src/components/MemoEditor/hooks/useAutoComplete.ts
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-04-25 08:59:26 +08:00
Steven
205bf7ed0e
chore: update link target
2024-04-24 22:02:11 +08:00
Steven
cdcb61da17
chore: fix update storage
2024-04-24 09:18:33 +08:00
Michael
7f9af9b12c
chore: translated using Weblate (French) ( #3272 )
...
Translated using Weblate (French)
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Alexis <alexisl61@outlook.fr>
2024-04-24 06:22:57 +08:00
Michael
761b4e115b
chore: translated using Weblate (English) ( #3259 )
...
Translated using Weblate (English)
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/en/
Co-authored-by: noxonad <noxonad@proton.me>
2024-04-22 10:11:30 +08:00
刘明野
06a79a2e37
fix: tag dependencies ( #3251 )
...
fix: 修改tag名称后重新请求数据
2024-04-20 21:16:17 +08:00
Michael
330cc3dc89
chore: translated using Weblate (French) ( #3249 )
...
Translated using Weblate (French)
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Alexis <alexisl61@outlook.fr>
2024-04-19 08:58:39 +08:00
Steven
339fecbfff
chore: allow search comments
2024-04-18 21:04:10 +08:00
Michael
00d25b12c1
chore: translated using Weblate (Russian) ( #3245 )
...
Translated using Weblate (Russian)
Currently translated at 90.4% (274 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ru/
Co-authored-by: sergeybutakov <pushkagun@gmail.com>
2024-04-16 22:38:20 +08:00
Michael
404751f378
chore: update i18n with Weblate ( #3230 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2024-04-15 11:19:52 +08:00
Steven
f9dd29ae07
chore: tweak tag store
2024-04-14 22:20:09 +08:00
Steven
1f0bfd2169
chore: update tag store
2024-04-14 22:03:56 +08:00
Michael
4aa72306ff
chore: update i18n with Weblate ( #3227 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (308 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (307 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-04-14 21:27:55 +08:00
Steven
cb7886dc49
chore: retire telegram integration in frontend
2024-04-13 12:42:34 +08:00
Steven
c373131b89
chore: migrate idp service
2024-04-13 10:50:25 +08:00