Mon, 17 Apr 2017 15:22:45 +0200 Add ID to the Relationship structure
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Apr 2017 15:22:45 +0200] rev 133
Add ID to the Relationship structure Missing from the API documentation.)
Mon, 17 Apr 2017 12:15:50 +0200 Make identifiers less ambiguous
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Apr 2017 12:15:50 +0200] rev 132
Make identifiers less ambiguous It's much better for godoc.
Mon, 17 Apr 2017 12:07:44 +0200 Introduce RestoreApp(), bump library version
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Apr 2017 12:07:44 +0200] rev 131
Introduce RestoreApp(), bump library version RestoreApp() lets the client provide an existing application ID/Secret pair. The library no longer falls back to mastodon.social, an instance name is required. The version is bumped to 0.1 (we have something that works!).
Mon, 17 Apr 2017 10:28:10 +0200 Update credits
Mikael Berthe <mikael@lilotux.net> [Mon, 17 Apr 2017 10:28:10 +0200] rev 130
Update credits
Sun, 16 Apr 2017 20:52:52 +0200 login: improve error message
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Apr 2017 20:52:52 +0200] rev 129
login: improve error message It looks like the server returns HTML when the authentication fails :/
Sun, 16 Apr 2017 13:37:37 +0200 Add checks for client initialization
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Apr 2017 13:37:37 +0200] rev 128
Add checks for client initialization
Sun, 16 Apr 2017 02:12:38 +0200 GetTimelines: Allow '#' as hashtag prefix
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Apr 2017 02:12:38 +0200] rev 127
GetTimelines: Allow '#' as hashtag prefix
Sat, 15 Apr 2017 21:08:34 +0200 Add UploadMedia()
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 21:08:34 +0200] rev 126
Add UploadMedia()
Sat, 15 Apr 2017 21:08:34 +0200 Rework the API wrappers to handle arrays of parameters
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 21:08:34 +0200] rev 125
Rework the API wrappers to handle arrays of parameters This make some API calls work better (reports with several statuses, statuses with several attachments, relationships for multiple accounts...).
Sat, 15 Apr 2017 21:08:34 +0200 Update gondole-cli tests
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 21:08:34 +0200] rev 124
Update gondole-cli tests
Sat, 15 Apr 2017 21:08:34 +0200 Export UserToken
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 21:08:34 +0200] rev 123
Export UserToken Export UserToken so that the application can use/reuse it.
Sat, 15 Apr 2017 12:35:20 +0200 Change StreamListener prototype
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 12:35:20 +0200] rev 122
Change StreamListener prototype Change StreamListener prototype in order to be able to use several StreamListener's with the same event channel. Stop a listener when the Readline call fails, since we probably cannot know if we can resume safely.
Sat, 15 Apr 2017 10:34:31 +0200 Update .gitignore
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 10:34:31 +0200] rev 121
Update .gitignore Ignore Vim swap files
Sat, 15 Apr 2017 10:26:36 +0200 Refactor API calls
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 10:26:36 +0200] rev 120
Refactor API calls
Sat, 15 Apr 2017 00:39:43 +0200 LoginBasic: Remove useless header
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Apr 2017 00:39:43 +0200] rev 119
LoginBasic: Remove useless header
Fri, 14 Apr 2017 23:25:51 +0200 Add an option to get the local timeline
Mikael Berthe <mikael@lilotux.net> [Fri, 14 Apr 2017 23:25:51 +0200] rev 118
Add an option to get the local timeline
Fri, 14 Apr 2017 22:56:50 +0200 Add streaming API support
Mikael Berthe <mikael@lilotux.net> [Fri, 14 Apr 2017 22:56:50 +0200] rev 117
Add streaming API support
Fri, 14 Apr 2017 00:10:34 +0200 Add reports API calls
Mikael Berthe <mikael@lilotux.net> [Fri, 14 Apr 2017 00:10:34 +0200] rev 116
Add reports API calls
Thu, 13 Apr 2017 23:43:10 +0200 Add FollowRequestAuthorize()
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 23:43:10 +0200] rev 115
Add FollowRequestAuthorize()
Thu, 13 Apr 2017 22:23:31 +0200 Add GetAccountStatuses()
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 22:23:31 +0200] rev 114
Add GetAccountStatuses()
Thu, 13 Apr 2017 21:25:10 +0200 Add Search() (using endpoint /search)
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 21:25:10 +0200] rev 113
Add Search() (using endpoint /search)
Thu, 13 Apr 2017 20:54:41 +0200 Add GetCurrentInstance()
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 20:54:41 +0200] rev 112
Add GetCurrentInstance()
Thu, 13 Apr 2017 20:20:50 +0200 Add FollowRemoteAccount() and GetAccountRelationships()
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 20:20:50 +0200] rev 111
Add FollowRemoteAccount() and GetAccountRelationships()
Thu, 13 Apr 2017 19:07:11 +0200 Cosmetics - remove some blank lines
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 19:07:11 +0200] rev 110
Cosmetics - remove some blank lines
Thu, 13 Apr 2017 19:03:37 +0200 Add account-related API calls
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 19:03:37 +0200] rev 109
Add account-related API calls
Thu, 13 Apr 2017 19:03:09 +0200 Fix typo in comment
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 19:03:09 +0200] rev 108
Fix typo in comment
Thu, 13 Apr 2017 13:44:09 +0200 Add scopes to the basic login, fix some login bugs
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 13:44:09 +0200] rev 107
Add scopes to the basic login, fix some login bugs
Thu, 13 Apr 2017 13:44:09 +0200 Fix the check for API error result
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 13:44:09 +0200] rev 106
Fix the check for API error result
Thu, 13 Apr 2017 12:54:05 +0200 Add missing status commands
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 12:54:05 +0200] rev 105
Add missing status commands
Thu, 13 Apr 2017 12:38:59 +0200 Introduce new error message constant
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 12:38:59 +0200] rev 104
Introduce new error message constant
Thu, 13 Apr 2017 11:02:11 +0200 Add status (GET) methods
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 11:02:11 +0200] rev 103
Add status (GET) methods
Thu, 13 Apr 2017 10:36:18 +0200 Update comment
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 10:36:18 +0200] rev 102
Update comment
Thu, 13 Apr 2017 10:36:18 +0200 Add a generic error identifier
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 10:36:18 +0200] rev 101
Add a generic error identifier
Thu, 13 Apr 2017 10:35:42 +0200 Uncomment the Card type
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 10:35:42 +0200] rev 100
Uncomment the Card type The Image field actually contains a URL string.
Thu, 13 Apr 2017 09:30:47 +0200 Return error rather than empty entities
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 09:30:47 +0200] rev 99
Return error rather than empty entities
Thu, 13 Apr 2017 00:17:57 +0200 Use Error entity structure
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 00:17:57 +0200] rev 98
Use Error entity structure
Thu, 13 Apr 2017 00:00:00 +0200 Fix previous change
Mikael Berthe <mikael@lilotux.net> [Thu, 13 Apr 2017 00:00:00 +0200] rev 97
Fix previous change
Wed, 12 Apr 2017 23:58:34 +0200 Add ClearNotifications()
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 23:58:34 +0200] rev 96
Add ClearNotifications()
Wed, 12 Apr 2017 23:47:52 +0200 Add GetNotifications()
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 23:47:52 +0200] rev 95
Add GetNotifications()
Wed, 12 Apr 2017 23:36:46 +0200 Timelines: fix hashtag timelines
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 23:36:46 +0200] rev 94
Timelines: fix hashtag timelines
Wed, 12 Apr 2017 23:22:42 +0200 Add GetFavourites()
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 23:22:42 +0200] rev 93
Add GetFavourites()
Wed, 12 Apr 2017 23:02:15 +0200 Timelines: Handle error from API server
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 23:02:15 +0200] rev 92
Timelines: Handle error from API server
Wed, 12 Apr 2017 22:46:16 +0200 Use basic auth if oauth2 is not explicitely requested
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 22:46:16 +0200] rev 91
Use basic auth if oauth2 is not explicitely requested
Wed, 12 Apr 2017 22:31:21 +0200 Restore instance loaded from configuration
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 22:31:21 +0200] rev 90
Restore instance loaded from configuration
Wed, 12 Apr 2017 22:26:52 +0200 Merge remote-tracking branch 'upstream/develop' into mckael-experiments_2
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 22:26:52 +0200] rev 89
Merge remote-tracking branch 'upstream/develop' into mckael-experiments_2 Conflicts: cmd/gondole-cli/main.go
Wed, 12 Apr 2017 18:28:39 +0200 Add timelines support
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 18:28:39 +0200] rev 88
Add timelines support
Wed, 12 Apr 2017 18:28:24 +0200 Fix Bearer
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 18:28:24 +0200] rev 87
Fix Bearer
Wed, 12 Apr 2017 18:27:34 +0200 Change import for the experiment branch
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 18:27:34 +0200] rev 86
Change import for the experiment branch
Wed, 12 Apr 2017 17:36:27 +0200 Initial login support
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 17:36:27 +0200] rev 85
Initial login support
Wed, 12 Apr 2017 17:33:17 +0200 Some Fixes
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 17:33:17 +0200] rev 84
Some Fixes
Wed, 12 Apr 2017 16:40:02 +0200 Make it work with non-defaut instances
Mikael Berthe <mikael@lilotux.net> [Wed, 12 Apr 2017 16:40:02 +0200] rev 83
Make it work with non-defaut instances
Wed, 12 Apr 2017 18:07:56 +0200 Begin auth support.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 18:07:56 +0200] rev 82
Begin auth support.
Wed, 12 Apr 2017 14:27:09 +0200 Merge branch 'feature/restructuring' into develop
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:27:09 +0200] rev 81
Merge branch 'feature/restructuring' into develop
Wed, 12 Apr 2017 14:26:28 +0200 Remove config stuff from here.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:26:28 +0200] rev 80
Remove config stuff from here. Not complete.
Wed, 12 Apr 2017 14:25:53 +0200 Simplify.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:25:53 +0200] rev 79
Simplify.
Wed, 12 Apr 2017 14:25:13 +0200 Move test stuff there too.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:25:13 +0200] rev 78
Move test stuff there too.
Wed, 12 Apr 2017 14:23:10 +0200 Use site part of the endpoint but fix "/api/v1". Use FallBack if necessary.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:23:10 +0200] rev 77
Use site part of the endpoint but fix "/api/v1". Use FallBack if necessary.
Wed, 12 Apr 2017 14:22:04 +0200 Complete rewrite with config integration here.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:22:04 +0200] rev 76
Complete rewrite with config integration here. Not complete yet.
Wed, 12 Apr 2017 14:20:47 +0200 One cannot apply a method directly on {}, ok.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:20:47 +0200] rev 75
One cannot apply a method directly on {}, ok.
Wed, 12 Apr 2017 14:12:40 +0200 Rename "Gondole" as "Client" to avoid "gondole.Gondole".
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:12:40 +0200] rev 74
Rename "Gondole" as "Client" to avoid "gondole.Gondole". (expecting "golint" to go through the roof otherwise)
(0) -100 -60 +60 +100 tip