1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-18 23:22:59 +00:00
Commit Graph

95 Commits

Author SHA1 Message Date
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
c7b4ba942f Added Procfile for Heroku 2015-07-30 18:24:11 +02:00
fe4a8f5732 Added Godeps 2015-07-30 18:13:40 +02:00
a9bc4482f3 Documented ENV variables 2015-07-30 17:31:24 +02:00
1c71fc53c0 Added env reader for parameters 2015-07-30 17:25:10 +02:00
25167b412b Added ENV documentation for AWS 2015-07-29 12:16:41 +02:00
0a6ce49e7d Prepared release 1.1.0 2015-07-29 12:08:03 +02:00
0ec796e7c3 Fixed Makefile and Dockerfile 2015-07-29 12:07:42 +02:00
e824d29b9a Added Redis storage adapter 2015-07-29 12:05:10 +02:00
ff63067fde Prepared release 1.0.0 2015-07-29 11:59:54 +02:00
a89e45f9b9 Do not throw error messages at users, let the frontend handle errors
fixes #1
2015-07-29 10:10:46 +02:00
dc3fb4df50 Fixed linter errors 2015-07-29 09:49:42 +02:00
e83e9100e4 Added examples to the README 2015-07-29 09:40:39 +02:00
bf7335b229 Added license file 2015-07-29 09:39:22 +02:00
33802846f1 Added README.md 2015-07-29 09:38:51 +02:00
bf49ccf10a Close FDs after writing 2015-07-29 09:23:14 +02:00
9e7a92abe7 Initial port from PHP to Go 2015-07-29 09:02:14 +02:00