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

66 Commits

Author SHA1 Message Date
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
Micha Rosenbaum
a32ddd11c6 Link to cloudkeys go report card 2017-12-10 19:16:07 +01:00
378f0f6ed0
prepare release v1.6.1 2017-12-08 13:20:45 +01:00
4c990233d7
Fix: Broken script URLs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-08 13:20:38 +01:00
af530d4d1b
prepare release v1.6.0 2017-12-08 13:05:25 +01:00
7581358922
Switch to dep for vendoring, update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-08 13:03:10 +01:00
ef5bc59525
Switch to Github publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-08 12:58:02 +01:00
a3b5db3c85
Update Meta-Files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-08 12:57:04 +01:00
fee1fa77a3
Update javascript libraries
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-08 12:55:14 +01:00
57772da2be
Remove instructions for CloudControl (they no longer exist) 2017-02-04 19:45:53 +01:00
ab25e1051d
prepare release v1.5.1 2017-02-04 19:37:24 +01:00
Knut Ahlers
377d4544bd Merge pull request #12 from rosetree/fixSettingsMenuVisibility
Hide Settings menu until data has been decrypted
2017-02-04 19:35:51 +01:00
Micha Rosenbaum
a02db8fdd6 Hide Settings menu until data has been decrypted 2017-02-04 18:56:59 +01:00
511b97be74
prepare release v1.5.0 2017-01-22 14:55:51 +01:00
9888a31eb4
Merge branch 'rosetree-feature/edit_enc_pw' 2017-01-22 14:54:37 +01:00
51649facaf
Handle information for user 2017-01-22 14:44:25 +01:00
1cbfc45f29
Generate bindata from assets 2017-01-22 14:40:54 +01:00
d256f5f0d4
Remove template directory from bindata 2017-01-22 14:40:22 +01:00
1bee5f4117
Adjust parameters for lessc 2.7.1 2017-01-22 14:39:38 +01:00
Micha Rosenbaum
21c6b05fa0 Add TODO: What happens after update of encryption password?
Issue: https://github.com/Luzifer/cloudkeys-go/issues/10
2017-01-14 16:21:18 +01:00
Micha Rosenbaum
171df9ceda Add menu link to the edit encryption password form
The menu link is in a new “Settings” dropdown. That is a good place to
add a link to update the account password in the future. The “Settings”
menu is placed next to the “Switch Account” dropdown.

Issue: https://github.com/Luzifer/cloudkeys-go/issues/10
2017-01-14 16:19:08 +01:00
Micha Rosenbaum
d08c29c083 Add function to show the edit encryption password form
showEditEncPWForm() is adapted from showForm(num) to edit and create
passwords. It binds a click event handler to the primary button, that
checks if the current password is correct and if the new password is
entered twice.

If all validations succeed, the entered password is used as the
encryption password and the users data is updated with this new
password.

Issue: https://github.com/Luzifer/cloudkeys-go/issues/10
2017-01-14 16:12:24 +01:00
Micha Rosenbaum
f1ee8fb42b Add form to edit the encryption password
The form uses layout of the form for editing passwords not the search
box. It’s required that the user enters it’s current encryption password
and the new password twice.

Issue: https://github.com/Luzifer/cloudkeys-go/issues/10
2017-01-14 15:54:53 +01:00
Micha Rosenbaum
65ac3d3ca6 Remove trailing whitespace from style.less 2017-01-13 22:49:02 +01:00
cc8a2cc94a
prepare release v1.4.1 2016-11-16 09:54:57 +01:00
90c337ee53
Merge pull request #9 from rosetree/master
Fix small typo  in the overview template “I” → “If”
2016-11-16 09:54:03 +01:00
Micha Rosenbaum
9c94095f8a Fix small typo in the overview template “I” → “If” 2016-11-16 09:28:07 +01:00
f55273499d
Prepared release v1.4.0 2016-05-13 17:30:41 +02:00
dcec39ed5c
Move to go1.6 for building 2016-05-13 17:30:27 +02:00
780fbac244
Migrated Godeps to go1.6 vendoring 2016-05-13 17:29:06 +02:00
16db7286b5
Prepared release v1.3.1 2016-05-13 17:27:01 +02:00
eb91aa49ed
Fix: Replace not longer available libaries
crypto-js.googlecode.com was shut down so load those libraries from cdnjs instead. To have only a single source mapped all the other libraries also to cdnjs.
2016-05-13 17:25:38 +02:00
f63f217bbc Prepared release 1.3.0 2015-11-30 22:32:40 +01:00
Martin Thielecke
9812c14aa2 Removed old clippy flash extension and replaced it with pure JS solution
Squashed commit of the following:

