Eggbertx
|
a83dd4b49c
|
Update go module files
|
2022-03-20 17:32:44 -07:00 |
|
Eggbertx
|
9e82333c47
|
(re)add board creation related to issue #51
|
2022-01-16 13:30:33 -08:00 |
|
Eggbertx
|
e853ef205e
|
Add basic pre2021 sql file for migration testing
|
2021-06-24 11:27:51 -07:00 |
|
Eggbertx
|
6b7ef77185
|
Move javascript files to html/js/ for smaller html files
Also add credit to other Gochan developers in LICENSE
|
2021-04-24 16:56:34 -07:00 |
|
Eggbertx
|
d94d79a7d1
|
Replace gcutil shims with calls to gcutil functions
|
2021-04-21 17:03:00 -07:00 |
|
Eggbertx
|
2382b30af1
|
Move minifier functions to serverutil package
gcutil should only be used for stuff that doesn't require configuration
|
2021-03-25 14:42:46 -07:00 |
|
Eggbertx
|
59b7a10883
|
Increase opacity on Photon topbar, add pkg updates
Seems kinda overkill for a slight css change but it makes it clearer
|
2021-03-22 10:00:26 -07:00 |
|
Eggbertx
|
cb7913398c
|
Make config loading more flexible and powerful
Improve value validation, allow for defaults and set critical fields
|
2021-03-02 17:42:07 -08:00 |
|
Eggbertx
|
f9756bf55e
|
Change default gochan installation prefix path to /usr instead of /usr/local
|
2021-02-22 15:05:16 -08:00 |
|
Eggbertx
|
83d098aa68
|
Fix build script not actually exiting if build fails
|
2021-02-04 11:44:19 -08:00 |
|
Eggbertx
|
2e99788426
|
Finish build.py
Also remove powershell script, modify bootstrap script to use build.py
|
2020-11-04 20:11:51 -08:00 |
|
Eggbertx
|
485ed84bac
|
Add build.py to eventually replace build.ps1 and Makefile
TODO: add installation code and update README.md
|
2020-10-23 19:13:06 -07:00 |
|
Eggbertx
|
cd0ffb4f1f
|
Add HTTP support to the vagrant VM
|
2020-10-11 14:59:06 -07:00 |
|
Eggbertx
|
cba60dc06b
|
Clean up /manage handler, refer to manage functions as actions
|
2020-10-10 16:17:36 -07:00 |
|
Eggbertx
|
556a0e92f7
|
Update backend and frontend dependencies
|
2020-10-08 18:08:14 -07:00 |
|
Eggbertx
|
e375750e97
|
Replace strings.ReplaceAll with strings.Replace for compatibility
|
2020-07-27 18:19:56 -07:00 |
|
Eggbertx
|
ba1f49a47c
|
Fix broken thumbnail expansion in frontend refactor
Also remove unnecessary error logging in manage.GetStaffRank
|
2020-07-08 22:46:05 -07:00 |
|
Eggbertx
|
d51506b2f3
|
Make gcsql.GetCompleteDatabaseVersion return an int flag instead of a bunch of booleans
Also isolate SQL host address if it is encased in tcp()
|
2020-06-16 13:31:47 -07:00 |
|
Eggbertx
|
a69b6748c7
|
Remove SQLite support due to instability
|
2020-06-15 11:27:14 -07:00 |
|
Eggbertx
|
19466dd8eb
|
Properly log config issues if value isn't set and msg != ""
|
2020-05-09 09:26:54 -07:00 |
|
Eggbertx
|
d1292bd9fe
|
refactor/reorganize gochan's source code into subpackages
Also use Go version 1.11 in vagrant for module support
|
2020-04-29 17:44:29 -07:00 |
|