summary refs log tree commit diff stats
path: root/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* 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
anti/profani-tty/blame/tests/functionaltests/test_roster.c?id=fceec61a2c5cc323b4f7c1a8b4ffbe01b458c781'>^
7f98e013 ^


f9a7e350 ^










7f98e013 ^
f9a7e350 ^






7f98e013 ^


f9a7e350 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113