Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Go-Fed ActivityPub Labs

ActivityPub Community, Research, & Development in Golang
Collective - Host: opensource - https://opencollective.com/go-fed-activitypub-labs - Website: https://go-fed.org - Code: https://github.com/go-fed

Finish core tests.

Includes bugfixes for things exposed in the testing process. With this
commit, the library shoul...

github.com/go-fed/httpsig - 22b5f0dd8ba6d8b8d65c1b38ead481b97ba2b790 authored over 6 years ago by Cory Slep <[email protected]>
Add tests for core algorithms.

Tests cover:
- Obtaining all golang supported RSA / HMAC / MAC + hash combinations
- Signing wit...

github.com/go-fed/httpsig - 489109fd72d1079c61fb5d0543189a05d2d37cef authored over 6 years ago by Cory Slep <[email protected]>
Fix wording in comment

github.com/go-fed/httpsig - 961eebd53d27e33330ae3fd5eb2b0a1ac4f72d2f authored over 6 years ago by Cory Slep <[email protected]>
Update README and comments.

github.com/go-fed/httpsig - 1cd441abe3a662e2720de58e70199841e1095238 authored over 6 years ago by Cory Slep <[email protected]>
Support HTTP Signature verification.

Note that the library includes the deprecated 'algorithm' HTTP Signature
parameter for backwards...

github.com/go-fed/httpsig - 0ec6ffdc229a173478034e33e32831eca960d7b2 authored over 6 years ago by Cory Slep <[email protected]>
HTTP Signature signing in golang.

Next steps are:
- Signature verification
- Lots of tests

github.com/go-fed/httpsig - 1ba820e45c847b28b942cfac362ea1d7cc389cd8 authored over 6 years ago by Cory Slep <[email protected]>
Add same-origin and same-actor checks.

These covers server-to-server Update and Delete activities as well as server-to-
server Undo act...

github.com/go-fed/activity - 539017410728a9d5585b714b62d76c975eab7c5c authored over 6 years ago by Cory Slep <[email protected]>
Deduplicate adding entries to the inbox.

Deduplication is simply done by the IRI of the activity.

github.com/go-fed/activity - c9c986f5a53962dd0d695f4d9fecab36074c0d32 authored over 6 years ago by Cory Slep <[email protected]>
Deduplicate adding to like/following collections.

We simply prevent adding a duplicate likes, liked, following, or
follower based on the IRI of th...

github.com/go-fed/activity - f60bb145cf00b335fd14f4d39d531771711149da authored over 6 years ago by Cory Slep <[email protected]>
Amend tests.

Fixes some logging indicating non-breaking test configuration when
testing with verboseness on.

github.com/go-fed/activity - 61807300f60c43438d63e22357a30c2a2d01a687 authored over 6 years ago by Cory Slep <[email protected]>
Add extra integration tests.

These generally include improving the handling of OrderedCollections and
IRIs. Note that improve...

github.com/go-fed/activity - 4bad90902e54a3082467658f4bb2ecb4c3fbb312 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Block tests

github.com/go-fed/activity - f6373d9c86e3a79ad0716b5a4055e99faf994671 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Undo tests

github.com/go-fed/activity - 4fa0103cc803d94be812e334796dbcd7148cd240 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Like tests

Note that some other tests were impacted due to a change to keep
modifications to collections on...

github.com/go-fed/activity - 6e56e8710e1137b53e348ea2fc1a8906bb58e702 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Remove tests

github.com/go-fed/activity - 3e7a7f2f97d8df08a8d1b6588b48f2e64c4a5c2e authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Add tests

github.com/go-fed/activity - 2509c9e844ae31e2b3b555d1ecfdfdb51bb54597 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Reject tests

github.com/go-fed/activity - 2e2594706a933d3e0110cac262adc698187b92bc authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Accept tests

github.com/go-fed/activity - 68bc0a2fa564b2866399e7bc058336d8630e6211 authored over 6 years ago by Cory Slep <[email protected]>
PostOutbox Follow tests

github.com/go-fed/activity - 9fbd18b53c50e70de3053dd2f8b7a50fdd6c1a3f authored over 6 years ago by Cory Slep <[email protected]>
Support Inbox Forwarding.

Client libraries can also filter the collections being targeted for the
inbox forwarding.

