Steven
0b6f24a21a
chore: update task complete
9 months ago
Steven
2acad978d1
chore(frontend): add reactions setting
9 months ago
Steven
e527b6a878
feat: move reaction type to setting
9 months 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
9 months ago
Steven
dc15e8f30f
chore: implement memo metadata store
9 months ago
johnnyjoy
831c254d64
fix: update user fields
9 months ago
Steven
0b2f08ad15
fix: memo view
10 months ago
Steven
d11e7a3a9a
chore: remove duplicated requests
10 months ago
RoccoSmit
f0d43c9577
feat: add tag count to tree view ( #3970 )
...
* Add tag count to tree view
* Only display tag amounts > 1
* Updated tag amount var name to be more descriptive
* - Moved display logic to html in return
- Updated var names to closer match var passed in by TagSection component
10 months ago
dependabot[bot]
e7949d0748
chore: bump vite from 5.4.7 to 5.4.8 in /web ( #3981 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.7 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Xavier Hocquet
32123e0c21
feat: add month toggle on hover ( #3972 )
...
* Add month toggle on hover
* Lint
10 months ago
dependabot[bot]
25367bc000
chore: bump nice-grpc-web from 3.3.4 to 3.3.5 in /web ( #3979 )
...
Bumps [nice-grpc-web](https://github.com/deeplay-io/nice-grpc ) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases )
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-web@3.3.4...nice-grpc-web@3.3.5 )
---
updated-dependencies:
- dependency-name: nice-grpc-web
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
508146b052
chore: bump mermaid from 10.9.1 to 11.2.1 in /web ( #3980 )
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.9.1 to 11.2.1.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.1...mermaid@11.2.1 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
143167386e
chore: bump dompurify from 3.1.6 to 3.1.7 in /web ( #3982 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.1.7 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
938cfb4a69
chore: bump @types/node from 22.5.5 to 22.7.4 in /web ( #3983 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.5.5 to 22.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
ElTopo
0ba36ed7e0
chore: updated zh-Hans.json from current version of en.json ( #3966 )
10 months ago
Steven
771a977c9f
chore: tweak words
10 months ago
Steven
cf4e660f41
chore: add memo location setting
10 months ago
Steven
95a50b6596
chore: tweak leaflet map
10 months ago
Steven
9c41c8d5c9
chore: fix marker icon
10 months ago
Steven
2837816ff7
chore: fix component state
10 months ago
Steven
b144faf43a
feat: add location selector
10 months ago
Steven
8b444be6ca
chore: update tag search
10 months ago
RoccoSmit
6cbe957db2
fix: show future relative dates ( #3946 )
...
Show future relative dates
10 months ago
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
10 months ago
Steven
ea881338a9
chore: add gradient block to compact mode
10 months ago
johnnyjoy
7817947f66
fix: clean duplicated requests
10 months ago
johnnyjoy
1f7a90cec4
chore: add spinner to paged memo list
10 months ago
johnnyjoy
339c38750f
refactor: paged memo list container
10 months ago
johnnyjoy
41976cb894
feat: update memo endpoints
10 months ago
Steven
ca213437e9
feat: implement nesting lists
10 months ago
johnnyjoy
a6de047b64
chore: fix actions
10 months ago
johnnyjoy
b915eaa620
chore: bump dependencies
10 months ago
johnnyjoy
8cdc956e59
chore: update ts proto
10 months ago
thehijacker
f6ebfdf7f9
feat: update Slovenian translation ( #3935 )
...
Updated Slovenian translation
Co-authored-by: Andrej Kralj <andrej.kralj@t-2.com>
10 months ago
Steven
d663313ca2
chore: fix frontend linter
10 months ago
Steven
fbe0251eed
feat: impl list renderer
10 months ago
Zisu Zhang
b787d1c7b6
feat: support disable change username and nickname ( #3911 )
...
* feat: support disable change username and nickname
* chore: update UX
10 months ago
ti777777
6f3d5762ca
fix: iframe rendering ( #3916 )
...
* fix iframe rendering
* fix eslint check
10 months ago
RoccoSmit
42bc769d5d
fix: load server name and icon from settings ( #3908 )
10 months ago
Steven
76a9a343a5
chore: fix linter
10 months ago
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>
10 months ago
RoccoSmit
05d5fb4b04
chore: use translations for calendar days ( #3895 )
...
Use translations for calendar days
10 months ago
johnnyjoy
09586d032c
chore: fix user checks
11 months ago
Steven
fe01d68d2a
fix: user role checks
11 months ago
Johnny
971128af05
revert: chore: bump mermaid from 10.9.1 to 11.0.2 in /web ( #3870 )
...
Revert "chore: bump mermaid from 10.9.1 to 11.0.2 in /web (#3862 )"
This reverts commit d13bb7648b
.
11 months ago
johnnyjoy
40d59fc47a
chore: fix user role checks
11 months ago
johnnyjoy
7a9f61967d
feat: allow admin users to update other memos
11 months ago
johnnyjoy
8c6682bd77
chore: regenerate apidocs
11 months ago
dependabot[bot]
d13bb7648b
chore: bump mermaid from 10.9.1 to 11.0.2 in /web ( #3862 )
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.9.1 to 11.0.2.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.1...mermaid@11.0.2 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
0b1ca218ce
chore: bump lucide-react from 0.419.0 to 0.437.0 in /web ( #3860 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.419.0 to 0.437.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.437.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
7bce4f5d7b
chore: bump @types/react from 18.3.4 to 18.3.5 in /web ( #3859 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.4 to 18.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
c018af6249
chore: bump @types/node from 22.5.0 to 22.5.2 in /web ( #3858 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.5.0 to 22.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
45d45d0936
chore: bump @bufbuild/buf from 1.38.0 to 1.39.0 in /web ( #3861 )
...
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf ) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/bufbuild/buf/releases )
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0 )
---
updated-dependencies:
- dependency-name: "@bufbuild/buf"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Steven
20570fc771
refactor: resource thumbnail
11 months 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>
11 months ago
Steven
710961d336
chore: fix text color in dark mode
11 months ago
Steven
bb86482b71
chore: tweak setting name
11 months ago
Steven
f0abd792c7
chore: update auth service
11 months ago
Steven
1167df29d8
feat: add security related settings
11 months ago
Steven
4e5810e205
chore: update workspace setting section
11 months ago
Steven
a8ea28066e
chore: retire export memos
11 months ago
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
11 months ago
Steven
de980fb7d7
chore: update setting display name
11 months ago
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
11 months ago
Steven
5f35ac5ca0
chore: update frontend dependencies
11 months ago
Steven
f4d6675363
chore: add enable memo comment setting
11 months ago
Steven
3c5aa41a78
feat: implement week start day setting
11 months ago
Steven
1ae3afc0ba
chore: tweak memo relation popover
11 months ago
Jakub Wołynko
18db78172c
feat: add translation for collapse/expand button and update polish locale ( #3811 )
...
add: collapse, expand, polish locale
11 months ago
Steven
aae3e8ae64
chore: update memo property checks
11 months ago
Steven
506d2ed8ca
chore: tweak menu style
11 months ago
Steven
9a27fdf855
chore: tweak load more button
11 months ago
Mykal Machon
c0826c43b0
fix: explicitly disabling `autocapitalize` and `spellcheck` ( #3797 )
...
fix #3747 : removing autocapitalize and spellcheck
11 months ago
Steven
04b4fa1d02
chore: tweak icon button container
12 months ago
Steven
61b8cee31d
chore: retire preview markdown dialog
12 months ago
Steven
4ad6028681
refactor: use popover instead of dialog for memo relations
12 months ago
Steven
158745704e
feat: add memo display setting menu
12 months ago
dependabot[bot]
12a9165852
chore: bump react-router-dom from 6.25.1 to 6.26.0 in /web ( #3772 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.25.1 to 6.26.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
1fcb867e0f
chore: bump react-i18next from 14.1.3 to 15.0.0 in /web ( #3774 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 14.1.3 to 15.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.3...v15.0.0 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
222e9dfe58
chore: bump @types/node from 20.14.13 to 22.0.2 in /web ( #3775 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.13 to 22.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
dependabot[bot]
55a2e791aa
chore: bump lucide-react from 0.399.0 to 0.419.0 in /web ( #3773 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.399.0 to 0.419.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.419.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months ago
Steven
21f18f7c56
chore: tweak activity service definition
12 months ago
Steven
26fa172641
chore(frontend): add order by time asc
12 months ago
Steven
6184375cbb
chore: upgrade frontend dependencies
12 months ago
Steven
ea70dd85bf
chore: remove color in manifest
12 months ago
Steven
14194504ee
chore: remove unused classnames
12 months ago
Steven
444ccc03ed
chore: tweak default title
12 months ago
Steven
a1083e648f
chore: fix resource display time
12 months ago
Steven
4b415e519e
chore: tweak demo data
12 months ago
Steven
a50f3b9382
chore: fix memos sorting
12 months ago
Steven
8bf7cdfd31
feat: add password auth flag
12 months ago
Steven
b9006f8ce0
chore: tweak date utils
12 months ago
Steven
3d63d9d5fb
chore: fix activity stats
12 months ago
Steven
139090fb8f
chore: fix calendar timestamps
12 months ago
Steven
edc3b578d6
feat: implement search multi tags
12 months ago
Steven
c6a09d9353
chore: update memo filter styles
12 months ago
Steven
cd38ec93ed
feat: implement memo filters
12 months ago
Steven
b3b4aa9ddb
chore: remove unused code
12 months ago
dependabot[bot]
95fa145665
chore: bump @types/node from 20.14.9 to 20.14.11 in /web ( #3726 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.9 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago