- 24 Aug, 2015 6 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
minor #1227 [1.3] Update travis configuration to use container based infrastructure, al… (henrikbjorn) This PR was merged into the 1.3 branch. Discussion ---------- [1.3] Update travis configuration to use container based infrastructure, al… …so use cache for composer in order to reduce network usage Commits ------- 258b7ea5 Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
-
- 23 Aug, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Remove duplicate call to add collection `doFlush` returns the same `RouteCollection` instance now, so there's no need to add the sub-collection routes to itself. Commits ------- 8518a8e6 doFlush returns the same RouteCollection instance now, so there's no need to add the sub-collection routes to itself
-
- 13 Aug, 2015 1 commit
-
-
Carson Full authored
doFlush returns the same RouteCollection instance now, so there's no need to add the sub-collection routes to itself
-
- 04 Aug, 2015 13 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- added support for Symfony ConstraintValidatorFactory fixes #1191 Commits ------- 3f93eb88 added missing docs fe7403d7 added support for Symfony ConstraintValidatorFactory eb9da773 simplified code
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed translation override fixes #1041 I've also removed a cookbook entry which is not relevant anymore. Commits ------- dd270386 fixed translation override 6d3cc41b removed obsolete cookbook entry
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 03 Aug, 2015 7 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- updated the docs to show how to restrict a firewall by more than just the URL closes #1171 and #1044 Commits ------- 721043c2 updated the docs to show how to restrict a firewall by more than just the URL
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
bug #1205 Use shared RouteCollection among nested routes and apply prefix to route... (srsbiz, fabpot) This PR was merged into the 1.3 branch. Discussion ---------- Use shared RouteCollection among nested routes and apply prefix to route... Replaces #1107, fixes #1106 Commits ------- b510e5a0 moved logic to an internal method 401674e9 simplified previous merge 091240ea Use shared RouteCollection among nested routes and apply prefix to route path before generating unique route name
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Radosław Kowalewski authored
Use shared RouteCollection among nested routes and apply prefix to route path before generating unique route name Fixes #1106
-
- 31 Jul, 2015 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.3 branch (closes #1185). Discussion ---------- Changed the proposed nginx configuration to mimic Symfony's one The proposed configuration solves [this 404 error issue](https://github.com/silexphp/Silex-Skeleton/issues/24) when trying to load the web profiler under nginx. Commits ------- 7e8157f9 Changed the proposed nginx configuration to mimic Symfony's one
-
Marc Torres authored
-
- 23 Jul, 2015 6 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #916). Discussion ---------- Support optional session invalidation on logout Avoid session destroying on logout by adding "invalidate_session: false" in your configuration e.g. $app['security.firewalls'] = array( [...] 'logout' => array( 'logout_path' => '/user/logout', 'target_url' => '/logout', 'invalidate_session' => false ), [...] ); Commits ------- 1a55ff82 Support optional session invalidation on logout
-
neeg authored
-
Ibrahim AshShohail authored
-
Fabien Potencier authored
-
robert Parker authored
-
- 17 Jul, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- PHPDocs Application -> HttpKernelInterface replacement of https://github.com/silexphp/Silex/pull/1193 (could not reopen that one because of a forced push) Commits ------- b960bad3 PHPDocs Application -> HttpKernelInterface
-
- 16 Jul, 2015 3 commits
-
-
Possum authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Very little typo fix. Commits ------- 83736136 Very little typo fix.
-
RayRutjes authored
-