Commit Graph

207 Commits

Author SHA1 Message Date
DIYgod f2e29252f2
feat: rename (#3181)
* feat: rename

* fix

* fix

* fix
2025-03-19 21:43:55 +08:00
DIYgod 2d6902c410
fix(ssr): env 2025-03-18 17:36:38 +08:00
dependabot[bot] 3909813cb7
build(deps): bump the minor group across 1 directory with 7 updates (#3114)
* build(deps): bump the minor group across 1 directory with 7 updates

Bumps the minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @better-auth/expo | `1.1.18` | `1.2.4` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.1.18` | `1.2.4` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `9.1.0` | `9.5.0` |
| [@mozilla/readability](https://github.com/mozilla/readability) | `0.5.0` | `0.6.0` |
| [plain-shiki](https://github.com/KazariEX/plain-shiki) | `0.1.1` | `0.2.0` |
| [re-resizable](https://github.com/bokuweb/react-resizable-box) | `6.10.3` | `6.11.2` |
| [react-scan](https://github.com/aidenybai/react-scan) | `0.1.3` | `0.2.14` |



Updates `@better-auth/expo` from 1.1.18 to 1.2.4

Updates `better-auth` from 1.1.18 to 1.2.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.2.4/packages/better-auth)

Updates `@sentry/react` from 9.1.0 to 9.5.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/9.1.0...9.5.0)

Updates `@mozilla/readability` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/mozilla/readability/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mozilla/readability/compare/0.5.0...0.6.0)

Updates `plain-shiki` from 0.1.1 to 0.2.0
- [Release notes](https://github.com/KazariEX/plain-shiki/releases)
- [Changelog](https://github.com/KazariEX/plain-shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KazariEX/plain-shiki/compare/v0.1.1...v0.2.0)

Updates `re-resizable` from 6.10.3 to 6.11.2
- [Release notes](https://github.com/bokuweb/react-resizable-box/releases)
- [Changelog](https://github.com/bokuweb/re-resizable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bokuweb/react-resizable-box/commits)

Updates `react-scan` from 0.1.3 to 0.2.14
- [Release notes](https://github.com/aidenybai/react-scan/releases)
- [Commits](https://github.com/aidenybai/react-scan/compare/v0.1.3...v0.2.14)

---
updated-dependencies:
- dependency-name: "@better-auth/expo"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: better-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mozilla/readability"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: plain-shiki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: re-resizable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-scan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

* fix

* fix

* fix

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DIYgod <i@diygod.me>
2025-03-14 11:10:08 +08:00
DIYgod 087906aeb4
chore: update dependencies 2025-03-13 17:14:56 +08:00
DIYgod ae458a018f
chore: update dependencies 2025-03-13 11:51:32 +08:00
dependabot[bot] 36fedc1ffb
build(deps): bump drizzle-orm from 0.39.3 to 0.40.0 (#3058)
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.39.3 to 0.40.0.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.39.3...0.40.0)

---
updated-dependencies:
- dependency-name: drizzle-orm
  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>
2025-03-13 11:38:33 +08:00
DIYgod 2c0ae4dbf1
chore: recover .env.example 2025-03-10 18:40:04 +08:00
DIYgod 519b82c790
feat(mobile): use app check 2025-03-09 16:23:33 +08:00
DIYgod ddd3d39204
feat: add recaptcha to sign in and forget password 2025-03-07 21:29:08 +08:00
Stephen Zhou d585dd31b8
fix: app protocol in prod (#2992) 2025-03-07 08:14:31 +00:00
DIYgod 7cc7f54562
feat: reCaptcha verify for claiming 2025-03-06 19:30:26 +08:00
DIYgod c31787713a
feat: add google recaptcha 2025-03-06 19:30:26 +08:00
Innei 5f1796d4a6
feat(mobile): add environment profile management
- Introduce `proxyEnv` to dynamically manage environment configurations
- Add `EnvProfileIndicator` to show current environment profile
- Create `useEnvProfile` and `setEnvProfile` for runtime env switching
- Update imports and references to use `proxyEnv` instead of static `env`

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-05 23:21:29 +08:00
DIYgod 7f7b7c55ab
feat: init firebase 2025-03-05 21:02:57 +08:00
Innei d20a06dad3
refactor: extract all env from shared
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-04 19:20:21 +08:00
Innei d6795a0cab
fix: import resolver for web
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-04 18:30:15 +08:00
DIYgod 8f422af1c1
feat: unifed image proxy and referer handler 2025-03-01 19:43:19 +08:00
DIYgod e4e70acef2
feat: add desktop specific resolver 2025-03-01 17:38:43 +08:00
DIYgod fd81327913
feat: unified env 2025-03-01 15:00:36 +08:00
DIYgod d9e15de48e
feat: add mobile specific resolver functionality 2025-03-01 14:40:41 +08:00
DIYgod 861ae35819
fix: NavigationHeaderBackButton 2025-02-28 08:56:57 +08:00
DIYgod 0c761925b1
fix(mobile): list entries cache 2025-02-27 12:21:19 +08:00
DIYgod a1996c8963
feat: remove pictureViewFilterNoImage 2025-02-24 20:43:55 +08:00
DIYgod 6fe8dc910f
fix: lists fetch 2025-02-24 11:52:30 +08:00
DIYgod 71bddca2e8
chore: disbale prettier objectWrap 2025-02-20 18:03:18 +08:00
DIYgod 36ea29ae7d
chore: update dependencies 2025-02-19 15:27:20 +08:00
Innei d87a92a095
feat: custom content font size and line height, resolves FOL-354
Signed-off-by: Innei <tukon479@gmail.com>
2025-02-11 23:09:57 +08:00
DIYgod d9bc62b44c
feat: get full list feeds 2025-02-11 21:35:29 +08:00
DIYgod 756e76f167
feat: update githubusercontent webp url 2025-02-11 10:49:43 +08:00
Innei 295b99e2ca
chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
2025-02-03 01:45:49 +08:00
Stephen Zhou 85b00f79db
fix: pass callbackURL, close #2630 2025-01-22 10:54:53 +08:00
Stephen Zhou 2cd1b5daf9
chore: enable noUncheckedIndexedAccess, better type check (#2608) 2025-01-18 22:35:23 +08:00
DIYgod 8bbd8bf856
feat: add default value for VITE_WEB_URL and remove VITE_IMGPROXY_URL 2025-01-17 22:50:33 +08:00
Stephen Zhou 818b024bbc
chore: update hono type 2025-01-17 21:19:16 +08:00
Stephen Zhou fb531b1c9d
feat: 2fa (#2540)
Co-authored-by: Innei <tukon479@gmail.com>
Co-authored-by: Innei <i@innei.in>
2025-01-16 20:35:30 +08:00
DIYgod 3dbf7c7ffa
fix: fast scroll mark read 2025-01-14 18:12:56 +08:00
Stephen Zhou 01011390a6
chore: update 2025-01-10 21:43:08 +08:00
Stephen Zhou 6746b54bda
chore: skipValidation for vitest 2025-01-10 21:38:04 +08:00
Stephen Zhou 0663ab545b
chore: update hono type 2025-01-10 21:22:38 +08:00
Stephen Zhou fe87c528e2
fix: do not skipValidation, close #2430 2025-01-10 17:21:50 +08:00
Stephen Zhou fe7b62a03c
chore: fix type check 2025-01-10 09:46:12 +08:00
DIYgod 3a6f287966
feat: email verification toast 2025-01-09 22:47:58 +08:00
Whitewater 38fe110754
feat: customize toolbar (#2468)
* feat: add customizable toolbar modal

* refactor: extract SortableActionButton component

* refactor: enhance CustomizeToolbar with drag-and-drop reordering and state management

* refactor: update CustomizeToolbar for improved state management

* refactor: enhance drag-and-drop functionality

* feat: add CustomizeToolbarCommand

* chore: update i18n

* feat: extract customizable toolbar actions state

* feat: integrate customizable toolbar order for entry header and more actions

* chore: add @dnd-kit/sortable dependency

* feat: add reset action order functionality

* feat: sync action order

* chore: filter out read action

* chore: add changeset
2025-01-07 12:26:24 +08:00
Innei f9d5d7698c
feat(rn): feed form and subscribe
- Removed unused code from package.json.
- Simplified description rendering in FormSwitch component.
- Enhanced Follow modal with new subscription logic and improved form handling.
- Updated error messages in locales for better clarity.
- Added new properties to the subscription sync service for better data handling.

This commit improves code readability and enhances the user experience in the subscription process.

Signed-off-by: Innei <tukon479@gmail.com>
2025-01-06 23:32:58 +08:00
DIYgod 5af9cf5ec7
feat: withdraw as rss3 2025-01-02 18:35:24 +08:00
Stephen Zhou 5fca27bc21
chore: update better-auth to avoid version override 2025-01-02 15:33:17 +08:00
DIYgod 43b0ac704a
feat: remove reduceRefetch config 2025-01-01 18:58:24 +08:00
Stephen Zhou 9e09c0bb0a
chore: pnpm dedupe, fix package version 2025-01-01 13:44:29 +08:00
Stephen Zhou 6691cb2367
feat: unlink account 2025-01-01 13:21:45 +08:00
Stephen Zhou 97bacc99f1
feat: allow change email 2024-12-31 22:31:48 +08:00