1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-26 10:36:23 -07:00
gochan/pkg/gcsql
2025-01-02 23:15: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 Clean up some no longer used code 2024-08-25 17:30:18 -07:00
boards.go Add timeouts to ban and board SQL operations 2024-05-31 11:37:09 -07: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 Add thread post migration for pre2021 2025-01-02 23:15:23 -08:00
preload.go Move Lua plugin loaders to their respective gochan packages 2023-10-24 16:27:27 -07:00
provisioning.go Reset views on gochan startup 2024-10-18 13:05:37 -07: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 Add rank updating for admins 2024-12-14 22:17:45 -08:00
tables.go Add more views 2024-10-17 12:36:26 -07:00
threads.go Make createThread function public 2025-01-02 21:31:41 -08:00
uploads.go Re-add incoming-upload event trigger 2024-09-07 00:54:30 -07:00
util.go Fix some issues with views (not getting the expected data, columns not matching, etc) 2024-10-20 01:01:13 -07: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