Greg Weber
82da9b0fe8
add a Dockerfile for haskell development
2015-05-27 11:43:16 -04:00
Michael Snoyman
10c029c230
Add README about yesod-scaffold
2015-05-27 14:04:35 +03:00
Michael Snoyman
848b1ab3e5
Collapse paths in keter bundle
2015-05-19 08:17:46 +03:00
Michael Snoyman
814157a018
Fix build for project-template < 0.2
2015-05-17 11:25:12 +03:00
Michael Snoyman
ef9322914e
Version bump
2015-05-17 10:35:30 +03:00
Michael Snoyman
0927468580
Merge branch 'yesod_init_args' of https://github.com/triplepointfive/yesod
2015-05-17 10:33:10 +03:00
Michael Snoyman
2d8507cbee
Be slightly more verbose for #992
2015-05-17 10:31:40 +03:00
Ilya Smelkov
3af8426567
Add Generic typeclass to BackendInput and Backend
2015-05-13 17:42:17 +03:00
Michael Snoyman
d9d085e945
Fix lower bound
2015-05-12 14:51:08 +03:00
Michael Snoyman
48a3bdeadb
Drop system-filepath
2015-05-12 12:35:04 +03:00
Michael Snoyman
ae555aa6f0
Drop system-filepath
2015-05-12 12:01:50 +03:00
Ilya Smelkov
50f0859e13
Validate input params before processing
2015-05-11 14:50:56 +03:00
Ilya Smelkov
ce268e451d
yesod init accepts database
2015-05-11 14:40:52 +03:00
Ilya Smelkov
067a21c60f
yesod init accepts app name
2015-05-09 00:07:44 +03:00
Michael Snoyman
4fcabc073c
GHC 7.10 support
2015-04-30 15:05:18 +03:00
Michael Snoyman
a9bf0bf7ea
Version bump
2015-04-29 13:57:58 +03:00
Michael Snoyman
d82a828d89
Scaffolding updates, including #982
2015-04-29 13:55:50 +03:00
Michael Snoyman
3683961ac1
Travis: use 7.10 and not 7.6
2015-04-29 13:50:15 +03:00
Michael Snoyman
931caaa2c0
Allow lowercasing of scaffolded values #982
2015-04-29 13:29:40 +03:00
Michael Snoyman
fa0fbb4569
Version bump
2015-04-26 18:37:33 +03:00
Michael Snoyman
9db6ef3e69
Merge pull request #980 from rzetterberg/master
...
Adds export of email verify route
2015-04-26 18:36:24 +03:00
Richard Zetterberg
9e1516594e
Fixes faulty type annotations
2015-04-26 15:28:45 +02:00
Richard Zetterberg
770a7a29d2
Adds export of verify route
...
This allows users of the library to easily render VerUrl to use in
verification emails to new users, if the user was created outside
of the regular register functionality.
2015-04-26 14:55:12 +02:00
Michael Snoyman
0b6035ffda
Merge pull request #978 from wiz/patch-1
...
Provide a hint on how to use `loginHandler`.
2015-04-24 12:15:12 +03:00
Alexander Bondarenko
5cc440129d
Provide a hint on how to use loginHandler.
2015-04-24 12:11:10 +03:00
Michael Snoyman
d0010b34aa
Merge pull request #973 from srayuws/master
...
update warp-tls's version
2015-04-19 10:37:07 +03:00
srayuws
a54d8376f8
update warp-tls's version
2015-04-19 15:33:16 +08:00
Michael Snoyman
afaf458a9b
Version bump
2015-04-17 12:01:04 +03:00
Michael Snoyman
1f19ca1752
Version bump
2015-04-17 11:59:49 +03:00
Michael Snoyman
3c898babfb
Remove zlib upper bound
2015-04-16 19:06:44 +03:00
Michael Snoyman
067a96c85d
Merge pull request #970 from wiz/master
...
Add `copy-to-args` section to keter.yaml which allows all kinds of options.
2015-04-16 17:48:41 +03:00
Alexander Bondarenko
31ae5fdee7
Add copy-to-args section to keter.yaml which allows all kinds of options.
2015-04-16 17:16:50 +03:00
Michael Snoyman
3fd99e77e7
Merge pull request #969 from urbanslug/master
...
Updated yesod-bin/Devel.hs
2015-04-16 10:08:23 +03:00
Njagi Mwaniki
58a07b0ea3
Added conditional compilation so that yesod-bin/Devel.hs can pass travis-ci tests.
...
Signed-off-by: Njagi Mwaniki <mwanikibusiness@gmail.com>
2015-04-15 18:50:05 +03:00
Njagi Mwaniki
c3a05d1f7b
Updated yesod-bin/Devel.hs
...
Replaced deprecated function `configCompiler` with `configCompilerEx`
Removed unused argument "_opts" from function `lockFile`
Added newline before guards which I think makes it more beginner friendly.
Signed-off-by: Njagi Mwaniki <mwanikibusiness@gmail.com>
2015-04-15 17:14:45 +03:00
Michael Snoyman
4bc0ad96fe
Merge pull request #968 from rdesfo/master
...
updated deprecated settingsPort, settingsHost, settingsOnException
2015-04-13 21:09:32 +03:00
Ryan Desfosses
c62166e67b
updated deprecated settingsPort, settingsHost, settingsOnException
2015-04-13 13:34:30 -04:00
Michael Snoyman
97b6857912
Version bump
2015-04-05 16:51:12 +03:00
Michael Snoyman
f0673d84ab
Merge pull request #966 from Codas/ghc-7.10.1
...
Make yesod-bin build on 7.10.1
2015-04-05 12:02:30 +03:00
Arne Link
91829fc82a
Add support for GHC 7.10.1
2015-04-03 16:34:08 +02:00
Michael Snoyman
882956255a
Better support for multiple cookie headers
2015-04-02 16:40:14 +03:00
Michael Snoyman
c2e836bf3a
Some user-facing TLS info (pinging @chrisdone @DanBurton)
2015-03-31 09:30:53 +03:00
Michael Snoyman
c430bf4a91
Merge pull request #964 from DanBurton/master
...
Add support for https on yesod devel
2015-03-31 09:19:13 +03:00
Dan Burton
85f16d0e9f
Used race_ for clarity
2015-03-30 13:10:02 -07:00
Dan Burton
6562e6067c
Second reverseproxy now handles incoming https requests
2015-03-30 12:57:07 -07:00
Michael Snoyman
8fd60482a0
Fix Travis script
2015-03-30 13:55:53 +03:00
Dan Burton
2e573f440a
Add a second reverse proxy for tls
2015-03-26 13:41:50 -07:00
Michael Snoyman
56d4b8c3ee
Version bump
2015-03-26 14:52:36 +02:00
Michael Snoyman
e50ce7ca1e
Merge branch 'master' of https://github.com/s9gf4ult/yesod
2015-03-26 14:51:14 +02:00
Aleksey Uimanov
79dc6c33b9
add lookupBasicAuth and lookupBearerAuth functions
2015-03-26 17:19:53 +05:00