Commit Graph

232 Commits

Author SHA1 Message Date
Jannis Mattheis 71ec859b0d Add favicon 2018-03-18 19:22:27 +01:00
Jannis Mattheis 6b537c956b Move https server in go func to not block http server 2018-03-18 17:29:15 +01:00
Jannis Mattheis d931dfc696 Remove hardcoded url & use absolute url to make requests 2018-03-18 17:29:15 +01:00
Jannis Mattheis 1e33fd0ea4 Abort web socket requests when no token is present 2018-03-18 17:29:15 +01:00
Jannis Mattheis 090142c281 Check origin on web socket requests in prod mode 2018-03-18 17:29:15 +01:00
Jannis Mattheis f1aa490035 Set valid default state for admin 2018-03-18 17:29:15 +01:00
Jannis Mattheis 6657e884b1 Remove unused dependencies 2018-03-18 17:29:15 +01:00
Jannis Mattheis 328a2b1b72 Adjust README for UI config/building 2018-03-18 17:29:15 +01:00
Jannis Mattheis 98b9d058da Add login submit with enter 2018-03-18 17:29:15 +01:00
Jannis Mattheis 12d443acfd Add eslint to travis build 2018-03-18 17:29:15 +01:00
Jannis Mattheis d5b6b8d1c3 Add login failed message 2018-03-18 17:29:15 +01:00
Jannis Mattheis 29e6421c8c Add radix param & remove unused import 2018-03-18 17:29:15 +01:00
Jannis Mattheis 886e4bb102 Add build ui step to travis ci 2018-03-18 17:29:15 +01:00
Jannis Mattheis 9e49849039 Use mode in all tests 2018-03-18 17:29:15 +01:00
Jannis Mattheis ff73e0b5e9 Use uigo in router 2018-03-18 17:29:15 +01:00
Jannis Mattheis 2e29efe90b Add Dev router config 2018-03-18 17:29:15 +01:00
Jannis Mattheis ee37eafd36 Check origin in websocket in prod mode only 2018-03-18 17:29:15 +01:00
Jannis Mattheis 5bf7f0154a Use mode property in app and building 2018-03-18 17:29:15 +01:00
Jannis Mattheis 488cffc87b Add mode constant 2018-03-18 17:29:15 +01:00
Jannis Mattheis 41259f3f77 Add serve func for uigo 2018-03-18 17:29:15 +01:00
Jannis Mattheis c76facacb6 Add service worker script 2018-03-18 17:29:15 +01:00
Jannis Mattheis 4042591717 Add Index Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 97084ce357 Add Layout Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 632f59d049 Add Navigation/Header Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis f820ba863a Add SettingsDialog Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis bdce772634 Add Users Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 5e859698f5 Add Login Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 88249a8e82 Add Messages Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 3b08e6ade3 Add Clients Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis b3fe1c1ea9 Add Applications Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 9ff41de532 Add ConfirmDialog Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 9530e42f71 Add Container Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis 89170274d9 Add DefaultPage Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis bdf4109a8f Add ToggleVisibility Component 2018-03-18 17:29:15 +01:00
Jannis Mattheis c19f5b62a0 Add axios default config 2018-03-18 17:29:15 +01:00
Jannis Mattheis fb83281978 Add Flux dispatcher 2018-03-18 17:29:15 +01:00
Jannis Mattheis ec0c06a482 Add static public resources 2018-03-18 17:29:15 +01:00
Jannis Mattheis f3a140769c Add linter settings 2018-03-18 17:29:15 +01:00
Jannis Mattheis 90e07f2489 Add UI package conf 2018-03-18 17:29:15 +01:00
Jannis Mattheis df8ebb9f69 Increase API version 2018-03-11 17:58:44 +01:00
Jannis Mattheis c07dc59af9 Update Spec 2018-03-11 17:58:44 +01:00
Jannis Mattheis fb972ec9a6 Fix not working Get/DeleteMessagesWithApplication apis 2018-03-11 17:58:44 +01:00
Jannis Mattheis 7e37c34d2f Adjust router documentation 2018-03-11 17:58:44 +01:00
Jannis Mattheis ece3e3ee4f Adjust router test for new app/client id 2018-03-11 17:58:44 +01:00
Jannis Mattheis 2c9de20c2a Adjust message database impl 2018-03-11 17:58:44 +01:00
Jannis Mattheis a10fe96ea7 Adjust token database impl 2018-03-11 17:58:44 +01:00
Jannis Mattheis 4078358aaa Check ownership of app on GetMessagesWithToken 2018-03-11 17:58:44 +01:00
Jannis Mattheis 98df7501f6 Add failing test for getmessages with not owned app 2018-03-11 17:58:44 +01:00
Jannis Mattheis 2d1d68f5ae Also use helper method in user api 2018-03-11 17:58:44 +01:00
Jannis Mattheis ec1eb50d0e Adjust token api to use new app/client id 2018-03-11 17:58:44 +01:00