Commit Graph

97 Commits

Author SHA1 Message Date
josejuan
0f0c30ecf8 Some corrections on Spanish string into Message.hs
Some corrections on Spanish string into Message.hs
Minor grammatical errors and some unusual terminology.
2013-04-21 22:38:54 +03:00
Felipe Lessa
9a09a80cd8 Update Portuguese translation. 2013-04-21 14:40:49 -03:00
kluge
afa330a83d Update Finnish translations
Add Finnish translations for new strings related to username logins.
2013-04-21 20:20:18 +03:00
Michael Snoyman
60c9df66f4 Fix Spanish messages 2013-04-21 18:38:55 +03:00
Francisco Jose CHAVES
f2bb79faad Update Message.hs
LatinAmerican Spanish
2013-04-21 10:04:11 -05:00
Michael Snoyman
73726dcd6e Merge branch 'patch-1' of https://github.com/pSub/yesod into yesod1.2 2013-04-21 17:15:24 +03:00
Michael Snoyman
4cde171285 BrowserID lazy load 2013-04-21 17:14:40 +03:00
Pascal Wittmann
7e00bf4443 Update Message.hs
Updated German transaltions.
2013-04-21 17:05:45 +03:00
rns
76b6ab100e Update Message.hs
Chinese translation of Yesod.Auth.Message
2013-04-21 20:48:29 +08:00
Michael Snoyman
5a1663b6fd Allow username logins for Yesod.Auth.Email (fixes #532) 2013-04-21 12:57:32 +03:00
Michael Snoyman
307540fc04 GHC 7.6.2 2013-04-09 06:43:30 +03:00
Michael Snoyman
7748a190f9 Get rid of maybeAuthIdRaw #486 2013-03-24 14:24:41 +02:00
Michael Snoyman
b5a1d76a40 maybeAuthId checks that ID is valid #486 2013-03-24 09:30:39 +02:00
Michael Snoyman
68ca768b83 Export more aeson stuff 2013-03-20 11:57:00 +02:00
Michael Snoyman
fb4045ea45 Warning cleanup 2013-03-20 11:46:32 +02:00
Michael Snoyman
13af2461f1 Add missing route for yesod-auth 2013-03-19 15:18:54 +02:00
Michael Snoyman
2a719941ca Some parsing fixes (not complete) 2013-03-17 13:35:30 +02:00
Michael Snoyman
9c4cd573b4 Everything compiles 2013-03-14 09:28:51 +02:00
Michael Snoyman
099b96f178 Everything compiles 2013-03-13 13:35:11 +02:00
Michael Snoyman
eecda0c80e Removed conditional compilation 2013-03-11 11:46:05 +02:00
Michael Snoyman
8246aa4c1e Whole repo compiles 2013-03-11 11:25:26 +02:00
Michael Snoyman
581248b1c8 Include Persona login icon yesodweb/authenticate#19 2013-02-18 11:30:23 +02:00
John Wiegley
4f22aa7aac Added explicit type signature for GHC 7.6.2 2013-02-03 07:29:01 -06:00
Michael Snoyman
7c72f11b21 Addressed some yesod-auth FIXMEs 2013-01-02 14:13:56 +02:00
Michael Snoyman
d9231ff5ad BrowserID: createOnClick 2012-12-16 09:24:12 +02:00
Michael Snoyman
fdeaec8dd4 Improved email labels 2012-12-11 19:20:25 +02:00
Michael Snoyman
fb02d71d73 Persistent 1.1 2012-11-27 16:57:46 +02:00
Michael Snoyman
50df681969 Removed some debug output 2012-11-22 12:57:47 +02:00
Michael Snoyman
6a7102f44e Use newer Mozilla Persona API (#453) 2012-11-18 19:03:26 +02:00
Michael Snoyman
a6ce05609d Version bumps 2012-09-11 07:17:23 +03:00
Tero Laitinen
0d417e5f69 Finnish translation for Yesod.Auth.Message 2012-08-10 12:33:11 +03:00
Michael Snoyman
699d76d13a Merge branch 'beta'
Conflicts:
	yesod-core/yesod-core.cabal
	yesod-json/yesod-json.cabal
	yesod-test/Yesod/Test.hs
	yesod-test/test/main.hs
	yesod-test/yesod-test.cabal
2012-07-11 08:48:09 +03:00
Michael Snoyman
21a4360f74 Allow openid to use claimed IDs (#338) 2012-07-02 09:57:20 +03:00
Michael Snoyman
3ecbf43f5d $newline 2012-07-01 20:59:37 +03:00
Michael Snoyman
83e6061944 Merge branch 'master' of https://github.com/tanakh/yesod
Conflicts:
	yesod-auth/Yesod/Auth/Message.hs
	yesod-form/yesod-form.cabal
2012-06-05 06:22:31 +03:00
Hideyuki Tanaka
7296b13fc3 japanese translation 2012-06-05 01:13:22 +09:00
Christian Rødli Amble
5a54cf0dbc Norwegian language support. 2012-06-04 11:03:04 +02:00
Michael Steele
faf60f623e yesod-auth: change returned Creds identifier to "googleemail". 2012-05-24 16:05:59 -07:00
Michael Snoyman
8802472344 yesod-auth: use blaze-html 0.5 2012-04-23 14:14:23 +03:00
Michael Snoyman
aa459bc8d8 Fixed some warnings 2012-04-23 14:01:25 +03:00
Michael Snoyman
e2c79f95bd OpenID claimed IDs 2012-04-20 10:14:32 +03:00
Félix
69871a030a Fixed some typos in the french translation 2012-04-10 19:14:41 +02:00
Félix
dd8ce35e74 French translation of Yesod Auth messages 2012-04-09 19:58:23 +02:00
Michael Snoyman
67ae9c739b Merge commit 'e4e2dd75cc86909d66062a7655b8cbc3a959932d'
Conflicts:
	yesod-auth/Yesod/Auth.hs
	yesod-auth/Yesod/Auth/BrowserId.hs
	yesod-auth/Yesod/Auth/Dummy.hs
	yesod-auth/Yesod/Auth/Email.hs
	yesod-auth/Yesod/Auth/HashDB.hs
	yesod-auth/Yesod/Auth/OpenId.hs
	yesod-auth/Yesod/Auth/Rpxnow.hs
	yesod-form/Yesod/Form/Fields.hs
	yesod-form/Yesod/Form/Functions.hs
	yesod-form/Yesod/Form/Jquery.hs
	yesod-form/Yesod/Form/Nic.hs
	yesod-form/Yesod/Helpers/Crud.hs
	yesod-newsfeed/Yesod/AtomFeed.hs
	yesod-newsfeed/Yesod/RssFeed.hs
2012-03-25 11:07:12 +02:00
Pascal Wittmann
f4e743e50d removed QQ hacks from yesod-auth 2012-03-15 22:08:19 +01:00
Michael Snoyman
e62e4b8721 Finished deprecating old Widget functions 2012-03-13 13:11:05 +02:00
Michael Snoyman
4cc468ca3b Beginning of old widget function deprecation, not complete 2012-03-13 06:36:27 +02:00
Michael Snoyman
cbd0719f37 conduit 0.3 2012-03-12 13:40:04 +02:00
Tom Streller
f9dde86025 germanMessage added to the export list 2012-02-29 12:28:57 +01:00
Tom Streller
7b90f10f14 german auth messages 2012-02-28 19:38:46 +01:00