github.com/go-fed/activity - 7b63dca95305ab5d9b52f49db5cd7ea75564bc6d authored over 6 years ago by Cory Slep <[email protected]>
PostInbox adds to actor's Inbox OrderedCollection.

Tests were upated and refactored to use common initialization similar to
how PostOutbox has comm...

github.com/go-fed/activity - c5dd064b06961cbb538c9addb486624ae58e53c0 authored over 6 years ago by Cory Slep <[email protected]>
Add PostOutbox Delete unit tests

github.com/go-fed/activity - fae166f9dc3a5ce2b9e97ec62cd1fe9146a56fe5 authored over 6 years ago by Cory Slep <[email protected]>
Add unit tests for PostOutbox Update.

Tests cover the usual plus the major points:
- Updating top-level fields in object
- Updating mu...

github.com/go-fed/activity - da317e0cf7ac6332120d38ded7457878412e533a authored over 6 years ago by Cory Slep <[email protected]>
Do not capture unused IRIs of objects

github.com/go-fed/activity - 2827a4cb1e6b1f535e349be99fef8024d854fcbd authored over 6 years ago by Cory Slep <[email protected]>
Fix handling of null JSON literals in vocab

We now recognize an all-empty intermediate value to mean that the
unknown value is really a null...

github.com/go-fed/activity - bcaa3a90592ddfd4237c19a474b10fd9a2cca02c authored over 6 years ago by Cory Slep <[email protected]>
Apply nulls in JSON in PostOutbox Update

This is a much better solution than trying to do some sort of roll-your-
own JSON parser.

github.com/go-fed/activity - e3a72c5274cb3177ed97c3856a491f175da3f1db authored over 6 years ago by Cory Slep <[email protected]>
LOL no.

Don't drink and stay up late at night trying to solve nasty problems,
one just might decide writ...

github.com/go-fed/activity - 0a84346ab3278514a09b0ac8e0df6731369206b5 authored over 6 years ago by Cory Slep <[email protected]>
Replace TODO with comment clarification

github.com/go-fed/activity - 4672f6a325ac72ba0d2518a2a674c949ca2e1182 authored over 6 years ago by Cory Slep <[email protected]>
Clean up some TODOs.

github.com/go-fed/activity - 07c0392ada2265db6ed8da729c8dd6051c38f1c8 authored over 6 years ago by Cory Slep <[email protected]>
Add PostOutbox Create unit tests.

Fix normalizing the recipents between the object and the activity. Also
allow the handlers to ad...

github.com/go-fed/activity - 2adcc56581420e28e5887af91578aa50ade0522a authored over 6 years ago by Cory Slep <[email protected]>
Add PostOutbox non-callback tests.

Also move some functions out of the generic Application interface into
the specialized SocialApp...

github.com/go-fed/activity - 19ca5b09758e4df7b8665af0a5fa574df9553d6e authored over 6 years ago by Cory Slep <[email protected]>
Add GetOutbox tests

github.com/go-fed/activity - e9b4c720b20bd2fad4e024db2e4cdfcb8233c4d6 authored over 6 years ago by Cory Slep <[email protected]>
Add all GetInbox unit tests

github.com/go-fed/activity - a028bcc3023d63bf31f651a47f4ab0c26ac6d0b0 authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Like and Undo unit tests

github.com/go-fed/activity - c5830e6eff7fa219f2fdcd544bc8687f4abbfede authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Remove unit tests

github.com/go-fed/activity - a06ee678e8c61109c9617314b8650dc994300908 authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Add unit tests.

github.com/go-fed/activity - 4050d971c44785195cc6fc433590791a8cf80827 authored over 6 years ago by Cory Slep <[email protected]>
Add tests for PostInbox Object/Target requirements

Also fixed my earlier stupidity at requiring a 'type' when I meant to
require a 'target'. Also a...

github.com/go-fed/activity - 7d049ea3d4e31e5690648a07f7cd883d8c1441f0 authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Reject unit test

github.com/go-fed/activity - 7434f1f9eb320dcde780fe8359cd9d768d8ead0d authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Accept unit tests

github.com/go-fed/activity - 589f2a91af5cf592ff4975af2c107ba3f48eff7c authored over 6 years ago by Cory Slep <[email protected]>
Fix pub build. Implement Follow AutoAccept test.

Also refactored the likes/liked add-to-collections logic so that they
are also applicable for fo...

