Page MenuHomeMusing Studio
Feed All Stories

Oct 15 2018

matt committed rWCfcb3ad5c6b5f: Add query package (authored by matt).
Add query package
Oct 15 2018, 9:28 PM

Oct 14 2018

matt committed rWC7ea3998ccffe: Add new auth funcs for parsing tokens (authored by matt).
Add new auth funcs for parsing tokens
Oct 14 2018, 7:57 PM
matt committed rWC3b93e921158e: Fix Travis Go version (authored by matt).
Fix Travis Go version
Oct 14 2018, 7:57 PM
matt committed rWC41f4a1a2fa4d: Add package log (authored by matt).
Add package log
Oct 14 2018, 7:57 PM
matt committed rWCb414a83eb539: Change license from MIT to MPL (authored by matt).
Change license from MIT to MPL
Oct 14 2018, 7:57 PM

Oct 10 2018

matt committed rWC355476e3212f: Add posts.ExtractTitle func (authored by matt).
Add posts.ExtractTitle func
Oct 10 2018, 7:35 PM

Oct 9 2018

matt committed rWGOcbbd4ec20955: Pass along edit token on post update (authored by matt).
Pass along edit token on post update
Oct 9 2018, 1:14 AM
matt committed rWGO9f0a63ee86d9: Add Version constant (authored by matt).
Add Version constant
Oct 9 2018, 1:14 AM
matt committed rWGO470dc287c67d: Move update params in Update|DeletePost (authored by matt).
Move update params in Update|DeletePost
Oct 9 2018, 1:14 AM

Oct 1 2018

matt committed rWC73c7314873c6: Update Travis file to Go 1.10 (authored by matt).
Update Travis file to Go 1.10
Oct 1 2018, 12:41 AM

Sep 28 2018

matt committed rWGO25642072974b: Return actual error message when request fails (authored by matt).
Return actual error message when request fails
Sep 28 2018, 1:30 AM
matt committed rWGO5d3a329a7a50: Rearrange status checks in CreatePost (authored by matt).
Rearrange status checks in CreatePost
Sep 28 2018, 1:30 AM
matt committed rWGOca804e86e2d9: Fix "problem {x}ing post" copy-pasted error messages (authored by matt).
Fix "problem {x}ing post" copy-pasted error messages
Sep 28 2018, 1:30 AM

Sep 24 2018

matt committed rWGOcffca70254b4: Add v2 warning in README (authored by matt).
Add v2 warning in README
Sep 24 2018, 3:42 PM
matt committed rWGOb88b7e4e5198: Reflect breaking v2 changes in examples and tests (authored by matt).
Reflect breaking v2 changes in examples and tests
Sep 24 2018, 3:42 PM

Sep 23 2018

matt committed rWGOb7c23e245e77: Merge tag 'v1.1' (authored by matt).
Merge tag 'v1.1'
Sep 23 2018, 9:04 PM
matt committed rWGOcf3c150ac95a: Fix examples in README (authored by matt).
Fix examples in README
Sep 23 2018, 9:04 PM
matt committed rWGO50941b5d00f5: Use versioned library URL (authored by matt).
Use versioned library URL
Sep 23 2018, 9:04 PM
matt committed rWGO29156678957f: Rearrange status checks in UpdatePost (authored by matt).
Rearrange status checks in UpdatePost
Sep 23 2018, 9:04 PM
matt committed rWGOf8191a8ea491: Rearrange status checks in LogIn (authored by matt).
Rearrange status checks in LogIn
Sep 23 2018, 9:04 PM
matt committed rWGO78fe498545b0: Rearrange status checks in CreateCollection (authored by matt).
Rearrange status checks in CreateCollection
Sep 23 2018, 9:04 PM
matt committed rWC27237b1fff6e: Add Slovak localization (authored by matt).
Add Slovak localization
Sep 23 2018, 8:03 PM

Sep 20 2018

