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

Modify subtitle of the talk.

github.com/go-fed/presentations - c0c69adca4a3c4861c11490943e884c65de4067a authored almost 3 years ago by Cory Slep <[email protected]>
Add optional slides for forgefriends webinar.

The talks are 5-minute lightning talks, so very few slides are needed.

github.com/go-fed/presentations - 948f23de8988b26a339c5afadbc805d25f5662b4 authored almost 3 years ago by Cory Slep <[email protected]>
Merge pull request #154 from superseriousbusiness/as-sensitive

add 'sensitive' object property

github.com/go-fed/activity - b14b50eecad06dea7eed5bde25775d165d3a1c5c authored almost 3 years ago by Cory J Slep <[email protected]>
Merge pull request #153 from superseriousbusiness/InboxForActor

Inbox for actor

github.com/go-fed/activity - 143897756ebd5ca4d36ece59d798d232d8b825fc authored almost 3 years ago by Cory J Slep <[email protected]>
Merge pull request #155 from muesli/github-workflows

Add GitHub build workflow, remove TravisCI config

github.com/go-fed/activity - d2deaac73f4026ce613bd43070d2ff33bbf5e7fc authored almost 3 years ago by Cory J Slep <[email protected]>
Add GitHub build workflow, remove TravisCI config

github.com/go-fed/activity - 7f61b78d088acc87da1166f1e7eb26b39ec18fa4 authored almost 3 years ago by Christian Muehlhaeuser <[email protected]>
add 'sensitive' object property

github.com/go-fed/activity - a5791f8fcc9759a71759ba4a038c79af444d0a1c authored over 3 years ago by tsmethurst <[email protected]>
go fmt ./...

github.com/go-fed/activity - bffb780f1b291c09b133b7d1c5a5e253538ada67 authored over 3 years ago by tsmethurst <[email protected]>
regenerate mock

github.com/go-fed/activity - 511885d31b6b52e410a33583ba222ea63d0f5f3a authored over 3 years ago by tsmethurst <[email protected]>
add InboxForActor func

github.com/go-fed/activity - d35c464c58631ac8ac97f6e65e5a33d46083618d authored over 3 years ago by tsmethurst <[email protected]>
add convenience func for removing entry from slice

github.com/go-fed/activity - 6e8450d07d894beca16fe0cf8d2ee47601acb01d authored over 3 years ago by tsmethurst <[email protected]>
Simplify context handling and make Framework API more uniform

github.com/go-fed/apcore - 46677ce56296bbcf8a738ec285921dee4e7ffb18 authored over 3 years ago by Cory Slep <[email protected]>
Add OnCreateAdminUser for clients to hook into

github.com/go-fed/apcore - 1b5f72edb8b61240b33e9e12c2ee136a78cd1eb0 authored over 3 years ago by Cory Slep <[email protected]>
Merge pull request #151 from superseriousbusiness/manuallyApprovesFollowers

add manuallyApprovesFollowers property on actors

github.com/go-fed/activity - d866ba75dd0ff3ddd3a72b132b7cc16e01f6e006 authored over 3 years ago by Cory J Slep <[email protected]>
Remove modifying SQL queries with schema.

Clients have access to the database schema name directly now via the
config.

github.com/go-fed/apcore - 6f48912bfbfe119911d3d29645a7ae6fe1fec03d authored over 3 years ago by Cory Slep <[email protected]>
add manuallyApprovesFollowers property on actors

github.com/go-fed/activity - 5498bae4cf4369cce782b80af9d1c70e4fe8aed8 authored over 3 years ago by tsmethurst <[email protected]>
Include config in CreateTables command

github.com/go-fed/apcore - 74713fcb6e760b1103d7f88b1b791bc9d34ab87f authored over 3 years ago by Cory Slep <[email protected]>
Allow clients to hook into database initialization

github.com/go-fed/apcore - 9c43c4c6eae993edcd95797119da420f26bb9b83 authored over 3 years ago by Cory Slep <[email protected]>
Merge pull request #148 from weex/master

Fix #145: Change example domains to standards

github.com/go-fed/activity - 4655f8f1e12175ee0fff892bd575c72e18fecabb authored over 3 years ago by Cory J Slep <[email protected]>
Upgrade dependency due to dependabot vuln detected