github.com/go-fed/activity - a944e2493a63c5074bd33b68a1e2bd0e940348ab authored over 6 years ago by Cory Slep <[email protected]>
Update actor properties to include collections.

github.com/go-fed/activity - f19599cb2cf31485f8136b66ea07267e4a5e2aac authored over 6 years ago by Cory Slep <[email protected]>
Testing for @context and Follow DoNothing/Reject.

Testing the Follow AutoAccept feature requires implementing it similar
to how the likes collecti...

github.com/go-fed/activity - 9f42e8c52ce781526d05f388b1921275645b8d73 authored over 6 years ago by Cory Slep <[email protected]>
Add PostInbox Delete unit tests

github.com/go-fed/activity - 3c0e0a89c46d80a70de723d5b22cbe31bfe8d9c7 authored almost 7 years ago by Cory Slep <[email protected]>
Add PostInbox Create and Update unit tests

github.com/go-fed/activity - 622a96e6c416a51ac9a2dd0fb931b12ecd1270b8 authored almost 7 years ago by Cory Slep <[email protected]>
Move the DelivererPool out of ActivityPub.

This simplifies testing and allows other implementations to supply a
basic version instead.

github.com/go-fed/activity - c6c350e4d0dc4dcf7ed6cbb42dffcb4b2bbbee83 authored almost 7 years ago by Cory Slep <[email protected]>
Finish first tests for the Social & Federated APIs

Before more tests are to be written, the delivererPool concept needs to
be fully divorced out of...

github.com/go-fed/activity - bb37850bde1a605e1af27ad926e5ae3b62f733a3 authored almost 7 years ago by Cory Slep <[email protected]>
Fix bugs with delivering messages.

This was uncovered during writing tests where both the Social and
Federative APIs are enabled. T...

github.com/go-fed/activity - 701475b6e008d1236d5a85e49f34185d0d1148fd authored almost 7 years ago by Cory Slep <[email protected]>
Add FederatingPubber tests

github.com/go-fed/activity - 4e007b395ca90bd4e6598004b30b6413023efb26 authored almost 7 years ago by Cory Slep <[email protected]>
Add SocialPubber PostOutbox test

github.com/go-fed/activity - ad9baa2f698fb1df28a63aaeec6414423a0de79b authored almost 7 years ago by Cory Slep <[email protected]>
Add AnyObject/Link/Activity callbacks to Deserialize

github.com/go-fed/activity - 56e7e842d3d1adef6e37732a38cd3cc639c753ee authored almost 7 years ago by Cory Slep <[email protected]>
Implement more tests, fix test names

github.com/go-fed/activity - 981d943e72aefb01ddece00a1607e9daf844a8df authored almost 7 years ago by Cory Slep <[email protected]>
Outline 109 tests to write for Pubber

github.com/go-fed/activity - f8d65fafdeac7610f16fba7858e13991eb2108c5 authored almost 7 years ago by Cory Slep <[email protected]>
Don't try to own 'object' for Add/Remove Activities

github.com/go-fed/activity - aede45d54668c9a5bc033d2381f59af0f2dec547 authored almost 7 years ago by Cory Slep <[email protected]>
Merge pull request #66 from httpsOmkar/patch-1

Fixed typo

github.com/go-fed/oauth2 - ec34d93e769ae22c48edca0a9c61fb1744ff9a30 authored almost 7 years ago by tiannianshou <[email protected]>
Merge pull request #67 from dhanielo/features/new-storage

add new storage implementation for AWS DynamoDB

github.com/go-fed/oauth2 - fe42b93594784ec5a91037b89eba0a4e26fddf23 authored almost 7 years ago by tiannianshou <[email protected]>
Support federative Add and Remove

github.com/go-fed/activity - 6e343f9f45a078575b9b0e761809c92525ec8312 authored almost 7 years ago by Cory Slep <[email protected]>
add new storage implementation for AWS DynamoDB

github.com/go-fed/oauth2 - 6dffb3ed6ab49e6c6367a54e21b8de0fd195b5a0 authored almost 7 years ago by Daniel Oliveira <[email protected]>
Fixed typo

github.com/go-fed/oauth2 - 131bfb095b5a51f3311d1c342753fc19120856d2 authored almost 7 years ago by Omkar Yadav <[email protected]>
Merge pull request #64 from go-oauth2/develop

Fix uuid package error

