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".
(0) -100 -10 +10 tip