Commit Graph

4261 Commits

Author SHA1 Message Date
Hiromi Ishii
588cf6ab58 - Changed to include "oauth_callback" only in the temporary credential phase.
- Proxy & Scope parameter support in OAuth by hook (thx!> pqwy & himura).
2011-07-15 01:14:41 +09:00
Michael Snoyman
cd1016e2ba Merge pull request #4 from gregwebs/compile
compile against new wai-app-static
2011-07-14 08:54:40 -07:00
Michael Snoyman
6f671dbd9b Merge pull request #89 from gregwebs/org
Org
2011-07-14 06:51:31 -07:00
Hiromi Ishii
e762a42f23 Pulled some requests 2011-07-14 19:51:43 +09:00
Greg Weber
efc5c19e52 test with an sdist 2011-07-13 09:49:30 -07:00
Michael Snoyman
ad421e3047 Merge pull request #85 from gregwebs/settings2
add a Settings.yaml file for dynamic settings
2011-07-12 23:27:23 -07:00
Greg Weber
b7f567e8c0 include all config files 2011-07-12 22:31:46 -07:00
Greg Weber
a44d1d8ab0 fix compiler warnings 2011-07-12 22:12:43 -07:00
Greg Weber
7fd7ba59ca fix/improve scaffolding 2011-07-12 14:06:33 -07:00
Michael Snoyman
851f928e55 Initial import 2011-07-12 19:20:53 +03:00
Michael Snoyman
d82ba54740 first commit 2011-07-12 19:17:56 +03:00
Greg Weber
a0a7291616 use directory structure 2011-07-12 08:49:29 -07:00
Greg Weber
0ed92be3fa compile against new wai-app-static
Quickly get things to compile- I haven't reviewed anything
2011-07-11 22:30:55 -07:00
Greg Weber
9075a3a808 remove adapter 2011-07-11 11:30:55 -07:00
Greg Weber
193b74b9aa make database settings configurable 2011-07-11 10:24:41 -07:00
Takahiro HIMURA
e598a9fcbb Added Proxy support to OAuth client 2011-07-11 22:02:00 +09:00
Greg Weber
642a9bfde2 show env in launching string 2011-07-10 08:49:01 -07:00
Greg Weber
0e36cd0e06 more documentation 2011-07-10 08:42:09 -07:00
Greg Weber
942590a9e3 fix option parsing & settings 2011-07-10 08:12:57 -07:00
Michael Snoyman
e9460895a7 Merge pull request #86 from gregwebs/model
add Model and static/js directories
2011-07-09 13:24:59 -07:00
Greg Weber
01dca42d4f add Model and static/js directories 2011-07-08 12:13:59 -07:00
Greg Weber
7452726d40 add a Settings.yaml file for dynamic settings
also command line to check for environment argument
2011-07-08 10:33:10 -07:00
Michael Snoyman
daeff8b012 Include qq.h 2011-07-08 18:06:45 +03:00
Michael Snoyman
98a20a8a00 Merge pull request #83 from gregwebs/book
refer to book, not docs
2011-07-07 20:42:09 -07:00
Michael Snoyman
b56e74d197 Merge pull request #84 from gregwebs/shelltestrunner
use shelltestrunner for scaffolding tests
2011-07-07 20:37:33 -07:00
Greg Weber
466ba86a55 use shelltestrunner for scaffolding tests 2011-07-07 19:37:38 -07:00
Greg Weber
aef96b1542 refer to book, not docs 2011-07-07 16:56:26 -07:00
Michael Snoyman
b986852c64 Use pwstore for email auth 2011-06-30 17:10:04 +03:00
Michael Snoyman
c931fb0afd Merge pull request #82 from maxcan/master
touch command as discussed
2011-06-30 05:49:34 -07:00
Michael Snoyman
78d08e0a20 Force blaze-textual < 0.2 2011-06-30 15:45:40 +03:00
Max Cantor
e626c141a4 added touch command 2011-06-30 01:55:09 -07:00
Max Cantor
0a65be849e added touch command 2011-06-30 01:54:02 -07:00
Michael Snoyman
6556deffdd Removed hellowidget 2011-06-26 08:47:45 +03:00
Michael Snoyman
764a5dde04 Minor tweak 2011-06-26 08:47:24 +03:00
Michael Snoyman
97086f2bdd Fix a URL in a comment 2011-06-26 08:17:44 +03:00
Michael Snoyman
03814cd042 Added prototype MassInput 2011-06-24 12:19:21 +03:00
Michael Snoyman
6aa9622449 Merge pull request #3 from mindreader/master
Added multiple select forms to yesod-form.
2011-06-22 01:47:08 -07:00
Michael Snoyman
69527a2eaa Added missing en.msg 2011-06-22 05:37:53 +03:00
DavidM
1421bacd49 Invalid input into a field would not repopulate.
Like if you put "asdf" into an int field, the page would not refresh
with the errant "asdf" in it, because asdf can't be represented as an
int.
2011-06-21 18:26:59 -04:00
DavidM
d2becab26a Removing a function I ended up not needing. 2011-06-21 16:38:57 -04:00
Michael Snoyman
0711268650 Version bump 2011-06-21 20:45:46 +03:00
Michael Snoyman
ad2d05934d Merge pull request #9 from konn/master
Fixed the problem in getAccessToken
2011-06-21 10:45:00 -07:00
Hiromi Ishii
050cdcd350 modified filtering method 2011-06-22 02:32:30 +09:00
Michael Snoyman
07a0863150 Version bump 2011-06-21 10:10:55 +03:00
Michael Snoyman
2bd593fe89 Merge pull request #8 from konn/master
Fixed Two bugs in OAuth
2011-06-21 00:09:39 -07:00
DavidM
dc1a532225 Added multiple select fields to yesod and to demo. 2011-06-20 20:42:34 -04:00
DavidM
64e2082049 Preparing type changes for multiple select inputs. 2011-06-20 20:41:43 -04:00
Hiromi Ishii
2a8de3c35c changed how to render the Authentication Header 2011-06-21 04:23:15 +09:00
Hiromi Ishii
5bb9932919 removed redundant import 2011-06-21 03:12:19 +09:00
Hiromi Ishii
d9be899bf5 Fiexed bug: cannot escape request including multi-byte sequence correctly 2011-06-21 03:10:16 +09:00