commit 682b84ab51
Author: Martin Thielecke <github@mthie.com>
Date:   Mon Nov 30 21:13:13 2015 +0000

    fixed godeps path

commit 816132283f
Author: Martin Thielecke <github@mthie.com>
Date:   Mon Nov 30 21:12:23 2015 +0000

    removed branding

commit d7683dd6a5
Author: Martin Thielecke <github@mthie.com>
Date:   Mon Nov 30 21:08:33 2015 +0000

    reverted some individual stuff

commit 26bc1a35e1
Merge: ecd8e53 b8ad8ee
Author: Martin Thielecke <github@mthie.com>
Date:   Mon Nov 30 20:51:18 2015 +0000

    Merge branch 'master' of github.com:Luzifer/cloudkeys-go into clipboardapi

    Conflicts:
    	assets/script.js
    	bindata.go
    	coffee/script.coffee

commit ecd8e53b13
Author: Martin Thielecke <github@mthie.com>
Date:   Mon Nov 30 20:45:20 2015 +0000

    removed old clippy flash extension and replaced it with pure JS solution

commit 225e9f13c2
Author: Martin Thielecke <github@mthie.com>
Date:   Sat Aug 1 18:14:14 2015 +0000

    [main] Revert "changed variable names according to linter"

    This reverts commit 91ac55453c.

commit 91ac55453c
Author: Martin Thielecke <github@mthie.com>
Date:   Sat Aug 1 11:54:53 2015 +0000

    changed variable names according to linter

commit 7a0f9e22ba
Merge: 6c57d39 8386e47
Author: Martin Thielecke <github@mthie.com>
Date:   Sat Aug 1 11:32:28 2015 +0000

    Merge branch 'master' of github.com:Luzifer/cloudkeys-go

commit 6c57d394ae
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 19:30:47 2015 +0000

    added title

commit 17ae0383fd
Merge: d813879 553680c
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 19:21:18 2015 +0000

    Merge branch 'development' of github.com:mthie/cloudkeys-go

commit 553680c725
Merge: ec26daa 1b66ad4
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 19:19:41 2015 +0000

    Merge branch 'master' of github.com:Luzifer/cloudkeys-go into development

commit d81387910e
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 18:51:28 2015 +0000

    changed title

commit 45a64d1110
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 18:36:14 2015 +0000

    changed usernames for deployment

commit ec26daa679
Author: Martin Thielecke <github@mthie.com>
Date:   Fri Jul 31 18:34:36 2015 +0000

    fixed username
2015-11-30 22:30:52 +01:00
b8ad8eec65 Prepared release 1.2.4 2015-10-28 13:50:43 +01:00
4b5dfd6933 Improved Dockerfile and Makefile
closes #6
2015-10-28 13:47:31 +01:00
f4985f5cdb Prepared release 1.2.3 2015-08-25 00:16:12 +02:00
4df4c74133 Replaced Google PKI certificates 2015-08-25 00:10:25 +02:00
Knut Ahlers
7e89736529 Merge pull request #5 from awesomecoders/master
fixed escaping for passwords with double quotes
2015-08-08 01:09:53 +02:00
Martin Thielecke
ee5cda1207 fixed escaping for passwords with double quotes 2015-08-07 13:07:10 +00:00
8386e47193 Prepared release 1.2.2 2015-08-01 01:00:20 +02:00
38c7390ddd Fix: On register the username needs to be treated like in login 2015-08-01 00:59:44 +02:00
1b66ad4b8a Fixed numbering in README 2015-07-31 21:11:19 +02:00
e22d5faeae Prepared release 1.2.1 2015-07-31 21:02:49 +02:00
1c1365f3be Fix: Restored old behavior of making all usernames lowercase 2015-07-31 21:02:03 +02:00
dc1b44786a Prepared release 1.2.0 2015-07-30 18:47:29 +02:00
7dbb06decf Added documentation for Cloudcontrol 2015-07-30 18:37:27 +02:00
5cad207f2d Finished documentation for Heroku 2015-07-30 18:29:37 +02:00