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-04-16 16:57:44 -07:00
..
initsql Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -07: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 Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
boards.go Use CookieMaxAge when making a post 2025-03-03 20:58:05 -08:00
connect.go Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
database.go Improve request validation and logging, implement cleanup for reports of deleted posts. 2025-03-28 17:34:00 -07:00
filterhandlers.go refactor: unused parameter should be replaced by underscore 2025-02-19 03:57:55 +00: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
lua.go Rename all preload.go to lua.go and preload_test.go to lua_test.go 2025-02-09 12:47:37 -08:00
open_test.go Add public function to gcsql for SQL mock access 2024-05-31 14:43:35 -07:00
posts.go Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -07:00
posts_test.go Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -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 text formatting classes and update report handling logic to dismissing in bulk 2025-03-28 21:55:15 -07:00
sections.go Add future-proof functions using struct for context, tx, etc 2025-02-05 17:32:10 -08:00
setup_test.go Update database provision testing strings 2025-04-12 14:54:56 -07:00
staff.go Merge branch 'master' into staff-rank-update 2025-02-24 17:28:09 -08:00
tables.go Rename threads column spoilered to is_spoilered for consistency 2025-04-16 16:57:44 -07:00
threads.go Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -07:00
uploads.go Exclude embed entries from the list of thread files retrieved 2025-04-05 22:00:09 -07:00
util.go Fully refactor all (or at least most) uses of ExecSQL, QuerySQL, and QueryRowSQL, QueryContextSQL, etc with their replacement functions 2025-02-05 23:32:12 -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