Eggbertx
|
5a7695e98f
|
Fixed referer checking, added more testing for server and serverutil packages
|
2025-02-10 21:41:21 -08:00 |
|
Eggbertx
|
e65d363a84
|
Implement dice rolling
|
2025-02-09 17:38:15 -08:00 |
|
Eggbertx
|
d5ac9bff11
|
Refactor, replace use of interface{} with any, fix register_handler args not being usd
|
2025-02-09 15:54:33 -08:00 |
|
Eggbertx
|
5bc47e003d
|
Add function to lua for setting custom bbcode tags
|
2025-02-09 15:32:57 -08:00 |
|
Eggbertx
|
30c1c1c037
|
Rename all preload.go to lua.go and preload_test.go to lua_test.go
|
2025-02-09 12:47:37 -08:00 |
|
Eggbertx
|
f1a0e123f6
|
Remove unused parameters in message formatter init function
|
2025-02-07 23:01:20 -08:00 |
|
Eggbertx
|
5d98639daa
|
Add hide block bbcode
|
2025-02-07 16:26:35 -08:00 |
|
Eggbertx
|
a31a001764
|
Add spoiler bbcode tag
|
2025-02-07 16:14:04 -08:00 |
|
Eggbertx
|
7ceda2b218
|
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 |
|
Eggbertx
|
10e0da4492
|
Add future-proof functions using struct for context, tx, etc
|
2025-02-05 17:32:10 -08:00 |
|
Eggbertx
|
a38a519e4e
|
Fix database locked error in announcement migration
|
2025-02-02 15:35:57 -08:00 |
|
Eggbertx
|
9298aa42c3
|
Return error if section doesn't exist while updating
|
2025-02-02 15:07:47 -08:00 |
|
Eggbertx
|
1463bbaa63
|
Update post handler, use EnableCyclicThreads instead of CyclicThreadNumPosts for validation
|
2025-01-19 12:27:24 -08:00 |
|
Eggbertx
|
6fee340532
|
Fix failing test cases
|
2025-01-19 12:06:50 -08:00 |
|
Eggbertx
|
09c059edd2
|
Change naming convention from cyclical to cyclic, as the latter is more acurate
|
2025-01-19 11:58:18 -08:00 |
|
Eggbertx
|
2af46eb9be
|
Add some post tests
|
2025-01-12 21:30:23 -08:00 |
|
Eggbertx
|
17fa8470c4
|
Check if cyclical threads are enabled
|
2025-01-12 16:33:43 -08:00 |
|
Eggbertx
|
0c48086ba0
|
Add config option for enabling/disabling cyclical thread creation
|
2025-01-12 16:33:11 -08:00 |
|
Eggbertx
|
db2edb8638
|
Update test
|
2025-01-12 16:30:47 -08:00 |
|
Eggbertx
|
0b175ef2e5
|
Fully implement cyclical threads
|
2025-01-12 16:26:49 -08:00 |
|
Eggbertx
|
d0241f3a09
|
Prune posts in cyclical threads
|
2025-01-12 14:52:06 -08:00 |
|
Eggbertx
|
b966604d1d
|
Avoid using Select * in SQL queries, normalize some view columns
|
2025-01-12 14:01:36 -08:00 |
|
Eggbertx
|
e7e9a360f9
|
Add serverError type to be used by error serving functions to set the HTTP status code
|
2025-01-12 14:00:06 -08:00 |
|
Eggbertx
|
74d8136f26
|
Re-add upload.PostID and upload.FileOrder assignment
|
2025-01-11 14:39:21 -08:00 |
|
Eggbertx
|
442319e77a
|
Use fmt.Errorf and %w for unwrappable errors
|
2025-01-10 17:33:19 -08:00 |
|
Eggbertx
|
1704bbe959
|
Update failing board test cases
|
2025-01-08 15:03:10 -08:00 |
|
Eggbertx
|
3faec688cc
|
Make function for registering components and Post.NextFileOrder public
|
2025-01-05 13:57:44 -08:00 |
|
Eggbertx
|
9ca424f4da
|
Ad test for pre2021 ban migration and start adding implementation
|
2025-01-03 23:21:16 -08:00 |
|
Eggbertx
|
ee0b91059f
|
Add pre-2021 post upload migration
|
2025-01-03 22:01:16 -08:00 |
|
Eggbertx
|
95460e91d6
|
Add thread post migration for pre2021
|
2025-01-02 23:15:23 -08:00 |
|
Eggbertx
|
0dcffa06df
|
Make createThread function public
|
2025-01-02 21:31:41 -08:00 |
|
Eggbertx
|
2e91aeb0a4
|
Merge branch 'master' into pre2021-migration-update
|
2024-12-31 16:30:53 -08:00 |
|
Eggbertx
|
0d0aca83af
|
Add gcsql.GetSectionFromName and start overhaul of pre2021 migration
|
2024-12-31 15:36:20 -08:00 |
|
o.nihilist
|
6b5498cb7a
|
Footer & Header Templates Tests
|
2024-12-31 09:40:29 +01:00 |
|
o.nihilist
|
06321bb5fd
|
Footer & Header Templates Tests
|
2024-12-31 09:40:01 +01:00 |
|
Eggbertx
|
75d5b32cdc
|
Start working on making it possible to migrate old imageboard DB in place
|
2024-12-29 17:49:05 -08:00 |
|
Eggbertx
|
6b263ca48f
|
Replace ioutil with io and os, fix serverstatic_test.go tests
|
2024-12-25 14:43:57 -08:00 |
|
onihilist
|
cb1bda430b
|
deepsource fix
|
2024-12-24 08:32:46 +01:00 |
|
onihilist
|
9c538c8d10
|
Merge testutil fix & fix tests
|
2024-12-24 08:23:25 +01:00 |
|
onihilist
|
d22ca322a4
|
Merge github.com:gochan-org/gochan
|
2024-12-24 08:17:49 +01:00 |
|
Eggbertx
|
3794a44a10
|
Update expected results for consts.js tests
|
2024-12-23 16:47:46 -08:00 |
|
Eggbertx
|
64e1e6e15a
|
Fix PanicIfNotTest and GoToGochanRoot
|
2024-12-23 09:19:05 -08:00 |
|
Eggbertx
|
2b0a6a9d54
|
Call InitMinifier in canMinify in case it hasn't been called already elsewhere
|
2024-12-20 23:06:06 -08:00 |
|
Eggbertx
|
564fa19d17
|
Start adding stuff to update staff rank
|
2024-12-19 15:08:49 -08:00 |
|
onihilist
|
69e40f5cfb
|
Delete launch.json
|
2024-12-19 15:30:54 +01:00 |
|
onihilist
|
358a84c7e3
|
Small fix config.go
|
2024-12-19 15:23:16 +01:00 |
|
o.nihilist
|
5a20b34449
|
Merge branch 'master' into main
|
2024-12-19 15:19:49 +01:00 |
|
onihilist
|
0b3540a8ed
|
Add serverstatic_test.go + changed GetSystemCriticalConfig() type return
|
2024-12-19 15:16:11 +01:00 |
|
o.nihilist
|
3b8fcc2558
|
fix code smells for deepsource
|
2024-12-19 11:08:02 +01:00 |
|
onihilist
|
4ae2c564ae
|
fix code smells for deepsource
|
2024-12-19 11:06:57 +01:00 |
|