Commit Graph

3569 Commits (b9e6850fdb3744c9c65d30ce830759e5f161e71e)
 

Author SHA1 Message Date
Maya Doshi b9e6850fdb fix: resource url generation in rss feed 3 weeks ago
johnnyjoy 94d1e20570 chore: update date time format 3 weeks ago
Steven 6d319900d6 fix: date format 3 weeks ago
Johnny b942643785 chore: tweak seed data 3 weeks ago
Lincoln Nogueira 44e710ce4a
fix: downgrade modernc.org/libc to v1.65.7 (#4745)
`modernc.org/libc` version on go.mod must match whatever is on `modernc.org/sqlite`'s [go.mod](https://gitlab.com/cznic/sqlite/-/blob/v1.37.1/go.mod#L9) file to prevent sqlite-related issues.

See:
  - <https://pkg.go.dev/modernc.org/sqlite#hdr-Fragile_modernc_org_libc_dependency>
  - <https://gitlab.com/cznic/sqlite/-/issues/177>
4 weeks ago
Johnny d20362e722 chore: tweak stat card 4 weeks ago
Johnny 1594c1ce3e chore: bump version 4 weeks ago
Johnny 3343dc73f7 chore: update navigator 4 weeks ago
Johnny 663e56747f chore: replace switch kit 4 weeks ago
Johnny ff0f275431 chore: fix golangci-lint version 4 weeks ago
dependabot[bot] 136c1d7aa6
chore: bump golangci/golangci-lint-action from 7 to 8 (#4744)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  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>
4 weeks ago
dependabot[bot] 7c9215b513
chore: bump i18next from 24.2.3 to 25.2.1 in /web (#4742)
Bumps [i18next](https://github.com/i18next/i18next) from 24.2.3 to 25.2.1.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v24.2.3...v25.2.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.2.1
  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>
4 weeks ago
Johnny d4425a6aa1 chore: upgrade dependencies 4 weeks ago
Johnny e6fe088ac0 chore: fix missing observer 4 weeks ago
Johnny fd99e10962 chore: tweak sidebar 4 weeks ago
Johnny 2595e32f83 chore: simplify date editor 4 weeks ago
Johnny 673026ffa1 chore: update statistics view 4 weeks ago
Johnny 376b25a69c
chore: fix visibility selector style (#4733) 4 weeks ago
Steven f1b365f928 refactor: clean packages 4 weeks ago
Johnny 2bde296217 chore: add demo deployment to Render action 4 weeks ago
Johnny ea4e7a1606
refactor: memo editor (#4730) 4 weeks ago
Maximilian Krauß 77d3853f73
fix: inherits memo visibility for default comment visibility (#4728) 4 weeks ago
Steven a317f9e653 fix: linter 4 weeks ago
Steven de3e55c2e6 feat: support `now()` time functions 4 weeks ago
Steven f5ecb66fb8 feat: implement height-based masonry view 4 weeks ago
Steven 8520e30721 fix: handle type assertion safely 1 month ago
Steven ef6f80d925 chore: fix linter 1 month ago
Steven 81ae42518e chore: fix linter 1 month ago
Maximilian Krauß eca91d5c0c
feat(rss): use server title and description for RSS feed, if configured (#4717) 1 month ago
Steven ad2c5f0d05 refactor: store cache 1 month ago
Steven c23aebd648 refactor: memo filter store 1 month ago
Steven f12d7ae8bc chore: add asynchronous webhook dispatch 1 month 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
1 month ago
Johnny d76f988bb5
fix: edit for comment 1 month ago
Steven 785c250f3c refactor: migrate memo store 1 month ago
Steven dcd68bc5f4 refactor: migrate resource store to v2 1 month ago
Steven 46900f9807 refactor: move store prefixes to common module 1 month ago
Steven 46be6b0ff6 fix: missing service handler 1 month ago
Steven b89d8f5342 feat: implement hasTaskList filter 1 month ago
Steven cbf5687dd9 chore: remove unused action 1 month ago
eya46 4924b23884
fix: state mismatch in Storage and System pages (#4719)
* fix: sync storage setting state

* fix: sync customProfile state
1 month ago
Steven 64b27d5a4e refactor: shortcut service 1 month 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>
1 month 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>
1 month ago
Steven 46d5307d7f fix: prevent XSS for specific content types 1 month 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
1 month ago
Steven 72babbb393 fix: dark mode of highlight.js 1 month ago
johnnyjoy f9c0621c15 refactor: root layout 1 month ago
johnnyjoy ee99afd7a4 chore: enable location by default 1 month ago
Johnny d4ebf293f3
chore: fix format 1 month ago