aboutsummaryrefslogtreecommitdiff
path: root/forged (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use oklch colorsRunxi Yu8 days1-22/+22
|
* Start doing the group index page...Runxi Yu2025-08-184-12/+46
|
* Make logging in workRunxi Yu2025-08-186-5/+165
|
* Rename globalData to globalRunxi Yu2025-08-189-28/+28
|
* Make the index page workRunxi Yu2025-08-1818-56/+173
|
* Move sql to inside forgedRunxi Yu2025-08-183-0/+267
|
* Add template renderingRunxi Yu2025-08-186-19/+109
|
* Add templates and static paths to the web configRunxi Yu2025-08-181-0/+2
|
* Add sqlcRunxi Yu2025-08-181-0/+1
|
* Move more stub handlers to handlers/Runxi Yu2025-08-177-56/+90
|
* Move all config typedefs to config.goRunxi Yu2025-08-1712-51/+56
|
* Refactor handlers structure and add BaseDataRunxi Yu2025-08-176-85/+178
|
* gofumptRunxi Yu2025-08-172-4/+11
|
* Routing fixesRunxi Yu2025-08-171-3/+12
|
* Unspaghetti the handlerRunxi Yu2025-08-175-4/+442
|
* Split the handler upRunxi Yu2025-08-172-5/+8
|
* License cleanupRunxi Yu2025-08-176-2/+263
|
* Fix incoming's calls to misc.Listen*Runxi Yu2025-08-174-4/+4
|
* Lint miscRunxi Yu2025-08-175-52/+15
|
* Lint databaseRunxi Yu2025-08-171-0/+4
|
* Lint configRunxi Yu2025-08-171-3/+10
|
* Lint ipcRunxi Yu2025-08-179-30/+57
|
* LintingRunxi Yu2025-08-176-21/+41
|
* TidyingRunxi Yu2025-08-174-11/+13
|
* golangci-lintRunxi Yu2025-08-171-26/+12
|
* Fix some importsRunxi Yu2025-08-174-41/+41
|
* A few other context fixesRunxi Yu2025-08-175-70/+55
|
* Add shutdown timeoutsRunxi Yu2025-08-172-36/+45
|
* Fix a few other goroutine leaks with contextsRunxi Yu2025-08-175-29/+35
|
* Fix potential goroutine leak from multi-serverpart errorsRunxi Yu2025-08-171-4/+28
|
* Context fixesRunxi Yu2025-08-176-26/+77
|
* Add some stubsRunxi Yu2025-08-176-26/+149
|
* Some mass renamingRunxi Yu2025-08-1752-102/+129
|
* Remove HTML templates from main serverRunxi Yu2025-08-171-5/+3
|
* Remove storeRunxi Yu2025-08-172-5/+0
|
* RefactoringRunxi Yu2025-08-147-22/+190
|
* Revamp placement of package docstringsRunxi Yu2025-08-138-15/+21
|
* Config placement adjustmentsRunxi Yu2025-08-135-0/+111
|
* Remove the messRunxi Yu2025-08-1250-4119/+0
|
* Remove forge-specific functions from miscRunxi Yu2025-08-121-37/+0
|
* Fix selection box text colorRunxi Yu2025-08-121-0/+1
|
* Increase text decoration brightnessRunxi Yu2025-08-121-1/+1
|
* Sticky footerRunxi Yu2025-08-1220-787/+841
|
* Remove hr and forge name footer from error page templatesRunxi Yu2025-08-127-14/+0
|
* Update linter settingsRunxi Yu2025-08-121-3/+3
|
* http upload pack: Decode compressed bodiesv0.1.55Runxi Yu2025-08-101-5/+42
|
* http upload pack: Attempt to fix deadlockRunxi Yu2025-08-101-32/+3
|
* http upload pack: Don't mix stderr to stdoutRunxi Yu2025-08-101-1/+6
|
* Makefile: Remove source tarball generationRunxi Yu2025-08-103-5/+3
|
* forged/cmd/forge -> forgedv0.1.46Runxi Yu2025-05-111-0/+0
| | | | | We're already separating everything related to the main forge daemon in forged/ so the cmd structure is just a bit redundant at this point.