Commit Graph

  • ab0ac8b1a2
    Fix extra-deps yesod-test-1.6.5.1 yesod-static-1.6.0.1 yesod-persistent-1.6.0.1 yesod-auth-oauth-1.6.0.1 yesod-auth-1.6.5 Michael Snoyman 2018-10-14 10:49:12 +0300
  • aed169b43f
    Merge branch 'update-persistent' of https://github.com/DanBurton/yesod Michael Snoyman 2018-10-14 10:47:23 +0300
  • b16084ed34
    Configuration for persistent 2.9 Michael Snoyman 2018-10-14 10:45:45 +0300
  • 7f07325dc4
    Merge branch 'master' of https://github.com/iand675/yesod Michael Snoyman 2018-10-14 10:44:18 +0300
  • bff8200ae4
    Updated changelogs and versions for #1561 Dan Burton 2018-10-11 14:21:17 -0400
  • 132abccff2
    Compile with ghc 8.6 by pushing MonadFail usage into IO Dan Burton 2018-10-11 13:53:35 -0400
  • 90423f5bc7
    Downgrade yesod-persistent version bump to patch level Dan Burton 2018-10-11 12:56:49 -0400
  • 49dcfe02af
    Merge branch 'master' of https://github.com/iand675/yesod into update-persistent Dan Burton 2018-10-11 12:54:52 -0400
  • 84f77fe34a
    Merge pull request #1558 from whittle/routes-file-line-continuations yesod-core-1.6.8 Michael Snoyman 2018-10-09 05:24:15 +0300
  • ee260e24cb Update changelog with a link to PR #1558. Jason Whittle 2018-10-08 18:04:10 -0400
  • ca602d11bf Bump minor version. Jason Whittle 2018-10-08 16:53:14 -0400
  • 4e4efd1627 In the route syntax, allow trailing backslashes to indicate line continuation. Jason Whittle 2018-10-08 16:38:02 -0400
  • 6a9bcc292d
    Remove unneeded version bumps yesod-core-1.6.7 Michael Snoyman 2018-10-08 10:20:49 +0300
  • 55e0ca4bc3
    Add PrimMonad instances Michael Snoyman 2018-10-08 08:18:57 +0300
  • 1c2cb0c717
    Merge pull request #1554 from oddvars/oddvars-typo-patch Michael Snoyman 2018-09-14 08:29:19 +0300
  • 41101b20dd
    minor typos oddvars 2018-09-13 16:42:52 +0200
  • 2af5d9c64c
    Relax yaml upper bound Michael Snoyman 2018-08-20 10:10:54 +0300
  • 67c223d76b
    Minor cabal file improvements Michael Snoyman 2018-08-08 15:42:26 +0300
  • fcc90244eb
    Minor cabal file improvements yesod-websockets-0.3.0.1 Michael Snoyman 2018-08-08 15:42:26 +0300
  • 3ebd8f91a5
    Merge pull request #1550 from StevenXL/set-x-xss-protection Steven Leiva 2018-08-06 15:46:31 -0500
  • 4015ef2919 Set X-XSS-Protection to 1; mode=block. Steven Leiva 2018-08-03 14:08:22 -0500
  • 826a607571
    Merge pull request #1548 from yesodweb/MaxGabriel-patch-1 Chris Allen 2018-08-02 10:30:41 -0500
  • 1f05d2c72f
    Explain how requireCheckJsonBody can prevent CSRF MaxGabriel-patch-1 Maximilian Tagher 2018-07-31 21:22:39 -0700
  • 6f76b5ff91
    Merge pull request #1544 from nmk/master Michael Snoyman 2018-07-29 10:21:35 +0300
  • 073c9fabd4 Do not lose selected value in selectFieldHelper when validation fails Nickolay Kolev 2018-07-26 14:59:19 +0200
  • db1ff95520
    Merge pull request #1540 from StevenXL/error-406 Steven Leiva 2018-07-24 07:36:16 -0500
  • 266c436f18 selectRep chooses first rep if no matches found. Steven Leiva 2018-06-20 08:23:27 -0500
  • 1c51a93a45
    Relax upper bounds Michael Snoyman 2018-07-11 08:20:20 +0300
  • 04393855e5
    Merge branch 'master' of github.com:yesodweb/yesod yesod-auth-1.6.4.1 Michael Snoyman 2018-07-10 11:56:46 +0300
  • b7a3385a89
    Merge pull request #1537 from kikaiteam/fix_forgot_pass_endpoint Michael Snoyman 2018-07-10 11:56:28 +0300
  • 6fb09cfa5a
    Merge pull request #1538 from kikaiteam/improve_auth_email_doc Michael Snoyman 2018-07-10 11:55:46 +0300
  • 074dc11678
    Merge pull request #1539 from h-3-0/patch-1 Michael Snoyman 2018-07-10 02:13:38 +0300
  • c221aa3aaa
    Fix typo Henri Jones 2018-07-09 22:47:48 +0100
  • 72ad3082ce AuthEmail: no-op, improve doc format hainq 2018-07-09 18:23:58 +0700
  • d38affbe6d yesod-auth: update changelog & bump version hainq 2018-07-09 17:52:07 +0700
  • 0c136f14eb AuthEmail: Fix forgot-password endpoint This is a quick fix for PR#1524. Currently, defining emailPreviouslyRegisteredResponse will prevent sendConfirmationEmail from happening, even when registerHelper is called from postForgotPasswordR. hainq 2018-07-09 17:22:24 +0700
  • c1344a577f
    Fix version bump yesod-test-1.6.5 yesod-form-1.6.2 Michael Snoyman 2018-07-09 13:12:40 +0300
  • 71d951c09b
    Correct the version bump (previous unreleased changes) yesod-auth-1.6.4 Michael Snoyman 2018-07-09 13:10:55 +0300
  • e125795de3
    Merge pull request #1536 from kikaiteam/support_more_email_register_flows yesod-core-1.6.6 Michael Snoyman 2018-07-09 12:55:08 +0300
  • bd9d0f9922 yesod-auth: Bump version & Update Changelog hainq 2018-07-05 20:23:57 +0700
  • 6a64debfa0 Redirect to afterVerificationWithPass when account was registered with a password hainq 2018-07-05 20:13:43 +0700
  • 54b1d3d3ff AuthEmail: Immediately register with a password Register endpoint: Support an optional "password" param that can be used to set new accounts' password immediately. hainq 2018-07-05 18:13:50 +0700
  • ea182bb464
    Merge pull request #1534 from yesodweb/reduce-deps Michael Snoyman 2018-07-04 09:34:31 +0300
  • 182abd89bf
    Drop some deps Michael Snoyman 2018-07-03 19:01:58 +0300
  • 867e7c32dc
    Clean up some CPP Michael Snoyman 2018-07-03 18:57:23 +0300
  • df5ad82a90
    Merge pull request #1530 from pythonissam/expose-selectFieldHelper Chris Allen 2018-06-24 13:24:20 -0500
  • d134c20dab
    Merge pull request #1524 from StevenXL/fix-email-registration Michael Snoyman 2018-06-24 11:39:59 +0300
  • 8d58a56577 Make behavior of registerHelper configurable. Steven Leiva 2018-06-08 15:49:30 -0500
  • 01802e984b update the ChangeLog pythonissam 2018-06-23 05:12:08 +0000
  • 840f8faaaa
    Merge pull request #1528 from ncaq/clean-appveyor Michael Snoyman 2018-06-20 06:22:38 +0300
  • 6187c3cf09 cleaned: appveyor: Easier to detect bugs ncaq 2018-06-19 11:55:38 +0900
  • a43e5a1cbb
    Merge pull request #1526 from yesodweb/1523-fix-stalled-tests Michael Snoyman 2018-06-19 11:24:12 +0300
  • d38d00f114 Skip RawResponse tests on Windows #1523 Michael Snoyman 2018-06-19 10:37:20 +0300
  • 12a2bb58e9 Add timeouts so stalling is more obvious Michael Snoyman 2018-06-19 09:52:20 +0300
  • b5def68be2 Version bump pythonissam 2018-06-17 08:46:52 +0000
  • 0b261f5073 Exposed 'selectFieldHelper' pythonissam 2018-06-17 08:40:55 +0000
  • 0437ace264
    Merge pull request #1525 from StevenXL/bodyequals Michael Snoyman 2018-06-14 09:17:51 -0700
  • 0a5dfbc8b7 64-bit Windows and verbose 1523-broken-windows-build Michael Snoyman 2018-06-14 17:55:34 +0300
  • 0a089c8cb0 bodyEquals prints actual body. Steven Leiva 2018-06-13 22:56:45 -0500
  • cae2a9159a
    Merge pull request #1520 from StevenXL/text-plain-error Michael Snoyman 2018-06-12 21:29:27 -0700
  • bf97821b68 Fix merge conflict Ian Duncan 2018-06-13 13:21:23 +0900
  • 2d14cdbf1a Update changelogs for yesod-persistent and yesod-auth Ian Duncan 2018-06-13 09:18:31 +0900
  • a63bf16a68 defaultErrorHandler handles text/plain request. Steven Leiva 2018-06-08 13:14:09 -0500
  • 3036573f57 Update yesod-auth and yesod-persistent to persistent-2.9 Ian Duncan 2018-06-04 09:30:22 +0900
  • c88c2019ee
    Merge pull request #1522 from ncaq/deleted-unneed-build-depends Michael Snoyman 2018-06-12 07:53:12 -0700
  • 708648798e deleted: unneed cabal build-depends by weeder ncaq 2018-06-09 13:12:19 +0900
  • c3a2a6afac
    Merge pull request #1518 from psibi/update-issue-template Michael Snoyman 2018-06-07 07:46:55 -0600
  • d15080ac4e
    stack list-dependencies is deprecated Sibi Prabakaran 2018-06-06 20:39:56 +0530
  • 74e43462cb
    Merge pull request #1515 from yesodweb/multiple-stack-yamls Michael Snoyman 2018-06-04 06:40:03 -0600
  • 908a758167 unliftio extra-deps Michael Snoyman 2018-06-03 14:54:21 -0600
  • a77b509bb6 Add warp to extra-deps Michael Snoyman 2018-06-03 14:35:50 -0600
  • 3c2de1a763 Add persistent-sqlite extra-dep Michael Snoyman 2018-06-03 13:14:43 -0600
  • cdba6c1678 Fix CABALVER Michael Snoyman 2018-06-03 13:13:38 -0600
  • 2cb60c8513 Multiple stack.yaml files Michael Snoyman 2018-06-03 11:42:44 -0600
  • d73f7b579f Travis update Michael Snoyman 2018-06-03 10:35:09 -0600
  • f21140ecf0
    Merge pull request #1514 from pythonissam/isstring-textarea-instance Michael Snoyman 2018-06-03 06:29:09 -0600
  • 22197d1215 Update ChangeLog pythonissam 2018-06-03 08:27:57 +0000
  • b101276dcb version bump pythonissam 2018-06-03 08:22:09 +0000
  • 67d215d2f2 Make Textarea derive IsString pythonissam 2018-06-03 08:18:31 +0000
  • 4444c47d39 Relax an upper bound Michael Snoyman 2018-05-29 06:43:14 +0300
  • 1cf2f56918
    Merge pull request #1510 from bsima/form-fns Michael Snoyman 2018-05-16 06:51:41 +0300
  • 1d95f8315b Remove unnecessary type annotation Ben Sima 2018-05-15 12:51:14 -0700
  • e906768ee9 Replace addClass/removeClass examples with ghci-driven examples Ben Sima 2018-05-15 12:50:39 -0700
  • e8a145ae88 Add examples to addClass and removeClass Ben Sima 2018-05-14 08:45:09 -0700
  • e041ff4da9
    Cabal 2.2 support in yesod-bin (fixes #1511) yesod-bin-1.6.0.3 Michael Snoyman 2018-05-13 15:14:04 +0300
  • c163a0841a Add PR link to Changelog Ben Sima 2018-05-11 13:36:10 -0700
  • 6334e77515 Update changelog Ben Sima 2018-05-11 13:35:12 -0700
  • c57ba49472 Add @since documentation Ben Sima 2018-05-11 13:28:55 -0700
  • 0dffa0e29a Bump version 1.6.2 Ben Sima 2018-05-11 13:30:50 -0700
  • 56ca6d7914 Move 'addClass' to Yesod.Form.Functions and add 'removeClass' Ben Sima 2018-05-11 12:55:08 -0700
  • 5861357923
    Merge pull request #1503 from ncaq/add-file-source-bytes yesod-core-1.6.5 Michael Snoyman 2018-05-04 08:45:20 +0300
  • a8df3c48c2 modified: use sinkLazy and toStrict ncaq 2018-05-01 17:15:13 +0900
  • 4cd29ae298
    Merge pull request #1485 from NorfairKing/with-generator yesod-test-1.6.4 Michael Snoyman 2018-04-30 17:03:13 +0300
  • bc4ecd7dc8
    Fix broken http-reverse-proxy < 0.6 support yesod-test-1.6.3 yesod-core-1.6.4 yesod-bin-1.6.0.2 Michael Snoyman 2018-04-26 12:17:00 +0300
  • 0aa1765b6c Updated according to review Tom Sydney Kerckhove 2018-04-26 11:00:48 +0200
  • a8f5418b22 yesodSpecWithSiteGenerator with an argument Tom Sydney Kerckhove 2018-02-01 18:48:54 +0100
  • 07df43f207
    Merge branch 'master' of github.com:yesodweb/yesod yesod-bin-1.6.0.1 Michael Snoyman 2018-04-26 11:20:26 +0300
  • e87c9b5bf0
    Support for http-reverse-proxy 0.6.0 Michael Snoyman 2018-04-26 11:20:04 +0300
  • e664ae2e0e changed: use foldC ncaq 2018-04-24 12:55:55 +0900
  • 74ce4c57ff Merge branch 'master' into add-file-source-bytes ncaq 2018-04-24 12:21:56 +0900