Tue, 25 Apr 2017 00:05:21 +0200 accounts: add --user-id
Mikael Berthe <mikael@lilotux.net> [Tue, 25 Apr 2017 00:05:21 +0200] rev 16
accounts: add --user-id Look up the requested user ID and use it in place of --account-id. Currently the UID should match exactly the account's Acct field in order to avoid false positives.
Mon, 24 Apr 2017 23:05:27 +0200 Add option --text-file to send content from a file
Mikael Berthe <mikael@lilotux.net> [Mon, 24 Apr 2017 23:05:27 +0200] rev 15
Add option --text-file to send content from a file
Mon, 24 Apr 2017 22:30:07 +0200 Add function "fromhtml" for Go templates
Mikael Berthe <mikael@lilotux.net> [Mon, 24 Apr 2017 22:30:07 +0200] rev 14
Add function "fromhtml" for Go templates Example (for a status): {{.content | fromhtml}}
Sun, 23 Apr 2017 23:32:16 +0200 Add option --limit (-l) to limit the number of displayed results
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 23:32:16 +0200] rev 13
Add option --limit (-l) to limit the number of displayed results
Sun, 23 Apr 2017 22:40:52 +0200 Use cmd.Name() in cobra commands
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 22:40:52 +0200] rev 12
Use cmd.Name() in cobra commands
Sun, 23 Apr 2017 18:50:09 +0200 Work around server sending HTML error page on failed login
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 18:50:09 +0200] rev 11
Work around server sending HTML error page on failed login This (with the previous commit) should fix #2.
Sun, 23 Apr 2017 18:18:51 +0200 Don't dump the configuration file if login failed
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 18:18:51 +0200] rev 10
Don't dump the configuration file if login failed If a username was provided and the authentication fails, the command "config dump" should abort. (Cf. issue #2)
Sun, 23 Apr 2017 15:34:15 +0200 Add a note about required Go version
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 15:34:15 +0200] rev 9
Add a note about required Go version Some dependencies do not support very old versions of Go so as there is no easy way fix issue #1 I'll add the minimum version to the README. Tested successfully with Golang 1.5.1 here.
Sat, 22 Apr 2017 14:58:57 +0200 Bump version to 0.2.0 v0.2.0
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Apr 2017 14:58:57 +0200] rev 8
Bump version to 0.2.0
Sat, 22 Apr 2017 13:55:19 +0200 Update documentation wrt accounts update
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Apr 2017 13:55:19 +0200] rev 7
Update documentation wrt accounts update
(0) -10 +10 +100 tip