github.com/go-fed/oauth2 - 6f608a6e0307a97455db74fa5297fd38cb249aa7 authored almost 7 years ago by tiannianshou <[email protected]>
Fix uuid package error

github.com/go-fed/oauth2 - 2532577b6f635d1fb223d5eee9b96caf6c6c58f3 authored almost 7 years ago by lyric <[email protected]>
Add public creation functions

github.com/go-fed/activity - 4efb0a41b2d9c70d2e966adfe269ea3fd17d7ba1 authored almost 7 years ago by Cory Slep <[email protected]>
Implement Accept in response to a Follow

github.com/go-fed/activity - 4368380651766feb481c994363d1c631762fbe38 authored almost 7 years ago by Cory Slep <[email protected]>
Support likes, liked, blocking, auto-accept/reject follows.

github.com/go-fed/activity - 07a04262d9251341462cc9601d73c77fc4ad3dbe authored almost 7 years ago by Cory Slep <[email protected]>
Overhaul of interfaces, begin detailed Activity handling.

github.com/go-fed/activity - 683a26f6c17e972373ce77dd98d0c726827c0dc9 authored almost 7 years ago by Cory Slep <[email protected]>
Internalize interfaces that should not be public.

github.com/go-fed/activity - bcec31a2a79f185f4890febe95732d46e40917a3 authored almost 7 years ago by Cory Slep <[email protected]>
Hook in rest of Activities for ClientReceiver.

There's another iteration of design that can be done that moves
management of actors and collect...

github.com/go-fed/activity - 6448da4ec2f366b9aa8eaa077d947f3aef780169 authored almost 7 years ago by Cory Slep <[email protected]>
Implement client Create handler

github.com/go-fed/activity - ea1a3878669942bd94cea03597638a54034627f4 authored almost 7 years ago by Cory Slep <[email protected]>
Implement POSTing Activity objects to another server.

github.com/go-fed/activity - d80d47289a2729a333514016fdb1d9d798465868 authored almost 7 years ago by Cory Slep <[email protected]>
Add support for wrapping objects in Create activity.

github.com/go-fed/activity - 7400a3197fa89e6c32b52c009e87958ac9279c94 authored almost 7 years ago by Cory Slep <[email protected]>
Make substantial progress on ActivityPub client & server implmentation

github.com/go-fed/activity - fe707109c4c2173651f7f55f15c02ac2a81dffee authored almost 7 years ago by Cory Slep <[email protected]>
Outline support for inbox and outbox handlers and routing.

github.com/go-fed/activity - 3662ac5bf9942648faa6634a58ea57bb052fe138 authored almost 7 years ago by Cory Slep <[email protected]>
Complete basic recipient list inbox algorithm.

github.com/go-fed/activity - cd8ee5fb470236b6b423ab327d9998c9ca513ab9 authored almost 7 years ago by Cory Slep <[email protected]>
Migrate pub to go-fed.

github.com/go-fed/activity - 9300d8583efeb22110fbe83d7f3f236cd9f6a9fc authored almost 7 years ago by Cory Slep <[email protected]>
Migrate streams library to go-fed.

github.com/go-fed/activity - dbea5a923cdb5969932e3668f1529e9e6cd892fb authored almost 7 years ago by Cory Slep <[email protected]>
Migrate vocabulary library to go-fed.

github.com/go-fed/activity - 5257e5cb31a5392782d51f6b37c52be337bdacf5 authored almost 7 years ago by Cory Slep <[email protected]>
Initial commit

github.com/go-fed/activity - e840543714a6a303a457edd20a5a0711a67293fb authored almost 7 years ago by Cory J Slep <[email protected]>
Merge pull request #60 from h4/fixUUIDCreation

Fix uuid generation

github.com/go-fed/oauth2 - 3e66c7b889760bf08c21ceb0766e0fd468ff8266 authored almost 7 years ago by 田念收 <[email protected]>
Fix uuid generation

github.com/go-fed/oauth2 - 9be58acfe05d55403d74ad26a0dd61551602d1db authored almost 7 years ago by Mikhail Baranov <[email protected]>
Merge pull request #57 from LyricTian/develop

fixed the token check

github.com/go-fed/oauth2 - 5e9ac5390465e2a0da268f647d78572797da9fa6 authored over 7 years ago by 田念收 <[email protected]>
fixed the token check

