summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Improve game steps managementjbion2016-12-22
* Huge refac to pass the Table instead of left/right/self boardsjbion2016-12-22
* Remove unused "nb of guild cards" settingjbion2016-12-21
* Fix number of Guild cards used in Decksjbion2016-12-21
* Add doc to Definition.create() to explicitly state the "no side-effect" requi...jbion2016-12-21
* Add playerIndex and validation method to the Move itselfjbion2016-12-21
* Remove PrincipalImpl usage, using spring security insteadjbion2016-12-21
* Add potential extra wondersjbion2016-12-21
* Make wonder level increase in 2 stepsjbion2016-12-21
* Remove Counter from applicationVictor Chabbert2016-12-21
* Made gameBrowser logic use immutable.jsVictor Chabbert2016-12-21
* Add immutable.js for dataVictor Chabbert2016-12-21
* Refactor switch into proper method overridejbion2016-12-21
* Fix wonder name assignment for test constructorjbion2016-12-21
* Add test for Decksjbion2016-12-21
* Add test for NumericEffectSerializerjbion2016-12-21
* Add test for ProductionIncrease serializerjbion2016-12-21
* Add test for Resources serializersjbion2016-12-21
* Add test for ScienceProgressSerializerjbion2016-12-21
* Remove experimental TestControllerjbion2016-12-21
* Add missing tests to DestinationAccessValidatorTestjbion2016-12-21
* Fix json not parsing errorsVictor Chabbert2016-12-21
* Add interceptor for invalid subscriptionsjbion2016-12-20
* Merge pull request #1 from luxons/feature/websockets-sagasJoffrey Bion2016-12-20
|\
| * Fix create game with undefined valueVictor Chabbert2016-12-20
| * Disable stomp debug in productionVictor Chabbert2016-12-20
| * Add create game logicVictor Chabbert2016-12-20
| * Fix multiple socket connectionsVictor Chabbert2016-12-20
| * Merge remote-tracking branch 'origin/master' into feature/websockets-sagasVictor Chabbert2016-12-19
| |\
| * \ Merge remote-tracking branch 'origin/master' into feature/websockets-sagasVictor Chabbert2016-12-19
| |\ \
| * | | List gamesVictor Chabbert2016-12-19
| * | | GameBrowser sagaVictor Chabbert2016-12-19
| * | | Merge branch 'master' into feature/websockets-sagasVictor Chabbert2016-12-19
| |\ \ \
| * | | | Working error sagaVictor Chabbert2016-12-19
| * | | | Initial work on websocket sagasVictor Chabbert2016-12-19
* | | | | Improve test page for custom subscriptions and msg testingjbion2016-12-20
* | | | | Add conversion exception handling for bad input JSON formatjbion2016-12-20
* | | | | Add response with list of games at subscription to /topic/gamesjbion2016-12-19
* | | | | Adjust exceptions visibilityjbion2016-12-19
| |_|_|/ |/| | |
* | | | Fix logger class in ExceptionHandlerjbion2016-12-19
| |_|/ |/| |
* | | Lobby controller refacjbion2016-12-19
| |/ |/|
* | Add react css librairiesVictor Chabbert2016-12-19
* | Set editorconfig for front-endVictor Chabbert2016-12-19
* | Improve error outputjbion2016-12-19
* | Allow cross-origin for frontend server proxyjbion2016-12-19
* | Move session attribute keys to a single file to ensure unicity more easilyjbion2016-12-19
* | Add start game actionjbion2016-12-19
* | Remove gitkeepVictor Chabbert2016-12-19
|/
* Add redux-saga to handle effectsVictor Chabbert2016-12-18
* Refactor 404 stateless functionVictor Chabbert2016-12-18
bgstack15