summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* updated depsBen Morrison2019-05-212-4/+32
|
* apiEndpointHandler returning all users/statuses/mentions if no query presentBen Morrison2019-05-212-36/+27
|
* 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
* updated readmeBen Morrison2019-05-201-8/+22
|
* renamed files for clarityBen Morrison2019-05-204-242/+242
|
* streamlined error handling and misc minor fixesBen Morrison2019-05-203-93/+148
|
* error handling after http.Request.ParseForm()Ben Morrison2019-05-201-2/+7
|
* removing windows builds from travis due to beta statusBen Morrison2019-05-201-1/+0
|
* endpoint query function addedBen Morrison2019-05-206-13/+115
|
* middleware func to attach remote ip to contextBen Morrison2019-05-204-12/+79
|
* updated readmeBen Morrison2019-05-191-0/+6
|
* updated template and adjusted stylingBen Morrison2019-05-192-14/+19
|
* appveyor removed for nowBen Morrison2019-05-171-20/+0
|
* trying new appveyor confBen Morrison2019-05-171-6/+0
|
* trying new appveyor confBen Morrison2019-05-171-2/+13
|
* adding appveyor for windows CIBen Morrison2019-05-171-3/+1
|
* adding appveyor for windows CIBen Morrison2019-05-171-2/+1
|
* adding appveyor for windows CIBen Morrison2019-05-171-1/+0
|
* adding appveyor for windows CIBen Morrison2019-05-171-0/+19
|
* allowing underscore and hyphen in users/tagsBen Morrison2019-05-141-2/+2
|
* rewrote travis configBen Morrison2019-05-141-7/+6
|
* rewrote travis configBen Morrison2019-05-141-1/+2
|
* rewrote travis configBen Morrison2019-05-141-9/+9
|
* expanded travis configBen Morrison2019-05-141-0/+7
|
* updated travis build badgeBen Morrison2019-05-141-1/+1
|
* moved registry library to separate repoBen Morrison2019-05-146-890/+0
|
* ignoring local assetsBen Morrison2019-05-141-0/+1
|
* initialized new go module for registry libraryBen Morrison2019-05-146-3/+685
|
* fleshing out Indexer interfaceBen Morrison2019-05-143-20/+46
|
* exported Data struct fieldsBen Morrison2019-05-143-12/+15
|
* moved query functions to own file, made SortByTime query-agnosticBen Morrison2019-05-143-92/+98
|
* package cache renamed to package registryBen Morrison2019-05-142-2/+2
|
* mutex RLocks and a bug in FindTagBen Morrison2019-05-141-3/+10
|
* tentatively finished QueryTag and associated functionsBen Morrison2019-05-142-6/+63
|
* tentatively finished QueryUser functionBen Morrison2019-05-142-5/+36
|
* partially finished QueryUser() method. still needs sorting before returnBen Morrison2019-05-141-0/+23
|
* recording user addition date in time.Time and RFC3339Ben Morrison2019-05-132-4/+15
|
* 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-136-22/+123
|
* skeleton template for indexBen Morrison2019-05-131-0/+13
|
* serving css virtually instead of directlyBen Morrison2019-05-135-9/+75
|
* comment on handler testsBen Morrison2019-05-131-0/+2
|
* separating cache into its own libraryBen Morrison2019-05-133-2/+46
|
* fixed viper config parsing resulting in build errorsBen Morrison2019-05-133-3/+18
|
* removed unneeded config valuesBen Morrison2019-05-132-2/+6
| | | | added config options
* help messageBen Morrison2019-05-131-1/+2
|
* changing flagsBen Morrison2019-05-131-8/+14
|
* handling viper error when binding to pflagsBen Morrison2019-05-131-1/+3
|