1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-26 14:46:24 -07:00
gochan/pkg/gcsql
2024-09-08 15:46:09 -07:00
..
initsql Apply suggestions made by DeepSource 2024-08-30 23:08:01 -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 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 refactor usage of SystemCriticalConfig to SQLConfig where appropriate 2024-05-04 15:31:08 -07:00
database.go Add public function to gcsql for SQL mock access 2024-05-31 14:43:35 -07: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 Apply filters and wordfilters to post editing 2024-09-07 21:02:11 -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 Improve error handling during post formatting 2024-08-26 21:16:03 -07:00
preload.go Move Lua plugin loaders to their respective gochan packages 2023-10-24 16:27:27 -07:00
provisioning.go Add migration stuff for filter tables 2024-08-10 20:01:33 -07:00
provisioning_test.go Add public function to gcsql for SQL mock access 2024-05-31 14:43:35 -07:00
reports.go Add context to reports, use transactions for audit tables 2024-05-30 13:34:13 -07:00
sections.go Add SQL timeout wrapper functions 2024-05-30 13:16:13 -07:00
setup_test.go Update test strings for filters and filter_conditions table provisioning 2024-09-07 16:08:20 -07:00
staff.go Add ability to make stickied, locked, and cyclical threads to backend code 2024-09-08 15:46:09 -07:00
tables.go Add "handle if any" functionality to matching filters 2024-09-05 18:49:20 -07:00
threads.go replace hacky interfaceSlice function in gcsql with []any{...} 2024-05-24 14:19:50 -07:00
uploads.go Re-add incoming-upload event trigger 2024-09-07 00:54:30 -07:00
util.go Make handle if any updateable from the filter page 2024-09-07 14:36:47 -07:00
util_test.go Fix changes suggested by sqlclosecheck 2024-05-24 16:10:07 -07:00
wordfilters.go Apply suggestions made by DeepSource 2024-08-30 23:08:01 -07:00