Mon, 29 Jul 2019 21:50:21 +0200 Merge pull request #7 from roobre/master
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Jul 2019 21:50:21 +0200] rev 252
Merge pull request #7 from roobre/master Added UploadMediaReader, UploadMedia is now a wrapper around it committer: GitHub <noreply@github.com>
Wed, 24 Jul 2019 10:31:51 +0200 Fixed typo in godoc
Roberto Santalla <roobre@users.noreply.github.com> [Wed, 24 Jul 2019 10:31:51 +0200] rev 251
Fixed typo in godoc Co-Authored-By: Mikael Berthe <mikael@lilotux.net> committer: GitHub <noreply@github.com>
Fri, 19 Jul 2019 14:28:25 +0200 Added UploadMediaReader, UploadMedia is now a wrapper around it
Roberto Santalla <roobre@roobre.es> [Fri, 19 Jul 2019 14:28:25 +0200] rev 250
Added UploadMediaReader, UploadMedia is now a wrapper around it Closes #6
Sat, 20 Apr 2019 20:02:41 +0200 Merge pull request #5 from roobre/master
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Apr 2019 20:02:41 +0200] rev 249
Merge pull request #5 from roobre/master Try to parse error string returned by server before falling back to generic message committer: GitHub <noreply@github.com>
Sat, 20 Apr 2019 14:21:48 +0200 Try to parse error string returned by server before falling back to generic message
Roberto Santalla <roobre@roobre.es> [Sat, 20 Apr 2019 14:21:48 +0200] rev 248
Try to parse error string returned by server before falling back to generic message Closes #4
Sun, 13 Jan 2019 13:25:58 +0100 Fix missing media API endpoint version
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 13:25:58 +0100] rev 247
Fix missing media API endpoint version This should fix <https://github.com/McKael/madonctl/issues/18>.
Sat, 29 Sep 2018 11:46:33 +0200 Add Go modules support
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 11:46:33 +0200] rev 246
Add Go modules support
Wed, 19 Sep 2018 20:52:48 +0200 Fix endpoint for app registration (broken by 9dcadf72)
Mikael Berthe <mikael@lilotux.net> [Wed, 19 Sep 2018 20:52:48 +0200] rev 245
Fix endpoint for app registration (broken by 9dcadf72) This patch should fix https://github.com/McKael/madonctl/issues/16.
Fri, 07 Sep 2018 21:49:44 +0200 GetTimelines & StreamListener: Accept "direct" timeline
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 21:49:44 +0200] rev 244
GetTimelines & StreamListener: Accept "direct" timeline
Fri, 07 Sep 2018 19:17:12 +0200 Change the way parameter lists are handled internally
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 19:17:12 +0200] rev 243
Change the way parameter lists are handled internally Instead of trying to guess if a query key is a list (to strip the index number, since Rails expects list IDs without index number), we prefix the key name with the index when dealing with lists. E.g.: [0]ids: "one" [1]ids: "two" will be sent as ids[]=one&ids[]=two It makes it more reliable and let us differenciate between arrays and objects (objects are untouched and sent as-is).
Fri, 07 Sep 2018 19:17:12 +0200 UpdateAccount: Change source data update parameters
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 19:17:12 +0200] rev 242
UpdateAccount: Change source data update parameters The server accepts queries like "source[0]=privacy%3Dprivate".
Fri, 07 Sep 2018 12:43:40 +0200 Fix endpoint for update_credentials (broken by 9dcadf72)
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 12:43:40 +0200] rev 241
Fix endpoint for update_credentials (broken by 9dcadf72)
Thu, 06 Sep 2018 11:43:44 +0200 Support search v2 API
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 11:43:44 +0200] rev 240
Support search v2 API
Thu, 06 Sep 2018 11:28:42 +0200 Introduce new type: MastodonDate
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 11:28:42 +0200] rev 239
Introduce new type: MastodonDate This type replaces the previous 'ActivityTime' since this weird timestamp format is now used by several Mastodon API endpoints...
Thu, 06 Sep 2018 01:07:40 +0200 Do not use a global API version
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 01:07:40 +0200] rev 238
Do not use a global API version Mastodon uses an API version per endpoint (cf. search v2) so we need to be able to specify the version for any API call.
Thu, 06 Sep 2018 00:34:44 +0200 Bump API version number
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:34:44 +0200] rev 237
Bump API version number
Thu, 06 Sep 2018 00:23:40 +0200 Update search result type (us rich tag structure)
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:23:40 +0200] rev 236
Update search result type (us rich tag structure) This change will let us use the same 'Results' object for both versions of the search API endpoint (v1 & v2).
Wed, 05 Sep 2018 22:55:20 +0200 Add endorsement commands (GetEndorsements, {Pin,Unpin}Account)
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 22:55:20 +0200] rev 235
Add endorsement commands (GetEndorsements, {Pin,Unpin}Account)
Wed, 05 Sep 2018 13:11:54 +0200 Move GetFavourites() to status.go
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 13:11:54 +0200] rev 234
Move GetFavourites() to status.go
Wed, 05 Sep 2018 10:52:58 +0200 Add suggestions
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 10:52:58 +0200] rev 233
Add suggestions This patch adds GetSuggestions and DeleteSuggestion for the 'suggestions' endpoint.
Wed, 05 Sep 2018 02:33:23 +0200 UpdateAccount: Add support for FieldsAttributes and Source parameters
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 232
UpdateAccount: Add support for FieldsAttributes and Source parameters The source parameters don't seem to work, though (tested against Mastodon 2.5.0)...
Wed, 05 Sep 2018 02:33:23 +0200 Fix (hopefully) handling of arrays in API calls
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 231
Fix (hopefully) handling of arrays in API calls Item numbers should not be sent, except for two-dimension arrays.
Wed, 05 Sep 2018 02:33:23 +0200 Update PostStatus prototype
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 230
Update PostStatus prototype
Wed, 05 Sep 2018 02:33:23 +0200 Update UpdateAccount prototype; add "bot" parameter
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 229
Update UpdateAccount prototype; add "bot" parameter
Wed, 05 Sep 2018 02:33:23 +0200 Update Mastodon types
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 228
Update Mastodon types
Mon, 28 May 2018 17:52:18 +0000 update tags
convert-repo [Mon, 28 May 2018 17:52:18 +0000] rev 227
update tags
Mon, 28 May 2018 20:51:10 +0200 Don't use base64 encoding for header & avatar uploads
Mikael Berthe <mikael@lilotux.net> [Mon, 28 May 2018 20:51:10 +0200] rev 226
Don't use base64 encoding for header & avatar uploads This should fix https://github.com/McKael/madonctl/issues/14.
Wed, 21 Mar 2018 22:43:32 +0100 Version 2.3.0 v2.3.0
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 22:43:32 +0100] rev 225
Version 2.3.0
Wed, 21 Mar 2018 15:28:23 +0100 README: Fix Travis badge
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 15:28:23 +0100] rev 224
README: Fix Travis badge
Wed, 21 Mar 2018 15:22:28 +0100 Travis: Fix go version
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 15:22:28 +0100] rev 223
Travis: Fix go version 1.10 must be quoted.
(0) -100 -50 -30 tip