Mon, 01 May 2017 06:34:53 +0000 convert-repo update tags v1.3.0
Sun, 30 Apr 2017 23:45:19 +0200 Mikael Berthe Update version (1.3.0)
Sun, 30 Apr 2017 22:58:12 +0200 Mikael Berthe Use github.com/pkg/errors
Sun, 30 Apr 2017 22:22:12 +0200 Mikael Berthe Refactor getMultipleAccounts
Sun, 30 Apr 2017 22:12:57 +0200 Mikael Berthe Refactor methods returning a list of statuses
Sun, 30 Apr 2017 20:43:17 +0200 Mikael Berthe s/int/int64/ for IDs and time integers
Sun, 30 Apr 2017 20:42:02 +0200 Mikael Berthe Bump version to 1.3.0-dev
Sat, 29 Apr 2017 17:30:58 +0200 Mikael Berthe Bump library version v1.2.0
Sat, 29 Apr 2017 17:27:15 +0200 Mikael Berthe Add field "All" to LimitParams, change Limit behaviour
Sat, 29 Apr 2017 12:16:16 +0200 Mikael Berthe Use links from headers
Sat, 29 Apr 2017 10:51:45 +0200 Mikael Berthe Bump version number -- devel version
Fri, 28 Apr 2017 21:27:45 +0200 Mikael Berthe Bump version number v1.1.1
Fri, 28 Apr 2017 21:22:25 +0200 Mikael Berthe Fix unused limit options
Fri, 28 Apr 2017 18:05:18 +0200 Mikael Berthe Bump version v1.1.0
Fri, 28 Apr 2017 16:22:39 +0200 Mikael Berthe Fix mistake in previous changeset
Fri, 28 Apr 2017 15:43:11 +0200 Mikael Berthe Add support for limits and paging ({since,max}_id) API parameters
Fri, 28 Apr 2017 13:28:16 +0200 Mikael Berthe Add DismissNotification (Mastodon 1.3+)
Fri, 28 Apr 2017 11:47:18 +0200 Mikael Berthe Add version filed (Mastodon 1.3+) to the Instance type
Sun, 23 Apr 2017 15:39:51 +0200 Mikael Berthe Add a note about required Go version
Sat, 22 Apr 2017 14:49:19 +0200 Mikael Berthe Bump version to 1.0 since the whole current API is covered v1.0
Sat, 22 Apr 2017 13:08:21 +0200 Mikael Berthe Update README
Sat, 22 Apr 2017 12:57:11 +0200 Mikael Berthe Add UpdateAccount()
Wed, 19 Apr 2017 19:53:26 +0200 Mikael Berthe Update Travis file
Wed, 19 Apr 2017 19:51:04 +0200 Mikael Berthe README: Fix link URL
Wed, 19 Apr 2017 14:18:02 +0200 Mikael Berthe streams: Use websockets
Wed, 19 Apr 2017 11:11:48 +0200 Mikael Berthe Update README
Wed, 19 Apr 2017 10:43:38 +0200 Mikael Berthe Update package name in source files
Wed, 19 Apr 2017 09:30:47 +0200 Mikael Berthe Use my own library name
Tue, 18 Apr 2017 19:31:42 +0200 Mikael Berthe Change CreatedAt fields to time.Time
Mon, 17 Apr 2017 19:31:59 +0200 Mikael Berthe Add SetUserToken() to restore a user token
Mon, 17 Apr 2017 16:22:56 +0200 Mikael Berthe Add checks on ID list values
Mon, 17 Apr 2017 15:22:45 +0200 Mikael Berthe Add ID to the Relationship structure
Mon, 17 Apr 2017 12:15:50 +0200 Mikael Berthe Make identifiers less ambiguous
Mon, 17 Apr 2017 12:07:44 +0200 Mikael Berthe Introduce RestoreApp(), bump library version
Mon, 17 Apr 2017 10:28:10 +0200 Mikael Berthe Update credits
Sun, 16 Apr 2017 20:52:52 +0200 Mikael Berthe login: improve error message
Sun, 16 Apr 2017 13:37:37 +0200 Mikael Berthe Add checks for client initialization
Sun, 16 Apr 2017 02:12:38 +0200 Mikael Berthe GetTimelines: Allow '#' as hashtag prefix
Sat, 15 Apr 2017 21:08:34 +0200 Mikael Berthe Add UploadMedia()
Sat, 15 Apr 2017 21:08:34 +0200 Mikael Berthe Rework the API wrappers to handle arrays of parameters
Sat, 15 Apr 2017 21:08:34 +0200 Mikael Berthe Update gondole-cli tests
Sat, 15 Apr 2017 21:08:34 +0200 Mikael Berthe Export UserToken
Sat, 15 Apr 2017 12:35:20 +0200 Mikael Berthe Change StreamListener prototype
Sat, 15 Apr 2017 10:34:31 +0200 Mikael Berthe Update .gitignore
Sat, 15 Apr 2017 10:26:36 +0200 Mikael Berthe Refactor API calls
Sat, 15 Apr 2017 00:39:43 +0200 Mikael Berthe LoginBasic: Remove useless header
Fri, 14 Apr 2017 23:25:51 +0200 Mikael Berthe Add an option to get the local timeline
Fri, 14 Apr 2017 22:56:50 +0200 Mikael Berthe Add streaming API support
Fri, 14 Apr 2017 00:10:34 +0200 Mikael Berthe Add reports API calls
Thu, 13 Apr 2017 23:43:10 +0200 Mikael Berthe Add FollowRequestAuthorize()
Thu, 13 Apr 2017 22:23:31 +0200 Mikael Berthe Add GetAccountStatuses()
Thu, 13 Apr 2017 21:25:10 +0200 Mikael Berthe Add Search() (using endpoint /search)
Thu, 13 Apr 2017 20:54:41 +0200 Mikael Berthe Add GetCurrentInstance()
Thu, 13 Apr 2017 20:20:50 +0200 Mikael Berthe Add FollowRemoteAccount() and GetAccountRelationships()
Thu, 13 Apr 2017 19:07:11 +0200 Mikael Berthe Cosmetics - remove some blank lines
Thu, 13 Apr 2017 19:03:37 +0200 Mikael Berthe Add account-related API calls
Thu, 13 Apr 2017 19:03:09 +0200 Mikael Berthe Fix typo in comment
Thu, 13 Apr 2017 13:44:09 +0200 Mikael Berthe Add scopes to the basic login, fix some login bugs
Thu, 13 Apr 2017 13:44:09 +0200 Mikael Berthe Fix the check for API error result
Thu, 13 Apr 2017 12:54:05 +0200 Mikael Berthe Add missing status commands
Thu, 13 Apr 2017 12:38:59 +0200 Mikael Berthe Introduce new error message constant
Thu, 13 Apr 2017 11:02:11 +0200 Mikael Berthe Add status (GET) methods
Thu, 13 Apr 2017 10:36:18 +0200 Mikael Berthe Update comment
Thu, 13 Apr 2017 10:36:18 +0200 Mikael Berthe Add a generic error identifier
Thu, 13 Apr 2017 10:35:42 +0200 Mikael Berthe Uncomment the Card type
Thu, 13 Apr 2017 09:30:47 +0200 Mikael Berthe Return error rather than empty entities
Thu, 13 Apr 2017 00:17:57 +0200 Mikael Berthe Use Error entity structure
Thu, 13 Apr 2017 00:00:00 +0200 Mikael Berthe Fix previous change
Wed, 12 Apr 2017 23:58:34 +0200 Mikael Berthe Add ClearNotifications()
Wed, 12 Apr 2017 23:47:52 +0200 Mikael Berthe Add GetNotifications()
Wed, 12 Apr 2017 23:36:46 +0200 Mikael Berthe Timelines: fix hashtag timelines
Wed, 12 Apr 2017 23:22:42 +0200 Mikael Berthe Add GetFavourites()
Wed, 12 Apr 2017 23:02:15 +0200 Mikael Berthe Timelines: Handle error from API server
Wed, 12 Apr 2017 22:46:16 +0200 Mikael Berthe Use basic auth if oauth2 is not explicitely requested
Wed, 12 Apr 2017 22:31:21 +0200 Mikael Berthe Restore instance loaded from configuration
Wed, 12 Apr 2017 22:26:52 +0200 Mikael Berthe Merge remote-tracking branch 'upstream/develop' into mckael-experiments_2
Wed, 12 Apr 2017 18:28:39 +0200 Mikael Berthe Add timelines support
Wed, 12 Apr 2017 18:28:24 +0200 Mikael Berthe Fix Bearer
Wed, 12 Apr 2017 18:27:34 +0200 Mikael Berthe Change import for the experiment branch
Wed, 12 Apr 2017 17:36:27 +0200 Mikael Berthe Initial login support
Wed, 12 Apr 2017 17:33:17 +0200 Mikael Berthe Some Fixes
Wed, 12 Apr 2017 16:40:02 +0200 Mikael Berthe Make it work with non-defaut instances
Wed, 12 Apr 2017 18:07:56 +0200 Ollivier Robert Begin auth support.
Wed, 12 Apr 2017 14:27:09 +0200 Ollivier Robert Merge branch 'feature/restructuring' into develop
Wed, 12 Apr 2017 14:26:28 +0200 Ollivier Robert Remove config stuff from here.
Wed, 12 Apr 2017 14:25:53 +0200 Ollivier Robert Simplify.
Wed, 12 Apr 2017 14:25:13 +0200 Ollivier Robert Move test stuff there too.
Wed, 12 Apr 2017 14:23:10 +0200 Ollivier Robert Use site part of the endpoint but fix "/api/v1". Use FallBack if necessary.
Wed, 12 Apr 2017 14:22:04 +0200 Ollivier Robert Complete rewrite with config integration here.
Wed, 12 Apr 2017 14:20:47 +0200 Ollivier Robert One cannot apply a method directly on {}, ok.
Wed, 12 Apr 2017 14:12:40 +0200 Ollivier Robert Rename "Gondole" as "Client" to avoid "gondole.Gondole".
Wed, 12 Apr 2017 13:19:50 +0200 Ollivier Robert We are in package "main" now.
Wed, 12 Apr 2017 13:18:55 +0200 Ollivier Robert Add basename & filterURL.
Wed, 12 Apr 2017 13:18:26 +0200 Ollivier Robert Add tests for basename/filterURL.
Wed, 12 Apr 2017 13:07:57 +0200 Ollivier Robert Add json tags.
Wed, 12 Apr 2017 09:38:20 +0200 Ollivier Robert Move config stuff into the CLI app.
Tue, 11 Apr 2017 17:15:12 +0200 Ollivier Robert BaseURL must be specified as base_URL in the TOML file.
Tue, 11 Apr 2017 17:04:40 +0200 Ollivier Robert Add a baseURL parameter to NewApp().
Tue, 11 Apr 2017 11:51:47 +0200 Ollivier Robert Change all ID into string, I guess this was to avoir overflow.
Tue, 11 Apr 2017 11:30:23 +0200 Ollivier Robert Fix json name.
Tue, 11 Apr 2017 11:27:59 +0200 Ollivier Robert Sync with tests.
Tue, 11 Apr 2017 11:27:45 +0200 Ollivier Robert More tests.
Tue, 11 Apr 2017 10:22:44 +0200 Ollivier Robert Update install instructions.
Tue, 11 Apr 2017 00:09:21 +0200 Ollivier Robert Add missing test file.
Mon, 10 Apr 2017 23:47:57 +0200 Ollivier Robert More tests.
Mon, 10 Apr 2017 23:47:46 +0200 Ollivier Robert Display location.
Mon, 10 Apr 2017 23:38:20 +0200 Ollivier Robert Some more tests.
Mon, 10 Apr 2017 23:33:51 +0200 Ollivier Robert gofmt pass.
Mon, 10 Apr 2017 22:20:13 +0200 Ollivier Robert Repeat after me, filepath.Join uses "," to separate args, not "+"
Mon, 10 Apr 2017 21:46:24 +0200 Ollivier Robert Add testing token file.
Mon, 10 Apr 2017 21:45:44 +0200 Ollivier Robert Cleanup after rename.
Mon, 10 Apr 2017 21:40:05 +0200 Ollivier Robert Rename the binary.
Mon, 10 Apr 2017 21:38:40 +0200 Ollivier Robert Fix binary name.
Mon, 10 Apr 2017 20:55:45 +0200 Ollivier Robert Allocate stuff the same way everywhere.
Mon, 10 Apr 2017 20:47:08 +0200 Ollivier Robert Again, fix allocation.
Mon, 10 Apr 2017 20:45:57 +0200 Ollivier Robert Unshadow variable, fix test.
Mon, 10 Apr 2017 20:02:12 +0200 Ollivier Robert Add that one too.
Mon, 10 Apr 2017 20:01:45 +0200 Ollivier Robert Grrr, workaround the fact that one can not commit "000" files.
Mon, 10 Apr 2017 19:57:45 +0200 Ollivier Robert Add files to test with.
Mon, 10 Apr 2017 19:36:10 +0200 Ollivier Robert Add test for loadGlobal().
(0) -120 tip