Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -119/+0 |
| | |||||
* | cli flags for db path/type, assets dir. systemd unit file. makefile. | Ben Morrison | 2019-06-05 | 1 | -1/+0 |
| | |||||
* | explicit method enumeration and page query value | Ben Morrison | 2019-06-03 | 1 | -12/+28 |
| | |||||
* | bugfix: more incorrectly logged errors | Ben Morrison | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | comments edited | Ben Morrison | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | removed extraneous comments | Ben Morrison | 2019-05-27 | 1 | -4/+2 |
| | |||||
* | configuration init changes | Ben Morrison | 2019-05-23 | 1 | -3/+3 |
| | |||||
* | tuning query handling | Ben Morrison | 2019-05-22 | 1 | -1/+16 |
| | |||||
* | runtime bugs related to api output | Ben Morrison | 2019-05-21 | 1 | -0/+1 |
| | |||||
* | rename closeLog channel | Ben Morrison | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | added cache update / db push intervals to conf; | Ben Morrison | 2019-05-21 | 1 | -3/+3 |
| | | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache | ||||
* | endpoint query function added | Ben Morrison | 2019-05-20 | 1 | -7/+9 |
| | |||||
* | middleware func to attach remote ip to context | Ben Morrison | 2019-05-20 | 1 | -1/+7 |
| | |||||
* | allowing underscore and hyphen in users/tags | Ben Morrison | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | serving css virtually instead of directly | Ben Morrison | 2019-05-13 | 1 | -0/+3 |
| | |||||
* | redundant path removed. comments added. | Ben Morrison | 2019-05-13 | 1 | -3/+5 |
| | |||||
* | watching for ^C. added comments. | Ben Morrison | 2019-05-13 | 1 | -2/+12 |
| | |||||
* | reorganized handlers. StrictSlash(true). handling POST /api/plain/users for ↵ | Ben Morrison | 2019-05-12 | 1 | -9/+25 |
| | | | | new users | ||||
* | added stdoutLogging bool and related configuration | Ben Morrison | 2019-05-12 | 1 | -1/+0 |
| | |||||
* | commented some | Ben Morrison | 2019-05-12 | 1 | -1/+9 |
| | |||||
* | config fleshed out; using viper+pflag | Ben Morrison | 2019-05-12 | 1 | -3/+4 |
| | |||||
* | query vars to endpoint in routing | Ben Morrison | 2019-05-11 | 1 | -1/+3 |
| | |||||
* | more graceful routing of http requests | Ben Morrison | 2019-05-11 | 1 | -8/+23 |
| | |||||
* | skeleton handlers responding | Ben Morrison | 2019-05-11 | 1 | -6/+8 |
| | |||||
* | stubbed out handlers | Ben Morrison | 2019-05-11 | 1 | -2/+8 |
| | |||||
* | gzipped responses | Ben Morrison | 2019-05-11 | 1 | -2/+6 |
| | |||||
* | reorg | Ben Morrison | 2019-05-11 | 1 | -1/+1 |
| | |||||
* | change port for unprivileged binds | Ben Morrison | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | building the skeleton | Ben Morrison | 2019-05-10 | 1 | -0/+14 |