matt committed rWGOb8261ce08b8a: Add authentication test (authored by matt).
Add authentication test
Sep 20 2018, 11:43 PM
matt committed rWGO9b40a6fb2d60: Fix post tests (authored by matt).
Fix post tests
Sep 20 2018, 11:22 PM
matt committed rWGOed584d036d92: Support unpinning posts (authored by matt).
Support unpinning posts
Sep 20 2018, 11:22 PM
matt committed rWGOd3ace8c73bc1: Support pinning posts (authored by matt).
Support pinning posts
Sep 20 2018, 11:22 PM
matt committed rWGOafa9ecff1247: Automatically set access token on client on login (authored by matt).
Automatically set access token on client on login
Sep 20 2018, 11:22 PM
matt committed rWGO253cf3cf199c: Support retrieving auth'd user's collections (authored by matt).
Support retrieving auth'd user's collections
Sep 20 2018, 11:22 PM
matt committed rWGO21dfda1c039a: Add `updated` property on posts (authored by matt).
Add `updated` property on posts
Sep 20 2018, 11:22 PM
matt committed rWGOff3f1ff4c825: Support fetching user posts (authored by matt).
Support fetching user posts
Sep 20 2018, 11:21 PM
matt committed rWGO5e85229ef2a9: Fix collection_test log (authored by matt).
Fix collection_test log
Sep 20 2018, 11:21 PM

Sep 14 2018

matt committed rWC3d934b159914: Add Turkish localization (authored by matt).
Add Turkish localization
Sep 14 2018, 4:37 PM

Sep 12 2018

matt committed rWGO9ca15ff6c3cf: Support logging out (authored by matt).
Support logging out
Sep 12 2018, 11:32 PM
matt committed rWGO663252fb00e3: Add Token getter (authored by matt).
Add Token getter
Sep 12 2018, 11:32 PM
matt committed rWGO95891884229b: Add URL property on Collection (authored by matt).
Add URL property on Collection
Sep 12 2018, 11:32 PM
matt committed rWGOc1d801f60de2: Move OwnedPostParams fields into PostParams (authored by matt).
Move OwnedPostParams fields into PostParams
Sep 12 2018, 11:32 PM

Sep 8 2018

matt closed T191: Add user authentication as Resolved.
Sep 8 2018, 8:04 PM · Restricted Project, Restricted Project, Write.as CLI
matt closed T191: Add user authentication, a subtask of T192: Prompt user to associate all posts when first logging in, as Resolved.
Sep 8 2018, 8:04 PM · Restricted Project, Write.as CLI

Sep 6 2018

matt committed rWGO0eb2666d0ffa: Support using custom User-Agent (authored by matt).
Support using custom User-Agent
Sep 6 2018, 7:40 PM
matt committed rWGO813147cf6da9: Support interacting with Tor hidden service (authored by matt).
Support interacting with Tor hidden service
Sep 6 2018, 7:39 PM
matt closed T173: Move all backend calls to writeas-go library as Resolved.
Sep 6 2018, 5:23 PM · Write.as CLI

Sep 3 2018

matt committed rWCe4ab90363477: Update Arabic translations (authored by matt).
Update Arabic translations
Sep 3 2018, 10:04 PM

Sep 2 2018

matt committed rWC789448b7de5e: Add Tajik localization (authored by matt).
Add Tajik localization
Sep 2 2018, 5:00 PM
matt committed rWC5baecfdf937d: Add Persian localization (authored by matt).
Add Persian localization
Sep 2 2018, 5:00 PM
matt committed rWCb3715b73579b: Add Esperanto localization (authored by matt).
Add Esperanto localization
Sep 2 2018, 5:00 PM
matt committed rWCce799c9a50d3: Add Arabic localization (authored by matt).
Add Arabic localization
Sep 2 2018, 5:00 PM

Aug 21 2018

matt committed rWCf79ee1acb1de: Support decoding public keys (authored by matt).
Support decoding public keys
Aug 21 2018, 8:52 PM

Aug 18 2018

matt committed rWCeba1520b79a6: Support `tag` property on objects (authored by matt).
Support `tag` property on objects
Aug 18 2018, 4:36 PM
matt committed rWC63de2e6491f0: Support creating Follow activities (authored by matt).
Support creating Follow activities
Aug 18 2018, 12:44 AM

Aug 17 2018

matt committed rWC9d28aa5dab87: Add NewUpdateActivity func (authored by matt).
Add NewUpdateActivity func
Aug 17 2018, 12:31 AM

Aug 13 2018

matt committed rWCb9e200c53b5d: Use object's Published date in Create activity (authored by matt).
Use object's Published date in Create activity
Aug 13 2018, 2:36 AM

Aug 11 2018

matt committed rWCe373e59418f0: Allow any type in OrderedCollectionPage.OrderedItems (authored by matt).
Allow any type in OrderedCollectionPage.OrderedItems
Aug 11 2018, 2:53 PM
matt committed rWCd9bfef1071cb: Add Friendica as bot (authored by matt).
Add Friendica as bot
Aug 11 2018, 2:53 PM

Aug 10 2018

