Franz Liedke
|
37dbeef2bb
Use LARAVEL_START constant to calculate request time.
|
12 years ago |
Franz Liedke
|
204a6a7980
Add a Request::time() function.
|
12 years ago |
Jesse O'Brien
|
67ac2f2f9a
Default was never returned. If no IP was found it returns NULL.
|
12 years ago |
Kelly Banman
|
e46d9c5b6d
Fix capitalization regression in Request::server()
|
12 years ago |
Franz Liedke
|
df9c223ed6
Remove obsolete class import in request.php.
|
12 years ago |
Taylor Otwell
|
208eb8a380
move json method to input class.
|
12 years ago |
Taylor Otwell
|
138d08c04b
added Requst::json method.
|
12 years ago |
Taylor Otwell
|
58f69fdf47
fixing some issues related to environment.
|
12 years ago |
Taylor Otwell
|
5d52da696f
use injection on the request::detect_env method for better testability.
|
12 years ago |
Taylor Otwell
|
ab6e364546
added simpler and easier environment handling.
|
12 years ago |
Taylor Otwell
|
222383c83b
check application.ssl in request::secure.
|
12 years ago |
Taylor Otwell
|
97ac2c8dbf
added languages method to the request class.
|
12 years ago |
Taylor Otwell
|
bcd3bd8591
adding header support.
|
12 years ago |
Taylor Otwell
|
730808fb02
converting cookies to use http foundation.
|
12 years ago |
Taylor Otwell
|
ad41be0eed
working on stuff.
|
12 years ago |
Taylor Otwell
|
89766bef84
converting to httpfoundation response.
|
12 years ago |
Taylor Otwell
|
573725ade7
use symfony http foundation where applicable.
|
12 years ago |
Taylor Otwell
|
55669ee0ae
added redirect::back method.
|
12 years ago |
Taylor Otwell
|
16fa094cc3
Setting up default config loader event.
|
12 years ago |
Taylor Otwell
|
f624a6849f
fix handling of HEAD http requests.
|
12 years ago |
Taylor Otwell
|
3a92facc76
updated routing to fix several issues.
|
12 years ago |
Taylor Otwell
|
b5442c67fc
merged skunkworks into develop.
|
13 years ago |
Taylor Otwell
|
e4fce8e468
Update the csrf_token constant.
|
13 years ago |
Taylor Otwell
|
a739afc32f
Use constant for CSRF token.
|
13 years ago |
Taylor Otwell
|
466ccdb96c
throw an exception in the request forged method if no session driver has been specified.
|
13 years ago |
Taylor Otwell
|
e226a463bf
refactoring.
|
13 years ago |
Phill Sparks
|
02929f7fbd
Fixed the new URI class
|
13 years ago |
Taylor Otwell
|
d1a969bd29
added uri class. refactored.
|
13 years ago |
Taylor Otwell
|
f9ec36d7f8
slight clean-up to uri method.
|
13 years ago |
Phill Sparks
|
b4fe148de5
Got rid of all IoC::container() calls
|
13 years ago |
Taylor Otwell
|
a1e82d2166
added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements.
|
13 years ago |
Taylor Otwell
|
9caf239f6b
various refactorings.
|
13 years ago |
Taylor Otwell
|
527340d793
fix bug in request uri parsing.
|
13 years ago |
Taylor Otwell
|
f824cc0f43
refactoring the uri method.
|
13 years ago |
Taylor Otwell
|
b9c45264b8
tweaking a comment.
|
13 years ago |
Taylor Otwell
|
0586bbe04e
remove some comment bloat from the request class.
|
13 years ago |
Taylor Otwell
|
75ce8796d7
got rid of URI class and brought URI determination back to into request class.
|
13 years ago |
Taylor Otwell
|
ef9e4dfd61
reverting di refactoring.
|
13 years ago |
Taylor Otwell
|
932a70b6cf
refactoring for better dependency injection on a few classes.
|
13 years ago |
Taylor Otwell
|
866f5d8fc3
removed provides functionality. need to explore doing this in a way that is more friendly to http, such as using the accept header.
|
13 years ago |
Taylor Otwell
|
d4ddb05abb
refactoring. added default controller. added uri class.
|
13 years ago |
Taylor Otwell
|
9fc9f88a41
refactoring various pieces of the framework.
|
13 years ago |
Taylor Otwell
|
9fa69e0844
refactoring routing and class comments.
|
13 years ago |
Taylor Otwell
|
08ea1dbbc8
fixed bug in request uri method.
|
13 years ago |
Taylor Otwell
|
f6ea58ed96
improve request uri detection.
|
13 years ago |
Taylor Otwell
|
d07714936f
finished tests for request class.
|
13 years ago |
Taylor Otwell
|
0cb81d8585
added request::uri tests.
|
13 years ago |
Taylor Otwell
|
f2b9d1e2f8
added request tests.
|
13 years ago |
Taylor Otwell
|
6cb79e6676
refactoring
|
13 years ago |
Taylor Otwell
|
71b0ab8b8d
refactoring container for speed.
|
13 years ago |
Taylor Otwell
|
52b68c060b
refactoring. adding back pagination.
|
13 years ago |
Taylor Otwell
|
442904b277
refactoring.
|
13 years ago |
Taylor Otwell
|
0c4018ec88
refactoring.
|
13 years ago |
Taylor Otwell
|
4525eae25a
revert back to more sensible architecture.
|
13 years ago |
Taylor Otwell
|
47db2ff19b
refactoring, added uri class.
|
13 years ago |
Taylor Otwell
|
77dc8d2014
refactoring various things.
|
13 years ago |
Taylor Otwell
|
abc1fad6c1
more refactoring and changes.
|
13 years ago |
Taylor Otwell
|
7eef380d8a
more refactoring and dependency injection.
|
13 years ago |
Taylor Otwell
|
cd395c2638
tweaking facades.
|
13 years ago |
Taylor Otwell
|
31e2c1c49e
added facades for core classes.
|
13 years ago |
Taylor Otwell
|
6281c8c360
more refactoring for dependency injection.
|
13 years ago |
Taylor Otwell
|
30514d9020
continued refactoring.
|
13 years ago |
Taylor Otwell
|
c7ddbbb018
more dependency injection!
|
13 years ago |
Taylor Otwell
|
c200f3eb1e
more ioc refactoring.
|
13 years ago |
Taylor Otwell
|
0ef96fb8d0
added facades and made other ioc improvements.
|
13 years ago |
Taylor Otwell
|
1e49001dfc
continued ioc refactoring.
|
13 years ago |
Taylor Otwell
|
1e7850d9ba
refactoring for dependency injection and testability.
|
13 years ago |
Taylor Otwell
|
6a8aafc259
refactoring and adding more dependency injection through ioc container.
|
13 years ago |
Taylor Otwell
|
df84e36314
refactoring.
|
13 years ago |
Taylor Otwell
|
1e90e42404
first commit of 2.0
|
13 years ago |