Commit Graph

2053 Commits (dependabot/go_modules/github.com/stretchr/testify-1.11.1)

Author SHA1 Message Date
XIN_____ d386b83b7b
chore: update i18n text for zh (#4771)
* feat: add i18n text

* feat: add i18n text for zh
3 months ago
Steven efc0dc9aea chore: update trim in Autocomplete 3 months ago
Johnny acb71dfb69 chore: tweak button styles 3 months ago
KidLoveToPlay df8d1d4f3d
fix: trim queryText and split by regex (#4766) 4 months ago
Johnny f2a01d9ccb chore: use popover instead of dropdown/menu 4 months ago
Johnny 522da2a114 fix: border color 4 months ago
Johnny f5c64849d2 chore: upgrade tailwindcss to v4 4 months ago
Ezmana a50253d311
chore: add missing lines and French translations (#4761)
Adding missing lines and translations
4 months ago
Steven 786c6f672e chore: remove prevent default for enter keydown 4 months ago
johnnyjoy c84dcddbf6 chore: always show visibility label 4 months ago
johnnyjoy 8d9396247b fix: external newline 4 months ago
johnnyjoy 94d1e20570 chore: update date time format 4 months ago
Steven 6d319900d6 fix: date format 4 months ago
Johnny d20362e722 chore: tweak stat card 4 months ago
Johnny 3343dc73f7 chore: update navigator 4 months ago
Johnny 663e56747f chore: replace switch kit 4 months ago
Johnny e6fe088ac0 chore: fix missing observer 4 months ago
Johnny fd99e10962 chore: tweak sidebar 4 months ago
Johnny 2595e32f83 chore: simplify date editor 4 months ago
Johnny 673026ffa1 chore: update statistics view 4 months ago
Johnny 376b25a69c
chore: fix visibility selector style (#4733) 4 months ago
Johnny ea4e7a1606
refactor: memo editor (#4730) 4 months ago
Maximilian Krauß 77d3853f73
fix: inherits memo visibility for default comment visibility (#4728) 4 months ago
Steven f5ecb66fb8 feat: implement height-based masonry view 4 months ago
Steven c23aebd648 refactor: memo filter store 4 months ago
Jonathan Fok kan 7c05a9b997
fix(editor): prevent race condition and ensure correct list continuation on Enter (#4716)
* fix(editor): Prevent race condition and ensure correct list continuation on Enter

_

* fix: always insert newline after preventing default Enter key behavior
4 months ago
Johnny d76f988bb5
fix: edit for comment 4 months ago
Steven 785c250f3c refactor: migrate memo store 4 months ago
Steven dcd68bc5f4 refactor: migrate resource store to v2 4 months ago
Steven 46900f9807 refactor: move store prefixes to common module 4 months ago
eya46 4924b23884
fix: state mismatch in Storage and System pages (#4719)
* fix: sync storage setting state

* fix: sync customProfile state
4 months ago
Steven 64b27d5a4e refactor: shortcut service 4 months ago
dabeeduu 6964c1df05
fix: make the save button disabled after a successful update (#4721)
* fix: make the save button disabled after a successful update

* fix: fixing formatting error

---------

Co-authored-by: didi <didi@localhost.localdomain>
4 months ago
Brian c6e6b7b93b
feat: add infinite scrolling for memos (#4715)
* feat(WIP): add prop-driven infinite scroll

* feat(WIP): add global toggle for infinite scrolling under settings

* feat: integrate newly added scroll-mode selection state with backend for persists across refreshes

* fix: default to infinite scrolling over load more button & remove redundant setting option

* fix: rectify linting issues

* Update web/src/components/PagedMemoList/PagedMemoList.tsx

---------

Co-authored-by: Johnny <yourselfhosted@gmail.com>
4 months ago
Dimitris Zervas c2528c57f0
feat: automatically add a new table row in the editor when pressing enter (#4706)
Automatically add a new table row in the editor when pressing enter
4 months ago
Steven 72babbb393 fix: dark mode of highlight.js 4 months ago
johnnyjoy f9c0621c15 refactor: root layout 4 months ago
johnnyjoy ee99afd7a4 chore: enable location by default 4 months ago
Johnny d4ebf293f3
chore: fix format 4 months ago
Jake Howard 0440888571
chore: hide "or" when password auth disabled (#4699)
This makes the UI cleaner, instead only showing the "Sign in with ..." buttons.
4 months ago
Steven 606924b4c9 chore: unify form styles 4 months ago
johnnyjoy f9e07a2245 feat: support update user's role 4 months ago
Simon ead2d70082
fix: remove duplicated “Enable” in settings label (#4692)
remove duplicated “Enable” in settings label
4 months ago
johnnyjoy ca79990679 refactor: merge sign in requests 4 months ago
Steven fa1ad7dc72 chore: update list padding 4 months ago
啥也不会的帆 f6054b6138
fix: preview image window proportion error (#4689) 4 months ago
Johnny 87798801fc
fix: list styles 4 months ago
Pavel Stržínek 070b392942
chore: Czech locale update (#4685)
* cs locale updated

* cs locale update
4 months ago
johnnyjoy cd5abd9e60 chore: update nsfw description 5 months ago
João Tiago a46301fa77
feat: support child tags in NSFW blur feature (#4640)
* fix: add support for child nsfw tags

* fix: correctly detect child tags of custom NSFW tags

* Update web/src/components/MemoView.tsx

---------

Co-authored-by: Johnny <yourselfhosted@gmail.com>
5 months ago
johnnyjoy 411a91122b fix: linter error 5 months ago
johnnyjoy eb33a604b2 feat: support mapping avatar url from oauth2 5 months ago
Simon bb892be5b3
feat: improve visual feedback in MemoEditor for drag/drop file uploads (#4634)
* improve drag/drop file upload UI

* fix eslint errors

* use tailwind for cursor styles

* fix eslint issues
5 months ago
Steven 1a121e350b chore: update gitignore 5 months ago
RichardYe 76ed1b5cc5
feat: set locale based on browser language when user is not logged in (#4635)
* feat: set locale based on browser language when user is not logged in

* docs: comments for locale fallback logic
5 months ago
Steven 789a9cc5a2 fix: padding left of list 5 months ago
Johnny 2f6dc2b51f
fix: padding of list 6 months ago
Johnny 97b23f46e6 chore: remove resource title 6 months ago
Johnny f5d5ebea6f chore: hide actions for comment 6 months ago
Steven 4f39e00868 chore: fix lint 6 months ago
Johnny b770042a8a refactor: migrate eslint 6 months ago
Johnny 09c50a8419 fix: codeblock highlight 6 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>
6 months ago
olavlan 8bdd1ec009
feat: add norwegian bokmål (nb) translation (#4561)
* add locale file for norwegian (nb)

* correct spelling
6 months ago
Anubhav Singh 194a49367c
fix: incorrect checkbox state after removing checked items #4549 (#4552)
Co-authored-by: Anubhav Singh <anubhav@mail.techindika.com>
6 months ago
Austin Pearce c4f094d22b
fix: BrandBanner to use NavLink (#4536)
* Fix BrandBanner to use NavLink

* Apply suggestions from code review

---------

Co-authored-by: Johnny <yourselfhosted@gmail.com>
6 months ago
XIN_____ 3d0f7285f9
feat: add i18n for Pinned (#4535)
Co-authored-by: Johnny <yourselfhosted@gmail.com>
6 months ago
Johnny d63ef81c9d chore: update common locale 6 months ago
Amir Ehsandar 7b23bdcfcf
fix: allow admins to uncheck disallow password if applicable (#4532)
- closes #4469
6 months ago
XIN_____ b79755dd09
feat: update zh-hans i18n (#4531)
* feat: update zh-hans i18n

* Update zh-Hans.json

Co-authored-by: taosin <xinxintao@foxmail.com>

---------

Co-authored-by: KissFire <53330905+kiss-fire@users.noreply.github.com>
6 months ago
Amir Ehsandar 2e9b9368db
fix: prevent double effect on image modal wheel event (#4522)
- escape key closes the modal
- zooming is a bit smoother
6 months ago
Steven 6b042fe16e chore: always show full content when pinned 6 months ago
George Wu fae7b5d3e8
fix: typo s/contnet/content (#4507) 6 months ago
XIN_____ be18a7b77b
chore: update i18n for resource page (#4505)
* chore: update i18n for resources

* Update Resources.tsx

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>

---------

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
6 months ago
Amir Ehsandar 32c69bbb52
fix: user stats changes based on selected tab (#4504)
- set partial only the relevant user stats instead of only adding up stats
6 months ago
Johnny fc7dc58720 chore: move archived route 6 months ago
Lincoln Nogueira e8e393a9cb
chore(i18n): tidy (#4497)
- sort all keys alphabetically for easier side-by-side translation

- remove keys from other locales that don't exist anymore in `en.json`

- remove keys from other locales that have missing {{interpolations}}

- add missing entries to pt-BR
6 months ago
XIN_____ 1762496e79
chore: update zh-hans text for rename-tag (#4496)
* Update RenameTagDialog.tsx

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>

* Update zh-Hans.json

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>

---------

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
6 months ago
Johnny 34ab88348e chore: sort by pinned 6 months ago
XIN_____ 81e40d9b18
chore: update i18n for tag reame (#4493)
* feat: update i18n for zh-hans

* Update zh-Hans.json

---------

Co-authored-by: KissFire <53330905+kiss-fire@users.noreply.github.com>
6 months ago
Johnny fc5962f6a4 feat: show pinned count 6 months ago
Johnny fb3c17d0e9 chore: update mobile header 6 months ago
Johnny 0dfcb1a7c8 feat: total memo count 6 months ago
XIN_____ 1edb9e6774
feat: update i18n for zh-hans (#4488)
* chore:memo filter support i18n for zh-hans

* feat: restore addFilter method value field in StatisticsView.tsx

* chore: change getFilterDisplayText for i18n

* chore: add string type in utils/i18n

* feat: using switch to avoid change TranslationType

* feat: eslint check

* feat: eslint fix
6 months ago
Simon 690f28bed8
feat: add loading spinner during file upload process (#4491)
* show LoaderIcon while uploading file

* fix spacing for eslint
7 months ago
Johnny 7123a2cf51 chore: remove sort by pinned 7 months ago
Johnny 90119c1af8 refactor: move memo property 7 months ago
Johnny 3401def442 chore: simplify memo filters 7 months ago
Johnny 16a0872972 chore: enable auto compact by default 7 months ago
Johnny 56ad8ab3bd refactor: view store 7 months ago
Johnny 2e0467e3d1 fix: mobile header 7 months ago
Lincoln Nogueira d7d3568ba4
chore(i18n): update pt-BR (#4471) 7 months ago
Johnny c668073cf3 chore: update resource view 7 months ago
Johnny 92a44e26b9 chore: remove emoji regex 7 months ago
XIN_____ 6ed6b86a75
chore: update i18n zh-hans (#4467)
* Update MemoDisplaySettingMenu.tsx

Masonry View

* Update en.json

* Update zh-Hans.json
7 months ago
Johnny 36d458fe88 chore: update masonry scale 7 months ago
Johnny 7592e5fe76 fix: masonry state 7 months ago
Johnny d6be20b917 feat: implement masonry view 7 months ago
Johnny 8acded1f23 chore: fix linter 7 months ago
Johnny 372fc3655a refactor: retire less 7 months ago
xt 7651c454fd
chore: chinese localization enhancements (#4450)
* Chinese localization enhancements

* Fix for eslint

* Chinese localization fixed
7 months ago
Johnny 5562282822 chore: update demo site 7 months ago
Johnny 47b41bce85 refactor: move memo relation definition 7 months ago
Johnny 5bb4a300db chore: bump gomark 7 months ago
Johnny 012405f7fd refactor: user stats state 7 months ago
Johnny 81502d9092 fix: stats requests 7 months ago
Johnny b897b243e5 feat: dynamic fetch user stats 7 months ago
Johnny 5d1075a647 refactor: update home layout 7 months ago
nbb 5962c6d04b
feat: optimize initial load performance by implementing lazy loading and code splitting (#4445) 7 months ago
Johnny bef67638c1 chore: fix home route 7 months ago
Johnny 8e4e745ba9 chore: update navigation 7 months ago
XIN_____ 3a7b24bd01
chore: add cursor-pointer to memo's display time (#4441)
feat: memo title add cursor-pointer when mouse hover
7 months ago
Johnny 271a8c8c28 refactor: home layout 7 months ago
XIN_____ a0fabaf012
chore: update cn-zh i18n (#4435) 7 months ago
Michael Baumgarten 9f01b451df
feat: match sublist indentation when adding a new item (#4433)
* match sublist indentation

* recursively get last node

* fix linting issues
7 months ago
MHZ 964ae16851
feat: support YouTube video thumbnail in link preview (#4427) 7 months ago
Johnny bc97b66f36 fix: serial updates 7 months ago
johnnyjoy f15fd42ed5 fix: inboxes state 7 months ago
johnnyjoy 7a685d6435 fix: fetch user by username 7 months ago
XIN_____ 1ebe2e9aae
chore: update chinese i18n for settings section (#4424) 7 months ago
Johnny c088c5b26a feat: render emoji from shortcut title 7 months ago
Johnny 37eceabc94 chore: fix memo view gap 7 months ago
taosin 00932d18f5
feat: update i18n zh-hans (#4416) 7 months ago
taosin 6fdfe6b118
chore: update chinese i18n (#4414) 7 months ago
MHZ 174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags (#4407) 7 months ago
Johnny 47a9b434e6 fix: translate in members section 7 months ago
Johnny 5686fdfb0a chore: handle redirect 7 months ago
taosin a7fef80384
chore: update chinese i18n at member setting section (#4405) 7 months ago
Johnny 920b0f64f2 chore: extract auth footer 7 months ago
taosin 3c71ee9d7b
chore: update i18n chinese (#4400) 7 months ago
xt 4cd2aa6f32
chore: chinese localization enhancements (#4397)
* Chinese localization enhancements

* Fix for eslint
7 months ago
Johnny 7a57b5c6e7 refactor: user store 7 months ago
Johnny 11b9c240e9 refactor: workspace setting store 7 months ago
Johnny 9027430646 fix: store reactive 7 months ago
CyberSlinger 01a9bb2d49
feat: add zh hans text (#4384)
* feat: test dev push

* feat: add zh Hans text

* feat: restore readme

* feat: update zh hans text

* feat: add tag for properties label

* feat: updarte zh hans translation

* feat: add tab
8 months ago
Simon c9edac9d5a
chore: update i18n Ukrainian (#4385)
* Update uk.json

* Update uk.json

* Update uk.json

* Update uk.json

* Update uk.json

* Update uk.json

* Update uk.json
8 months ago
Johnny 0a429a899f chore: remove version update activity 8 months ago
Johnny 983323ceef chore: remove debug code 8 months ago
Johnny 5a2f18da69 refactor(frontend): retire redux 8 months ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 8 months ago
Steven f6ad49754a chore: update url of memo detail page 8 months ago
shungiku 8be0ddfb35
chore: add datepicker to calendar month (#4379)
Co-authored-by: shungiku <79780196+shungikuk@users.noreply.github.com>
8 months ago
Steven e09819da53 chore: add MemoFilters to explore sidebar 8 months ago
Steven 2ed3e34636 refactor: update root layout 8 months ago
johnnyjoy 505fee1abb chore: add noreferrer to external links 8 months ago
johnnyjoy 849bf66612 fix: remove outdated factor 8 months ago
𝗦𝗵𝗟𝗲𝗿𝗣 48988a8814
fea: improve Turkish Locales (#4375) 8 months ago
johnnyjoy 2a8c4cb750 chore: update styles 8 months ago
johnnyjoy 732a7d0bbf chore: add fa locale 8 months ago
spidtzz d8b3a69c31
feat: add Farsi(Persian) localazation (#4364)
Add files via upload
8 months ago
shungiku c2210b65ee
fix: calendar coloring issue (#4352)
* fix: calendar coloring issue

* fix: calendar coloring issue

* fix: calendar coloring issue

* fix: calendar coloring issue

* fix: calendar coloring issue

* chore: adjust calendar color for dark theme
8 months ago
RoccoSmit 03267d6d37
feat: search for multiple words (#4362) 8 months ago
johnnyjoy 8f35086da7 chore: update docs link 8 months ago
hchengting 0f8b7b7fe6
fix: show loader icon while refreshing (#4358) 8 months ago
johnnyjoy 2db86f6644 feat: implement shortcut components 8 months ago
johnnyjoy be5e24c0eb refactor: renovate list memos endpoint 8 months ago
johnnyjoy 0b85cb567e chore(frontend): fix clsx 8 months ago
johnnyjoy 57014e392f feat: get user by username 8 months ago
johnnyjoy 0dcd0904e8 refactor: remove resource uid 8 months ago
johnnyjoy 97d12db3d5 refactor: renovate create memo 8 months ago
johnnyjoy 5e770dda52 refactor: memo name 8 months ago
RoccoSmit 2f4c5d7bc2
fix: cancel out of no changes save (#4335)
Cancel out of trying to save
8 months ago
thehijacker 3fa690964e
chore: update Slovenian translation (#4329)
Co-authored-by: Andrej Kralj <andrej.kralj@gmail.com>
8 months ago
changchiakai 9172e47c33
chore: update zh-Hant (#4324)
Update zh-Hant

Co-authored-by: changchiakai <changeric1031@gmail.com>
8 months ago
Philipp Mundhenk 63bbeb9ca3
chore: link to SSO Documentation (#4319)
* Update SSOSection.tsx

linked to SSO (links to Authentik, Authelia, Keycloak), instead of Keycloak only

* Update id.json

* Update uk.json

* Update fr.json

* Update pt-PT.json

* Update vi.json

* Update uk.json

* Update de.json

* Update en.json
8 months ago
Pavel Stržínek 0435a67aa7
feat: czech locale support (#4316) 8 months ago
johnnyjoy 0334a4845f chore: tweak calendar styles 8 months ago
johnnyjoy ef3b7ac6ae chore: update tag icon 8 months ago
johnnyjoy f9b1df5d13 fix: tags container 8 months ago
Comix d9a92b2ef8
feat: support path style of s3 url (#4304)
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
8 months ago
johnnyjoy 409d64b839 chore: update memo comment in activity 8 months ago
johnnyjoy f1308ddd27 refactor: update part of resource identifier 8 months ago
Steven edc3f1d9d9 chore: retire unused memo view 8 months ago
Steven 147458347b chore: tweak user stats in frontend 8 months ago
johnnyjoy c76ab87a0a refactor: update list user stats 8 months ago
Steven 8b65d248b1 fix: memo filter 8 months ago
johnnyjoy ee96465be0 feat: list user stats 8 months ago
johnnyjoy cde058c72a chore: tweak theme code 8 months ago
Query&mut NinjaStyle, &Ryder 94517490f5
fix: mermaid diagrams in dark mode (#4289)
* fix #4257 fixed ui for mermaid diagrams in dark mode

* fixed linting issues

* added dynamic color theme for mermaid diagrams

* now mermaid block uses theme according to the system as well when 'follow system' is selected

* refactored code for mermaid theme logic

* refactored mermaid code to use const instead of function call

---------

Co-authored-by: root <root@DESKTOP-G3MCU14>
8 months ago
Steven 5ff8ab9a61 chore: polish creator definition 9 months ago
Steven 8b7e9f5443 chore: remove unused user id 9 months ago
RoccoSmit 3081015692
feat: date picker navigation (#4286)
Added month and year dropdowns
9 months ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 9 months ago
johnnyjoy 1caaef1c5b chore: fix memo compact mode 9 months ago
Query&mut NinjaStyle, &Ryder 972ebbae2f
fix: compact mode storage (#4279)
fix #4274 now when checkbox is toggled the memo remembers the compact state

Co-authored-by: root <root@DESKTOP-G3MCU14>
9 months ago
johnnyjoy ac7121c21a chore: update archived page 9 months ago
Steven 840b16f041 chore: tweak back to top button 9 months ago
Steven 012ca1d780 fix: tag stats 9 months ago
Pierre Quillery cdadf133d0
chore: adding missing translations (#4273)
* Added missing translations strings (filters, about page, ...)

* Forgot one translation string.

* Fixed PR issues and added Access Token related missing translation strings.

* Fixed eslint issues.

* Fixed eslint issues #2.

* Fixed access token dialog translations, added missing webhook dialog translations.
9 months ago
Chris Curry 7b909fb772
feat: scroll to top (#4244) 9 months ago
Chris Curry d81174ad7c
feat: optimize filters sync (#4260)
* refactor: add bi-directional filters sync between filterStore and searchParams

* fix: tag redirection from memos detail page, https://github.com/usememos/memos/issues/4232
9 months ago
tungerno e3d1967db8
chore: add missing german translations (#4268) 9 months ago
Pierre Quillery 50d09bb91e
chore: added missing French translations (#4270)
Added missing French translations.
9 months ago
Chris Curry e3b378b03b
feat: persist memo filters with url query (#4239)
* feat: persist memo filters with url query

- Implemented synchronization of memo filters with URL search parameters.
- Enhanced memo store to manage current request state for fetching memos, allowing for request cancellation, avoiding the race conditions.

* refactor: update import
9 months ago
Chris Curry bc0bac94ed
refactor: enhance hyperlink handling in markdown shortcuts (#4238) 9 months ago
johnnyjoy 41d9c9d76e fix: order list starts 9 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>
9 months ago
zjy4fun f15346e615
fix: optimize memoMap generation logic to ensure memoMap count matche… (#4214)
fix: optimize memoMap generation logic to ensure memoMap count matches memos
9 months ago
zjy4fun 7a77b4ba38
chore: fix css location compatibility issues on Safari (#4215)
chore: fix location compatibility issues on Safari

closes https://github.com/usememos/memos/issues/4190
9 months ago
RoccoSmit ce6ad4035d
fix: limit the size of the resource list viewer (#4210)
Limit the size of the file upload box
9 months ago