Martin Thielecke
9c6e3c89a5
JS bugfixes ( #18 )
...
* fix js scoping issue
* add external libraries (they were offline too often)
* new compiled scripts and css
* new fixes in the binary
* vendor update
* change js source
* remove needless variable
* removed more needless variables
2019-01-21 15:27:20 +01:00
51649facaf
Handle information for user
2017-01-22 14:44:25 +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
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
Martin Thielecke
ee5cda1207
fixed escaping for passwords with double quotes
2015-08-07 13:07:10 +00:00
9e7a92abe7
Initial port from PHP to Go
2015-07-29 09:02:14 +02:00