Commit Graph

388 Commits

Author SHA1 Message Date
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
Jannis Mattheis 6dda2606d4 Adjust message api to use new app/client id 2018-03-11 17:58:44 +01:00
Jannis Mattheis 433a83823b Use *ByToken methods in auth 2018-03-11 17:58:44 +01:00
Jannis Mattheis 6aa10ad917 Add ID to model.Client & model.Application 2018-03-11 17:58:44 +01:00
Jannis Mattheis a26e2cf216 Adjust README for new build process 2018-03-10 13:00:55 +01:00
Jannis Mattheis 7f73de19ca Add packr file pattern to gitignore 2018-03-10 13:00:55 +01:00
Jannis Mattheis 120ce89ee7 Remove packr step in makefile 2018-03-10 13:00:55 +01:00
Jannis Mattheis a211656906 Add packr travis-ci build step and remove packr file 2018-03-10 13:00:55 +01:00
Jannis Mattheis 379ce58b29 Remove xgo and manually cross-compile instead 2018-03-10 13:00:55 +01:00
Jannis Mattheis 0eea69a21d Ignore node_modules 2018-03-10 13:00:55 +01:00
Jannis Mattheis 37f50d5420 Add code of conduct 2018-03-02 21:04:51 +01:00
Jannis Mattheis 70b75d68e8 Set env variable to not execute build twice 2018-02-28 20:47:34 +01:00
Jannis Mattheis cb8fb2dfc2 Remove unnecessary code 2018-02-28 20:22:25 +01:00
Jannis Mattheis d6b351f860 Remove megacheck -> dominikh/go-tools#269
TL;DR: Repository is down.
2018-02-28 20:22:25 +01:00
Jannis Mattheis db60d2f0e7 Use correct models in user apis 2018-02-28 20:22:25 +01:00
Jannis Mattheis e63876053f Add Swagger consistency check 2018-02-28 20:22:25 +01:00
Jannis Mattheis 42c319c12c Adjust spec tasks 2018-02-28 20:22:25 +01:00
Jannis Mattheis 792d14ab04 Update spec & packr 2018-02-28 20:22:25 +01:00
Jannis Mattheis 3a2da09186 Improve documentation 2018-02-28 20:22:25 +01:00
Jannis Mattheis 76c7d3244d Only execute before deploy one time 2018-02-24 17:17:39 +01:00
Jannis Mattheis 222b7089a9 Adjust README 2018-02-24 16:05:00 +01:00
Jannis Mattheis ae9512b6b6 Increase API-Version 2018-02-24 16:05:00 +01:00
Jannis Mattheis 61c4954b88 Use Makefile instead of bash scripts 2018-02-24 16:05:00 +01:00
Jannis Mattheis 66a7c3ee47 Remove branch from version info
When travis builds a tag, no branch is set
2018-02-24 16:05:00 +01:00
Jannis Mattheis fb6bb484a4 Fix typo in travis script 2018-02-23 20:39:23 +01:00
Jannis Mattheis cda4127551 Make password strength configurable 2018-02-23 19:39:34 +01:00
Jannis Mattheis 8cffa66531 Add docker & build on tags 2018-02-23 19:01:06 +01:00
Jannis Mattheis a22ace4f7d Move vInfo (in var its not initialized yet) 2018-02-21 19:39:46 +01:00
Jannis Mattheis 9bf6b0dd93 Add debug output for swagger validate 2018-02-21 19:27:31 +01:00
Jannis Mattheis 2fc25ab132 Add build script 2018-02-21 19:27:31 +01:00
Jannis Mattheis a60c2f2d2f Add some logging & version info building 2018-02-21 19:27:31 +01:00
Jannis Mattheis e458bb1328 Add version api & model 2018-02-21 19:27:31 +01:00
Jannis Mattheis a413b3d182 Log errors 2018-02-19 17:40:05 +01:00
Jannis Mattheis 80887bf4b5 Add support for ssl. 2018-02-19 17:40:05 +01:00
Jannis Mattheis 7bbe7d374a Adjust config for SSL support 2018-02-19 17:40:05 +01:00
Jannis Mattheis 9d635b15a6 Add json mapping for ID in client & app 2018-02-18 12:56:42 +01:00
Jannis Mattheis c76dffdd61 Add swagger validate build step 2018-02-18 12:56:42 +01:00
Jannis Mattheis d965b4e44d Move app.go to root project 2018-02-18 12:56:42 +01:00
Jannis Mattheis 291e5447ed Update deps 2018-02-18 12:56:42 +01:00
Jannis Mattheis e13aff389b Add swagger documentation 2018-02-18 12:56:42 +01:00
Jannis Mattheis 6a5357f9b3 Format & reorder imports 2018-02-18 12:56:42 +01:00
Jannis Mattheis 9c47b73b1d Move models and add docu to models 2018-02-18 12:56:42 +01:00
Jannis Mattheis a5acb20d0e Use custom header for authentication 2018-02-18 12:56:42 +01:00
Jannis Mattheis 1e7e1a71f7 Rename to gotify 2018-02-12 16:48:01 +01:00
Jannis Mattheis 4bb6950e34 Set content type of api requests to application/json 2018-02-12 16:33:03 +01:00