Mon, 01 May 2017 06:34:53 +0000 update tags v1.3.0
convert-repo [Mon, 01 May 2017 06:34:53 +0000] rev 164
update tags
Sun, 30 Apr 2017 23:45:19 +0200 Update version (1.3.0)
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 23:45:19 +0200] rev 163
Update version (1.3.0)
Sun, 30 Apr 2017 22:58:12 +0200 Use github.com/pkg/errors
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 22:58:12 +0200] rev 162
Use github.com/pkg/errors
Sun, 30 Apr 2017 22:22:12 +0200 Refactor getMultipleAccounts
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 22:22:12 +0200] rev 161
Refactor getMultipleAccounts
Sun, 30 Apr 2017 22:12:57 +0200 Refactor methods returning a list of statuses
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 22:12:57 +0200] rev 160
Refactor methods returning a list of statuses
Sun, 30 Apr 2017 20:43:17 +0200 s/int/int64/ for IDs and time integers
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 20:43:17 +0200] rev 159
s/int/int64/ for IDs and time integers
Sun, 30 Apr 2017 20:42:02 +0200 Bump version to 1.3.0-dev
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 20:42:02 +0200] rev 158
Bump version to 1.3.0-dev
Sat, 29 Apr 2017 17:30:58 +0200 Bump library version v1.2.0
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 17:30:58 +0200] rev 157
Bump library version
Sat, 29 Apr 2017 17:27:15 +0200 Add field "All" to LimitParams, change Limit behaviour
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 17:27:15 +0200] rev 156
Add field "All" to LimitParams, change Limit behaviour If All is true, the library will send several requests (if needed) until the API server has sent all the results. If not, and if a Limit is set, the library will try to fetch at least this number of results.
Sat, 29 Apr 2017 12:16:16 +0200 Use links from headers
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 12:16:16 +0200] rev 155
Use links from headers Keep querying the API until the requested limit is reached, using the headers. If no limit is set, a single query is made.
Sat, 29 Apr 2017 10:51:45 +0200 Bump version number -- devel version
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 10:51:45 +0200] rev 154
Bump version number -- devel version
Fri, 28 Apr 2017 21:27:45 +0200 Bump version number v1.1.1
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 21:27:45 +0200] rev 153
Bump version number
Fri, 28 Apr 2017 21:22:25 +0200 Fix unused limit options
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 21:22:25 +0200] rev 152
Fix unused limit options LimitParams was not used in some API calls.
Fri, 28 Apr 2017 18:05:18 +0200 Bump version v1.1.0
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 18:05:18 +0200] rev 151
Bump version Change to 3-number version string
Fri, 28 Apr 2017 16:22:39 +0200 Fix mistake in previous changeset
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 16:22:39 +0200] rev 150
Fix mistake in previous changeset
Fri, 28 Apr 2017 15:43:11 +0200 Add support for limits and paging ({since,max}_id) API parameters
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 15:43:11 +0200] rev 149
Add support for limits and paging ({since,max}_id) API parameters
Fri, 28 Apr 2017 13:28:16 +0200 Add DismissNotification (Mastodon 1.3+)
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 13:28:16 +0200] rev 148
Add DismissNotification (Mastodon 1.3+)
Fri, 28 Apr 2017 11:47:18 +0200 Add version filed (Mastodon 1.3+) to the Instance type
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 11:47:18 +0200] rev 147
Add version filed (Mastodon 1.3+) to the Instance type
Sun, 23 Apr 2017 15:39:51 +0200 Add a note about required Go version
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 15:39:51 +0200] rev 146
Add a note about required Go version See https://github.com/McKael/madonctl/issues/1
Sat, 22 Apr 2017 14:49:19 +0200 Bump version to 1.0 since the whole current API is covered v1.0
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Apr 2017 14:49:19 +0200] rev 145
Bump version to 1.0 since the whole current API is covered
Sat, 22 Apr 2017 13:08:21 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Apr 2017 13:08:21 +0200] rev 144
Update README
Sat, 22 Apr 2017 12:57:11 +0200 Add UpdateAccount()
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Apr 2017 12:57:11 +0200] rev 143
Add UpdateAccount() This patch adds support for the accounts/update_credentials API to update connected user information (display name, user note, avatar and header page image). Images can be provided in the API format (already base64-encoded) or with a file path. BTW the API implementation should be 100% complete now.
Wed, 19 Apr 2017 19:53:26 +0200 Update Travis file
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 19:53:26 +0200] rev 142
Update Travis file
Wed, 19 Apr 2017 19:51:04 +0200 README: Fix link URL
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 19:51:04 +0200] rev 141
README: Fix link URL
Wed, 19 Apr 2017 14:18:02 +0200 streams: Use websockets
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 14:18:02 +0200] rev 140
streams: Use websockets
Wed, 19 Apr 2017 11:11:48 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 11:11:48 +0200] rev 139
Update README
Wed, 19 Apr 2017 10:43:38 +0200 Update package name in source files
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 10:43:38 +0200] rev 138
Update package name in source files Also remove the cmd subdirectory and all empty tests.
Wed, 19 Apr 2017 09:30:47 +0200 Use my own library name
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Apr 2017 09:30:47 +0200] rev 137
Use my own library name Move library to a new home (aka fork) instead of using my own branch of gondole, which isn't very convenient and can be confusing.
Tue, 18 Apr 2017 19:31:42 +0200 Change CreatedAt fields to time.Time
Mikael Berthe <mikael@lilotux.net> [Tue, 18 Apr 2017 19:31:42 +0200] rev 136
Change CreatedAt fields to time.Time
Mon, 17 Apr 2017 19:31:59 +0200 Add SetUserToken() to restore a user token
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Apr 2017 19:31:59 +0200] rev 135
Add SetUserToken() to restore a user token
(0) -100 -50 -30 +30 +50 tip