github.com/go-fed/apcore - 525bd218bf56b4dc81aad4a644c8fd0cbaea664f authored over 3 years ago by Cory Slep <[email protected]>
Add way for clients to get/set user privileges.

github.com/go-fed/apcore - 9dd113d4b08d0b20a50495e16b861bac36048c55 authored over 3 years ago by Cory Slep <[email protected]>
Add methods to check non-uniqueness errors

github.com/go-fed/apcore - 2bf06c39206a97fc679f5bcb2d332b6078760f8c authored over 3 years ago by Cory Slep <[email protected]>
Allow creation of users via the framework

github.com/go-fed/apcore - 1e7366628df091b454e440974ac4e826be991c17 authored over 3 years ago by Cory Slep <[email protected]>
Make database schema accessible in the config

github.com/go-fed/apcore - 987534fccf3a6e7cb3a3912d2e30136f77042cfd authored over 3 years ago by Cory Slep <[email protected]>
Allow applications to disable static serving from a folder.

github.com/go-fed/apcore - 93c49abc12c7c3dd2ade48462bc7daa1cb53da58 authored over 3 years ago by Cory Slep <[email protected]>
Remove error when no email is found at login

github.com/go-fed/apcore - b3f527b786dfb2fbd0e1f3cfe67e576adcbbcc67 authored over 3 years ago by Cory Slep <[email protected]>
Add ability to override default paths for login/logout/etc handlers

This allows clients to choose different localization strategies, and
generally provides more fle...

github.com/go-fed/apcore - 02083856193bc2de9e362b9027ef3707ae28cfdf authored over 3 years ago by Cory Slep <[email protected]>
Fix #145

github.com/go-fed/activity - b4d577f69bdf5a5258aac179849b42bb1c8e0ea3 authored over 3 years ago by David Sterry <[email protected]>
Expose Subrouter in app.Route

github.com/go-fed/apcore - 70e6ca7d559fdd11bcbd7186dcf1243625824a48 authored over 3 years ago by Cory Slep <[email protected]>
Upgrade the module

github.com/go-fed/oauth2 - aa88732b8bd964ccc37dad81826d6cb09951159e authored over 3 years ago by Cory Slep <[email protected]>
Pass debug flag into SetConfiguration

Allows clients to change behavior when the dev command line flag is
passed into the binary.

github.com/go-fed/apcore - 3a63c6eb76e5f7b1bfa90b0b8c2b73ed9c815088 authored over 3 years ago by Cory Slep <[email protected]>
Allow apps to access common configuration options

github.com/go-fed/apcore - 1eb5002a2a86c70565fa3fc621eec321d0d03992 authored over 3 years ago by Cory Slep <[email protected]>
Support saving custom values on the session.

Allows client applications to save arbitrary data onto the session.

github.com/go-fed/apcore - 9178ad6b4ea958ce711692dd039c041b3f6aa596 authored over 3 years ago by Cory Slep <[email protected]>
Eample app successfully requests / accepts / rejects follows

Follows are now locally tested to be successful.

Need to modify the app's example note-fetching...

github.com/go-fed/apcore - d4154a500416527f41ddc19045ea5eacb42fada1 authored over 3 years ago by Cory Slep <[email protected]>
Support follow requests in example application

Not yet tested.

github.com/go-fed/apcore - 26e6289dfe137ea99d488722a0f0fd7cfa532aaf authored over 3 years ago by Cory Slep <[email protected]>
Add managing follower requests to example app

Not yet tested in the wild.

github.com/go-fed/apcore - 0973922139e96fb873bec43050e944e246abf405 authored over 3 years ago by Cory Slep <[email protected]>
Framework supports getting open follow requests

Fetches follow requests from the local & federated tables that have no
Accept and no Reject acti...

github.com/go-fed/apcore - bfa12fff7924b6830d3522a2bf6a05bd8493622a authored over 3 years ago by Cory Slep <[email protected]>
Framework provides Send Accept/Reject Follow

Updating the example application to manage followers, I believe that the
ActivityStreams logic w...

github.com/go-fed/apcore - a5535f379f8cfcc3f7ee689c89e00c948997eb83 authored over 3 years ago by Cory Slep <[email protected]>
Merge pull request #64 from tslocum/https_port

