dependabot[bot]
2458bc98f2
chore: bump i18next from 24.2.2 to 24.2.3 in /web ( #4592 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.2 to 24.2.3.
- [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.2...v24.2.3 )
---
updated-dependencies:
- dependency-name: i18next
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>
2025-04-02 18:15:03 +08:00
dependabot[bot]
d98520acba
chore: bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.2 in /web ( #4593 )
...
chore: bump @trivago/prettier-plugin-sort-imports in /web
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports ) from 4.3.0 to 5.2.2.
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases )
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md )
- [Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.2.2 )
---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
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>
2025-04-02 18:14:46 +08:00
dependabot[bot]
3dac75f48c
chore: bump react-datepicker from 7.6.0 to 8.2.1 in /web ( #4594 )
...
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v7.6.0...v8.2.1 )
---
updated-dependencies:
- dependency-name: react-datepicker
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>
2025-04-02 09:44:20 +08:00
Steven
4f39e00868
chore: fix lint
2025-04-01 20:06:54 +08:00
Johnny
b770042a8a
refactor: migrate eslint
2025-04-01 00:04:43 +08:00
cmuangs
d649d326ef
fix: remove errors.Wrap(nil) ( #4576 )
...
* Fix errors.Wrap(nil)
* fix resource_test failure where resource does not exist
2025-03-31 12:56:51 +08:00
Shawn
88b38ff2c0
fix: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value for some s3 providers ( #4575 )
...
Co-authored-by: Shawn L. <shawn@sola.sh >
2025-03-31 08:49:48 +08:00
Johnny
09c50a8419
fix: codeblock highlight
2025-03-30 23:49:51 +08:00
johnnyjoy
8e6d9b4943
chore: buf generate
2025-03-30 13:16:42 +08:00
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 >
2025-03-28 16:15:03 +08:00
olavlan
8bdd1ec009
feat: add norwegian bokmål (nb) translation ( #4561 )
...
* add locale file for norwegian (nb)
* correct spelling
2025-03-27 13:14:12 +08:00
Anubhav Singh
194a49367c
fix: incorrect checkbox state after removing checked items #4549 ( #4552 )
...
Co-authored-by: Anubhav Singh <anubhav@mail.techindika.com >
2025-03-25 21:59:30 +08:00
johnny
44df17aecc
chore: bump version
v0.24.2
2025-03-23 11:32:09 +08:00
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 >
2025-03-18 21:18:22 +08:00
XIN_____
3d0f7285f9
feat: add i18n for Pinned ( #4535 )
...
Co-authored-by: Johnny <yourselfhosted@gmail.com >
2025-03-18 21:17:09 +08:00
Johnny
d63ef81c9d
chore: update common locale
2025-03-18 09:04:47 +08:00
Amir Ehsandar
7b23bdcfcf
fix: allow admins to uncheck disallow password if applicable ( #4532 )
...
- closes #4469
2025-03-18 09:00:50 +08:00
Steven
9b957edd1f
chore: fix linter
2025-03-17 21:52:35 +08:00
Steven
8164986fcc
chore: move store test
2025-03-17 21:51:02 +08:00
Steven
fdf9d9f506
chore: move resource name test
2025-03-17 21:41:21 +08:00
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 >
2025-03-17 18:22:13 +08:00
Amir Ehsandar
2e9b9368db
fix: prevent double effect on image modal wheel event ( #4522 )
...
- escape key closes the modal
- zooming is a bit smoother
2025-03-16 10:28:59 +08:00
Amir Ehsandar
c0643ff6fa
fix: use valid query parameters for postgres ( #4515 )
2025-03-15 12:59:00 +08:00
Steven
6b042fe16e
chore: always show full content when pinned
2025-03-14 20:13:54 +08:00
Steven
ea3a534ce5
chore: fix typo
2025-03-14 20:01:10 +08:00
Steven
f1f0253e8d
fix: typo
2025-03-14 19:55:25 +08:00
George Wu
fae7b5d3e8
fix: typo s/contnet/content ( #4507 )
2025-03-14 14:54:55 +08:00
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 >
2025-03-14 13:04:07 +08:00
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
2025-03-14 13:02:47 +08:00
Amir Ehsandar
e75ef0964d
feat: implement grpc health service checking database connection ( #4499 )
2025-03-14 08:43:01 +08:00
Johnny
fc7dc58720
chore: move archived route
v0.24.1
2025-03-13 20:38:14 +08:00
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
2025-03-13 20:37:50 +08:00
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 >
2025-03-13 20:00:22 +08:00
Johnny
34ab88348e
chore: sort by pinned
2025-03-13 19:57:12 +08:00
Johnny
d794e6db76
chore: remove internal frontend cache
2025-03-13 11:23:27 +08:00
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 >
2025-03-13 09:20:46 +08:00
Johnny
fc5962f6a4
feat: show pinned count
2025-03-12 23:33:51 +08:00
Johnny
fb3c17d0e9
chore: update mobile header
2025-03-12 22:21:22 +08:00
Johnny
0dfcb1a7c8
feat: total memo count
2025-03-12 22:15:46 +08:00
Johnny
3349311b51
chore: update frontend dependencies
2025-03-12 21:05:32 +08:00
Heiko
775673d17f
fix: update README.md ( #4492 )
...
Fixed link for contribution
2025-03-12 20:35:10 +08:00
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
2025-03-12 16:54:04 +08:00
Simon
690f28bed8
feat: add loading spinner during file upload process ( #4491 )
...
* show LoaderIcon while uploading file
* fix spacing for eslint
2025-03-12 09:56:22 +08:00
Johnny
7a438be08d
chore: update user stats
2025-03-12 09:14:43 +08:00
Johnny
e3a4f49c5c
feat: implement creator_id factor
2025-03-11 22:00:57 +08:00
Johnny
ba52a786f9
chore: update canary image
2025-03-11 10:23:38 +08:00
wrrrzr
b0392954f4
Add executable permission to scripts/build.sh ( #4486 )
2025-03-11 09:00:42 +08:00
Johnny
7123a2cf51
chore: remove sort by pinned
2025-03-10 21:32:17 +08:00
Johnny
ff13e0f353
chore: add legacy plugin
2025-03-10 18:57:48 +08:00
Johnny
925e97882e
feat: support pinned factor
2025-03-10 18:52:12 +08:00