Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tuning query handling | Ben Morrison | 2019-05-22 | 1 | -9/+4 |
| | |||||
* | tuning query handling | Ben Morrison | 2019-05-22 | 1 | -8/+33 |
| | |||||
* | runtime bugs related to api output | Ben Morrison | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | added cache update / db push intervals to conf; | Ben Morrison | 2019-05-21 | 1 | -0/+2 |
| | | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache | ||||
* | fleshed out POST handler, added remote registry list | Ben Morrison | 2019-05-21 | 1 | -14/+1 |
| | |||||
* | apiEndpointHandler returning all users/statuses/mentions if no query present | Ben Morrison | 2019-05-21 | 1 | -36/+21 |
| | |||||
* | apiTagsBaseHandler returning all statuses with '#' - return all statuses ↵ | Ben Morrison | 2019-05-20 | 1 | -5/+10 |
| | | | | with tags. will debug later | ||||
* | removing check for zero bytes written to http.ResponseWriter - handling ↵ | Ben Morrison | 2019-05-20 | 1 | -8/+8 |
| | | | | later case-by-case | ||||
* | renamed files for clarity | Ben Morrison | 2019-05-20 | 1 | -0/+209 |
| | |||||
* | middleware func to attach remote ip to context | Ben Morrison | 2019-05-20 | 1 | -159/+0 |
| | |||||
* | commented indexHandler | Ben Morrison | 2019-05-13 | 1 | -5/+14 |
| | |||||
* | send etag for index. sha256 of template mod time. | Ben Morrison | 2019-05-13 | 1 | -1/+8 |
| | |||||
* | template initialization added | Ben Morrison | 2019-05-13 | 1 | -3/+5 |
| | |||||
* | serving css virtually instead of directly | Ben Morrison | 2019-05-13 | 1 | -7/+42 |
| | |||||
* | staticcheck warning fixed | Ben Morrison | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | more stubbed tests | Ben Morrison | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | reorganized handlers. StrictSlash(true). handling POST /api/plain/users for ↵ | Ben Morrison | 2019-05-12 | 1 | -0/+14 |
| | | | | new users | ||||
* | commenting early | Ben Morrison | 2019-05-11 | 1 | -8/+19 |
| | |||||
* | skeleton handlers responding | Ben Morrison | 2019-05-11 | 1 | -1/+41 |
| | |||||
* | stubbed out handlers | Ben Morrison | 2019-05-11 | 1 | -13/+17 |
| | |||||
* | reorg | Ben Morrison | 2019-05-11 | 1 | -3/+2 |
| | |||||
* | building the skeleton | Ben Morrison | 2019-05-10 | 1 | -0/+38 |