github.com/go-fed/oauth2 - fc86c1335d53cd228107fea10979780dfa858a64 authored over 7 years ago by lyric <[email protected]>
Merge pull request #56 from PaulChen2016/master

Set TokenInfo before Invoke AuthorizeGenerate

github.com/go-fed/oauth2 - 81db4aa80993fe1e3843fc2410a5feeef885ba18 authored over 7 years ago by 田念收 <[email protected]>
Set TokenInfo before Invoke AuthorizeGenerate

Because the oauth server need to get scope info when invoke AuthorizeGenerate and AccessGenerate

github.com/go-fed/oauth2 - a305d01815b5ae612b96fbef3c273c4ff76fe519 authored over 7 years ago by PaulChen2016 <[email protected]>
Merge pull request #52 from dtop/master

TokenInfo in GenerateBasic

github.com/go-fed/oauth2 - 2d34ab7b6095944079dd90706519426d39b75dba authored over 7 years ago by 田念收 <[email protected]>
Added a field for TokenInfo to the GenerateBasic struct

Added the actual TokenInfo to every creation of GenerateBasic

github.com/go-fed/oauth2 - 227850279299352cde7bfd5eb15441d96ab238b0 authored over 7 years ago by Danilo Topalovic <[email protected]>
Merge pull request #49 from LyricTian/develop

update refreshing token config

github.com/go-fed/oauth2 - 38556ca0e4bc727cf4bd83dea507b7163c5faa77 authored over 7 years ago by 田念收 <[email protected]>
update refreshing token config

github.com/go-fed/oauth2 - d85b5f36ce2fe5cbdbcb31476f5f6bbe66e1b18c authored over 7 years ago by lyric <[email protected]>
Merge pull request #47 from LyricTian/develop

optimization of error handling

github.com/go-fed/oauth2 - 4c69c584f7ec46f1e58eea12de19e75b36501304 authored about 8 years ago by 田念收 <[email protected]>
optimization of error handling

github.com/go-fed/oauth2 - b2d52f655162aa8de75e75ac9bf39197fced1217 authored about 8 years ago by lyric <[email protected]>
Merge pull request #46 from LyricTian/develop

fixed error response

github.com/go-fed/oauth2 - ecbcbe6832b1294a548818576f7fc2a6ef56226b authored about 8 years ago by 田念收 <[email protected]>
fixed error response

github.com/go-fed/oauth2 - 15d03b0567fec0c752c33f5536a4bd3fc239d506 authored about 8 years ago by lyric <[email protected]>
Merge pull request #45 from LyricTian/develop

update release version

github.com/go-fed/oauth2 - f7fa3dd81b0714e78734764a9c9302f2b1448c0b authored about 8 years ago by 田念收 <[email protected]>
update release version

github.com/go-fed/oauth2 - 4f0a5c03ddad4d8dd914bf0b7be15e66c1c8e683 authored about 8 years ago by lyric <[email protected]>
Merge pull request #44 from LyricTian/develop

fixed error handling

github.com/go-fed/oauth2 - b81de40b7ef59ac67f7fb56a4837aeb149b39f8e authored about 8 years ago by 田念收 <[email protected]>
fixed error handling

github.com/go-fed/oauth2 - 704a47e04d5e5440d632eb5da8a8d34229b28bb6 authored about 8 years ago by lyric <[email protected]>
Merge pull request #43 from LyricTian/develop

validation bearer token add error return

github.com/go-fed/oauth2 - 612d8b4106e4e3471e67060422d6a6ede2f831e9 authored about 8 years ago by 田念收 <[email protected]>
validation bearer token add error return

github.com/go-fed/oauth2 - ba0293883d481b1321e7b7f2be5a2577aeb74bb0 authored about 8 years ago by lyric <[email protected]>
Merge pull request #42 from LyricTian/develop

add bearer token validation

github.com/go-fed/oauth2 - c4bf2741c00a6753a88e83cb6d9fa8ad3b935227 authored about 8 years ago by 田念收 <[email protected]>
add bearer token validation

github.com/go-fed/oauth2 - 8ec3da2a81ef7f7813718f2f6f4f7f63a9f2957c authored about 8 years ago by lyric <[email protected]>
Merge pull request #41 from kulti/patch-1

UserID should be set after authorize confirmation

github.com/go-fed/oauth2 - b6a087db750112b18f0866788ef95333017e8313 authored about 8 years ago by 田念收 <[email protected]>