Commit Graph

3039 Commits (2acad978d1718fd9ba9bbe4ee23e34d6777fd42f)
 

Author SHA1 Message Date
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>
8 months ago
Steven 615aa94793 fix: base path of migrator 8 months ago
Steven 710961d336 chore: fix text color in dark mode 8 months ago
Steven bb86482b71 chore: tweak setting name 8 months ago
Steven f0abd792c7 chore: update auth service 8 months ago
Steven 1167df29d8 feat: add security related settings 8 months ago
Steven 4e5810e205 chore: update workspace setting section 8 months ago
Steven a8ea28066e chore: retire export memos 8 months ago
Steven 9bea6e1eea chore: go mod tidy 8 months ago
Michel Heusschen 2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports (#3844) 8 months ago
Steven d11bd30ec6 chore: tweak logger 8 months ago
Steven de980fb7d7 chore: update setting display name 8 months ago
Steven cce92f513c chore: tweak readme 8 months ago
Steven 7134ad4883 chore: fix migration history 8 months ago
Steven fbdfaf85d9 chore: update migrator 8 months ago
Steven ccd3fdcd38 chore: fix tests 8 months ago
Steven 70837f88cb chore: fix linter 8 months ago
Steven 525223c261 chore: add tests for migrator 8 months ago
Steven 96b9269cd3 chore: fix golangci linter 8 months ago
Steven 80f9b5b861 chore: fix golangci linter 8 months ago
Steven fb23f43431 chore: update golangci config 8 months ago
RoccoSmit eca9649be3
fix: cancel removes memo cache (#3826)
Clear local storage record of memo changes if chanes to a memo are cancelled
8 months ago
Steven 5f35ac5ca0 chore: update frontend dependencies 8 months ago
Steven b376a20fb4 chore: tweak linter warnings 8 months ago
Steven 2999f472dd chore: fix typo 8 months ago
Steven 45ddd05c42 chore: tweak linter warning 8 months ago
Steven d1280bc04f chore: implement memo property runner 8 months ago
Steven f4d6675363 chore: add enable memo comment setting 8 months ago
Steven 3c5aa41a78 feat: implement week start day setting 8 months ago
Steven 06c460b476 chore: tweak linter warning 8 months ago
Steven 07012e3f60 chore: remove unused files 8 months ago
Steven 1b6685d7cf chore: tweak linter warning 8 months ago
Steven 710d1b304e chore: update dev mode 8 months ago
Steven 6e901fc940 refactor: store migrator 8 months ago
Steven 1ae3afc0ba chore: tweak memo relation popover 8 months ago
Jakub Wołynko 18db78172c
feat: add translation for collapse/expand button and update polish locale (#3811)
add: collapse, expand, polish locale
8 months ago
Steven aae3e8ae64 chore: update memo property checks 8 months ago
Steven 506d2ed8ca chore: tweak menu style 8 months ago
Steven c3f381c8c5 chore: add instance url to profile 8 months ago
Steven 9a27fdf855 chore: tweak load more button 8 months ago
Steven fc2cd43dc2 chore: tweak util tests 8 months ago
Mykal Machon c0826c43b0
fix: explicitly disabling `autocapitalize` and `spellcheck` (#3797)
fix #3747: removing autocapitalize and spellcheck
8 months ago
Steven 724db203f7 chore: tweak seed data 9 months ago
Steven 04b4fa1d02 chore: tweak icon button container 9 months ago
Steven 61b8cee31d chore: retire preview markdown dialog 9 months ago
Steven 4ad6028681 refactor: use popover instead of dialog for memo relations 9 months ago
tiltshiftfocus a5978e7657
fix: tag query for mysql (#3785) 9 months ago
Steven 158745704e feat: add memo display setting menu 9 months ago
dependabot[bot] 01819610c7
chore: bump modernc.org/sqlite from 1.30.2 to 1.31.1 (#3769)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.30.2 to 1.31.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.2...v1.31.1)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  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>
9 months ago
dependabot[bot] bc5e0b5daf
chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.8 to 1.17.9 (#3770)
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.8 to 1.17.9.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.17.8...config/v1.17.9)

---
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>
9 months ago