Commit Graph

4286 Commits

Author SHA1 Message Date
Taylor Otwell 9aa3b0888d Remove space. 2014-11-25 14:35:31 -06:00
Taylor Otwell 7a5bf6f554 Merge branch 'develop' of github.com:laravel/laravel into develop
Conflicts:
	public/css/app.css
	resources/assets/sass/app.scss
	resources/assets/sass/pages/_welcome.scss
	resources/views/layouts/app.blade.php
	resources/views/welcome.blade.php
2014-11-25 14:34:26 -06:00
Taylor Otwell 75e2aca9af Working on default layout. 2014-11-25 14:31:22 -06:00
Jeffrey Way 799e630965 Add a couple quick mobile tweaks 2014-11-25 15:24:49 -05:00
Jeffrey Way ba1bff0f4f Work on welcome page 2014-11-25 15:13:55 -05:00
Jeffrey Way d4c2ecc418 Work on welcome page 2014-11-25 15:09:51 -05:00
Taylor Otwell 3c0a1cfb4b Use home as view. 2014-11-25 11:38:04 -06:00
Taylor Otwell 372a6d4907 List null driver in list of queue drivers. 2014-11-25 09:31:10 -06:00
Taylor Otwell 16357ad29b Authorize all requets. 2014-11-25 09:20:56 -06:00
Taylor Otwell d306965007 Organize requests differently. 2014-11-25 09:20:26 -06:00
Taylor Otwell 634c96d8d9 Rename dashboard to home. 2014-11-24 19:33:07 -06:00
Taylor Otwell 7a7e366da5 Simplify validation on register stuff. 2014-11-24 14:25:44 -06:00
Taylor Otwell 4803d6c8e2 Moe default requests. 2014-11-24 13:59:40 -06:00
Danny Vink a7fe42c0d8 Fixed register & reset labels.
Fixed label assignments so that clicking on the label will focus the
correct field.
2014-11-24 11:41:02 -08:00
Taylor Otwell a9c9b202b0 Remove comment. 2014-11-24 12:24:01 -06:00
Taylor Otwell da9dd7d389 Respect remember me setting. 2014-11-24 12:21:06 -06:00
Taylor Otwell 769f2486ef Fixed some fonts. 2014-11-24 12:16:08 -06:00
Taylor Otwell f8aeffc76a Tweak welcome view. 2014-11-24 11:47:49 -06:00
Taylor Otwell e0c54591bf Include built scripts by default so things work out of box. 2014-11-24 11:46:00 -06:00
Taylor Otwell 163e51640e Merge branch 'develop' of github.com:laravel/laravel into develop
Conflicts:
	gulpfile.js
2014-11-24 11:44:03 -06:00
Taylor Otwell fa978d0525 Working on default app structure. Login views. 2014-11-24 11:42:29 -06:00
Jeffrey Way b225276a7a Use explicit Bower publishing 2014-11-22 23:54:02 -05:00
Taylor Otwell b73e127ed0 Just use one controller call. 2014-11-22 11:33:18 -06:00
Taylor Otwell 9107969da1 Trailing EOF break. 2014-11-21 15:40:41 -06:00
Jeffrey Way 70a80658ab Add starter Sass file 2014-11-21 16:22:13 -05:00
Taylor Otwell 059b0ba799 Fixing a few things. 2014-11-21 15:03:13 -06:00
Jeffrey Way 3a47d709e9 Fix alignment 2014-11-21 11:18:48 -05:00
Jeffrey Way 31798823c1 Add Bower 2014-11-21 11:09:31 -05:00
Jeffrey Way ccaa7b188f Fix Indentation 2014-11-21 11:09:13 -05:00
Taylor Otwell 3a2dd312be Fix comment. 2014-11-21 08:20:05 -06:00
Taylor Otwell 32fd6ca3d7 Remove comment. 2014-11-21 08:17:13 -06:00
Taylor Otwell 80fb944e45 Remove the server file. 2014-11-20 19:53:24 -06:00
Taylor Otwell 91f174821f Stub SES configuration. 2014-11-19 23:36:45 -06:00
Taylor Otwell f9d4bcd13d Change default Elixir file. 2014-11-19 21:21:04 -06:00
Taylor Otwell 29ad85dbd1 Change wording. 2014-11-19 21:16:59 -06:00
Taylor Otwell abaee25b56 Add clarification to comment. 2014-11-19 20:00:42 -06:00
Taylor Otwell 2e0afb9bf1 Fix a few comments for wording. 2014-11-19 19:59:36 -06:00
Taylor Otwell 994e099928 Update syntax. 2014-11-19 19:49:18 -06:00
Taylor Otwell 8b70eabf39 Update the app skeleton. 2014-11-19 19:45:46 -06:00
Taylor Otwell 6b60dc6650 Fix handler. 2014-11-19 09:03:05 -06:00
Taylor Otwell 536fe29b6b Remove extra semicolon. 2014-11-19 08:15:55 -06:00
Taylor Otwell 313abe624d Use real command name. 2014-11-18 23:12:28 -06:00
Taylor Otwell 71a8e00f26 Merge branch 'schedule' into develop 2014-11-18 22:48:49 -06:00
Taylor Otwell a7e6a89c91 Add scheduled commands. 2014-11-18 22:48:38 -06:00
Melvin Lammerts 06886b7369 Removed unnecessary 'else' statement 2014-11-15 23:55:35 +01:00
Taylor Otwell 9a0612fc26 Separate namespaces for when app is named. 2014-11-14 16:44:01 -05:00
Wing Lian 858bf03610 use APP_KEY from environment if available for the secret key 2014-11-12 15:52:49 -05:00
Taylor Otwell e3e7cc499f Set the root controller namespace. 2014-11-11 20:10:53 -06:00
Taylor Otwell ca2f02284c Rename middleware to more "action" words. 2014-11-11 12:51:55 -06:00
Taylor Otwell d2aebd283e Rename middleware. 2014-11-11 10:27:30 -06:00