1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-11 19:56:23 -07:00
gochan/pkg/gcsql
2025-01-12 21:30:23 -08:00
..
initsql Fix bug with videos getting tripped by the image fingerprint matcher 2024-11-23 11:19:47 -08:00
appeals.go Use contexts with timeout for appeals and wordfilters 2024-05-30 11:09:24 -07:00
appeals_test.go Add public function for creating sqlmock-based tests in other packages 2024-04-01 11:27:41 -07:00
bans.go Ad test for pre2021 ban migration and start adding implementation 2025-01-03 23:21:16 -08:00
boards.go Use fmt.Errorf and %w for unwrappable errors 2025-01-10 17:33:19 -08:00
connect.go Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
database.go Start working on making it possible to migrate old imageboard DB in place 2024-12-29 17:49:05 -08:00
filterhandlers.go replace is_regex in filters with more string matching options (substring, regex, exact match) 2024-08-24 15:37:34 -07:00
filters.go Split filter migration back into their own methods and separate transactions 2024-10-13 21:47:12 -07:00
filters_test.go Clean up MakePost 2024-09-07 23:42:22 -07:00
open_test.go Add public function to gcsql for SQL mock access 2024-05-31 14:43:35 -07:00
posts.go Check if cyclical threads are enabled 2025-01-12 16:33:43 -08:00
posts_test.go Add some post tests 2025-01-12 21:30:23 -08:00
preload.go Move Lua plugin loaders to their respective gochan packages 2023-10-24 16:27:27 -07:00
provisioning.go Use fmt.Errorf and %w for unwrappable errors 2025-01-10 17:33:19 -08:00
provisioning_test.go Update versions for v4 release 2024-10-13 23:18:29 -07:00
reports.go Add context to reports, use transactions for audit tables 2024-05-30 13:34:13 -07:00
sections.go Add gcsql.GetSectionFromName and start overhaul of pre2021 migration 2024-12-31 15:36:20 -08:00
setup_test.go Update versions for v4 release 2024-10-13 23:18:29 -07:00
staff.go Use fmt.Errorf and %w for unwrappable errors 2025-01-10 17:33:19 -08:00
tables.go Add more views 2024-10-17 12:36:26 -07:00
threads.go Prune posts in cyclical threads 2025-01-12 14:52:06 -08:00
uploads.go Re-add upload.PostID and upload.FileOrder assignment 2025-01-11 14:39:21 -08:00
util.go Make function for registering components and Post.NextFileOrder public 2025-01-05 13:57:44 -08:00
util_test.go Fix changes suggested by sqlclosecheck 2024-05-24 16:10:07 -07:00
views.go Reset views on gochan startup 2024-10-18 13:05:37 -07:00
wordfilters.go Apply suggestions made by DeepSource 2024-08-30 23:08:01 -07:00