matt committed rWC65e5e6cf6d2c: Add forum badge (authored by matt).
Add forum badge
Aug 10 2018, 3:04 PM

Aug 9 2018

matt committed rIfef51864677b: Add RenderActivityJSON func (authored by matt).
Add RenderActivityJSON func
Aug 9 2018, 1:58 AM

Aug 8 2018

matt committed rWCbe77b6dedc58: Create activities only with ID (authored by matt).
Create activities only with ID
Aug 8 2018, 10:05 PM
matt committed rWC7182ec7db1f7: Add hackney as bot (authored by matt).
Add hackney as bot
Aug 8 2018, 10:05 PM
matt committed rWCc9787530dbb7: Support creating Delete activities (authored by matt).
Support creating Delete activities
Aug 8 2018, 10:05 PM

Aug 4 2018

matt committed rWC582ab04ab5f6: Move explicit bot UA string tests to prefix tests (authored by matt).
Move explicit bot UA string tests to prefix tests
Aug 4 2018, 3:31 PM
matt committed rWC0f417dd89726: Add documentation to activity.go (authored by matt).
Add documentation to activity.go
Aug 4 2018, 3:31 PM
matt committed rWCbadc52773fdf: Add repo description (authored by matt).
Add repo description
Aug 4 2018, 3:31 PM
matt committed rWCe998deef94eb: Add GoDoc link (authored by matt).
Add GoDoc link
Aug 4 2018, 3:30 PM
matt committed rWC26688eb59d16: Move namespace string into const (authored by matt).
Move namespace string into const
Aug 4 2018, 3:30 PM

Aug 2 2018

matt committed rWC57919aaaecb7: Add Endpoints property to Actor (authored by matt).
Add Endpoints property to Actor
Aug 2 2018, 10:26 PM
matt committed rWC50824cd75aa2: Fix parsing @context property (authored by matt).
Fix parsing @context property
Aug 2 2018, 10:26 PM

Jul 24 2018

matt committed rWC2b398e3b5ac1: Support Article objects (authored by matt).
Support Article objects
Jul 24 2018, 6:48 PM

Jul 9 2018

matt committed rWCa0cf234c62b9: Add Chinese (simplified) localization (authored by matt).
Add Chinese (simplified) localization
Jul 9 2018, 2:53 PM
matt committed rWC25bf5066c635: Remove http.rb version numbers from bots test (authored by matt).
Remove http.rb version numbers from bots test
Jul 9 2018, 2:53 PM

Jul 3 2018

matt committed rWGOf33e2ee88778: Support interacting with dev API (authored by matt).
Support interacting with dev API
Jul 3 2018, 6:37 PM
matt committed rWGOb9ad92a1e1c7: Fix GetPost test looking for dev post (authored by matt).
Fix GetPost test looking for dev post
Jul 3 2018, 6:37 PM
GitHub <noreply@github.com> committed rWGO64dec060b2cf: Merge pull request #7 from ProfessorTom/remove_unreachable_code (authored by matt).
Merge pull request #7 from ProfessorTom/remove_unreachable_code
Jul 3 2018, 6:17 PM
GitHub <noreply@github.com> committed rWGO1970eefeae0b: Merge bbb412e20d94976ac6d04a04ddc72905b392c1e5 into… (authored by ProfessorTom <professortom@gmail.com>).
Merge bbb412e20d94976ac6d04a04ddc72905b392c1e5 into…
Jul 3 2018, 5:49 PM
GitHub <noreply@github.com> committed rWGO159315bfd11f: Merge pull request #6 from ProfessorTom/fix_error_format_verbs (authored by matt).
Merge pull request #6 from ProfessorTom/fix_error_format_verbs
Jul 3 2018, 5:47 PM
GitHub <noreply@github.com> committed rWGOfd2852054366: Merge bbb412e20d94976ac6d04a04ddc72905b392c1e5 into… (authored by ProfessorTom <professortom@gmail.com>).
Merge bbb412e20d94976ac6d04a04ddc72905b392c1e5 into…
Jul 3 2018, 9:39 AM
Tomas Gallucci <professortom@gmail.com> committed rWGObbb412e20d94: removed unreachable code (authored by Tomas Gallucci <professortom@gmail.com>).
removed unreachable code
Jul 3 2018, 9:38 AM
GitHub <noreply@github.com> committed rWGOe254dafde11d: Merge 4d5bb5a8b09aa21906dec86888e6860d006c1fcd into… (authored by ProfessorTom <professortom@gmail.com>).
Merge 4d5bb5a8b09aa21906dec86888e6860d006c1fcd into…
Jul 3 2018, 9:15 AM
Tomas Gallucci <professortom@gmail.com> committed rWGO4d5bb5a8b09a: use correct verb for error formatting (authored by Tomas Gallucci <professortom@gmail.com>).
use correct verb for error formatting
Jul 3 2018, 9:15 AM

