1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 12:36:23 -07:00
gochan/pkg/gcsql
2025-07-10 16:28:13 -07:00
..
initsql Start setting up gochan-installer for providing a web interface for setting up configuration 2025-05-15 14:13:15 -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 Rebuild board if a ban adds a ban message to a post 2025-05-08 21:45:08 -07:00
connect.go Add docker compose file for sqlite3 DB 2024-11-07 12:11:47 -08:00
database.go Add DBVERSION SQL replacer constant 2025-07-10 12:00:37 -07:00
filterhandlers.go refactor: unused parameter should be replaced by underscore 2025-02-19 03:57:55 +00:00
filters.go Show filters in descending order on manage page 2025-04-24 15:50:32 -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 Refactor threads table, rename cyclical attribute to cyclic for consistency 2025-05-02 11:47:01 -07:00
posts_test.go Refactor threads table, rename cyclical attribute to cyclic for consistency 2025-05-02 11:47:01 -07:00
provisioning.go Add DBVERSION SQL replacer constant 2025-07-10 12:00:37 -07:00
provisioning_test.go Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -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 Fix failing building unit tests 2025-07-10 16:28:13 -07:00
staff.go Update tests involving staff creation 2025-05-08 17:15:01 -07:00
tables.go Rebuild board if a ban adds a ban message to a post 2025-05-08 21:45:08 -07:00
threads.go Refactor threads table, rename cyclical attribute to cyclic for consistency 2025-05-02 11:47:01 -07:00
uploads.go Exclude embed entries from the list of thread files retrieved 2025-04-05 22:00:09 -07:00
util.go Make doesGochanPrefixTableExist public for use in migration, improve error handling for database version retrieval. 2025-04-20 14:48:56 -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 Add descending order parameter to GetWordfilters and GetBoardWordfilters 2025-04-24 15:51:59 -07:00