summary refs log tree commit diff stats
path: root/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* 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