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>
6 months ago
dependabot[bot]
04fad85afe
chore: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.22.0 ( #3863 )
...
chore: bump github.com/grpc-ecosystem/grpc-gateway/v2
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway ) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases )
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml )
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.21.0...v2.22.0 )
---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
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>
6 months ago
dependabot[bot]
a654b12670
chore: bump golang.org/x/mod from 0.19.0 to 0.20.0 ( #3864 )
...
Bumps [golang.org/x/mod](https://github.com/golang/mod ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/mod/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/mod
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>
6 months ago
dependabot[bot]
2fac11936b
chore: bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 ( #3866 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
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>
6 months ago
dependabot[bot]
acc6c29d01
chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.9 to 1.17.16 ( #3867 )
...
chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.9 to 1.17.16.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.9...credentials/v1.17.16 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
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>
6 months ago
Steven
be25fbe185
chore: tweak readme
6 months ago
Steven
4322bfa506
chore: tweak seed data
6 months ago
Steven
fa2b01cfb1
chore: tweak latest schema file name
6 months ago
aqyuki
35b0bd82f4
chore: migrate of Docker compose v2 ( #3857 )
...
chore: rename docker-compose.yaml and remove deprecated field
6 months ago
RoccoSmit
bfe57b9202
chore: set max thumbnail width to home/explore image max width ( #3852 )
...
* Set max thumbnail width to timeline img max width
* Prevent images less than thumbnail size from being scaled up
* Apply suggestions from code review
---------
Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
6 months ago
aqyuki
0156c7e11f
perf: reduce image size by 21.3MB ( #3849 )
...
- Change base image to distroless (static-debian12)
- Remove unnecessary RUN instructions
- Add build options
- add options to delete debug information
- add options to remobe embedded paths
6 months ago
Steven
960af444fa
chore: fix linter
6 months ago
Steven
20570fc771
refactor: resource thumbnail
6 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>
6 months ago
Steven
615aa94793
fix: base path of migrator
6 months ago
Steven
710961d336
chore: fix text color in dark mode
6 months ago
Steven
bb86482b71
chore: tweak setting name
6 months ago
Steven
f0abd792c7
chore: update auth service
6 months ago
Steven
1167df29d8
feat: add security related settings
6 months ago
Steven
4e5810e205
chore: update workspace setting section
6 months ago
Steven
a8ea28066e
chore: retire export memos
6 months ago
Steven
9bea6e1eea
chore: go mod tidy
6 months ago
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
6 months ago
Steven
d11bd30ec6
chore: tweak logger
6 months ago
Steven
de980fb7d7
chore: update setting display name
6 months ago
Steven
cce92f513c
chore: tweak readme
6 months ago
Steven
7134ad4883
chore: fix migration history
6 months ago
Steven
fbdfaf85d9
chore: update migrator
6 months ago
Steven
ccd3fdcd38
chore: fix tests
6 months ago
Steven
70837f88cb
chore: fix linter
6 months ago
Steven
525223c261
chore: add tests for migrator
6 months ago
Steven
96b9269cd3
chore: fix golangci linter
6 months ago
Steven
80f9b5b861
chore: fix golangci linter
6 months ago
Steven
fb23f43431
chore: update golangci config
6 months ago
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
6 months ago
Steven
5f35ac5ca0
chore: update frontend dependencies
6 months ago
Steven
b376a20fb4
chore: tweak linter warnings
6 months ago
Steven
2999f472dd
chore: fix typo
6 months ago
Steven
45ddd05c42
chore: tweak linter warning
6 months ago
Steven
d1280bc04f
chore: implement memo property runner
6 months ago
Steven
f4d6675363
chore: add enable memo comment setting
6 months ago
Steven
3c5aa41a78
feat: implement week start day setting
6 months ago
Steven
06c460b476
chore: tweak linter warning
7 months ago
Steven
07012e3f60
chore: remove unused files
7 months ago
Steven
1b6685d7cf
chore: tweak linter warning
7 months ago
Steven
710d1b304e
chore: update dev mode
7 months ago
Steven
6e901fc940
refactor: store migrator
7 months ago
Steven
1ae3afc0ba
chore: tweak memo relation popover
7 months ago
Jakub Wołynko
18db78172c
feat: add translation for collapse/expand button and update polish locale ( #3811 )
...
add: collapse, expand, polish locale
7 months ago
Steven
aae3e8ae64
chore: update memo property checks
7 months ago