- 03 Dec, 2024 7 commits
-
-
dependabot[bot] authored
chore: bump github.com/aws/aws-sdk-go-v2/credentials Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.43 to 1.17.46. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.43...credentials/v1.17.46) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/credentials 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>
-
dependabot[bot] authored
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf) from 1.46.0 to 1.47.2. - [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.46.0...v1.47.2) --- 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>
-
dependabot[bot] authored
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" 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>
-
dependabot[bot] authored
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: tailwind-merge 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>
-
dependabot[bot] authored
Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/joe-bell/cva/releases) - [Commits](https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: class-variance-authority 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>
-
dependabot[bot] authored
Bumps [less](https://github.com/less/less.js) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/commits) --- updated-dependencies: - dependency-name: less 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>
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.29.0. - [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto 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>
-
- 29 Nov, 2024 2 commits
-
-
Cheng authored
-
Query&mut NinjaStyle, &Ryder authored
* fix #4144 now when there is no sso then the Disallow password auth is disabled * fixed the import issue * attempt fixing linting issues --------- Co-authored-by:pransh62390 <63577123+pransh62390@users.noreply.github.com>
-
- 28 Nov, 2024 1 commit
-
-
KidLoveToPlay authored
* chore: apply styles to the correct month * chore: style fix
-
- 27 Nov, 2024 1 commit
-
-
KidLoveToPlay authored
-
- 25 Nov, 2024 1 commit
-
-
Madhur Jodhwani authored
* Fixed truncation of webhook url to avoid disappearance of Trash Icon * fixing webhook truncation issue #4078 * Removing overflow-hidden * resolving pipeline issues * supporting on hover url display --------- Co-authored-by:Madhur <madhur.jodhwani@accelya.com>
-
- 24 Nov, 2024 1 commit
-
-
RoccoSmit authored
* Added show less action and language files * Renaming type as suggested in pr review
-
- 21 Nov, 2024 1 commit
-
-
johnnyjoy authored
-
- 20 Nov, 2024 5 commits
-
-
JP Hastings-Edrei authored
This removes the content of the <title> element in the RSS feeds that Memo produces. Why remove? Every RSS client I can find shows the <title> next to the <description> when viewing an item. This creates a duplicate (but often trimmed, so less useful) version of <description> right above the actual text the user wants to read (often in a much larger font). It similarly makes lists of items in some clients extremely tall, as 128 characters is a lot of hard-to-read text — especially when Memos renders links as their URL in titles. Why an empty tag? The RSS 1.0 and 2.0 specs require that a <title> element is present. Examples from elsewhere: - micro.blog uses an empty <title /> element: https://www.manton.org/feed.xml - Bluesky omits the <title> element: https://bsky.app/profile/did%3Aplc%3Aqvzn322kmcvd7xtnips5xaun/rss - Mastodon omits the <title> element: https://mastodon.social/@scalzi.rss
-
Steven authored
-
Steven authored
-
Steven authored
-
Steven authored
-
- 19 Nov, 2024 1 commit
-
-
nlfox authored
-
- 17 Nov, 2024 3 commits
-
-
johnnyjoy authored
-
Andy An authored
Enhancement on UI/UX on user statistic view part.
-
lcdgit authored
* add remove done items * i18n en add * bug fix * add i18n * Modify the description * Modify the description * Modify the description * remove remove_done_check_items setting * fix the static checks * fix the static checks --------- Co-authored-by:mozhu <lcl_em@163.com>
-
- 14 Nov, 2024 1 commit
-
-
johnnyjoy authored
-
- 13 Nov, 2024 1 commit
-
-
Steven authored
-
- 12 Nov, 2024 1 commit
-
-
Steven authored
-
- 11 Nov, 2024 2 commits
- 07 Nov, 2024 3 commits
- 06 Nov, 2024 4 commits
-
-
Steven authored
-
Steven authored
-
RoccoSmit authored
* migration version * Updated test to match with current version set in version.go file * updated logic to check if migration should run for fresh install * Update test to test for version number set in version.go * fixed test * Revert "fixed test" This reverts commit 4004d0e92bc16423c8c2a8c9818a9c2e4bab7fdb. * Revert "Update test to test for version number set in version.go" This reverts commit d304add5d673effb727c208bb26c3b0b44416e1c. * Revert "updated logic to check if migration should run for fresh install" This reverts commit b44dca21944b696b2839296f645f408a63c58a5d. * Revert "Updated test to match with current version set in version.go file" This reverts commit 3ad0d889b621a8778d5efb5a62a85386a380fac8. * Revert "migration version" This reverts commit b13cfc346a3c2f913ded303de5d9123aaa9e029d. * Added default reaction if no reation found * Fixed static check issue * Use emoji
-
johnnyjoy authored
-
- 05 Nov, 2024 3 commits
-
-
Steven authored
-
Steven authored
-
Ngô Quốc Đạt authored
-
- 04 Nov, 2024 2 commits