Jun 26 2018

matt committed rWC320f1f152e98: Move openssl func to openssl-go library (authored by matt).
Move openssl func to openssl-go library
Jun 26 2018, 10:59 PM

Jun 25 2018

matt committed rWC2432e9717edc: Make OrderedCollection{Page} funcs generalized for any collection (authored by matt).
Make OrderedCollection{Page} funcs generalized for any collection
Jun 25 2018, 5:38 PM
matt committed rWC98f3fe9a4c1b: Add missing Context property in Create activity (authored by matt).
Add missing Context property in Create activity
Jun 25 2018, 5:38 PM
matt committed rWCd67ec28bcc40: Leave out certain properties in Activity JSON (authored by matt).
Leave out certain properties in Activity JSON
Jun 25 2018, 5:38 PM
matt committed rWC05ac12f10ef7: Add privateKey on Person (authored by matt).
Add privateKey on Person
Jun 25 2018, 5:38 PM
matt committed rWCb417e93a0fb9: Switch to calling openssl (authored by matt).
Switch to calling openssl
Jun 25 2018, 5:38 PM
matt committed rWC602e989e5983: Switch keypair generation to OpenSSL (authored by matt).
Switch keypair generation to OpenSSL
Jun 25 2018, 5:38 PM
matt committed rWCc55606d47d98: Add keypair generation funcs (authored by matt).
Add keypair generation funcs
Jun 25 2018, 5:38 PM
matt committed rWCb5d7dbe3a300: Add support for including a public key on a Person (authored by matt).
Add support for including a public key on a Person
Jun 25 2018, 3:52 AM
matt committed rWCd16108618ba6: Add basic Note and Activity types (authored by matt).
Add basic Note and Activity types
Jun 25 2018, 3:52 AM
matt committed rWCe7db291bd391: Add BaseObject (authored by matt).
Add BaseObject
Jun 25 2018, 3:52 AM
matt committed rWCe99c8d6b4d05: Add basic activitystreams.Person type (authored by matt).
Add basic activitystreams.Person type
Jun 25 2018, 3:51 AM

Jun 4 2018

matt updated the task description for T522: Support searching blog posts.
Jun 4 2018, 4:08 PM · Restricted Project, WriteFreely, Restricted Project, Write.as Web
matt triaged T522: Support searching blog posts as Wishlist priority.
Jun 4 2018, 4:06 PM · Restricted Project, WriteFreely, Restricted Project, Write.as Web

May 19 2018

matt committed rWC87cd941e5991: Add Polish localization (authored by matt).
Add Polish localization
May 19 2018, 11:45 AM

May 18 2018

matt committed rWCd48e7361bab1: Add Greek localization (authored by matt).
Add Greek localization
May 18 2018, 7:37 PM

May 2 2018

matt raised the priority of T319: Support account deletion from High to Unbreak Now!.

Even more important now due to the GDPR.

May 2 2018, 11:46 PM · Restricted Project, WriteFreely, Restricted Project, Write.as Web, API

May 1 2018

matt committed rWCbe5c5d2acb37: Add ApplyBasicMarkdown func (authored by matt).
Add ApplyBasicMarkdown func
May 1 2018, 3:46 AM

Apr 25 2018

matt triaged T520: Full-featured photo caption editor as High priority.
Apr 25 2018, 4:50 AM · Snap.as

Apr 24 2018

matt updated the task description for T519: Preview Markdown before publishing.
Apr 24 2018, 2:39 PM · Usability, WriteFreely, Restricted Project, Pad, Write.as Web
matt created T519: Preview Markdown before publishing.
Apr 24 2018, 2:39 PM · Usability, WriteFreely, Restricted Project, Pad, Write.as Web

Apr 20 2018

matt edited projects for T112: With no internet connection, add deleted posts to "connected again" queue, added: Write.as Android; removed Write.as Android (Apr - Jun 2017).
Apr 20 2018, 8:34 PM · Write.as Android
matt edited projects for T36: Enable changing proxy settings, not just using Tor, added: Write.as Android; removed Write.as Android (Apr - Jun 2017).
Apr 20 2018, 8:34 PM · Write.as Android