GoToSocial/internal
tobi aa07750bdb
[chore] Standardize database queries, use bun.Ident() properly (#886)
* use bun.Ident for user queries

* use bun.Ident for account queries

* use bun.Ident for media queries

* add DeleteAccount func

* remove CaseInsensitive in Where+use Ident ipv Safe

* update admin db

* update domain, use ident

* update emoji, use ident

* update instance queries, use bun.Ident

* fix media

* update mentions, use bun ident

* update relationship + tests

* use tableexpr

* add test follows to bun db test suite

* update notifications

* updatebyprimarykey => updatebyid

* fix session

* prefer explicit ID to pk

* fix little fucky wucky

* remove workaround

* use proper db func for attachment selection

* update status db

* add m2m entries in test rig

* fix up timeline

* go fmt

* fix status put issue

* update GetAccountStatuses
2022-10-08 13:50:48 +02:00
..
ap [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
api [feature] oob oauth token support (#889) 2022-10-08 13:49:56 +02:00
cache [chore] Standardize database queries, use bun.Ident() properly (#886) 2022-10-08 13:50:48 +02:00
concurrency [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
config [feature] update config types to use bytesize.Size (#828) 2022-09-29 21:50:43 +01:00
db [chore] Standardize database queries, use bun.Ident() properly (#886) 2022-10-08 13:50:48 +02:00
email
federation [feature] update config types to use bytesize.Size (#828) 2022-09-29 21:50:43 +01:00
gotosocial
gtserror
gtsmodel [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
httpclient [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
id
log [chore] small logging cleanup (#869) 2022-10-01 16:36:08 +01:00
media [chore] Standardize database queries, use bun.Ident() properly (#886) 2022-10-08 13:50:48 +02:00
messages
netutil
oauth [feature] oob oauth token support (#889) 2022-10-08 13:49:56 +02:00
oidc
processing [chore] Standardize database queries, use bun.Ident() properly (#886) 2022-10-08 13:50:48 +02:00
regexes
router [chore] Use shorter timestamps in frontend for replies (#875) 2022-10-02 15:54:42 +02:00
storage
stream
text
timeline [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
trans
transport [performance] cache domains after max retries in transport (#884) 2022-10-08 13:50:16 +02:00
typeutils [feature] Add emoji image size to instance response (#892) 2022-10-06 12:00:53 +02:00
uris
util [chore] Use shorter timestamps in frontend for replies (#875) 2022-10-02 15:54:42 +02:00
validate
visibility [performance] add user cache and database (#879) 2022-10-03 10:46:11 +02:00
web [chore] Bundler restructure (#880) 2022-10-03 16:46:38 +02:00