Add ServerConfig.HttpsPort

github.com/go-fed/apcore - 6cc66847297288a64a6b5713ff322a9abbb95100 authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #63 from Zauberstuhl/sanitize_html

Sanitize content and summary XML fields (possible XSS)

github.com/go-fed/apcore - 25767ebaf44b983e40727488711e53f5d068c44e authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #62 from Zauberstuhl/unique_mail_address

Login handler relies on email address

github.com/go-fed/apcore - 3d0a5a750eacca26ff8142d122554458ae4a487e authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #61 from Zauberstuhl/nil_pointer_dereference

Fix nil pointer with enforceOneRow

github.com/go-fed/apcore - af973217c3f88a6e6046bf8e252c3a7e99d4e013 authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #57 from jvalleroy/fix-spelling

Fix spelling

github.com/go-fed/apcore - 3051275601b961f5960127b0a3933f0a5141cf11 authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #147 from BenLubar-PR/host-header

ensure host header is set

github.com/go-fed/activity - e0de0863dcc1f6b7f42fdfaca8eec6aae001bb86 authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #8 from komarov/patch-1

fix examples: missing http.Errror parameter

github.com/go-fed/site - 250a95f414c8395b8483822ff327a53a086eec95 authored over 3 years ago by Cory J Slep <[email protected]>
Merge pull request #146 from komarov/patch-1

cosmetic: fix some copy-pasted names

github.com/go-fed/activity - 27010241b1027363e59a6add9e984c95b0f39ab8 authored over 3 years ago by Cory J Slep <[email protected]>
Add ServerConfig.HttpsPort

This option specifies the port to serve HTTPS requests on.

github.com/go-fed/apcore - f5c32217c4b5f612625a5cabae70d7ba831642cf authored over 3 years ago by Trevor Slocum <[email protected]>
Fix nil pointer in serialization

github.com/go-fed/apcore - 795b4484ed9293978625ed5bcfd2119ba7e8ec4d authored over 3 years ago by Lukas Matt <[email protected]>
Sanitize XML content and summary of ActivityStreams

github.com/go-fed/apcore - 104e8b87cf708444768c2c8e96d6c19165e9e894 authored over 3 years ago by Lukas Matt <[email protected]>
Fix Crypto.Valid accessing a nil pointer

This happens if the mail address does not exist in the database

github.com/go-fed/apcore - 5b4c54f2179dfc9579fe72d2992b19788481a866 authored over 3 years ago by Lukas Matt <[email protected]>
UserByPreferredUsername and UserByID can return nil for err and struct

github.com/go-fed/apcore - ebd1e47cb9cf9c4e668f3edd4f02517d94d251aa authored over 3 years ago by Lukas Matt <[email protected]>
Login handler relies on email address

that is why we have to ensure that the mail address is unique too

github.com/go-fed/apcore - e63d5d790a87c0487df9093a130a52f19f69c168 authored over 3 years ago by Lukas Matt <[email protected]>
ensure host header is set

github.com/go-fed/activity - 042ba2ce5e75d27a20cbeaf6f8751638126c2d88 authored over 3 years ago by Ben Lubar <[email protected]>
fix examples: missing http.Errror parameter

github.com/go-fed/site - 54ccb4d9aa562a60af6e468da31974f477f81319 authored almost 4 years ago by komarov <[email protected]>
cosmetic: fix some copy-pasted names

github.com/go-fed/activity - 5e8c5c0bb8d1861f1097c8f3f85af69dec5d7f88 authored almost 4 years ago by komarov <[email protected]>
Fix spelling

github.com/go-fed/apcore - 4f454da4500dc3af26345000cefc9a9498fc847c authored almost 4 years ago by James Valleroy <[email protected]>
Merge pull request #6 from trwnh/main

Port to Hugo

github.com/go-fed/site - 6e36e6a0712258790135be95b4466145a6a6eaa9 authored about 4 years ago by Cory J Slep <[email protected]>
Port to Hugo

github.com/go-fed/site - fc344a498416ca9bb3f24314a5744925c41a096e authored about 4 years ago by trwnh <[email protected]>
Remove stale TODO and unused debug field in server

github.com/go-fed/apcore - c90c5219d7bad07f1c84fc011c0e2718d1b09647 authored about 4 years ago by Cory Slep <[email protected]>
Clear session when error occurs during validation

