1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-19 15:42:58 +00:00
Commit Graph

113 Commits

Author SHA1 Message Date
6ced6fd57c
Lint .vue files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 21:53:06 +01:00
5ef83ec536
Remove wasm assets
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 21:25:30 +01:00
3c12edb3d6
Lint & small fixes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 21:21:58 +01:00
7698b62bd4
Fix swapped functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 21:21:43 +01:00
b4981caa2a
Fix order of routes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 21:05:11 +01:00
f42de6e8a9
Add error log to http server
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 20:48:01 +01:00
b0ff38946d
Fix request without filename
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 20:47:48 +01:00
9bd560a05a
Use JS cryptocore
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 20:24:44 +01:00
7bdc430812
Fix component naming
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 20:22:36 +01:00
8875cba0f3
Manually fix more linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 19:11:23 +01:00
e659999b3d
Auto-fix linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 17:33:33 +01:00
f1278a5cab
Add linting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 17:33:12 +01:00
5b549ebbe5
npm upgrade
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 17:16:33 +01:00
14b69438ce
npm audit fix
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-11 17:12:00 +01:00
dec5e81782
Interface WIP
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-05 12:20:29 +01:00
c262fe4b75
Add cryptocore building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 16:47:40 +01:00
fa715073ba
Add initial implementation of cryptocore
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 16:46:57 +01:00
e295647657
Remove old style
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 14:34:49 +01:00
0ad1681ee0
Remove old assets, prepare adding Vue serving
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 14:32:00 +01:00
4379055434
Minor API fixes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 14:30:02 +01:00
b4793cbab5
Reimplement Go server as API-Server
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-04 11:50:03 +01:00
ed73116f3a
Add dist folder to bindata
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-25 12:13:26 +02:00
10ad0e238d
Cleanup makefile, import path and bindata generation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-25 12:11:08 +02:00
3a132c8922
Cleanup gitignore, prepare adding vue
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-25 12:10:49 +02:00
410f20d40c
Renew Dockerfile
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-25 12:07:53 +02:00
613af51966
prepare release v1.9.0 2017-12-30 11:48:40 +01:00
Knut Ahlers
afa205127a
Merge pull request #17 from mthie/master
Make it possible to run on AppEngine
2017-12-30 11:46:36 +01:00
Martin Thielecke
f065445f66 changed documentation 2017-12-30 00:03:00 +00:00
Martin Thielecke
d82a98b157 fixed typo 2017-12-30 00:02:02 +00:00
Martin Thielecke
150447d166 fixed documentation 2017-12-29 23:58:05 +00:00
Martin Thielecke
307d6ca44a
Merge pull request #1 from Luzifer/add-more-gae-fixe
Add some more GAE fixes
2017-12-29 23:26:14 +01:00
Martin Thielecke
944d7cbf73 more documentation 2017-12-29 22:25:30 +00:00
Martin Thielecke
b106f1627b hopefully the last fixes 2017-12-29 22:21:43 +00:00
Martin Thielecke
a834d46c92 some readme fixes ;) 2017-12-29 22:21:09 +00:00
Martin Thielecke
a9625cfa44 readme fixes 2017-12-29 22:19:19 +00:00
Martin Thielecke
ffad020a92 added some documentation for GAE 2017-12-29 22:17:29 +00:00
99ff9846a3
Update vendoring using dep
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-29 23:13:47 +01:00
65d0636059
Add Makefile target to clean files for GAE
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-29 21:52:04 +01:00
cba35eff93
Add fix for config parsing into code
This implements a comment from Luzifer/cloudkeys-go#17 in order not to
have to change the `config.go` when deploying

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-29 21:49:50 +01:00
Martin Thielecke
b2c7ec5e07 updated pongo to newer version 2017-12-28 01:56:23 +00:00
Martin Thielecke
9522094655 stripped down main.go 2017-12-28 01:41:37 +00:00
Martin Thielecke
84d1c7e741 introduced context to all http handlers and use a specific http client
for S3 requests
2017-12-28 01:40:20 +00:00
Martin Thielecke
54526cff4c split up main.go to different files to get the stuff running on GAE 2017-12-28 01:38:30 +00:00
Martin Thielecke
a7e719a182 AppEngine app.yaml example file 2017-12-28 01:28:44 +00:00
24adb5c408
prepare release v1.8.0 2017-12-24 20:14:28 +01:00
e3200790fc
Add new dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-24 20:14:20 +01:00
a0e5005835
Replace stdout logging with proper log package
fixes #16

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-24 20:14:03 +01:00
884dbd7b1b
prepare release v1.7.0 2017-12-24 19:45:40 +01:00
a1df72edc5
Squashed commit of the following:
commit f0db1ff1f8
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 24 12:19:56 2017 +0100

    Mark option as deprecated

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 9891df2a16
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 24 12:11:56 2017 +0100

    Fix: Typo

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 836006de64
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 24 12:04:20 2017 +0100

    Add new dependencies

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit d64fee60c8
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Dec 24 11:55:52 2017 +0100

    Replace insecure password hashing

    Prior this commit passwords were hashed with a static salt and using the
    SHA1 hashing function. This could lead to passwords being attackable in
    case someone gets access to the raw data stored inside the database.
    This commit introduces password hashing using bcrypt hashing function
    which addresses this issue.

    Old passwords are not automatically re-hashed as they are unknown.
    Replacing the old password scheme is not that easy and needs #10 to be
    solved. Therefore the old hashing scheme is kept for compatibility
    reason.

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

Signed-off-by: Knut Ahlers <knut@ahlers.me>

closes #14
closes #15
2017-12-24 19:44:24 +01:00
Knut Ahlers
452fad59e3
Merge pull request #13 from rosetree/fix-readme-link
Link to cloudkeys go report card
2017-12-10 20:01:59 +01:00