Commit Graph

259 Commits

Author SHA1 Message Date
Eliot Whalan
9194c440ae Force raw to be text/plain 2016-07-09 14:40:48 +10:00
Eliot Whalan
005cdfac12 Force raw to be plain/text 2016-07-09 14:26:01 +10:00
Eliot Whalan
58052b5a9f More comments, rename package to main and roothandler 2016-07-04 14:17:17 +10:00
Eliot Whalan
676fac4b2e Document more code 2016-07-04 12:52:23 +10:00
Eliot Whalan
ef58257857 Update readme 2016-07-04 12:33:43 +10:00
Eliot Whalan
2b856ba39c Fix up golint errors 2016-07-04 12:31:01 +10:00
Eliot Whalan
24bb024c18 Fix up golint errors 2016-07-04 12:29:59 +10:00
Eliot Whalan
3e92d60ad1 Reduce code for handling titles 2016-07-04 10:38:12 +10:00
Eliot Whalan
55fc7e2e9c Start writing documentation 2016-07-04 10:19:57 +10:00
Eliot Whalan
7a8cd0d657 Rename package to pastebin 2016-07-04 10:06:47 +10:00
Eliot Whalan
54c3d864e8 Rename main.go to pastebin.go 2016-07-04 10:06:24 +10:00
Eliot Whalan
34b1065736 Reduce code for lang 2016-07-04 10:04:37 +10:00
Eliot Whalan
9d97f561c2 Change db.close to defer db.close 2016-07-04 10:03:22 +10:00
Eliot Whalan
cf42af990a Save function return response struct 2016-07-04 10:02:06 +10:00
Eliot Whalan
d87b462b1d Create paste duratation function 2016-07-04 09:59:31 +10:00
Eliot Whalan
b5ece561b5 Merge pull request #1 from felixonmars/patch-1
Add missing name for paste body field on clone page
2016-06-30 07:47:37 +10:00
Felix Yan
6b18baf7c6 Add missing name for paste body field on clone page
The `name="p"` part is present in index but not the clone page. Without the change I am getting "Empty paste" when submitting any paste from the clone page.
2016-06-29 11:12:06 -05:00
Eliot Whalan
0c252c3c4b Revert "Fix up css for syntax page"
This reverts commit 5afb1564ce.
2016-06-28 22:54:41 +10:00
Eliot Whalan
9fa1fa73fe Revert "Try again"
This reverts commit 7658c76460.
2016-06-28 22:54:34 +10:00
Eliot Whalan
69c66a7557 Try again 2016-06-28 22:53:35 +10:00
Eliot Whalan
3ff9dd740d Fix up css for syntax page 2016-06-28 22:51:33 +10:00
Eliot Whalan
032f910981 Fixup missing variable name 2016-06-28 10:56:44 +10:00
Eliot Whalan
45f160e1f1 Improve variable names 2016-06-28 08:10:20 +10:00
Eliot Whalan
8796dfe73b Make id and delkey required for sql query 2016-06-28 08:07:55 +10:00
Eliot Whalan
f45c5396b7 Remove setup function call 2016-06-27 08:11:24 +10:00
Eliot Whalan
73bbfb2f14 Revert "Only open db once"
This reverts commit c698f36a86.
2016-06-27 08:09:34 +10:00
Eliot Whalan
91782a7ef5 Fix incorrect db 2016-06-27 07:51:00 +10:00
Eliot Whalan
98eef33af3 Call setup function in main 2016-06-27 07:47:42 +10:00
Eliot Whalan
9cc646db7a Only open db once 2016-06-27 07:46:58 +10:00
Eliot Whalan
219a870162 Let mysql to more searching 2016-06-26 21:16:14 +10:00
Eliot Whalan
a1d4ee2287 Let sql do the searching 2016-06-26 21:14:12 +10:00
Eliot Whalan
672ce0d77a Fix up padding 2016-06-26 18:18:14 +10:00
Eliot Whalan
2ea5a9d7bc Remove guess language option 2016-06-26 06:51:34 +10:00
Eliot Whalan
a2a9504e46 Fix lack of title on syntax page 2016-06-26 06:45:54 +10:00
Eliot Whalan
849b081fb8 Try 20 years for 'forever expiry' 2016-06-25 09:02:31 +10:00
Eliot Whalan
5603204373 Fix up expiry math 2016-06-25 08:56:25 +10:00
Eliot Whalan
d3083a96dc Add ghetto expiry fix 2016-06-25 08:53:34 +10:00
Eliot Whalan
b1e5e8203e Fix up expiry 2016-06-25 08:49:34 +10:00
Eliot Whalan
eb13a51303 Add some temps prints for debugging 2016-06-25 08:40:51 +10:00
Eliot Whalan
985565b348 Remove unneed expiry query from save function 2016-06-25 08:38:58 +10:00
Eliot Whalan
30f4ff1275 Add expiry checking 2016-06-25 08:33:56 +10:00
Eliot Whalan
4d8ef07f48 Add expiry input 2016-06-25 08:24:56 +10:00
Eliot Whalan
22c61cdcef Begin testing expiry 2016-06-25 08:18:02 +10:00
Eliot Whalan
7dd331178d Add expiry table 2016-06-25 08:17:02 +10:00
Eliot Whalan
d17154b353 Add expiryTime to sql query 2016-06-25 08:16:03 +10:00
Eliot Whalan
63dff38c3c Start expiry addition 2016-06-25 08:13:36 +10:00
Eliot Whalan
6420d7dfed Remove unneeded check 2016-06-24 17:13:56 +10:00
Eliot Whalan
79f53f9adc Add missing comma 2016-06-24 17:12:32 +10:00
Eliot Whalan
746a08a56a Fix up array error 2016-06-24 17:11:49 +10:00
Eliot Whalan
f80d779b28 Make pages adjust automatically 2016-06-24 16:50:51 +10:00