The session is also cleared in the case when the reuqest is not
authenticated.

github.com/go-fed/apcore - b015db5de28145ce2e403e43b9e5fbfaacb2682d authored about 4 years ago by Cory Slep <[email protected]>
Update framework to better manage Send, scheme, & host

github.com/go-fed/apcore - fe5ddbe881eeabb0dcc72cb5c5170eeac42ccc35 authored about 4 years ago by Cory Slep <[email protected]>
Add badge for Matrix chat room

github.com/go-fed/httpsig - 55836744818e5aee1c28fa283aec277dd7ab5d59 authored about 4 years ago by Cory Slep <[email protected]>
Add badge for Matrix chat room

github.com/go-fed/activity - d282a50439d383f9594fdc6c9d714da656ed0722 authored about 4 years ago by Cory Slep <[email protected]>
Add badge for the Matrix chat room

github.com/go-fed/apcore - 7c0ea4885272612228a8a1eda441003910fb112b authored about 4 years ago by Cory Slep <[email protected]>
Address vet issues

github.com/go-fed/apcore - 519675b72cb629f63ac921d84546f1d109c96ca3 authored about 4 years ago by Cory Slep <[email protected]>
Add badges to the README

github.com/go-fed/httpsig - 83c3d4b10e6d370eb5f833c63afd57ed607d3442 authored about 4 years ago by Cory Slep <[email protected]>
Add travis.yml

github.com/go-fed/httpsig - 2a46c50a663bb2b817c8da2012021d0665480d03 authored about 4 years ago by Cory Slep <[email protected]>
Make license badge blue

github.com/go-fed/activity - 8d07c6c337a859263d3aedb838c9c1ccad84f284 authored about 4 years ago by Cory Slep <[email protected]>
Add badges

github.com/go-fed/activity - 6daa914620c23aefc8e84f33535b9cbf09e97895 authored about 4 years ago by Cory Slep <[email protected]>
Add travis.yml

github.com/go-fed/activity - a386d74920b6f8c6c6dada15a99998c7ace64fb4 authored about 4 years ago by Cory Slep <[email protected]>
Add Go report card badge

github.com/go-fed/apcore - 56682a86c1d95e9569bb925bef5d0cf4a0f9f953 authored about 4 years ago by Cory Slep <[email protected]>
Fix path generation -- GoDoc site autogenerated URL failed

github.com/go-fed/apcore - acafacbd5638d4b7485debaec01e6a6d9f96a9a3 authored about 4 years ago by Cory Slep <[email protected]>
Add badge for GoDocs

github.com/go-fed/apcore - 0d7b692cd1d8f4237d91f2f196678f304baa6966 authored about 4 years ago by Cory Slep <[email protected]>
Add badge for the OpenCollective

github.com/go-fed/apcore - 21bd55f898979493e04edeeea3bd1042d1fdfb00 authored about 4 years ago by Cory Slep <[email protected]>
Add license badge to README

github.com/go-fed/apcore - b20787765621ac053262eaf65b93642671098ae0 authored about 4 years ago by Cory Slep <[email protected]>
Add build badge to README

github.com/go-fed/apcore - 5eef9730811045adacedcfd5fa7e50a01de751bb authored about 4 years ago by Cory Slep <[email protected]>
Update travis to go version 1.15

github.com/go-fed/apcore - 0050866ce00cc86ea14888f50f6cf1ffafb36b40 authored about 4 years ago by Cory Slep <[email protected]>
Add travis file

github.com/go-fed/apcore - 76d72949fd84310351118bd57b0eed8946f4a5f3 authored about 4 years ago by Cory Slep <[email protected]>
Implement the note endpoint in the example app

github.com/go-fed/apcore - cd532b6670bdc173b6c59af671b4d52a5c69a1e9 authored about 4 years ago by Cory Slep <[email protected]>
Ensure we do not duplicate entries into the database

github.com/go-fed/apcore - 4cee62779c61cd4e7a5d96e30f66eee4774631c3 authored about 4 years ago by Cory Slep <[email protected]>
Add pagination support to inbox/outbox. Clarify 404 links.

