Eggbertx
|
aba2c68221
|
Use h1 instead of div for lightbox title, footer element instead of div#footer
|
2025-02-18 12:59:20 -08:00 |
|
Eggbertx
|
9bdf9d58d9
|
Update NPM packages
|
2025-02-18 12:34:51 -08:00 |
|
Eggbertx
|
e0ee76bce1
|
Add Lua tests for url module provider
|
2025-02-18 11:56:09 -08:00 |
|
Eggbertx
|
5a7695e98f
|
Fixed referer checking, added more testing for server and serverutil packages
|
2025-02-10 21:41:21 -08:00 |
|
Eggbertx
|
d61e3c62c2
|
Before showing delete lightbox, check if it was just the file
|
2025-02-09 17:53:08 -08:00 |
|
Eggbertx
|
dfb9fc045c
|
Add dice roll styling
|
2025-02-09 17:45:43 -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
|
c944df2da1
|
Add cover flag and Go plugin building to Go workflow
|
2025-02-07 23:19:35 -08:00 |
|
Eggbertx
|
4a9acae8a8
|
Create go.yml
|
2025-02-07 23:07:08 -08:00 |
|
Eggbertx
|
f1a0e123f6
|
Remove unused parameters in message formatter init function
|
2025-02-07 23:01:20 -08:00 |
|
Eggbertx
|
e6afeeaf5b
|
Add smooth hide block toggling, and the option to disable it
|
2025-02-07 23:00:34 -08:00 |
|
Eggbertx
|
eb59ef1f1e
|
Add hide block open/close animations
|
2025-02-07 22:36:24 -08:00 |
|
Eggbertx
|
83c82cba41
|
Fix bunkerchan dropdown colors
|
2025-02-07 16:56:29 -08:00 |
|
Eggbertx
|
21a05e5d25
|
Add hidden block toggling button
|
2025-02-07 16:35:12 -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
|
cbd1dd8a99
|
Start changing migrating to have "in-place" migration rename boards to be recreated and populated
|
2025-02-02 15:26:33 -08:00 |
|
Eggbertx
|
9298aa42c3
|
Return error if section doesn't exist while updating
|
2025-02-02 15:07:47 -08:00 |
|
Eggbertx
|
fcb61cac57
|
Use separate function to validate pre2021 migration results
|
2025-01-26 22:35:35 -08:00 |
|
Eggbertx
|
2f39e9d7cc
|
Add tests for announcement migration
|
2025-01-26 17:12:23 -08:00 |
|
Eggbertx
|
5c4e200631
|
Implement in-place announcement migration
|
2025-01-26 17:01:27 -08:00 |
|
Eggbertx
|
d3c985bd50
|
Implement staff and ban migration in place, and the respective tests
|
2025-01-26 16:24:45 -08:00 |
|
Eggbertx
|
f0f0f055da
|
Add post migration in place
|
2025-01-25 17:46:55 -08:00 |
|
Eggbertx
|
cec68cb29b
|
Implement in-place board migration
|
2025-01-25 13:34:33 -08:00 |
|
Eggbertx
|
12350cc33f
|
Add warning when migrating a SQLite database in-place
|
2025-01-25 13:01:52 -08:00 |
|
Eggbertx
|
65d4dee673
|
Add alter statements for in-place board migration
|
2025-01-25 11:41:26 -08:00 |
|
Eggbertx
|
5a8a74b7ed
|
Merge branch 'master' into pre2021-migration-update
|
2025-01-24 16:37:35 -08:00 |
|
Eggbertx
|
d48cec2f2b
|
More CSS style adjustments
|
2025-01-19 23:49:01 -08:00 |
|
Eggbertx
|
3dc6f3494e
|
Adjust theme colors
|
2025-01-19 22:40:13 -08:00 |
|
Eggbertx
|
baa4a10389
|
Add option to increase line height
|
2025-01-19 21:16:16 -08:00 |
|
Eggbertx
|
e2b5883e51
|
Start implementing in-place migration for pre2021
|
2025-01-19 15:04:03 -08:00 |
|
Eggbertx
|
1463bbaa63
|
Update post handler, use EnableCyclicThreads instead of CyclicThreadNumPosts for validation
|
2025-01-19 12:27:24 -08:00 |
|
Eggbertx
|
07cf2e58bc
|
Add clarification to failing cyclic test message
|
2025-01-19 12:18:05 -08:00 |
|
Eggbertx
|
88f645e017
|
Fix Selenium cyclic thread test
|
2025-01-19 12:12:31 -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
|
3c33792284
|
Add cyclic thread Selenium test
|
2025-01-19 11:41:11 -08:00 |
|
Eggbertx
|
72afa2ac83
|
Hide options box if cyclical threads aren't enabled
|
2025-01-18 12:58:03 -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 |
|