Commit Graph

  • bec9b9a3f7 redir: Redirect tables Matthew Holt 2015-07-24 12:46:03 -0600
  • bf47951f3a Merge pull request #196 from evermax/master Matt Holt 2015-07-25 15:15:51 -0600
  • 604c8abb59 Remove debug line, add file name as default title Maxime 2015-07-25 22:39:13 +0200
  • ef4a4b0ab8 Removed attribute not needed. Maxime 2015-07-24 22:17:14 +0200
  • 24bdb433c9 Changed .Var to .Doc in Markdown templates Put the title into the .Doc variables as well. Changed the test template file to use new names. Maxime 2015-07-24 22:14:05 +0200
  • 6006de5795 Update change list Matthew Holt 2015-07-24 10:27:14 -0600
  • a578c43810 browse: Add txt files to list of default files Matthew Holt 2015-07-24 10:27:03 -0600
  • 74b758034e redir: Allows replacements; defaults to exact match redirects Matthew Holt 2015-07-24 10:15:48 -0600
  • 04571ff393 NewReplacer takes third argument for empty value string Matthew Holt 2015-07-24 10:11:34 -0600
  • 7adff28aa9 Merge pull request #198 from pyed/sort Matt Holt 2015-07-23 11:06:56 -0600
  • 1589129ea1 Save sorting preferences as cookies pyed 2015-07-22 09:49:16 +0300
  • 97dcc79a7f Remove undesired committed debug logs Maxime 2015-07-23 11:53:15 +0200
  • bc2feece4b Moved test files to testdata folder. Changed the tests accordingly. Maxime 2015-07-23 09:35:46 +0200
  • 1f17895b12 Merge pull request #197 from Karthic-Hackintosh/master Matt Holt 2015-07-22 23:25:04 -0600
  • 665f24d85f initial test for config/setup/fastcgi.go Karthic Rao 2015-07-23 10:27:42 +0530
  • 2df30d186e Added a test on markdown for the default template Maxime 2015-07-21 17:45:32 +0200
  • 6451e10d3e Add context to markdown template Created a struct containing middleware.Context, Title, Markdown and the variables from the user to use to render the template. The title now can be accessed via {{.Title}}. The variables can now be accessed via {{.Var.myVariableName}}. Maxime 2015-07-21 07:58:34 +0200
  • d222a9e9f2 Merge pull request #192 from netmml/patch-2 Matt Holt 2015-07-19 23:13:49 -0600
  • d7a1c86be4 Merge 81eb7dbb26 into 00997db5ae Viacheslav Biriukov 2015-07-19 12:08:01 +0000
  • 00997db5ae markdown: Fix large markdown files that got truncated Matthew Holt 2015-07-18 12:57:16 -0600
  • 2d5320c454 Added test for the browse directive Created sample files for the test Maxime 2015-07-18 11:37:05 +0200
  • 2fa6e278d2 Merge branch 'master' of https://github.com/mholt/caddy Maxime 2015-07-18 09:58:27 +0200
  • ef381fbb54 Update .travis.yml netmml 2015-07-18 03:37:22 -0400
  • a74b20f278 .zip for Win/Mac, .tar.gz for Linux/BSD Matthew Holt 2015-07-17 17:26:33 -0600
  • f536bc94b2 Added the Context to the browse directive Moved the Context type to middleware and exported it. Users can use .Include and others in browse directive templating Created test for the templates directive. Maxime 2015-07-17 20:07:24 +0200
  • 95140f948f version bump 0.7.3 v0.7.3 Matthew Holt 2015-07-15 09:52:47 -0600
  • afc540f6b7 Updated changes Matthew Holt 2015-07-15 09:36:34 -0600
  • fcf2622c26 Merge pull request #187 from evermax/master Matt Holt 2015-07-13 09:42:19 -0600
  • d9ebc5398a Changes regarding review Use path.Join and then check if the request had a slash at the end to place it again. Maxime 2015-07-12 21:22:15 +0200
  • eea68c34ad Changes regarding comment. Used http status code instead of a hardcoded value. Used url.Parse instead of url.ParseRequestURI, so that you can parse both absolute and relative URL. Maxime 2015-07-12 16:43:35 +0200
  • 8a2d0890a2 Changes regarding issue 180 The get parameters are now forwarded when redirected. Added some tests to validate this behavior. Maxime 2015-07-12 16:01:32 +0200
  • 1a82943db2 core: Simplify Server initializer Matthew Holt 2015-07-11 12:00:11 -0600
  • 3c36edec1f Merge pull request #185 from Karthic-Hackintosh/master Matt Holt 2015-07-11 10:39:52 -0600
  • 0f913e89db Merge pull request #183 from peterhellberg/extensions_tests Matt Holt 2015-07-11 10:38:42 -0600
  • ad4031bfad Merge 2b7ec1b023 into d3c229375c kraoadori 2015-07-10 19:18:15 +0000
  • 2b7ec1b023 Complete test coverage for config/setup/markdown.go Karthic Rao 2015-07-11 00:44:31 +0530
  • 33fa29fda0 extensions: Initial tests Peter Hellberg 2015-07-10 12:05:06 -0600
  • d3c229375c Fixed import command, added tests Matthew Holt 2015-07-07 22:38:48 -0600
  • c82d7c2dd2 templates: Better error handling for missing files Matthew Holt 2015-07-06 23:37:27 -0600
  • 553d76dab3 Merge pull request #179 from abiosoft/master Matt Holt 2015-07-05 23:46:30 -0600
  • d4f0ac2303 Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-07-06 06:43:02 +0100
  • 4588812d24 Gzip: Fix wildcard extension bug. Abiola Ibrahim 2015-07-06 06:36:48 +0100
  • 9467dbdd40 Fix errors tests Matthew Holt 2015-07-05 23:23:35 -0600
  • 68c416e414 gzip: Fix to allow wildcard extension Matthew Holt 2015-07-05 23:23:21 -0600
  • 71c4fdbc85 errors: Prepend timestamp to log entry Matthew Holt 2015-07-05 21:27:13 -0600
  • 7dbe42286d Merge pull request #174 from mholt/gzipfix Matt Holt 2015-07-05 23:19:51 -0600
  • b5579ca910 gzip: Remove mimes Matthew Holt 2015-07-03 18:13:30 -0600
  • cd2b255ae3 Merge pull request #177 from Karthic-Hackintosh/master Matt Holt 2015-07-03 13:29:53 -0600
  • 93f29a7598 preliminary test case for config/setup/markdown.go Karthic Rao 2015-07-03 10:03:22 +0530
  • 32ef35b952 gzip: Fix tests Matthew Holt 2015-07-01 19:05:31 -0600
  • abf22909f1 gzip: Make it gzip again Matthew Holt 2015-07-01 18:56:30 -0600
  • a86e16ddde That's a wrap; version 0.7.2 v0.7.2 Matthew Holt 2015-07-01 12:09:31 -0600
  • 263fa064cd Merge pull request #169 from abiosoft/master Matt Holt 2015-07-01 11:44:49 -0600
  • 915172e9ef templates: Close files after done including them Matthew Holt 2015-07-01 11:36:37 -0600
  • 4d066b7e30 ext: Only append extension if request is not for directory (fixes #173) Matthew Holt 2015-07-01 11:35:52 -0600
  • a7f0705bcf Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-07-01 14:01:45 +0100
  • 16f18bfeff Update change list Matthew Holt 2015-06-30 18:21:12 -0600
  • 7a42e60bcb templates: Support for nested include files Matthew Holt 2015-06-30 18:20:36 -0600
  • aecdecbdf8 Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-06-30 17:31:40 +0100
  • a790db134d Merge pull request #171 from bigtiger/patch-1 Matt Holt 2015-06-30 10:24:59 -0600
  • 75b77d508d Merge pull request #172 from abiosoft/fastcgi-fix Matt Holt 2015-06-30 10:23:49 -0600
  • 4240817a3a Fix for Issue 141: index not found, 502 Bad Gateway. Abiola Ibrahim 2015-06-30 11:54:50 +0100
  • 24307e85b7 Massage some verbiage Jim Remsik 2015-06-29 16:52:40 -0700
  • b030d0cf79 Merge remote-tracking branch 'upstream/master' Abiola Ibrahim 2015-06-29 09:16:59 +0100
  • b0d3a8e1b5 Merge pull request #170 from Karthic-Hackintosh/master Matt Holt 2015-06-28 10:00:33 -0600
  • 62456c1bed Complete test coverage for config/setup/templates.go Karthic Rao 2015-06-28 07:03:42 +0530
  • 3f1f6720ee Decouple git middleware from caddy core. Now available as an add-on at https://github.com/abiosoft/caddy-git. Abiola Ibrahim 2015-06-28 00:31:52 +0100
  • ab0cbf3e12 Updated change list Matthew Holt 2015-06-26 08:07:46 -0600
  • c12257a1a7 Merge pull request #168 from Karthic-Hackintosh/master Matt Holt 2015-06-26 16:23:39 -0600
  • e039577d66 export of variables undone Karthic Rao 2015-06-27 03:49:44 +0530
  • 9995466a18 Initial Test case for config/setup/templates.go Karthic Rao 2015-06-27 02:27:02 +0530
  • f424f450f2 Fix typo Matthew Holt 2015-06-25 08:54:49 -0600
  • 677f67db48 Merge pull request #166 from mholt/graceful-resolve Matt Holt 2015-06-25 08:18:41 -0600
  • 47d1f5eecf Removed tests that are not cross-platform compatible Matthew Holt 2015-06-23 22:13:29 -0600
  • d8391d6fbd core: Handle address lookup and bind errors more gracefully (fixes #136 and #164) Matthew Holt 2015-06-23 22:00:55 -0600
  • 640cd059ce Merge pull request #165 from Karthic-Hackintosh/master Matt Holt 2015-06-23 20:04:07 -0600
  • a78cea7d8a test for webSocketParse function in config/setup Karthic Rao 2015-06-24 07:05:53 +0530
  • 7044cbbd67 Merge pull request #161 from Karthic-Hackintosh/master Matt Holt 2015-06-23 10:06:05 -0600
  • 292c15cd48 Modularizing config/setup/Websocket.go and for the same Karthic Rao 2015-06-23 14:40:27 +0530
  • 06a7f1d3da Merge pull request #160 from guilhermebr/master Matt Holt 2015-06-22 20:38:23 -0600
  • efbf01b49d change from error to a warning in errors setup Guilherme Rezende 2015-06-22 23:19:48 -0300
  • 4b349805db browse: better-looking sort order arrows Matthew Holt 2015-06-22 15:04:22 -0600
  • 47096e112a Merge pull request #156 from pyed/sort Matt Holt 2015-06-22 12:40:58 -0600
  • 68add78230 Implement sorting functionality for "Browse" pyed 2015-06-15 05:02:10 +0300
  • ebae65b6af Merge pull request #157 from abiosoft/master Matt Holt 2015-06-20 10:14:15 -0600
  • 460c0c8a42 setup: export functions and variables for external packages. Abiola Ibrahim 2015-06-20 14:59:33 +0100
  • 72e75d1c54 Merge dda9a68499 into 528d1b03f1 Tom Adams 2015-06-19 18:42:28 +0000
  • 528d1b03f1 Merge pull request #155 from Karthic-Hackintosh/master Matt Holt 2015-06-19 12:27:43 -0600
  • 9d33d9d6b0 typo corrected Karthic Rao 2015-06-19 23:54:34 +0530
  • d9729b4a2e test for config/setup/internal.go Karthic Rao 2015-06-19 23:34:54 +0530
  • 1db6c244bb Merge pull request #153 from Karthic-Hackintosh/master Matt Holt 2015-06-19 11:35:01 -0600
  • 13c5d25a2e Typo corrected Karthic Rao 2015-06-19 22:30:48 +0530
  • c166261513 more test cases for the test struct Karthic Rao 2015-06-19 19:37:48 +0530
  • 84998a4d19 Tests for config/setup/log.go Karthic Rao 2015-06-19 19:15:57 +0530
  • dda9a68499 browse: Sort directory contents by name Tom Adams 2015-06-18 22:39:49 -0400
  • 6b27d4ce11 Merge pull request #131 from slav123/master Matt Holt 2015-06-17 17:26:52 -0600
  • f11e136068 Update fcgiclient.go Slawomir Jasinski 2015-06-18 09:12:35 +1000
  • 707ea554ac Merge pull request #149 from Karthic-Hackintosh/master Matt Holt 2015-06-17 07:01:26 -0600
  • 65f7190030 more cases added to test struct in extParse test Karthic Rao 2015-06-17 14:07:26 +0530
  • a5a5c06716 test for function extParse written for config/setup/ext_go Karthic Rao 2015-06-17 12:48:52 +0530