github.com/go-fed/apcore - 65e65472a8bb08de6933290f0a7aa634d9f6d5b3 authored about 4 years ago by Cory Slep <[email protected]>
Reorder logout/create nav links

github.com/go-fed/apcore - ed3492c5a8fededeee202eb95ca27a5368190372 authored about 4 years ago by Cory Slep <[email protected]>
Serialize ActivityStreams before rendering; add list_note

github.com/go-fed/apcore - 6cc81cf93f8325ba69d0349215b0ba7150634021 authored about 4 years ago by Cory Slep <[email protected]>
go fmt and go mod tidy

github.com/go-fed/apcore - 1ba50397b858444d57dd9c3230a825d343ec6713 authored about 4 years ago by Cory Slep <[email protected]>
Update example so that it federates successfully

github.com/go-fed/apcore - e184fd6ff7c27f0ab5cf4addd8530a9f83abd3af authored about 4 years ago by Cory Slep <[email protected]>
Fix treatment of HTTP Signatures algorithms

The configuration was auto-generating digest algorithms as if they were
signing/verifying algori...

github.com/go-fed/apcore - d9c852151859949f37be85fca5ad6efeb57fb279 authored about 4 years ago by Cory Slep <[email protected]>
Propagate error message for verifier when crypto algo not supported

github.com/go-fed/httpsig - dda7895774cb54739197e31b0225b939ab824108 authored about 4 years ago by Cory Slep <[email protected]>
Have test temporarily pass due to SHA1 inclusion

github.com/go-fed/httpsig - aaea07ed54fedfe6054f9f7092663d2e14903144 authored about 4 years ago by Cory Slep <[email protected]>
Propagate error when crypto algorithm is not supported

github.com/go-fed/httpsig - 724019526f23bded3dfea74eba7dfd32ca249e2e authored about 4 years ago by Cory Slep <[email protected]>
Change key ID to be fragment for simpler serving

github.com/go-fed/apcore - 425b38160592b615633c16795d60af94b2bef137 authored about 4 years ago by Cory Slep <[email protected]>
Create experimental GetByID on Framework

github.com/go-fed/apcore - c6eedbc2c08810749608da999cabe8a2e9a523f2 authored about 4 years ago by Cory Slep <[email protected]>
Do not use digest in HTTP Sig GET requests

github.com/go-fed/apcore - 9c2fd23e0949b782b269f73da1f68e3bd32cc52b authored about 4 years ago by Cory Slep <[email protected]>
Add Verify function to the framework

github.com/go-fed/apcore - f32de72eb265107ebc60edca99a3bc3ce8e27036 authored about 4 years ago by Cory Slep <[email protected]>
Iterate on Inbox/Outbox template in example

github.com/go-fed/apcore - 3e7ea44cd57bd5f1905857bec8ac08ae371e4b5b authored about 4 years ago by Cory Slep <[email protected]>
Properly unwrap the model types for collections

github.com/go-fed/apcore - 28926232cdeb9293ada1f29777bea0660c0ce482 authored about 4 years ago by Cory Slep <[email protected]>
Better handling of paths and contexts

Plus a bugfix in the users service with improperly casting the Actor
instead of unwrapping the A...

github.com/go-fed/apcore - 5e6fd745b4e6d507a8e96d5078ce12de1d3c1c05 authored about 4 years ago by Cory Slep <[email protected]>
Rename users.tmpl to user.tmpl in example

github.com/go-fed/apcore - 071c2512f0d9bf7f75cbbc9d5165e4b74e48fbf0 authored about 4 years ago by Cory Slep <[email protected]>
Expose TxBuilder for arbitrary app queries.

This showcases the ability of the application to run arbitrary SQL to
obtain ActivityStreams dat...

github.com/go-fed/apcore - c023b20236f094b8c6ff20b4635b453aa39afb42 authored about 4 years ago by Cory Slep <[email protected]>
Ensure user sessions are reset before removing cred

This ensure that, when there is an expired credential that cannot be
deleted, the session is sti...

github.com/go-fed/apcore - 7738fc77c16494cf84c173b7ad66ca86537c4ee4 authored about 4 years ago by Cory Slep <[email protected]>
Fix database test binary

github.com/go-fed/apcore - 5bfa520a70c2f702bdd066e13ec2de9a9ef90d00 authored about 4 years ago by Cory Slep <[email protected]>