Commit Graph

5052 Commits

Author SHA1 Message Date
Ramon d829d7553e Rename variables.scss to _variables.scss
We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials).
2016-09-14 11:19:50 +02:00
Taylor Otwell 6f6851946b fix conflicts 2016-08-23 15:08:01 +02:00
Taylor Otwell e959c22840 Merge pull request #3899 from heruputra/patch-1
Fix order
2016-08-22 05:05:17 -05:00
Heru Hang Tryputra a14dc56a7f Fix order
Fix .gitignore items in alphabetical order.
2016-08-22 17:02:27 +07:00
Taylor Otwell b05598b57b Merge remote-tracking branch 'origin/develop' into develop 2016-08-21 07:49:47 -05:00
Taylor Otwell cf0875a655 move middleware to route 2016-08-21 07:49:37 -05:00
Taylor Otwell a2c075bd30 Merge pull request #3894 from adamwathan/53-precomputed-hash
Use precomputed hash instead of bcrypt in ModelFactory
2016-08-21 07:35:24 -05:00
Adam Wathan 3435710575 Use implicit null instead of explicit 2016-08-21 14:29:10 +02:00
Adam Wathan 792dcd48c8 Compute hash only once and store in static variable 2016-08-21 14:23:50 +02:00
Adam Wathan b041a03878 Use precomputed hash instead of bcrypt in ModelFactory 2016-08-21 12:31:02 +02:00
Mohamed Said aed59d9f7a remove brackets 2016-08-21 01:17:41 +02:00
Mohamed Said c0b95238c9 Remove defalut auth:api middleware 2016-08-21 01:01:52 +02:00
Taylor Otwell 268953862f fix order 2016-08-19 16:24:19 -05:00
Taylor Otwell d84c4990fd Merge pull request #3891 from socieboy/develop
[5.3] Add BROADCAST_DRIVER on .env
2016-08-19 16:24:03 -05:00
Frank Sepulveda 8998cf5533 Add BROADCAST_DRIVER on .env
Having pusher keys, the file should contain the key for the broadcast also.
2016-08-19 10:42:01 -07:00
Taylor Otwell e596cef035 Merge pull request #3889 from adriaanzon/patch-1
Use module name instead of path
2016-08-19 11:09:53 -05:00
Taylor Otwell ffd7ad912e Revert recent changes to env file. 2016-08-19 07:20:12 -05:00
Adriaan Zonnenberg 7571f2b5b4 Use module name instead of path 2016-08-18 21:46:38 +02:00
Taylor Otwell c7a1c7d773 Ship a console routes file by default. 🌊 2016-08-16 19:44:31 -05:00
Taylor Otwell 57b57bf1b3 Merge pull request #3880 from BrandonSurowiec/patch-2
Update email address
2016-08-16 07:39:01 -05:00
Taylor Otwell 9fb8af19d7 Merge pull request #3881 from BrandonSurowiec/patch-4
Update server.php email address
2016-08-16 07:38:53 -05:00
Brandon Surowiec 6f055a9b47 Update server.php email address 2016-08-16 00:13:51 -04:00
Brandon Surowiec 97fde5bff9 Update email address 2016-08-16 00:11:58 -04:00
Taylor Otwell 982e769d2a Merge pull request #3874 from lancepioch/patch-1
[5.2] Add TokenMismatchException to the dontReport array
2016-08-15 19:21:15 -05:00
Taylor Otwell 86676aa02e Merge pull request #3878 from tillkruss/patch-4
Fix order
2016-08-13 21:26:27 -05:00
Till Krüss f111704314 Fix order 2016-08-13 18:42:51 -07:00
Taylor Otwell 40e9d60e88 Merge pull request #3877 from balping/patch-1
GitIgnore PHPStorm's config directory
2016-08-13 20:19:59 -05:00
balping 3415beaebb GitIgnore PHPStorm's config directory from
If you open a (laravel) project in phpstorm, it places a `.idea` folder in the project root. This contains project-specific ide settings. You usually don't want to include such files in a git repo.
2016-08-14 02:03:34 +02:00
Lance Pioch 05235ee6bf Add TokenMismatchException to the dontReport array 2016-08-12 19:26:34 -04:00
Taylor Otwell 583fd4ed4f Merge pull request #3872 from donnes/patch-1
Use const instead of var in Vue instance
2016-08-12 09:53:17 -05:00
Donald Silveira 4ee51720a3 Use const instead of var in Vue instance
Reference to Pull Request #3871
2016-08-12 11:43:47 -03:00
Taylor Otwell e79c0d222d Merge pull request #3871 from diogoazevedos/use-const
[5.3] Use const instead of var in require
2016-08-12 09:14:13 -05:00
Taylor Otwell 7bb7adef06 Merge pull request #3870 from diogoazevedos/arrow-functions
[5.3] Use arrow functions instead of functions
2016-08-12 09:07:30 -05:00
Diogo Azevedo 6d21a74c5d Use const instead of var in require 2016-08-12 09:36:27 -03:00
Diogo Azevedo afb3e1c93d Use arrow functions instead of functions 2016-08-12 09:33:17 -03:00
Taylor Otwell 788a648165 match order to website 2016-08-11 21:31:42 -05:00
Taylor Otwell e49c8aeb05 Merge pull request #3867 from JosephSilber/remove-requests
[5.3] Delete app/Http/Requests directory
2016-08-11 20:57:23 -05:00
Taylor Otwell 43c2d8ec92 tweak variable 2016-08-11 14:53:58 -05:00
Taylor Otwell 655dbadd1e tweaking default setup 2016-08-11 14:47:29 -05:00
Taylor Otwell 47c0b45861 Merge remote-tracking branch 'origin/develop' into develop 2016-08-11 14:33:29 -05:00
Taylor Otwell 8a9f89d3cf fix wording 2016-08-11 14:33:22 -05:00
Taylor Otwell b69e85c245 Merge pull request #3868 from tillkruss/patch-3
Use double quotes; Remove un-used fonts
2016-08-11 11:57:19 -05:00
Till Krüss 530c8187f5 Use double quotes; Remove un-used fonts 2016-08-10 15:44:56 -07:00
Taylor Otwell 7e41c61835 rename method 2016-08-10 14:21:02 -05:00
Joseph Silber 7b1ab65623 Delete app/Http/Requests directory 2016-08-10 12:30:17 -04:00
Taylor Otwell 24d0102fcc recompile 2016-08-10 09:16:52 -05:00
Taylor Otwell 54d3f325ad change header 2016-08-10 09:15:28 -05:00
Taylor Otwell 9c0278274b simplify csrf token retrieval. remove package. 2016-08-10 09:14:25 -05:00
Taylor Otwell e6cc60349d add notification facade 2016-08-08 16:10:19 -05:00
Taylor Otwell 1b126d0982 Merge pull request #3865 from svenluijten/javascript-docblock-missing-word
Fix missing word in docblock
2016-08-07 12:27:04 -05:00