Commit Graph

554 Commits (v0.24.2)

Author SHA1 Message Date
Steven 9b957edd1f chore: fix linter 4 months ago
Steven 8164986fcc chore: move store test 4 months ago
Amir Ehsandar c0643ff6fa
fix: use valid query parameters for postgres (#4515) 4 months ago
Johnny 34ab88348e chore: sort by pinned 4 months ago
Johnny e3a4f49c5c feat: implement creator_id factor 4 months ago
Johnny 925e97882e feat: support pinned factor 4 months ago
Johnny 9107a941ca chore: update linter config 5 months ago
Johnny f98c519834 fix: linter 5 months ago
Johnny 2aaaef79f7 chore: fix tests 5 months ago
Johnny 2dc7766fd0 fix: content contains for postgres 5 months ago
MHZ 174b8b048a
feat: support blur processing for NSFW content with customizable NSFW tags (#4407) 5 months ago
Johnny 9299c216e2 chore: move migration to 0.24.0 5 months ago
Chris Dzombak d25f355392
chore: allow storing resource references >256 chars long in mysql (#4408)
fix: allow storing resource references >256 chars long in mysql
5 months ago
Johnny 0a429a899f chore: remove version update activity 5 months ago
wzc90 3f33ccd906
fix: update 01__memo_pinned.sql (#4370) 6 months ago
Steven 7996586488 chore: fix migration script for sqlite 6 months ago
johnnyjoy 54a48b58d7 chore: remove random field 6 months ago
johnnyjoy 07336f0392 chore: update condition concat check 6 months ago
johnnyjoy a7ca63434b feat: validate shortcut's filter 6 months ago
johnnyjoy ff04fdc459 feat: support more operators in filter 6 months ago
johnnyjoy f25acfe8e2 chore: fix linter 6 months ago
johnnyjoy e0e735d14d feat: support memo filter for mysql and postgres 6 months ago
johnnyjoy 364f005ee5 fix: filter 6 months ago
johnnyjoy 3a085f3639 chore: fix filter tests 6 months ago
johnnyjoy 8e586d348e chore: fix tag filter 6 months ago
johnnyjoy bf5a29524a chore: remove drop index 6 months ago
johnnyjoy 14c72fa7df feat: implement shortcuts 6 months ago
johnnyjoy b9a0c56163 feat: support more factors in filter 6 months ago
johnnyjoy 2a392b8f8d chore: fix import order 6 months ago
johnnyjoy f31800456e chore: fix import order 6 months ago
johnnyjoy 58a867e4da fix: linter warning 6 months ago
johnnyjoy 2d731c5cc5 feat: memo filter for sqlite 6 months ago
johnnyjoy 0af08d9c06 chore: add if exists to postgres 6 months ago
Xiao Wei 37a81f9d28
fix: migrate sql error (#4338)
* fix: migrate sql error

sqlite not support postgres sql

* Apply suggestions from code review

---------

Co-authored-by: Johnny <yourselfhosted@gmail.com>
6 months ago
johnnyjoy b0119f320a chore: tweak migration scripts 6 months ago
johnnyjoy 9bd6d17864 chore: add migration script 6 months ago
johnnyjoy 39d4d4f4f3 chore: update migrate scripts 6 months ago
johnnyjoy d605faeffa refactor: move pinned to memo 6 months ago
johnnyjoy 2058a8ab7b chore: move references to memo property 6 months ago
Viacheslav Potoropin 7ed3a12a64
fix: internal error on pin/unpin (#4332) 6 months ago
Zero King 5ec3150e0e
fix: use correct separator in migration file name (#4327)
Fixes: e913271f15 ("refactor: move tags from property to payload (#4229)")
6 months ago
Steven 8b7e9f5443 chore: remove unused user id 6 months ago
johnnyjoy c1498a1844 chore: retire webhook state 6 months ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
7 months ago
Steven 51c80c37d1 revert: tweak reaction_type column type for mysql 8 months ago
Steven 9f2c1b2556 chore: tweak reaction_type column type for mysql 8 months ago
johnnyjoy 80785de900 chore: remove unused script 8 months ago
Steven 378b6a51c1 chore: tweak default reactions 8 months ago
RoccoSmit bcd8856732
fix: added missing " (#4119)
Added missing "
8 months ago
RoccoSmit 3b25a6bbec
fix: handle missing reaction (#4094)
* 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 4004d0e92b.

* Revert "Update test to test for version number set in version.go"

This reverts commit d304add5d6.

* Revert "updated logic to check if migration should run for fresh install"

This reverts commit b44dca2194.

* Revert "Updated test to match with current version set in version.go file"

This reverts commit 3ad0d889b6.

* Revert "migration version"

This reverts commit b13cfc346a.

* Added default reaction if no reation found

* Fixed static check issue

* Use emoji
9 months ago