1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-14 20:36:23 -07:00
Commit graph

1825 commits

Author SHA1 Message Date
Eggbertx
afe14e8904 Fix spacing in config.md 2025-03-02 17:25:31 -08:00
Eggbertx
7ffd712354
Merge pull request #117 from gochan-org/update-config-docs
Auto-update config.md
2025-03-03 01:19:49 +00:00
Eggbertx
54f29d2a45 Automatically update configuration documentation 2025-03-03 01:18:57 +00:00
Eggbertx
b9ca2dd8e7 Finish adding documentation comments for config struct fields 2025-03-02 17:18:34 -08:00
Eggbertx
716a53728a
Merge pull request #116 from gochan-org/update-config-docs
Auto-update config.md
2025-03-03 01:02:37 +00:00
Eggbertx
d92341e435 Automatically update configuration documentation 2025-03-03 01:00:21 +00:00
Eggbertx
cd82fba22f Add PostConfig documentation 2025-03-02 16:59:56 -08:00
Eggbertx
ea3060b4cf Move gochan-cfgdoc out of the gochan repo when cloning it 2025-03-02 16:57:31 -08:00
Eggbertx
173546b401 Add more documentation (and test documentation updater) 2025-03-02 16:53:29 -08:00
Eggbertx
ecd73b92b0 Added logging to check step 2025-03-02 16:49:55 -08:00
Eggbertx
94501850e5 Add update-docs.yml 2025-03-02 16:46:43 -08:00
Eggbertx
46b638feca Move documentation generator to a separate repo 2025-03-02 15:19:20 -08:00
Eggbertx
1df4fb2efc Add board cooldowns doc comments, clean up geoip comments, and (almost) finish implementing gochan-gendoc 2025-03-02 14:48:12 -08:00
Eggbertx
caaeef2942 Don't fail a test if the current directory is /vagrant (assumed to be testing in a VM) 2025-03-02 13:41:12 -08:00
Eggbertx
e4d2b51456 Make the deprecated fields ListenIP and SiteDomain empty if they are used as an alias 2025-03-02 12:57:22 -08:00
Eggbertx
94f2deadec Add more comments to config struct fields, rename ListenIP to ListenAddress and SiteDomain to SiteHost, since they are more accurate. 2025-03-02 12:44:42 -08:00
Eggbertx
f27deaad34 Start adding more config struct field comments for documentation 2025-02-26 00:53:06 -08:00
Eggbertx
1df8f289eb re-add documentation generator 2025-02-26 00:19:50 -08:00
Eggbertx
46a692767c Validate updated rank value 2025-02-25 22:55:25 -08:00
Eggbertx
b2c5a2d737 Clean up staff edit page 2025-02-25 22:47:42 -08:00
Eggbertx
2993d6daae Close a topbar dropdown menu (if opened) when anything in the body is clicked 2025-02-25 22:06:56 -08:00
Eggbertx
db99e146e4 Prevent autocomplete on staff management page 2025-02-25 20:02:50 -08:00
Eggbertx
c5aa7a438d Merge branch 'master' into staff-rank-update 2025-02-24 17:28:09 -08:00
Eggbertx
1339f58a66 Add defer to gochan.js script tag, add option to open external links in new tab 2025-02-22 11:35:03 -08:00
Eggbertx
41fa1f6280 Migrate SCSS, replace usage of @import with @use
https://sass-lang.com/documentation/breaking-changes/import/
2025-02-22 10:41:54 -08:00
Eggbertx
0ec52bfdf1 Improve dice roll parsing 2025-02-19 17:10:57 -08:00
Eggbertx
282f32c88d Bump build version for v4.1 release 2025-02-18 20:49:43 -08:00
Eggbertx
0244811a7f Fix more deepsource issues 2025-02-18 20:33:33 -08:00
Eggbertx
74d592ef21
Merge pull request #115 from gochan-org/deepsource-autofix-15f1b8b6
refactor: fix unused method receiver
2025-02-18 20:06:45 -08:00
deepsource-autofix[bot]
39fdc0566f
refactor: fix unused method receiver
Methods with unused receivers can be a symptom of unfinished refactoring or a bug. To keep 
the same method signature, omit the receiver name or '_' as it is unused.
2025-02-19 04:05:57 +00:00
Eggbertx
60cd1c7bc3
Merge pull request #114 from gochan-org/deepsource-autofix-c4f08c54
refactor: unused parameter should be replaced by underscore
2025-02-18 20:00:11 -08:00
deepsource-autofix[bot]
c842ca53f5
refactor: unused parameter should be replaced by underscore
Unused parameters in functions or methods should be replaced with `_`
(underscore) or removed.
2025-02-19 03:57:55 +00:00
Eggbertx
74f9e415b4 Fix deepsource issues 2025-02-18 19:50:41 -08:00
Eggbertx
5ae229d61e Add LoadPlugins test 2025-02-18 13:16:07 -08:00
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