summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-24Fix logo in READMEFabian Mastenbroek
2017-07-23Add .editorconfig fileFabian Mastenbroek
This change adds an .editorconfig file for universal editor configuration for the project.
2017-07-23Target JVM version 8 in KotlinFabian Mastenbroek
This change makes the Kotlin compiler target version 8 of the Java Virtual Machine, so features like lambdas are supported.
2017-07-22Create basic README for the projectFabian Mastenbroek
This change adds a basic README for the project in the repository. This README should be further extended by listing the features supported by the simulator and instructions on how to run a simulation.
2017-07-22Add Gradle configuration for KotlinFabian Mastenbroek
This change adds a Gradle build file to the repository, which will build the Kotlin project.
2017-07-09Add .gitignore for KotlinFabian Mastenbroek
This change adds a .gitignore to the repository tailored to the Kotlin language.
2017-07-09Add MIT license file to repositoryFabian Mastenbroek
This change re-adds a file describing the license of the project.
2017-07-09Delete old codebaseFabian Mastenbroek
This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language.
2017-05-21Escape text input before sending to serverGeorgios Andreadis
Fixes #15.
2017-04-05Merge pull request #10 from atlarge-research/simplify-frontend-buildLeon Overweel
Simplify frontend build
2017-04-04Improve build documentation in README.mdGeorgios Andreadis
2017-04-04Add config clarification to READMEGeorgios Andreadis
2017-04-04Move JSON config file template to READMEGeorgios Andreadis
2017-04-04Relink frontendGeorgios Andreadis
2017-04-04Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_IDGeorgios Andreadis
2017-04-04Update bower.json meta-dataGeorgios Andreadis
2017-04-04Link new version of Frontend submoduleGeorgios Andreadis
2017-04-04Update organization-name in LICENSE.mdGeorgios Andreadis
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-04-04Merge pull request #6 from atlarge-research/api-over-httpSacheendra talluri
Access API over HTTP
2017-04-04Return proper status codes of HTTPleonoverweel
Instead of always 200
2017-04-04Add account setup to local setup guide in READMEleonoverweel
2017-04-04Remove `googleId` as required param to make userleonoverweel
The server now gets the user's `googleId` from the request, so the user doesn't have to specify it
2017-04-04Use AtLarge email on splashpageGeorgios Andreadis
2017-04-04Add component diagram legendGeorgios Andreadis
Fixes #16
2017-04-04Add component diagram explanation to READMEGeorgios Andreadis
2017-04-04Add component diagramGeorgios Andreadis
2017-04-03Rename user.ts to user-authentication.tsGeorgios Andreadis
2017-04-03Fix error handling in HTTP requestsleonoverweel
Now return the proper status code instead of 500
2017-04-03Factor out hardcoded SERVER_BASE_URLGeorgios Andreadis
2017-04-01Merge pull request #9 from atlarge-research/readme-remove-quotesSacheendra talluri
Remove quotes from 'docker build' command
2017-04-01Add Postman setup to READMELeon Overweel
2017-04-01Add OpenDC development Postman collectionleonoverweel
2017-04-01Make HTTP API calls robust to bad JSONleonoverweel
2017-04-01Replace web server test w/ auth token pageleonoverweel
2017-04-01Process requests over HTTPleonoverweel
2017-04-01Pull message processing into methodleonoverweel
2017-04-01Add body parameter parsingleonoverweel
2017-04-01Allow GET, POST, PUT and DELETE for API callsleonoverweel
2017-04-01Fix /../task-durations path in paths.jsonleonoverweel
2017-04-01Add query parameter parsingleonoverweel
2017-04-01Add path parameter extractionleonoverweel
2017-04-01Remove stdout flush from path_parserleonoverweel
2017-04-01Make path parser robust to trailing /leonoverweel
2017-04-01Map HTTP endpoint calls to API pathsleonoverweel
2017-04-01Remove leading / from pathsleonoverweel
2017-04-01Add paths.json for API v1leonoverweel
2017-04-01Only ignore config.json, not *.jsonleonoverweel
2017-04-01Add /api path to Flask appleonoverweel
2017-03-31Add page-overview to README.mdGeorgios Andreadis