summary refs log tree commit diff stats
path: root/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* ?page=N query addedBen Morrison2019-06-031-0/+40
* 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
* 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
* 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 with...Ben Morrison2019-05-201-5/+10
* removing check for zero bytes written to http.ResponseWriter - handling later...Ben Morrison2019-05-201-8/+8
* 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 n...Ben Morrison2019-05-121-0/+14
* 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
08 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424