summary refs log tree commit diff stats
path: root/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* comments editedBen Morrison2019-05-281-1/+1
|
* removed extraneous commentsBen Morrison2019-05-271-2/+1
|
* simplified indexHandler to reference staticCacheBen Morrison2019-05-261-14/+11
| | | | sending ETag with all GET responses: sha256 of raw bytes
* caching some static assetsBen Morrison2019-05-231-20/+4
|
* configuration init changesBen Morrison2019-05-231-2/+2
|
* tuning query handlingBen Morrison2019-05-221-9/+4
|
* tuning query handlingBen Morrison2019-05-221-8/+33
|
* runtime bugs related to api outputBen Morrison2019-05-211-1/+1
|
* added cache update / db push intervals to conf;Ben Morrison2019-05-211-0/+2
| | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache
* fleshed out POST handler, added remote registry listBen Morrison2019-05-211-14/+1
|
* apiEndpointHandler returning all users/statuses/mentions if no query presentBen Morrison2019-05-211-36/+21
|
* apiTagsBaseHandler returning all statuses with '#' - return all statuses ↵Ben Morrison2019-05-201-5/+10
| | | | with tags. will debug later
* removing check for zero bytes written to http.ResponseWriter - handling ↵Ben Morrison2019-05-201-8/+8
| | | | later case-by-case
* renamed files for clarityBen Morrison2019-05-201-0/+209
|
* middleware func to attach remote ip to contextBen Morrison2019-05-201-159/+0
|
* commented indexHandlerBen Morrison2019-05-131-5/+14
|
* send etag for index. sha256 of template mod time.Ben Morrison2019-05-131-1/+8
|
* template initialization addedBen Morrison2019-05-131-3/+5
|
* serving css virtually instead of directlyBen Morrison2019-05-131-7/+42
|
* staticcheck warning fixedBen Morrison2019-05-131-2/+2
|
* more stubbed testsBen Morrison2019-05-131-1/+1
|
* reorganized handlers. StrictSlash(true). handling POST /api/plain/users for ↵Ben Morrison2019-05-121-0/+14
| | | | new users
* commenting earlyBen Morrison2019-05-111-8/+19
|
* skeleton handlers respondingBen Morrison2019-05-111-1/+41
|
* stubbed out handlersBen Morrison2019-05-111-13/+17
|
* reorgBen Morrison2019-05-111-3/+2
|
* building the skeletonBen Morrison2019-05-101-0/+38